@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Sawarabi+Mincho");
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500&display=swap");
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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-overflow-scrolling: touch;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

button {
  cursor: pointer;
  background-color: transparent;
  background: none;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

ul {
  list-style: none;
}

picture {
  display: block;
  line-height: 0;
}

figure {
  line-height: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
}

hr {
  margin: 0;
}

input:focus, textarea:focus {
  outline: 0;
}

textarea {
  resize: vertical;
}

a, button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
}

html article {
  overflow-x: hidden;
}

@media (max-width: 59.99em) {
  html {
    overflow-x: hidden;
  }
  html article {
    overflow-x: hidden;
  }
}

html.type-x-scroll {
  overflow-x: inherit;
}

html.type-x-scroll article {
  overflow-x: scroll;
}

@media (max-width: 59.99em) {
  html.type-x-scroll {
    overflow-x: inherit;
  }
  html.type-x-scroll article {
    overflow-x: scroll;
  }
}

html.type-no-behavior {
  overscroll-behavior: none;
}

@media (max-width: 59.99em) {
  html.is-disable-scroll-sp {
    -ms-touch-action: none;
        touch-action: none;
    overflow-y: hidden;
  }
}

body {
  min-width: 320px;
  width: 100%;
  height: 100%;
  background-color: #05101d;
}

body.is-cursor-none {
  cursor: none;
}

body.is-cursor-none a, body.is-cursor-none button {
  cursor: none;
}

body.is-cursor-grabbing {
  cursor: grabbing !important;
}

body.is-of-hidden {
  overflow: hidden;
}

main {
  display: block;
  width: 100%;
}

@media (min-width: 80em) {
  main {
    padding-left: 0px;
  }
}

aside {
  display: block;
}

article {
  z-index: 1000;
  position: relative;
  display: block;
  width: 100%;
}

section {
  position: relative;
  display: block;
}

body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body, select, input, textarea, button {
  color: #ffffff;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Droid Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
  line-height: 35px;
}

@media (max-width: 59.99em) {
  body, select, input, textarea, button {
    font-size: 1.4rem;
    line-height: 28px;
  }
}

small {
  font-size: 1.3rem;
  line-height: 33px;
}

@media (max-width: 59.99em) {
  small {
    font-size: 1.2rem;
    line-height: 26px;
  }
}

button {
  line-height: 0;
}

input, textarea {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Droid Sans", sans-serif;
  letter-spacing: 0.06rem;
}

body, p, h1, h2, h3, h4, h5, h6, div, span {
  letter-spacing: 0.06rem;
  word-wrap: break-word;
  word-break: break-word;
}

a {
  color: #ffffff;
  cursor: pointer;
  text-decoration: inherit;
}

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

p > a {
  text-decoration: underline;
}

p > a:hover {
  text-decoration: none;
}

::-moz-selection {
  color: #ffffff;
  background-color: #075e7e;
}

::selection {
  color: #ffffff;
  background-color: #075e7e;
}

::-moz-selection {
  color: #ffffff;
  background-color: #075e7e;
}

::-webkit-selection {
  color: #ffffff;
  background-color: #075e7e;
}

@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.eot");
  src: url("https://blue-grp.com/assets/fonts/iconfont-.eot#iefix") format("eot"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg#iconfont") format("svg");
}

.icon-c-button--arw:before {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "";
}

.icon-c-checkbox:before {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "";
}

.icon-c-circleIcon--arw:before {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "";
}

.icon-c-icon--fb:before {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "";
}

.icon-c-icon--ig:before {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "";
}

.icon-c-icon--note:before {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "";
}

.icon-c-icon--pagetop:before {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "";
}

.icon-c-icon--tw:before {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "";
}

.icon-c-icon--yt:before {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "";
}

.icon-c-pulldown__label:before {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "";
}

.icon-c-select:before {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "";
}

.icon-c-spFilterNav__toggle:before {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "";
}

.icon-c-upload:before {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "";
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  line-height: 0;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*! locomotive-scroll v4.0.6 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction="horizontal"] [data-scroll-container] {
  white-space: nowrap;
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}

[data-scroll-direction="horizontal"] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  -webkit-transform: scaleX(1.45);
          transform: scaleX(1.45);
}

.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

[data-scroll-direction="horizontal"] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

[data-scroll-direction="horizontal"] .c-scrollbar:hover {
  -webkit-transform: scaleY(1.3);
          transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: grabbing;
}

[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-slide {
  height: auto;
}

.slick-dots {
  pointer-events: none;
  line-height: 0;
  text-align: left;
  margin-top: -8.5px;
  margin-left: -8.5px;
}

.slick-dots li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
}

.slick-dots li button {
  pointer-events: auto;
  width: 20px;
  height: 20px;
  padding: 0;
}

.slick-dots li button:before {
  position: relative;
  display: inline-block;
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000000;
  opacity: 0.1;
}

@media (min-width: 60em) {
  .slick-dots li button:hover:before {
    background-color: #075e7e;
  }
}

@media (max-width: 59.99em) {
  .slick-dots {
    margin-top: -5.5px;
    margin-left: -5.5px;
  }
  .slick-dots li {
    width: 14px;
    height: 14px;
  }
  .slick-dots li button {
    width: 14px;
    height: 14px;
  }
  .slick-dots li button:before {
    width: 3px;
    height: 3px;
  }
}

.c-scrollbar {
  z-index: 9999;
}

.c-scrollbar.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.l-fixed {
  z-index: 6000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.l-fixed__lc, .l-fixed__rc {
  position: absolute;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
}

.l-fixed__lb, .l-fixed__rb {
  position: absolute;
  bottom: 50px;
}

.l-fixed__lc {
  left: 50px;
}

.l-fixed__lb {
  left: 50px;
}

.l-fixed__rc {
  right: 50px;
}

.l-fixed__rb {
  right: 50px;
}

@media (max-width: 59.99em) {
  .l-fixed__lb, .l-fixed__rb {
    bottom: 25px;
  }
  .l-fixed__lc {
    left: 25px;
  }
  .l-fixed__lb {
    left: 25px;
  }
  .l-fixed__rc {
    right: 25px;
  }
  .l-fixed__rb {
    right: 25px;
  }
}

.l-loader__indi {
  z-index: 10000;
}

.l-loader__load {
  z-index: 9999;
}

.l-loader__pjax {
  z-index: 9998;
}

.l-loader__load, .l-loader__pjax {
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.l-loader__load.is-active, .l-loader__pjax.is-active {
  -webkit-transition: none;
  transition: none;
  opacity: 1;
}

.l-loader__load.is-hidden, .l-loader__pjax.is-hidden {
  display: none;
}

.l-loader__indi {
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 4px;
  width: 0%;
  background-color: #075e7e;
  -webkit-transition: width 2s cubic-bezier(0, 0.7, 0, 1);
  transition: width 2s cubic-bezier(0, 0.7, 0, 1);
}

.l-loader__indi.is-hidden {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
}

.l-header {
  z-index: 7000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.l-header__logo {
  z-index: 2;
  position: relative;
  left: 50px;
  top: 30px;
  display: inline-block;
}

@media all and (-ms-high-contrast: none) {
  .l-header__logo *::-ms-backdrop, .l-header__logo button {
    pointer-events: none !important;
  }
}

.l-header__volume {
  z-index: 2;
  position: absolute;
  right: 58px;
  top: 39px;
}

.l-header__nav {
  display: none;
}

@media (max-width: 59.99em) {
  .l-header__logo {
    left: 25px;
    top: 20px;
  }
  .l-header__volume {
    display: none;
  }
  .l-header__nav {
    display: block;
    z-index: 3;
    position: relative;
  }
}

.l-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.l-nav__toggle {
  z-index: 2;
  position: fixed;
  right: 50px;
  top: 50px;
}

.l-nav__modal {
  z-index: 1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.l-nav__modal__bg {
  z-index: 1;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
  background-color: #05101d;
}

.l-nav__modal__content {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.l-nav.is-opened .l-nav__modal__bg {
  opacity: 1;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
  pointer-events: visible;
}

.l-nav.is-opened .l-nav__modal__content {
  opacity: 1;
}

@media (max-width: 59.99em) {
  .l-nav__toggle {
    right: 25px;
    top: 30px;
  }
  .l-nav.is-opened .l-nav__modal {
    overflow: auto;
    overscroll-behavior: contain;
  }
  .l-nav.is-opened .l-nav__modal__bg {
    height: 200%;
  }
}

.l-cursor {
  z-index: 9997;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.l-modal {
  z-index: 9000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
}

.l-modal.is-opened {
  opacity: 1;
}

.l-modal__bg {
  pointer-events: none;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.l-modal__close {
  z-index: 3;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.l-modal__content {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 980px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.l-modal__youtube {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-top: 56.25%;
  overflow: hidden;
  background-color: #000000;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.5, 0, 0, 1.3);
  transition: -webkit-transform 0.7s cubic-bezier(0.5, 0, 0, 1.3);
  transition: transform 0.7s cubic-bezier(0.5, 0, 0, 1.3);
  transition: transform 0.7s cubic-bezier(0.5, 0, 0, 1.3), -webkit-transform 0.7s cubic-bezier(0.5, 0, 0, 1.3);
  -webkit-transform: scale(0);
          transform: scale(0);
  visibility: hidden;
}

.l-modal__youtube.is-active {
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.l-modal__youtube iframe,
.l-modal__youtube object,
.l-modal__youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-touch-action: none;
      touch-action: none;
}

.l-modal__page {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
  width: 100%;
  height: 100%;
  padding-top: 15vh;
  visibility: hidden;
  -webkit-transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
  -webkit-transition-property: opacity transform;
  transition-property: opacity transform;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.l-modal__page.is-active {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.l-modal.is-opened .l-modal__bg, .l-modal.is-opened .l-modal__close, .l-modal.is-opened .l-modal__youtube {
  pointer-events: visible;
}

.l-modal.is-opened .l-modal__bg {
  opacity: 1;
}

@media (max-width: 59.99em) {
  .l-modal__content {
    padding: 0 25px;
  }
  .l-modal__page {
    padding: 10vh 25px 0;
  }
}

.l-scrollMagics {
  z-index: 4000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.l-scrollMagics > section {
  z-index: 2;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
}

.l-bubbles {
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
}

.c-grid {
  display: block;
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 50px;
}

.c-grid__row {
  position: relative;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1610px;
}

.c-grid__row--pd-pc {
  padding-left: 0px;
  padding-right: 0px;
}

.c-grid__col {
  width: 100%;
}

.c-grid__col img {
  width: 100%;
}

@media (min-width: 60em) {
  .c-grid__col .js-grid__fitWinLeftPc, .c-grid__col .js-grid__fitWinRightPc, .c-grid__col__fit-pc, .c-grid__col__fit-left-pc, .c-grid__col__fit-right-pc {
    position: relative;
    line-height: 0;
  }
  .c-grid__col__fit-pc {
    width: calc(100% + (50px * 2)) !important;
    left: -50px;
  }
  .c-grid__col__fit-left-pc {
    width: calc(100% + 50px) !important;
    left: -50px;
  }
  .c-grid__col__fit-right-pc {
    width: calc(100% + 50px) !important;
  }
}

@media (max-width: 59.99em) {
  .c-grid__col .js-grid__fitWinLeftPc, .c-grid__col .js-grid__fitWinRightPc, .c-grid__col__fit-sp, .c-grid__col__fit-left-sp, .c-grid__col__fit-right-sp {
    position: relative;
    line-height: 0;
  }
  .c-grid__col__fit-sp {
    width: calc(100% + (25px * 2)) !important;
    left: -25px;
  }
  .c-grid__col__fit-left-sp {
    width: calc(100% + 25px) !important;
    left: -25px;
  }
  .c-grid__col__fit-right-sp {
    width: calc(100% + 25px) !important;
  }
}

@media (min-width: 60em) {
  .c-grid__row--rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 80em) {
  .c-grid__col {
    padding-right: 10px;
  }
  .c-grid__col.lg-1 {
    width: 4.1666666667%;
  }
  .c-grid__col.lg-2 {
    width: 8.3333333333%;
  }
  .c-grid__col.lg-3 {
    width: 12.5%;
  }
  .c-grid__col.lg-4 {
    width: 16.6666666667%;
  }
  .c-grid__col.lg-5 {
    width: 20.8333333333%;
  }
  .c-grid__col.lg-6 {
    width: 25%;
  }
  .c-grid__col.lg-7 {
    width: 29.1666666667%;
  }
  .c-grid__col.lg-8 {
    width: 33.3333333333%;
  }
  .c-grid__col.lg-9 {
    width: 37.5%;
  }
  .c-grid__col.lg-10 {
    width: 41.6666666667%;
  }
  .c-grid__col.lg-11 {
    width: 45.8333333333%;
  }
  .c-grid__col.lg-12 {
    width: 50%;
  }
  .c-grid__col.lg-13 {
    width: 54.1666666667%;
  }
  .c-grid__col.lg-14 {
    width: 58.3333333333%;
  }
  .c-grid__col.lg-15 {
    width: 62.5%;
  }
  .c-grid__col.lg-16 {
    width: 66.6666666667%;
  }
  .c-grid__col.lg-17 {
    width: 70.8333333333%;
  }
  .c-grid__col.lg-18 {
    width: 75%;
  }
  .c-grid__col.lg-19 {
    width: 79.1666666667%;
  }
  .c-grid__col.lg-20 {
    width: 83.3333333333%;
  }
  .c-grid__col.lg-21 {
    width: 87.5%;
  }
  .c-grid__col.lg-22 {
    width: 91.6666666667%;
  }
  .c-grid__col.lg-23 {
    width: 95.8333333333%;
  }
  .c-grid__col.lg-24 {
    width: 100%;
  }
  .c-grid__col.lg-0 {
    display: none !important;
  }
}

@media (min-width: 60em) and (max-width: 79.99em) {
  .c-grid__col {
    padding-right: 10px;
  }
  .c-grid__col.md-1 {
    width: 8.3333333333%;
  }
  .c-grid__col.md-2 {
    width: 16.6666666667%;
  }
  .c-grid__col.md-3 {
    width: 25%;
  }
  .c-grid__col.md-4 {
    width: 33.3333333333%;
  }
  .c-grid__col.md-5 {
    width: 41.6666666667%;
  }
  .c-grid__col.md-6 {
    width: 50%;
  }
  .c-grid__col.md-7 {
    width: 58.3333333333%;
  }
  .c-grid__col.md-8 {
    width: 66.6666666667%;
  }
  .c-grid__col.md-9 {
    width: 75%;
  }
  .c-grid__col.md-10 {
    width: 83.3333333333%;
  }
  .c-grid__col.md-11 {
    width: 91.6666666667%;
  }
  .c-grid__col.md-12 {
    width: 100%;
  }
  .c-grid__col.md-0 {
    display: none !important;
  }
}

@media (max-width: 59.99em) {
  .c-grid {
    padding-left: 40px;
    max-width: 100%;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .c-grid__row {
    left: 10px;
  }
  .c-grid__row--inner-pd-sp {
    padding-left: 30px;
    padding-right: 30px;
  }
  .c-grid__row--rev-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .c-grid__col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .c-grid__col.xs-1 {
    width: 16.6666666667%;
  }
  .c-grid__col.xs-2 {
    width: 33.3333333333%;
  }
  .c-grid__col.xs-3 {
    width: 50%;
  }
  .c-grid__col.xs-4 {
    width: 66.6666666667%;
  }
  .c-grid__col.xs-5 {
    width: 83.3333333333%;
  }
  .c-grid__col.xs-6 {
    width: 100%;
  }
  .c-grid__col.xs-0 {
    display: none !important;
  }
  .c-grid__row {
    left: auto;
    min-width: 100%;
  }
  .c-grid--important-xs-1 .c-grid__col.xs-1 {
    width: 100% !important;
  }
  .c-grid--important-xs-1 .c-grid__col.xs-2 {
    width: 100% !important;
  }
  .c-grid--important-xs-1 .c-grid__col.xs-3 {
    width: 100% !important;
  }
  .c-grid--important-xs-1 .c-grid__col.xs-4 {
    width: 100% !important;
  }
  .c-grid--important-xs-1 .c-grid__col.xs-5 {
    width: 100% !important;
  }
  .c-grid--important-xs-1 .c-grid__col.xs-6 {
    width: 100% !important;
  }
}

.c-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #ececec;
}

.c-dl > dt,
.c-dl > dd {
  padding-top: 30px;
  padding-bottom: 30px;
}

.c-dl > dt {
  width: 30%;
  border-top: 1px solid #ececec;
}

.c-dl > dd {
  width: 70%;
  border-top: 1px solid #ececec;
}

@media (max-width: 59.99em) {
  .c-dl > dt,
  .c-dl > dd {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .c-dl--sp-only-one-col {
    display: block;
  }
  .c-dl--sp-only-one-col > dt,
  .c-dl--sp-only-one-col > dd {
    width: 100%;
  }
  .c-dl--sp-only-one-col > dt {
    padding-bottom: 0;
  }
  .c-dl--sp-only-one-col > dd {
    padding-top: 5px;
    border-top: none;
  }
}

.c-icon--pagetop {
  font-size: 2rem;
  line-height: 22px;
}

.c-icon--pagetop:before {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "";
}

.c-icon--fb {
  font-size: 2.8rem;
  line-height: 30px;
}

.c-icon--fb:before {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "";
}

.c-icon--tw {
  font-size: 1.6rem;
  line-height: 18px;
}

.c-icon--tw:before {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "";
}

.c-icon--ig {
  font-size: 2rem;
  line-height: 22px;
}

.c-icon--ig:before {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "";
}

.c-icon--yt {
  font-size: 2rem;
  line-height: 22px;
}

.c-icon--yt:before {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "";
}

.c-icon--fb-large {
  font-size: 3.8rem;
  line-height: 40px;
}

.c-icon--tw-large {
  font-size: 2.4rem;
  line-height: 26px;
}

.c-icon--ig-large {
  font-size: 3rem;
  line-height: 32px;
}

.c-icon--yt-large {
  font-size: 3rem;
  line-height: 32px;
}

@media (min-width: 60em) {
  .c-icon--hover {
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .c-icon--hover:hover {
    color: #075e7e;
    -webkit-transition: none;
    transition: none;
  }
}

@media (max-width: 59.99em) {
  .c-icon--pagetop {
    font-size: 2.4rem;
    line-height: 26px;
  }
  .c-icon--fb {
    font-size: 3.2rem;
    line-height: 34px;
  }
  .c-icon--tw {
    font-size: 1.8rem;
    line-height: 20px;
  }
  .c-icon--ig {
    font-size: 2.4rem;
    line-height: 26px;
  }
  .c-icon--yt {
    font-size: 2.4rem;
    line-height: 26px;
  }
  .c-icon--fb-large {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  .c-icon--tw-large {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  .c-icon--ig-large {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  .c-icon--yt-large {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

a.c-icon, button.c-icon {
  cursor: pointer;
  pointer-events: visible;
}

.c-title {
  font-size: 1.8rem;
  line-height: 28px;
  font-family: 'Playfair Display', serif;
  letter-spacing: 1px;
  font-weight: 400;
}

.c-title--page-jp {
  font-size: 1.8rem;
  line-height: 28px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Droid Sans", sans-serif;
}

.c-title--page-en {
  font-size: 6rem;
  line-height: 80px;
  color: #000000;
  font-weight: bold;
}

.c-title--copyright {
  font-size: 1.4rem;
  line-height: 16px;
}

.c-title--article {
  font-size: 4.8rem;
  line-height: 54px;
}

@media (max-width: 59.99em) {
  .c-title {
    font-size: 1.6rem;
    line-height: 26px;
  }
  .c-title--page-jp {
    font-size: 1.2rem;
    line-height: 18px;
  }
  .c-title--page-en {
    font-size: 3rem;
    line-height: 40px;
  }
  .c-title--copyright {
    font-size: 1rem;
    line-height: 12px;
  }
  .c-title--article {
    font-size: 2.4rem;
    line-height: 28px;
  }
}

.c-border {
  position: relative;
}

.c-border--l:before, .c-border--r:before, .c-border--t:before, .c-border--b:before {
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
  background-color: #000000;
  opacity: 0.1;
}

.c-border--l:before {
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
}

.c-border--r:before {
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
}

.c-border--t:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.c-border--b:before {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.c-border--white:before {
  background-color: #ffffff;
}

.c-spacer--300 {
  height: 300px;
  overflow: hidden;
}

.c-spacer--300.is-debug {
  width: 100%;
  text-align: center;
  background-color: #075e7e;
}

.c-spacer--300.is-debug:before {
  content: "height 300px";
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 145px;
  font-size: 1rem;
  line-height: 12px;
  font-weight: bold;
  color: #ffffff;
}

.c-spacer--mt300 {
  margin-top: 300px;
}

.c-spacer--mb300 {
  margin-bottom: 300px;
}

.c-spacer--pt300 {
  padding-top: 300px;
}

.c-spacer--pb300 {
  padding-bottom: 300px;
}

.c-spacer--270 {
  height: 270px;
  overflow: hidden;
}

.c-spacer--270.is-debug {
  width: 100%;
  text-align: center;
  background-color: #075e7e;
}

.c-spacer--270.is-debug:before {
  content: "height 270px";
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 130px;
  font-size: 1rem;
  line-height: 12px;
  font-weight: bold;
  color: #ffffff;
}

.c-spacer--mt270 {
  margin-top: 270px;
}

.c-spacer--mb270 {
  margin-bottom: 270px;
}

.c-spacer--pt270 {
  padding-top: 270px;
}

.c-spacer--pb270 {
  padding-bottom: 270px;
}

.c-spacer--240 {
  height: 240px;
  overflow: hidden;
}

.c-spacer--240.is-debug {
  width: 100%;
  text-align: center;
  background-color: #075e7e;
}

.c-spacer--240.is-debug:before {
  content: "height 240px";
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 115px;
  font-size: 1rem;
  line-height: 12px;
  font-weight: bold;
  color: #ffffff;
}

.c-spacer--mt240 {
  margin-top: 240px;
}

.c-spacer--mb240 {
  margin-bottom: 240px;
}

.c-spacer--pt240 {
  padding-top: 240px;
}

.c-spacer--pb240 {
  padding-bottom: 240px;
}

.c-spacer--200 {
  height: 200px;
  overflow: hidden;
}

.c-spacer--200.is-debug {
  width: 100%;
  text-align: center;
  background-color: #075e7e;
}

.c-spacer--200.is-debug:before {
  content: "height 200px";
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 95px;
  font-size: 1rem;
  line-height: 12px;
  font-weight: bold;
  color: #ffffff;
}

.c-spacer--mt200 {
  margin-top: 200px;
}

.c-spacer--mb200 {
  margin-bottom: 200px;
}

.c-spacer--pt200 {
  padding-top: 200px;
}

.c-spacer--pb200 {
  padding-bottom: 200px;
}

.c-spacer--180 {
  height: 180px;
  overflow: hidden;
}

.c-spacer--180.is-debug {
  width: 100%;
  text-align: center;
  background-color: #075e7e;
}

.c-spacer--180.is-debug:before {
  content: "height 180px";
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 85px;
  font-size: 1rem;
  line-height: 12px;
  font-weight: bold;
  color: #ffffff;
}

.c-spacer--mt180 {
  margin-top: 180px;
}

.c-spacer--mb180 {
  margin-bottom: 180px;
}

.c-spacer--pt180 {
  padding-top: 180px;
}

.c-spacer--pb180 {
  padding-bottom: 180px;
}

.c-spacer--160 {
  height: 160px;
  overflow: hidden;
}

.c-spacer--160.is-debug {
  width: 100%;
  text-align: center;
  background-color: #075e7e;
}

.c-spacer--160.is-debug:before {
  content: "height 160px";
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 75px;
  font-size: 1rem;
  line-height: 12px;
  font-weight: bold;
  color: #ffffff;
}

.c-spacer--mt160 {
  margin-top: 160px;
}

.c-spacer--mb160 {
  margin-bottom: 160px;
}

.c-spacer--pt160 {
  padding-top: 160px;
}

.c-spacer--pb160 {
  padding-bottom: 160px;
}

.c-spacer--140 {
  height: 140px;
  overflow: hidden;
}

.c-spacer--140.is-debug {
  width: 100%;
  text-align: center;
  background-color: #075e7e;
}

.c-spacer--140.is-debug:before {
  content: "height 140px";
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 65px;
  font-size: 1rem;
  line-height: 12px;
  font-weight: bold;
  color: #ffffff;
}

.c-spacer--mt140 {
  margin-top: 140px;
}

.c-spacer--mb140 {
  margin-bottom: 140px;
}

.c-spacer--pt140 {
  padding-top: 140px;
}

.c-spacer--pb140 {
  padding-bottom: 140px;
}

.c-spacer--120 {
  height: 120px;
  overflow: hidden;
}

.c-spacer--120.is-debug {
  width: 100%;
  text-align: center;
  background-color: #075e7e;
}

.c-spacer--120.is-debug:before {
  content: "height 120px";
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 55px;
  font-size: 1rem;
  line-height: 12px;
  font-weight: bold;
  color: #ffffff;
}

.c-spacer--mt120 {
  margin-top: 120px;
}

.c-spacer--mb120 {
  margin-bottom: 120px;
}

.c-spacer--pt120 {
  padding-top: 120px;
}

.c-spacer--pb120 {
  padding-bottom: 120px;
}

.c-spacer--100 {
  height: 100px;
  overflow: hidden;
}

.c-spacer--100.is-debug {
  width: 100%;
  text-align: center;
  background-color: #075e7e;
}

.c-spacer--100.is-debug:before {
  content: "height 100px";
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 45px;
  font-size: 1rem;
  line-height: 12px;
  font-weight: bold;
  color: #ffffff;
}

.c-spacer--mt100 {
  margin-top: 100px;
}

.c-spacer--mb100 {
  margin-bottom: 100px;
}

.c-spacer--pt100 {
  padding-top: 100px;
}

.c-spacer--pb100 {
  padding-bottom: 100px;
}

.c-spacer--90 {
  height: 90px;
  overflow: hidden;
}

.c-spacer--90.is-debug {
  width: 100%;
  text-align: center;
  background-color: #075e7e;
}

.c-spacer--90.is-debug:before {
  content: "height 90px";
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  font-size: 1rem;
  line-height: 12px;
  font-weight: bold;
  color: #ffffff;
}

.c-spacer--mt90 {
  margin-top: 90px;
}

.c-spacer--mb90 {
  margin-bottom: 90px;
}

.c-spacer--pt90 {
  padding-top: 90px;
}

.c-spacer--pb90 {
  padding-bottom: 90px;
}

.c-spacer--80 {
  height: 80px;
  overflow: hidden;
}

.c-spacer--80.is-debug {
  width: 100%;
  text-align: center;
  background-color: #075e7e;
}

.c-spacer--80.is-debug:before {
  content: "height 80px";
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 35px;
  font-size: 1rem;
  line-height: 12px;
  font-weight: bold;
  color: #ffffff;
}

.c-spacer--mt80 {
  margin-top: 80px;
}

.c-spacer--mb80 {
  margin-bottom: 80px;
}

.c-spacer--pt80 {
  padding-top: 80px;
}

.c-spacer--pb80 {
  padding-bottom: 80px;
}

.c-spacer--70 {
  height: 70px;
  overflow: hidden;
}

.c-spacer--70.is-debug {
  width: 100%;
  text-align: center;
  background-color: #075e7e;
}

.c-spacer--70.is-debug:before {
  content: "height 70px";
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  font-size: 1rem;
  line-height: 12px;
  font-weight: bold;
  color: #ffffff;
}

.c-spacer--mt70 {
  margin-top: 70px;
}

.c-spacer--mb70 {
  margin-bottom: 70px;
}

.c-spacer--pt70 {
  padding-top: 70px;
}

.c-spacer--pb70 {
  padding-bottom: 70px;
}

.c-spacer--60 {
  height: 60px;
  overflow: hidden;
}

.c-spacer--60.is-debug {
  width: 100%;
  text-align: center;
  background-color: #075e7e;
}

.c-spacer--60.is-debug:before {
  content: "height 60px";
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 25px;
  font-size: 1rem;
  line-height: 12px;
  font-weight: bold;
  color: #ffffff;
}

.c-spacer--mt60 {
  margin-top: 60px;
}

.c-spacer--mb60 {
  margin-bottom: 60px;
}

.c-spacer--pt60 {
  padding-top: 60px;
}

.c-spacer--pb60 {
  padding-bottom: 60px;
}

.c-spacer--50 {
  height: 50px;
  overflow: hidden;
}

.c-spacer--50.is-debug {
  width: 100%;
  text-align: center;
  background-color: #075e7e;
}

.c-spacer--50.is-debug:before {
  content: "height 50px";
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  font-size: 1rem;
  line-height: 12px;
  font-weight: bold;
  color: #ffffff;
}

.c-spacer--mt50 {
  margin-top: 50px;
}

.c-spacer--mb50 {
  margin-bottom: 50px;
}

.c-spacer--pt50 {
  padding-top: 50px;
}

.c-spacer--pb50 {
  padding-bottom: 50px;
}

.c-spacer--40 {
  height: 40px;
  overflow: hidden;
}

.c-spacer--40.is-debug {
  width: 100%;
  text-align: center;
  background-color: #075e7e;
}

.c-spacer--40.is-debug:before {
  content: "height 40px";
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 15px;
  font-size: 1rem;
  line-height: 12px;
  font-weight: bold;
  color: #ffffff;
}

.c-spacer--mt40 {
  margin-top: 40px;
}

.c-spacer--mb40 {
  margin-bottom: 40px;
}

.c-spacer--pt40 {
  padding-top: 40px;
}

.c-spacer--pb40 {
  padding-bottom: 40px;
}

.c-spacer--30 {
  height: 30px;
  overflow: hidden;
}

.c-spacer--30.is-debug {
  width: 100%;
  text-align: center;
  background-color: #075e7e;
}

.c-spacer--30.is-debug:before {
  content: "height 30px";
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  font-size: 1rem;
  line-height: 12px;
  font-weight: bold;
  color: #ffffff;
}

.c-spacer--mt30 {
  margin-top: 30px;
}

.c-spacer--mb30 {
  margin-bottom: 30px;
}

.c-spacer--pt30 {
  padding-top: 30px;
}

.c-spacer--pb30 {
  padding-bottom: 30px;
}

.c-spacer--25 {
  height: 25px;
  overflow: hidden;
}

.c-spacer--25.is-debug {
  width: 100%;
  text-align: center;
  background-color: #075e7e;
}

.c-spacer--25.is-debug:before {
  content: "height 25px";
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 7.5px;
  font-size: 1rem;
  line-height: 12px;
  font-weight: bold;
  color: #ffffff;
}

.c-spacer--mt25 {
  margin-top: 25px;
}

.c-spacer--mb25 {
  margin-bottom: 25px;
}

.c-spacer--pt25 {
  padding-top: 25px;
}

.c-spacer--pb25 {
  padding-bottom: 25px;
}

.c-spacer--20 {
  height: 20px;
  overflow: hidden;
}

.c-spacer--20.is-debug {
  width: 100%;
  text-align: center;
  background-color: #075e7e;
}

.c-spacer--20.is-debug:before {
  content: "height 20px";
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 5px;
  font-size: 1rem;
  line-height: 12px;
  font-weight: bold;
  color: #ffffff;
}

.c-spacer--mt20 {
  margin-top: 20px;
}

.c-spacer--mb20 {
  margin-bottom: 20px;
}

.c-spacer--pt20 {
  padding-top: 20px;
}

.c-spacer--pb20 {
  padding-bottom: 20px;
}

.c-spacer--10 {
  height: 10px;
  overflow: hidden;
}

.c-spacer--10.is-debug {
  width: 100%;
  text-align: center;
  background-color: #075e7e;
}

.c-spacer--10.is-debug:before {
  content: "height 10px";
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  font-size: 1rem;
  line-height: 12px;
  font-weight: bold;
  color: #ffffff;
}

.c-spacer--mt10 {
  margin-top: 10px;
}

.c-spacer--mb10 {
  margin-bottom: 10px;
}

.c-spacer--pt10 {
  padding-top: 10px;
}

.c-spacer--pb10 {
  padding-bottom: 10px;
}

.c-spacer--1 {
  height: 1px;
  overflow: hidden;
}

.c-spacer--1.is-debug {
  width: 100%;
  text-align: center;
  background-color: #075e7e;
}

.c-spacer--1.is-debug:before {
  content: "height 1px";
  display: block;
  width: 100%;
  height: 100%;
  padding-top: -4.5px;
  font-size: 1rem;
  line-height: 12px;
  font-weight: bold;
  color: #ffffff;
}

.c-spacer--mt1 {
  margin-top: 1px;
}

.c-spacer--mb1 {
  margin-bottom: 1px;
}

.c-spacer--pt1 {
  padding-top: 1px;
}

.c-spacer--pb1 {
  padding-bottom: 1px;
}

.c-spacer--0 {
  height: 0px;
  overflow: hidden;
}

.c-spacer--0.is-debug {
  width: 100%;
  text-align: center;
  background-color: #075e7e;
}

.c-spacer--0.is-debug:before {
  content: "height 0px";
  display: block;
  width: 100%;
  height: 100%;
  padding-top: -5px;
  font-size: 1rem;
  line-height: 12px;
  font-weight: bold;
  color: #ffffff;
}

.c-spacer--mt0 {
  margin-top: 0px;
}

.c-spacer--mb0 {
  margin-bottom: 0px;
}

.c-spacer--pt0 {
  padding-top: 0px;
}

.c-spacer--pb0 {
  padding-bottom: 0px;
}

.c-spacer--1.is-debug:before {
  display: none !important;
}

@media (max-width: 59.99em) {
  .c-spacer--210-sp {
    height: 210px !important;
    overflow: hidden;
  }
  .c-spacer--210-sp.is-debug {
    width: 100%;
    text-align: center;
    background-color: #075e7e;
  }
  .c-spacer--210-sp.is-debug:before {
    content: "height 210px" !important;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 100px !important;
    font-size: 1rem;
    line-height: 12px;
    font-weight: bold;
    color: #ffffff;
  }
  .c-spacer--mt210-sp {
    margin-top: 210px !important;
  }
  .c-spacer--mb210-sp {
    margin-bottom: 210px !important;
  }
  .c-spacer--pt210-sp {
    padding-top: 210px !important;
  }
  .c-spacer--pb210-sp {
    padding-bottom: 210px !important;
  }
  .c-spacer--120-sp {
    height: 120px !important;
    overflow: hidden;
  }
  .c-spacer--120-sp.is-debug {
    width: 100%;
    text-align: center;
    background-color: #075e7e;
  }
  .c-spacer--120-sp.is-debug:before {
    content: "height 120px" !important;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 55px !important;
    font-size: 1rem;
    line-height: 12px;
    font-weight: bold;
    color: #ffffff;
  }
  .c-spacer--mt120-sp {
    margin-top: 120px !important;
  }
  .c-spacer--mb120-sp {
    margin-bottom: 120px !important;
  }
  .c-spacer--pt120-sp {
    padding-top: 120px !important;
  }
  .c-spacer--pb120-sp {
    padding-bottom: 120px !important;
  }
  .c-spacer--90-sp {
    height: 90px !important;
    overflow: hidden;
  }
  .c-spacer--90-sp.is-debug {
    width: 100%;
    text-align: center;
    background-color: #075e7e;
  }
  .c-spacer--90-sp.is-debug:before {
    content: "height 90px" !important;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 40px !important;
    font-size: 1rem;
    line-height: 12px;
    font-weight: bold;
    color: #ffffff;
  }
  .c-spacer--mt90-sp {
    margin-top: 90px !important;
  }
  .c-spacer--mb90-sp {
    margin-bottom: 90px !important;
  }
  .c-spacer--pt90-sp {
    padding-top: 90px !important;
  }
  .c-spacer--pb90-sp {
    padding-bottom: 90px !important;
  }
  .c-spacer--80-sp {
    height: 80px !important;
    overflow: hidden;
  }
  .c-spacer--80-sp.is-debug {
    width: 100%;
    text-align: center;
    background-color: #075e7e;
  }
  .c-spacer--80-sp.is-debug:before {
    content: "height 80px" !important;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 35px !important;
    font-size: 1rem;
    line-height: 12px;
    font-weight: bold;
    color: #ffffff;
  }
  .c-spacer--mt80-sp {
    margin-top: 80px !important;
  }
  .c-spacer--mb80-sp {
    margin-bottom: 80px !important;
  }
  .c-spacer--pt80-sp {
    padding-top: 80px !important;
  }
  .c-spacer--pb80-sp {
    padding-bottom: 80px !important;
  }
  .c-spacer--70-sp {
    height: 70px !important;
    overflow: hidden;
  }
  .c-spacer--70-sp.is-debug {
    width: 100%;
    text-align: center;
    background-color: #075e7e;
  }
  .c-spacer--70-sp.is-debug:before {
    content: "height 70px" !important;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 30px !important;
    font-size: 1rem;
    line-height: 12px;
    font-weight: bold;
    color: #ffffff;
  }
  .c-spacer--mt70-sp {
    margin-top: 70px !important;
  }
  .c-spacer--mb70-sp {
    margin-bottom: 70px !important;
  }
  .c-spacer--pt70-sp {
    padding-top: 70px !important;
  }
  .c-spacer--pb70-sp {
    padding-bottom: 70px !important;
  }
  .c-spacer--60-sp {
    height: 60px !important;
    overflow: hidden;
  }
  .c-spacer--60-sp.is-debug {
    width: 100%;
    text-align: center;
    background-color: #075e7e;
  }
  .c-spacer--60-sp.is-debug:before {
    content: "height 60px" !important;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 25px !important;
    font-size: 1rem;
    line-height: 12px;
    font-weight: bold;
    color: #ffffff;
  }
  .c-spacer--mt60-sp {
    margin-top: 60px !important;
  }
  .c-spacer--mb60-sp {
    margin-bottom: 60px !important;
  }
  .c-spacer--pt60-sp {
    padding-top: 60px !important;
  }
  .c-spacer--pb60-sp {
    padding-bottom: 60px !important;
  }
  .c-spacer--50-sp {
    height: 50px !important;
    overflow: hidden;
  }
  .c-spacer--50-sp.is-debug {
    width: 100%;
    text-align: center;
    background-color: #075e7e;
  }
  .c-spacer--50-sp.is-debug:before {
    content: "height 50px" !important;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 20px !important;
    font-size: 1rem;
    line-height: 12px;
    font-weight: bold;
    color: #ffffff;
  }
  .c-spacer--mt50-sp {
    margin-top: 50px !important;
  }
  .c-spacer--mb50-sp {
    margin-bottom: 50px !important;
  }
  .c-spacer--pt50-sp {
    padding-top: 50px !important;
  }
  .c-spacer--pb50-sp {
    padding-bottom: 50px !important;
  }
  .c-spacer--45-sp {
    height: 45px !important;
    overflow: hidden;
  }
  .c-spacer--45-sp.is-debug {
    width: 100%;
    text-align: center;
    background-color: #075e7e;
  }
  .c-spacer--45-sp.is-debug:before {
    content: "height 45px" !important;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 17.5px !important;
    font-size: 1rem;
    line-height: 12px;
    font-weight: bold;
    color: #ffffff;
  }
  .c-spacer--mt45-sp {
    margin-top: 45px !important;
  }
  .c-spacer--mb45-sp {
    margin-bottom: 45px !important;
  }
  .c-spacer--pt45-sp {
    padding-top: 45px !important;
  }
  .c-spacer--pb45-sp {
    padding-bottom: 45px !important;
  }
  .c-spacer--35-sp {
    height: 35px !important;
    overflow: hidden;
  }
  .c-spacer--35-sp.is-debug {
    width: 100%;
    text-align: center;
    background-color: #075e7e;
  }
  .c-spacer--35-sp.is-debug:before {
    content: "height 35px" !important;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 12.5px !important;
    font-size: 1rem;
    line-height: 12px;
    font-weight: bold;
    color: #ffffff;
  }
  .c-spacer--mt35-sp {
    margin-top: 35px !important;
  }
  .c-spacer--mb35-sp {
    margin-bottom: 35px !important;
  }
  .c-spacer--pt35-sp {
    padding-top: 35px !important;
  }
  .c-spacer--pb35-sp {
    padding-bottom: 35px !important;
  }
  .c-spacer--30-sp {
    height: 30px !important;
    overflow: hidden;
  }
  .c-spacer--30-sp.is-debug {
    width: 100%;
    text-align: center;
    background-color: #075e7e;
  }
  .c-spacer--30-sp.is-debug:before {
    content: "height 30px" !important;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 10px !important;
    font-size: 1rem;
    line-height: 12px;
    font-weight: bold;
    color: #ffffff;
  }
  .c-spacer--mt30-sp {
    margin-top: 30px !important;
  }
  .c-spacer--mb30-sp {
    margin-bottom: 30px !important;
  }
  .c-spacer--pt30-sp {
    padding-top: 30px !important;
  }
  .c-spacer--pb30-sp {
    padding-bottom: 30px !important;
  }
  .c-spacer--20-sp {
    height: 20px !important;
    overflow: hidden;
  }
  .c-spacer--20-sp.is-debug {
    width: 100%;
    text-align: center;
    background-color: #075e7e;
  }
  .c-spacer--20-sp.is-debug:before {
    content: "height 20px" !important;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 5px !important;
    font-size: 1rem;
    line-height: 12px;
    font-weight: bold;
    color: #ffffff;
  }
  .c-spacer--mt20-sp {
    margin-top: 20px !important;
  }
  .c-spacer--mb20-sp {
    margin-bottom: 20px !important;
  }
  .c-spacer--pt20-sp {
    padding-top: 20px !important;
  }
  .c-spacer--pb20-sp {
    padding-bottom: 20px !important;
  }
  .c-spacer--15-sp {
    height: 15px !important;
    overflow: hidden;
  }
  .c-spacer--15-sp.is-debug {
    width: 100%;
    text-align: center;
    background-color: #075e7e;
  }
  .c-spacer--15-sp.is-debug:before {
    content: "height 15px" !important;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 2.5px !important;
    font-size: 1rem;
    line-height: 12px;
    font-weight: bold;
    color: #ffffff;
  }
  .c-spacer--mt15-sp {
    margin-top: 15px !important;
  }
  .c-spacer--mb15-sp {
    margin-bottom: 15px !important;
  }
  .c-spacer--pt15-sp {
    padding-top: 15px !important;
  }
  .c-spacer--pb15-sp {
    padding-bottom: 15px !important;
  }
  .c-spacer--10-sp {
    height: 10px !important;
    overflow: hidden;
  }
  .c-spacer--10-sp.is-debug {
    width: 100%;
    text-align: center;
    background-color: #075e7e;
  }
  .c-spacer--10-sp.is-debug:before {
    content: "height 10px" !important;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 0px !important;
    font-size: 1rem;
    line-height: 12px;
    font-weight: bold;
    color: #ffffff;
  }
  .c-spacer--mt10-sp {
    margin-top: 10px !important;
  }
  .c-spacer--mb10-sp {
    margin-bottom: 10px !important;
  }
  .c-spacer--pt10-sp {
    padding-top: 10px !important;
  }
  .c-spacer--pb10-sp {
    padding-bottom: 10px !important;
  }
  .c-spacer--5-sp {
    height: 5px !important;
    overflow: hidden;
  }
  .c-spacer--5-sp.is-debug {
    width: 100%;
    text-align: center;
    background-color: #075e7e;
  }
  .c-spacer--5-sp.is-debug:before {
    content: "height 5px" !important;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: -2.5px !important;
    font-size: 1rem;
    line-height: 12px;
    font-weight: bold;
    color: #ffffff;
  }
  .c-spacer--mt5-sp {
    margin-top: 5px !important;
  }
  .c-spacer--mb5-sp {
    margin-bottom: 5px !important;
  }
  .c-spacer--pt5-sp {
    padding-top: 5px !important;
  }
  .c-spacer--pb5-sp {
    padding-bottom: 5px !important;
  }
  .c-spacer--1-sp {
    height: 1px !important;
    overflow: hidden;
  }
  .c-spacer--1-sp.is-debug {
    width: 100%;
    text-align: center;
    background-color: #075e7e;
  }
  .c-spacer--1-sp.is-debug:before {
    content: "height 1px" !important;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: -4.5px !important;
    font-size: 1rem;
    line-height: 12px;
    font-weight: bold;
    color: #ffffff;
  }
  .c-spacer--mt1-sp {
    margin-top: 1px !important;
  }
  .c-spacer--mb1-sp {
    margin-bottom: 1px !important;
  }
  .c-spacer--pt1-sp {
    padding-top: 1px !important;
  }
  .c-spacer--pb1-sp {
    padding-bottom: 1px !important;
  }
  .c-spacer--0-sp {
    height: 0px !important;
    overflow: hidden;
  }
  .c-spacer--0-sp.is-debug {
    width: 100%;
    text-align: center;
    background-color: #075e7e;
  }
  .c-spacer--0-sp.is-debug:before {
    content: "height 0px" !important;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: -5px !important;
    font-size: 1rem;
    line-height: 12px;
    font-weight: bold;
    color: #ffffff;
  }
  .c-spacer--mt0-sp {
    margin-top: 0px !important;
  }
  .c-spacer--mb0-sp {
    margin-bottom: 0px !important;
  }
  .c-spacer--pt0-sp {
    padding-top: 0px !important;
  }
  .c-spacer--pb0-sp {
    padding-bottom: 0px !important;
  }
  .c-spacer--300 {
    height: 150px;
  }
  .c-spacer--300.is-debug:before {
    content: "height 150px";
    padding-top: 70px;
  }
  .c-spacer--mt300 {
    margin-top: 150px;
  }
  .c-spacer--mb300 {
    margin-bottom: 150px;
  }
  .c-spacer--pt300 {
    padding-top: 150px;
  }
  .c-spacer--pb300 {
    padding-bottom: 150px;
  }
  .c-spacer--270 {
    height: 135px;
  }
  .c-spacer--270.is-debug:before {
    content: "height 135px";
    padding-top: 62.5px;
  }
  .c-spacer--mt270 {
    margin-top: 135px;
  }
  .c-spacer--mb270 {
    margin-bottom: 135px;
  }
  .c-spacer--pt270 {
    padding-top: 135px;
  }
  .c-spacer--pb270 {
    padding-bottom: 135px;
  }
  .c-spacer--240 {
    height: 120px;
  }
  .c-spacer--240.is-debug:before {
    content: "height 120px";
    padding-top: 55px;
  }
  .c-spacer--mt240 {
    margin-top: 120px;
  }
  .c-spacer--mb240 {
    margin-bottom: 120px;
  }
  .c-spacer--pt240 {
    padding-top: 120px;
  }
  .c-spacer--pb240 {
    padding-bottom: 120px;
  }
  .c-spacer--200 {
    height: 100px;
  }
  .c-spacer--200.is-debug:before {
    content: "height 100px";
    padding-top: 45px;
  }
  .c-spacer--mt200 {
    margin-top: 100px;
  }
  .c-spacer--mb200 {
    margin-bottom: 100px;
  }
  .c-spacer--pt200 {
    padding-top: 100px;
  }
  .c-spacer--pb200 {
    padding-bottom: 100px;
  }
  .c-spacer--180 {
    height: 90px;
  }
  .c-spacer--180.is-debug:before {
    content: "height 90px";
    padding-top: 40px;
  }
  .c-spacer--mt180 {
    margin-top: 90px;
  }
  .c-spacer--mb180 {
    margin-bottom: 90px;
  }
  .c-spacer--pt180 {
    padding-top: 90px;
  }
  .c-spacer--pb180 {
    padding-bottom: 90px;
  }
  .c-spacer--160 {
    height: 80px;
  }
  .c-spacer--160.is-debug:before {
    content: "height 80px";
    padding-top: 35px;
  }
  .c-spacer--mt160 {
    margin-top: 80px;
  }
  .c-spacer--mb160 {
    margin-bottom: 80px;
  }
  .c-spacer--pt160 {
    padding-top: 80px;
  }
  .c-spacer--pb160 {
    padding-bottom: 80px;
  }
  .c-spacer--140 {
    height: 70px;
  }
  .c-spacer--140.is-debug:before {
    content: "height 70px";
    padding-top: 30px;
  }
  .c-spacer--mt140 {
    margin-top: 70px;
  }
  .c-spacer--mb140 {
    margin-bottom: 70px;
  }
  .c-spacer--pt140 {
    padding-top: 70px;
  }
  .c-spacer--pb140 {
    padding-bottom: 70px;
  }
  .c-spacer--120 {
    height: 60px;
  }
  .c-spacer--120.is-debug:before {
    content: "height 60px";
    padding-top: 25px;
  }
  .c-spacer--mt120 {
    margin-top: 60px;
  }
  .c-spacer--mb120 {
    margin-bottom: 60px;
  }
  .c-spacer--pt120 {
    padding-top: 60px;
  }
  .c-spacer--pb120 {
    padding-bottom: 60px;
  }
  .c-spacer--100 {
    height: 50px;
  }
  .c-spacer--100.is-debug:before {
    content: "height 50px";
    padding-top: 20px;
  }
  .c-spacer--mt100 {
    margin-top: 50px;
  }
  .c-spacer--mb100 {
    margin-bottom: 50px;
  }
  .c-spacer--pt100 {
    padding-top: 50px;
  }
  .c-spacer--pb100 {
    padding-bottom: 50px;
  }
  .c-spacer--90 {
    height: 45px;
  }
  .c-spacer--90.is-debug:before {
    content: "height 45px";
    padding-top: 17.5px;
  }
  .c-spacer--mt90 {
    margin-top: 45px;
  }
  .c-spacer--mb90 {
    margin-bottom: 45px;
  }
  .c-spacer--pt90 {
    padding-top: 45px;
  }
  .c-spacer--pb90 {
    padding-bottom: 45px;
  }
  .c-spacer--80 {
    height: 40px;
  }
  .c-spacer--80.is-debug:before {
    content: "height 40px";
    padding-top: 15px;
  }
  .c-spacer--mt80 {
    margin-top: 40px;
  }
  .c-spacer--mb80 {
    margin-bottom: 40px;
  }
  .c-spacer--pt80 {
    padding-top: 40px;
  }
  .c-spacer--pb80 {
    padding-bottom: 40px;
  }
  .c-spacer--70 {
    height: 35px;
  }
  .c-spacer--70.is-debug:before {
    content: "height 35px";
    padding-top: 12.5px;
  }
  .c-spacer--mt70 {
    margin-top: 35px;
  }
  .c-spacer--mb70 {
    margin-bottom: 35px;
  }
  .c-spacer--pt70 {
    padding-top: 35px;
  }
  .c-spacer--pb70 {
    padding-bottom: 35px;
  }
  .c-spacer--60 {
    height: 30px;
  }
  .c-spacer--60.is-debug:before {
    content: "height 30px";
    padding-top: 10px;
  }
  .c-spacer--mt60 {
    margin-top: 30px;
  }
  .c-spacer--mb60 {
    margin-bottom: 30px;
  }
  .c-spacer--pt60 {
    padding-top: 30px;
  }
  .c-spacer--pb60 {
    padding-bottom: 30px;
  }
  .c-spacer--50 {
    height: 25px;
  }
  .c-spacer--50.is-debug:before {
    content: "height 25px";
    padding-top: 7.5px;
  }
  .c-spacer--mt50 {
    margin-top: 25px;
  }
  .c-spacer--mb50 {
    margin-bottom: 25px;
  }
  .c-spacer--pt50 {
    padding-top: 25px;
  }
  .c-spacer--pb50 {
    padding-bottom: 25px;
  }
  .c-spacer--40 {
    height: 20px;
  }
  .c-spacer--40.is-debug:before {
    content: "height 20px";
    padding-top: 5px;
  }
  .c-spacer--mt40 {
    margin-top: 20px;
  }
  .c-spacer--mb40 {
    margin-bottom: 20px;
  }
  .c-spacer--pt40 {
    padding-top: 20px;
  }
  .c-spacer--pb40 {
    padding-bottom: 20px;
  }
  .c-spacer--30 {
    height: 15px;
  }
  .c-spacer--30.is-debug:before {
    content: "height 15px";
    padding-top: 2.5px;
  }
  .c-spacer--mt30 {
    margin-top: 15px;
  }
  .c-spacer--mb30 {
    margin-bottom: 15px;
  }
  .c-spacer--pt30 {
    padding-top: 15px;
  }
  .c-spacer--pb30 {
    padding-bottom: 15px;
  }
  .c-spacer--25 {
    height: 12.5px;
  }
  .c-spacer--25.is-debug:before {
    content: "height 12.5px";
    padding-top: 1.25px;
  }
  .c-spacer--mt25 {
    margin-top: 12.5px;
  }
  .c-spacer--mb25 {
    margin-bottom: 12.5px;
  }
  .c-spacer--pt25 {
    padding-top: 12.5px;
  }
  .c-spacer--pb25 {
    padding-bottom: 12.5px;
  }
  .c-spacer--20 {
    height: 10px;
  }
  .c-spacer--20.is-debug:before {
    content: "height 10px";
    padding-top: 0px;
  }
  .c-spacer--mt20 {
    margin-top: 10px;
  }
  .c-spacer--mb20 {
    margin-bottom: 10px;
  }
  .c-spacer--pt20 {
    padding-top: 10px;
  }
  .c-spacer--pb20 {
    padding-bottom: 10px;
  }
  .c-spacer--10 {
    height: 5px;
  }
  .c-spacer--10.is-debug:before {
    content: "height 5px";
    padding-top: -2.5px;
  }
  .c-spacer--mt10 {
    margin-top: 5px;
  }
  .c-spacer--mb10 {
    margin-bottom: 5px;
  }
  .c-spacer--pt10 {
    padding-top: 5px;
  }
  .c-spacer--pb10 {
    padding-bottom: 5px;
  }
  .c-spacer--1 {
    height: 0.5px;
  }
  .c-spacer--1.is-debug:before {
    content: "height 0.5px";
    padding-top: -4.75px;
  }
  .c-spacer--mt1 {
    margin-top: 0.5px;
  }
  .c-spacer--mb1 {
    margin-bottom: 0.5px;
  }
  .c-spacer--pt1 {
    padding-top: 0.5px;
  }
  .c-spacer--pb1 {
    padding-bottom: 0.5px;
  }
  .c-spacer--0 {
    height: 0px;
  }
  .c-spacer--0.is-debug:before {
    content: "height 0px";
    padding-top: -5px;
  }
  .c-spacer--mt0 {
    margin-top: 0px;
  }
  .c-spacer--mb0 {
    margin-bottom: 0px;
  }
  .c-spacer--pt0 {
    padding-top: 0px;
  }
  .c-spacer--pb0 {
    padding-bottom: 0px;
  }
  .c-spacer--1 {
    height: 1px !important;
  }
  .c-spacer--mt1 {
    margin-top: 1px !important;
  }
  .c-spacer--mb1 {
    margin-bottom: 1px !important;
  }
  .c-spacer--pt1 {
    padding-top: 1px !important;
  }
  .c-spacer--pb1 {
    padding-bottom: 1px !important;
  }
}

.c-loading {
  position: relative;
  width: 100%;
  height: 100%;
}

.c-loading:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.c-loading:after {
  content: "";
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
  background-repeat: no-repeat;
}

.c-loading--beat-circle:after {
  width: 20px;
  height: 20px;
  background-color: #000000;
  border-radius: 50px;
  -webkit-animation: c_loading__beat_circle__animation 0.5s linear infinite;
          animation: c_loading__beat_circle__animation 0.5s linear infinite;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (max-width: 59.99em) {
  .c-loading--beat-circle:after {
    width: 10px;
    height: 10px;
  }
}

@-webkit-keyframes c_loading__beat_circle__animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes c_loading__beat_circle__animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.c-loading--zoom-circle:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  background-color: #075e7e;
  border-radius: 50%;
  -webkit-animation: c_loading__zoom_circle__animation 0.3s linear infinite;
          animation: c_loading__zoom_circle__animation 0.3s linear infinite;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (max-width: 59.99em) {
  .c-loading--zoom-circle:after {
    width: 20px;
    height: 20px;
  }
}

@-webkit-keyframes c_loading__zoom_circle__animation {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes c_loading__zoom_circle__animation {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

.c-loading--zoom-circle span {
  position: absolute;
  left: -26px;
  bottom: -35px;
  display: block;
  width: 120px;
  margin: 0 auto;
  color: #075e7e;
  text-align: center;
}

.c-loading--zoom-circle span:after {
  position: absolute;
  left: 100px;
  bottom: 0;
  display: block;
  width: 30px;
  content: '...';
  text-align: left;
  -webkit-animation: c_loading__three_burst__animation 1.5s linear infinite;
          animation: c_loading__three_burst__animation 1.5s linear infinite;
}

@-webkit-keyframes c_loading__three_burst__animation {
  0% {
    content: '';
  }
  33% {
    content: '.';
  }
  66% {
    content: '..';
  }
  100% {
    content: '...';
  }
}

@keyframes c_loading__three_burst__animation {
  0% {
    content: '';
  }
  33% {
    content: '.';
  }
  66% {
    content: '..';
  }
  100% {
    content: '...';
  }
}

@media (max-width: 59.99em) {
  .c-loading--zoom-circle span {
    left: -42px;
    bottom: -30px;
    width: 120px;
  }
}

.c-circleLoading {
  position: relative;
  width: 100%;
  height: 100%;
}

.c-circleLoading:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.c-circleLoading__fill-base, .c-circleLoading__fill-center {
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
}

.c-circleLoading__fill-base, .c-circleLoading__fill-center, .c-circleLoading__indicator__fill, .c-circleLoading__indicator__mask {
  border-radius: 50%;
}

.c-circleLoading__container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0, 0.7, 0, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0, 0.7, 0, 1);
  transition: transform 0.2s cubic-bezier(0, 0.7, 0, 1);
  transition: transform 0.2s cubic-bezier(0, 0.7, 0, 1), -webkit-transform 0.2s cubic-bezier(0, 0.7, 0, 1);
}

.c-circleLoading__fill-base {
  z-index: 1;
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #e6e6e6;
  overflow: hidden;
}

.c-circleLoading__fill-center {
  z-index: 3;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  background-color: #075e7e;
  text-align: center;
}

.c-circleLoading__fill-center:after {
  position: relative;
  top: 24px;
  left: 0;
  display: inline-block;
  color: #ffffff;
  content: "";
  font-family: 'Rajdhani', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 16px;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.c-circleLoading__indicator {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
}

.c-circleLoading__indicator__fill, .c-circleLoading__indicator__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
}

.c-circleLoading__indicator__fill:before, .c-circleLoading__indicator__mask:before {
  left: 0;
}

.c-circleLoading__indicator__fill:after, .c-circleLoading__indicator__mask:after {
  right: 0;
}

.c-circleLoading__indicator__fill:before, .c-circleLoading__indicator__fill:after, .c-circleLoading__indicator__mask:before, .c-circleLoading__indicator__mask:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}

.c-circleLoading__indicator__fill {
  z-index: 1;
  -webkit-transition: -webkit-transform 1.3s cubic-bezier(0, 0.7, 0, 1);
  transition: -webkit-transform 1.3s cubic-bezier(0, 0.7, 0, 1);
  transition: transform 1.3s cubic-bezier(0, 0.7, 0, 1);
  transition: transform 1.3s cubic-bezier(0, 0.7, 0, 1), -webkit-transform 1.3s cubic-bezier(0, 0.7, 0, 1);
}

.c-circleLoading__indicator__fill:before {
  background-color: #e6e6e6;
}

.c-circleLoading__indicator__fill:after {
  background-color: #075e7e;
}

.c-circleLoading__indicator__mask {
  z-index: 2;
}

.c-circleLoading__indicator__mask:before {
  background-color: #075e7e;
}

.c-circleLoading.is-fifty .c-circleLoading__indicator__mask {
  -webkit-transform: scale(1.016) rotateZ(180deg) !important;
          transform: scale(1.016) rotateZ(180deg) !important;
}

.c-circleLoading.is-fifty .c-circleLoading__indicator__mask:before {
  background-color: #e6e6e6 !important;
}

.c-circleLoading.is-fadein .c-circleLoading__container {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.c-circleLoading.is-fadeout:before {
  opacity: 0;
}

.c-circleLoading.is-fadeout .c-circleLoading__fill-center {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.c-circleLoading.is-fadeout .c-circleLoading__fill-center:after {
  opacity: 0;
}

.c-circleLoading.is-fadeout .c-circleLoading__container {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(1, -1.42, 0, 1);
  transition: -webkit-transform 0.7s cubic-bezier(1, -1.42, 0, 1);
  transition: transform 0.7s cubic-bezier(1, -1.42, 0, 1);
  transition: transform 0.7s cubic-bezier(1, -1.42, 0, 1), -webkit-transform 0.7s cubic-bezier(1, -1.42, 0, 1);
  -webkit-transform: scale(0);
          transform: scale(0);
}

.c-heroHeader {
  position: relative;
}

.c-heroHeader__bg {
  z-index: 1;
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
}

.c-heroHeader__bg > img {
  z-index: 1;
  position: relative;
  display: block;
}

.c-heroHeader__bg__mask {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
}

.c-heroHeader__inner {
  z-index: 2;
  position: relative;
  background-color: #05101d;
}

.c-nav__content {
  display: table;
}

.c-nav__content__middle {
  z-index: 2;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.c-button {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 22px 60px 22px 30px;
  background-color: #444444;
  color: #ffffff;
  text-align: left;
  line-height: 0;
}

.c-button__label {
  font-size: 1.4rem;
  line-height: 16px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 400;
}

.c-button__label-jp {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Droid Sans", sans-serif;
  font-size: 1.2rem;
  line-height: 14px;
}

.c-button--inline {
  width: auto;
}

.c-button--arw:before {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "";
}

.c-button--arw:before {
  position: absolute;
  right: 30px;
  top: 13px;
  font-size: 2rem;
  line-height: 22px;
}

@media (min-width: 60em) {
  .c-button {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .c-button:hover {
    -webkit-transition: none;
    transition: none;
    background-color: #075e7e;
  }
}

@media (max-width: 59.99em) {
  .c-button {
    padding: 22px 60px 22px 30px;
  }
  .c-button__label-jp {
    font-size: 1rem;
    line-height: 12px;
  }
}

.c-button {
  position: relative;
  background-color: #075e7e;
  color: #ffffff;
}

.c-button:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #000000;
  opacity: 0.1;
}

@media (min-width: 60em) {
  .c-button {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-button:hover {
    background-color: #ffffff;
    color: #444444;
  }
}

.c-hamburger {
  pointer-events: visible;
  position: relative;
  width: 40px;
  height: 22px;
}

.c-hamburger__line1, .c-hamburger__line2, .c-hamburger__line3 {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0, 0.7, 0, 1);
  transition: all 0.4s cubic-bezier(0, 0.7, 0, 1);
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: transform, background-color;
  transition-property: transform, background-color, -webkit-transform;
}

.c-hamburger__line1 {
  top: 0px;
}

.c-hamburger__line2 {
  top: 10.5px;
}

.c-hamburger__line3 {
  bottom: 0px;
}

.is-opened .c-hamburger__line1, .is-opened .c-hamburger__line2, .is-opened .c-hamburger__line3,
.type-close .c-hamburger__line1,
.type-close .c-hamburger__line2,
.type-close .c-hamburger__line3 {
  -webkit-transition: none;
  transition: none;
}

.is-opened .c-hamburger__line1,
.type-close .c-hamburger__line1 {
  -webkit-transform: translateY(11px) rotateZ(30deg) !important;
          transform: translateY(11px) rotateZ(30deg) !important;
}

.is-opened .c-hamburger__line2,
.type-close .c-hamburger__line2 {
  -webkit-transform: translateX(-30px) !important;
          transform: translateX(-30px) !important;
  opacity: 0;
}

.is-opened .c-hamburger__line3,
.type-close .c-hamburger__line3 {
  -webkit-transform: translateY(-11px) rotateZ(-30deg) !important;
          transform: translateY(-11px) rotateZ(-30deg) !important;
}

.c-hamburger--2lines .c-hamburger__line2 {
  display: none !important;
}

.c-hamburger.is-white .c-hamburger__line1, .c-hamburger.is-white .c-hamburger__line2, .c-hamburger.is-white .c-hamburger__line3 {
  background-color: #ffffff;
}

.c-hamburger.is-white-important .c-hamburger__line1, .c-hamburger.is-white-important .c-hamburger__line2, .c-hamburger.is-white-important .c-hamburger__line3 {
  background-color: #ffffff !important;
}

.c-hamburger.is-black-important .c-hamburger__line1, .c-hamburger.is-black-important .c-hamburger__line2, .c-hamburger.is-black-important .c-hamburger__line3 {
  background-color: #000000 !important;
}

@media (min-width: 60em) {
  .c-hamburger:hover .c-hamburger__line1 {
    -webkit-transform: translateY(21px);
            transform: translateY(21px);
  }
  .c-hamburger:hover .c-hamburger__line3 {
    -webkit-transform: translateY(-21px);
            transform: translateY(-21px);
  }
  .is-opened .c-hamburger:hover .c-hamburger__line1,
  .type-close .c-hamburger:hover .c-hamburger__line1 {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.15, 0, 0, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.15, 0, 0, 1);
    transition: transform 0.5s cubic-bezier(0.15, 0, 0, 1);
    transition: transform 0.5s cubic-bezier(0.15, 0, 0, 1), -webkit-transform 0.5s cubic-bezier(0.15, 0, 0, 1);
    -webkit-transform: translateY(11px) rotateZ(30deg) !important;
            transform: translateY(11px) rotateZ(30deg) !important;
  }
  .is-opened .c-hamburger:hover .c-hamburger__line3,
  .type-close .c-hamburger:hover .c-hamburger__line3 {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.15, 0, 0, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.15, 0, 0, 1);
    transition: transform 0.5s cubic-bezier(0.15, 0, 0, 1);
    transition: transform 0.5s cubic-bezier(0.15, 0, 0, 1), -webkit-transform 0.5s cubic-bezier(0.15, 0, 0, 1);
    -webkit-transform: translateY(-11px) rotateZ(-210deg) !important;
            transform: translateY(-11px) rotateZ(-210deg) !important;
  }
}

@media (max-width: 59.99em) {
  .c-hamburger {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 100% 0px;
            transform-origin: 100% 0px;
  }
}

.is-static .c-noise--normal:before {
  background-image: url("../img/common/c-noise--normal.png") !important;
}

.is-static .c-noise--hard:before {
  background-image: url("../img/common/c-noise--hard.png") !important;
  opacity: 1;
}

.c-noise {
  pointer-events: none;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.c-noise:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.c-noise--normal:before {
  background-image: url("../img/common/c-noise--normal--apng.png");
  background-repeat: repeat;
  background-position: left top;
  opacity: 1;
}

.c-noise--hard:before {
  background-image: url("../img/common/c-noise--hard--apng.png");
  background-repeat: repeat;
  background-position: left top;
  opacity: 0.7;
}

.c-doubleCircleCursor {
  position: relative;
  pointer-events: none;
}

@media (min-width: 60em) {
  .c-doubleCircleCursor__cursor, .c-doubleCircleCursor__chaser {
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  .c-doubleCircleCursor__cursor {
    width: 6px;
    height: 6px;
    background-color: #367bd8;
    z-index: 1001;
    cursor: none;
  }
  .c-doubleCircleCursor__chaser {
    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;
    width: 80px;
    height: 80px;
    border: 1px solid #367bd8;
    z-index: 1000;
    -webkit-transition: -webkit-transform ease 0.3s;
    transition: -webkit-transform ease 0.3s;
    transition: transform ease 0.3s;
    transition: transform ease 0.3s, -webkit-transform ease 0.3s;
    text-align: center;
  }
  .c-doubleCircleCursor.type-hover .c-doubleCircleCursor__cursor {
    -webkit-transform: scale(1.6666666667);
            transform: scale(1.6666666667);
  }
  .c-doubleCircleCursor.type-hover .c-doubleCircleCursor__chaser {
    -webkit-transform: scale(1.625);
            transform: scale(1.625);
  }
  .c-doubleCircleCursor.type-close .c-doubleCircleCursor__cursor {
    width: 31px;
    height: 31px;
    background-color: transparent;
    -webkit-transform: translateX(-12px) translateY(-12px) rotateZ(45deg);
            transform: translateX(-12px) translateY(-12px) rotateZ(45deg);
  }
  .c-doubleCircleCursor.type-close .c-doubleCircleCursor__cursor:before, .c-doubleCircleCursor.type-close .c-doubleCircleCursor__cursor:after {
    content: '';
    display: block;
    position: absolute;
    background-color: #367bd8;
  }
  .c-doubleCircleCursor.type-close .c-doubleCircleCursor__cursor:before {
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
  }
  .c-doubleCircleCursor.type-close .c-doubleCircleCursor__cursor:after {
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
  }
  .c-doubleCircleCursor.type-drug .c-doubleCircleCursor__cursor {
    width: 31px;
    height: 31px;
    background-color: transparent;
    -webkit-transform: translateX(-15px) translateY(-2px);
            transform: translateX(-15px) translateY(-2px);
    font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 13px;
  }
  .c-doubleCircleCursor.type-drug .c-doubleCircleCursor__cursor:before {
    content: 'DRAG';
    display: block;
    position: absolute;
    left: 6px;
    top: 10px;
    width: 50px;
    height: 19px;
    text-align: center;
  }
  .c-doubleCircleCursor.type-drug .c-doubleCircleCursor__cursor:after {
    content: '';
    display: block;
    position: absolute;
    left: -50px;
    top: 10px;
    width: 152px;
    height: 13px;
    background-image: url("../img/common/c-doubleCircleCursor--type-drug.svg");
    background-repeat: no-repeat;
    background-position: left top;
  }
  .c-doubleCircleCursor.type-drug .c-doubleCircleCursor__chaser {
    width: 100px;
    height: 100px;
  }
  .c-doubleCircleCursor.type-scroll:not(.type-close):not(.type-default):not(.type-hover) .c-doubleCircleCursor__cursor {
    background-color: transparent;
    -webkit-transform: translateX(-15px) translateY(-2px);
            transform: translateX(-15px) translateY(-2px);
    font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 13px;
  }
  .c-doubleCircleCursor.type-scroll:not(.type-close):not(.type-default):not(.type-hover) .c-doubleCircleCursor__cursor:before {
    content: 'SCROLL';
    display: block;
    position: absolute;
    width: 50px;
  }
  .c-doubleCircleCursor.type-scroll:not(.type-close):not(.type-default):not(.type-hover) .c-doubleCircleCursor__cursor:after {
    content: '';
    display: block;
    position: absolute;
    left: 18px;
    top: 20px;
    width: 1px;
    height: 40px;
    background-color: #367bd8;
    -webkit-animation: cursor_type_scroll_attention_loop_y 1.5s infinite normal;
            animation: cursor_type_scroll_attention_loop_y 1.5s infinite normal;
  }
  @-webkit-keyframes cursor_type_scroll_attention_loop_y {
    0% {
      opacity: 1.0;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    15% {
      opacity: 0.3;
    }
    45% {
      opacity: 1.0;
    }
    75% {
      opacity: 0.3;
      -webkit-transform: translateY(15px);
              transform: translateY(15px);
    }
    99.9% {
      opacity: 1.0;
      -webkit-transform: translateY(15px);
              transform: translateY(15px);
    }
    100% {
      opacity: 1.0;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  @keyframes cursor_type_scroll_attention_loop_y {
    0% {
      opacity: 1.0;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    15% {
      opacity: 0.3;
    }
    45% {
      opacity: 1.0;
    }
    75% {
      opacity: 0.3;
      -webkit-transform: translateY(15px);
              transform: translateY(15px);
    }
    99.9% {
      opacity: 1.0;
      -webkit-transform: translateY(15px);
              transform: translateY(15px);
    }
    100% {
      opacity: 1.0;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  .c-doubleCircleCursor.type-scroll:not(.type-close):not(.type-default):not(.type-hover) .c-doubleCircleCursor__cursor.is-active {
    background-color: #367bd8;
    -webkit-transform: scale(1.6666666667);
            transform: scale(1.6666666667);
  }
  .c-doubleCircleCursor.type-scroll:not(.type-close):not(.type-default):not(.type-hover) .c-doubleCircleCursor__cursor.is-active:before, .c-doubleCircleCursor.type-scroll:not(.type-close):not(.type-default):not(.type-hover) .c-doubleCircleCursor__cursor.is-active:after {
    display: none;
  }
}

.js-all {
  height: 100%;
  overflow: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.js-all.fixed {
  overflow: hidden;
}

.js-all.is-hidden {
  pointer-events: none !important;
  opacity: 0 !important;
}

.js-article.js-inertia {
  overflow: hidden;
}

.js-article.is-hidden {
  pointer-events: none !important;
  opacity: 0 !important;
}

picture.js-fitimg-parent {
  height: 100%;
}

.js-fitimg {
  position: absolute;
  display: block;
}

.js-fitimg.cropped-x {
  top: 0 !important;
  width: auto;
  height: 100%;
}

.js-fitimg.cropped-y {
  left: 0 !important;
  width: 100%;
  height: auto;
}

.js-fitimg-parent {
  position: relative;
  overflow: hidden;
}

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

.p-fv:after {
  pointer-events: none;
  z-index: 2;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 500px;
  background-image: url("../img/top/p-fv__grad.png");
  background-repeat: repeat-x;
  background-position: center bottom;
}

.p-fv__bg {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/top/p-fv__bg-pc.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.p-fv__inner {
  z-index: 3;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
}

.p-fv__rod {
  z-index: 10;
  position: absolute;
  left: 50%;
}

.p-fv__logo {
  z-index: 11;
  position: relative;
  top: -10px;
  width: 100%;
}

.p-fv__scroll {
  display: none;
}

@media (max-width: 59.99em) {
  .p-fv:after {
    display: none;
  }
  .p-fv__logo {
    top: -10px;
  }
  .p-fv__scroll {
    display: block;
    position: fixed;
    right: 25px;
    bottom: 25px;
  }
}

.js-fv__logo {
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition-property: opacity transform, -webkit-filter;
  transition-property: opacity transform, -webkit-filter;
  transition-property: opacity transform, filter;
  transition-property: opacity transform, filter, -webkit-filter;
  -webkit-transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.js-fv__logo.is-fadein {
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.js-nav.is-opened .p-gnav {
  pointer-events: visible;
}

.p-gnav {
  z-index: 2;
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  pointer-events: none;
}

.p-gnav__scroller {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 700px;
}

.p-gnav__content {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 700px;
}

@media (max-width: 59.99em) {
  .p-gnav {
    min-height: auto;
  }
  .p-gnav__scroller {
    display: none;
  }
  .p-gnav__content {
    position: relative;
    left: auto;
    top: auto;
    min-height: auto;
  }
}

@media (max-width: 59.99em) {
  .p-hamburger {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .p-hamburger__line1, .p-hamburger__line2, .p-hamburger__line3 {
    left: auto;
    right: 0;
  }
  .p-hamburger__line1 {
    width: 40px;
  }
  .p-hamburger__line2 {
    width: 30px;
  }
  .p-hamburger__line3 {
    width: 20px;
  }
  .is-opened .p-hamburger__line1, .is-opened .p-hamburger__line2, .is-opened .p-hamburger__line3,
  .type-close .p-hamburger__line1,
  .type-close .p-hamburger__line2,
  .type-close .p-hamburger__line3 {
    -webkit-transition: none;
    transition: none;
  }
  .is-opened .p-hamburger__line1,
  .type-close .p-hamburger__line1 {
    width: 40px;
    -webkit-transform: translateY(11px) rotateZ(45deg) !important;
            transform: translateY(11px) rotateZ(45deg) !important;
  }
  .is-opened .p-hamburger__line2,
  .type-close .p-hamburger__line2 {
    -webkit-transform: translateX(-30px) !important;
            transform: translateX(-30px) !important;
    opacity: 0;
  }
  .is-opened .p-hamburger__line3,
  .type-close .p-hamburger__line3 {
    width: 40px;
    -webkit-transform: translateY(-11px) rotateZ(-45deg) !important;
            transform: translateY(-11px) rotateZ(-45deg) !important;
  }
}

.p-hr {
  border-top: none;
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #000000;
}

a.p-icon, button.p-icon {
  cursor: pointer;
}

.p-logo {
  position: relative;
}

.p-logo__mark {
  position: relative;
}

.p-logo__mark img {
  display: block;
  width: 100%;
}

.p-logo__text {
  position: relative;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 400;
  font-style: italic;
}

.p-logo--header .p-logo__mark {
  display: inline-block;
  width: 88px;
}

.p-logo--header .p-logo__text {
  display: inline-block;
  top: -2px;
  left: 12px;
  font-size: 1rem;
  line-height: 12px;
}

.p-logo--mv .p-logo__mark {
  left: 12px;
  display: block;
  width: 26.75%;
  max-width: 428px;
  margin: 0 auto;
}

.p-logo--mv .p-logo__text {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  line-height: 17px;
  top: 35px;
  color: #8e9bb3;
}

@media (max-width: 59.99em) {
  .p-logo--header .p-logo__mark {
    display: block;
    width: 95px;
  }
  .p-logo--header .p-logo__text {
    display: block;
    top: 10px;
    left: auto;
    font-size: 1rem;
    line-height: 12px;
  }
  .p-logo--mv .p-logo__mark {
    left: 6px;
    width: 51.690821256%;
    max-width: 214px;
  }
  .p-logo--mv .p-logo__text {
    font-size: 1.3rem;
    line-height: 15px;
    top: 20px;
  }
}

.p-modal__bg {
  background-color: rgba(9, 10, 34, 0.95);
}

.p-modal__close {
  display: none;
}

@media (max-width: 59.99em) {
  .p-modal__close {
    right: 31px;
    top: 26px;
    display: block;
    width: 29px;
    height: 29px;
    background-image: url("../img/common/p-modal__close.svg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(0, 0.7, 0, 1);
            transition-timing-function: cubic-bezier(0, 0.7, 0, 1);
    -webkit-transform: rotateZ(-180deg);
            transform: rotateZ(-180deg);
    opacity: 0;
  }
  .p-modal.is-opened .p-modal__close {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
    opacity: 1;
  }
}

@media all and (-ms-high-contrast: none) {
  .p-nav__content, .p-nav__mask, .p-nav__size, .p-nav__bg {
    left: 0;
    right: auto !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

.p-nav__content, .p-nav__bg {
  right: 0;
  top: 0;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.p-nav__mask {
  position: absolute;
  right: 0;
  top: 0;
  width: 0px;
  height: 0px;
  overflow: hidden;
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  -webkit-transition-property: width, height, border-radius, -webkit-transform;
  transition-property: width, height, border-radius, -webkit-transform;
  transition-property: width, height, border-radius, transform;
  transition-property: width, height, border-radius, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.78, 0.07, 0, 1);
          transition-timing-function: cubic-bezier(0.78, 0.07, 0, 1);
  -webkit-transform: translateX(-30px) translateY(30px);
          transform: translateX(-30px) translateY(30px);
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.p-nav__size {
  display: table;
  position: absolute;
  right: 0;
  top: 0;
}

.p-nav__noise {
  z-index: 2 !important;
}

.p-nav.is-opened .p-nav__bg {
  opacity: 0.95;
}

.p-nav.is-opened .p-nav__content {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

.p-nav.is-opened .p-nav__mask {
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(0px) translateY(0px);
          transform: translateX(0px) translateY(0px);
  border-radius: 0px;
}

.p-pagetop {
  cursor: pointer;
  position: relative;
}

.p-button {
  pointer-events: auto;
  display: block;
}

.p-button--rect {
  position: relative;
  padding: 30px 20px;
  text-align: left;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 27px;
  letter-spacing: 2px;
  border-top: 1px solid #232542;
  border-bottom: 1px solid #232542;
}

.p-button--arw {
  padding-right: 120px;
}

.p-button--arw:after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  width: 61px;
  height: 11px;
  background-image: url("../img/common/p-button--rect-white.svg");
  background-repeat: no-repeat;
  background-position: left top;
}

@media (min-width: 60em) {
  .p-button {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .p-button:hover {
    -webkit-transition: none;
    transition: none;
    color: #367bd8 !important;
  }
  .p-button--rect:after {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
            transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .p-button--rect:hover:after {
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}

@media (max-width: 59.99em) {
  .p-button--rect {
    position: relative;
    padding: 25px 60px;
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 18px;
    letter-spacing: 1px;
    color: #d1dbec;
    border: 1px solid #367bd8;
    border-radius: 7px;
  }
  .p-button--arw {
    padding-right: 80px;
  }
  .p-button--arw:after {
    right: 20px;
    margin-top: -7px;
    width: 35px;
    height: 7px;
    background-image: url("../img/common/p-button--rect-blue.svg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
  }
}

.p-title--modal {
  width: 100%;
  padding-bottom: 50px;
  text-align: center;
  font-family: 'Playfair Display', serif;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 4rem;
  line-height: 42px;
}

@media (max-width: 59.99em) {
  .p-title--modal {
    padding-bottom: 25px;
    text-align: left;
    font-size: 2.5rem;
    line-height: 27px;
  }
}

@media (min-width: 60em) {
  .p-cursor.type-story .p-cursor__cursor {
    background-color: transparent;
    -webkit-transform: translateX(-15px) translateY(-2px);
            transform: translateX(-15px) translateY(-2px);
    font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 13px;
  }
  .p-cursor.type-story .p-cursor__cursor:before {
    content: 'PLAY STORY';
    display: block;
    position: absolute;
    top: 25px;
    width: 60px;
  }
  .p-cursor.type-story .p-cursor__cursor:after {
    content: '';
    display: block;
    position: absolute;
    left: 23px;
    top: -5px;
    width: 19px;
    height: 19px;
    background-image: url("../img/common/p-cursor--type-story.svg");
    background-repeat: no-repeat;
    background-position: left top;
    -webkit-animation: cursor_type_story_attention_loop_alpha 0.7s infinite normal;
            animation: cursor_type_story_attention_loop_alpha 0.7s infinite normal;
  }
  @-webkit-keyframes cursor_type_story_attention_loop_alpha {
    0% {
      opacity: 1.0;
    }
    50% {
      opacity: 0.3;
    }
    100% {
      opacity: 1.0;
    }
  }
  @keyframes cursor_type_story_attention_loop_alpha {
    0% {
      opacity: 1.0;
    }
    50% {
      opacity: 0.3;
    }
    100% {
      opacity: 1.0;
    }
  }
  .p-cursor.type-story .p-cursor__cursor.is-active {
    background-color: #367bd8;
    -webkit-transform: scale(1.6666666667);
            transform: scale(1.6666666667);
  }
  .p-cursor.type-story .p-cursor__cursor.is-active:before, .p-cursor.type-story .p-cursor__cursor.is-active:after {
    display: none;
  }
  .p-cursor.type-story .p-cursor__chaser {
    width: 100px;
    height: 100px;
  }
}

.p-fixed__lb {
  bottom: 23px;
}

.p-fixed__rb {
  bottom: 88px;
}

.p-fixed__copyright {
  display: inline-block;
  padding-right: 15px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 12px;
  color: #7a8591;
}

.p-fixed__privacy {
  display: inline-block;
  padding: 15px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 13px;
}

.p-fixed__rowNav {
  padding-top: 7px;
}

.p-fixed__scrollIcon {
  display: none;
}

@media (max-width: 59.99em) {
  .p-fixed__lb {
    bottom: 25px;
  }
  .p-fixed__rb {
    bottom: 25px;
  }
  .p-fixed__copyright {
    font-size: 0.9rem;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    line-height: 15px;
  }
  .p-fixed__privacy {
    display: none;
  }
  .p-fixed__anchorNav {
    display: none;
  }
  .p-fixed__rowNav {
    display: none;
    padding-top: 15px;
  }
  .p-fixed__scrollIcon {
    position: relative;
    display: block;
    height: 55px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0, 0.7, 0, 1);
            transition-timing-function: cubic-bezier(0, 0.7, 0, 1);
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
    pointer-events: auto;
  }
  .p-fixed__scrollIcon.is-active {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
    pointer-events: none;
  }
}

.p-circleLoading:before {
  display: none;
  background-color: #05101d;
}

.p-circleLoading__fill-base {
  background-color: #367bd8 !important;
}

.p-circleLoading__fill-center {
  background-color: #05101d !important;
}

.p-circleLoading__indicator__fill:before {
  background-color: #367bd8 !important;
}

.p-circleLoading__indicator__fill:after {
  background-color: #05101d !important;
}

.p-circleLoading__indicator__mask:before {
  background-color: #05101d !important;
}

.p-circleLoading.is-fifty .p-circleLoading__indicator__mask:before {
  background-color: #367bd8 !important;
}

@media screen and (orientation: landscape) {
  .p-landscape.isnt-supported {
    pointer-events: none !important;
    position: relative;
  }
  .p-landscape.isnt-supported:before, .p-landscape.isnt-supported:after {
    content: '';
    display: block;
    z-index: 9996;
    position: fixed;
  }
  .p-landscape.isnt-supported:before {
    left: 0;
    top: -50%;
    width: 100%;
    height: 200%;
    background: #05101d;
  }
  .p-landscape.isnt-supported:after {
    left: 50%;
    top: 50%;
    width: 213px;
    height: 120px;
    margin-left: -106.5px;
    margin-top: -60px;
    background-image: url("../img/common/p-landscape.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
  }
}

.p-entrance {
  z-index: 9100;
  pointer-events: none;
  position: fixed;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 2.5s;
          transition-duration: 2.5s;
  overflow: hidden;
  opacity: 0;
}

.p-entrance.is-active {
  opacity: 1;
}

.p-entrance__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #05101d;
}

.p-entrance__bg:before, .p-entrance__bg:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.p-entrance__bg:before {
  opacity: 1;
  background-image: url("../img/common/p-entrance__bg.jpg");
  background-repeat: repeat;
  background-position: center top;
}

.p-entrance__bg:after {
  background-image: url("../img/common/c-noise--hard--apng.png");
  background-repeat: repeat;
  background-position: left top;
}

.p-entrance__circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 405px;
  height: 405px;
  margin-left: -202px;
  margin-top: -202px;
}

.p-entrance__circle__guide, .p-entrance__circle__dot {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.p-entrance__circle__guide {
  z-index: 1;
  background-image: url("../img/common/p-entrance__circle__guide.png");
  background-repeat: no-repeat;
  background-position: left top;
}

.p-entrance__circle__dot {
  z-index: 2;
  background-image: url("../img/common/p-entrance__circle__dot.png");
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-animation: rotateZ_loop_anim 1.5s cubic-bezier(1, 0.7, 1, 1) infinite;
          animation: rotateZ_loop_anim 1.5s cubic-bezier(1, 0.7, 1, 1) infinite;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@-webkit-keyframes rotateZ_loop_anim {
  0% {
    -webkit-transform: scale(1) rotateZ(0);
            transform: scale(1) rotateZ(0);
  }
  100% {
    -webkit-transform: scale(1) rotateZ(360deg);
            transform: scale(1) rotateZ(360deg);
  }
}

@keyframes rotateZ_loop_anim {
  0% {
    -webkit-transform: scale(1) rotateZ(0);
            transform: scale(1) rotateZ(0);
  }
  100% {
    -webkit-transform: scale(1) rotateZ(360deg);
            transform: scale(1) rotateZ(360deg);
  }
}

.p-entrance__center {
  position: relative;
}

.p-entrance__text {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 19px;
  font-style: italic;
  color: #6c84ac;
}

.p-entrance__sound {
  padding-top: 25px;
  text-align: center;
}

.p-entrance__sound__icon {
  position: relative;
  top: 5px;
  left: -10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/common/p-entrance__sound__icon.png");
  background-repeat: no-repeat;
  background-position: left top;
}

.p-entrance__sound__on, .p-entrance__sound__off {
  pointer-events: none !important;
  position: relative;
  display: inline-block;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 16px;
  color: #6c84ac;
  padding: 10px 15px;
}

.p-entrance__sound__on:after {
  position: absolute;
  right: -4px;
  top: 10px;
  content: '';
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: #6c84ac;
}

.p-entrance.is-active .p-entrance__sound__on, .p-entrance.is-active .p-entrance__sound__off {
  pointer-events: auto !important;
}

@media (max-width: 59.99em) {
  .p-entrance {
    display: none;
  }
}

.p-volume__on, .p-volume__off {
  display: inline-block;
  padding: 15px 12px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 13px;
  pointer-events: auto;
  color: #949ca9;
}

.p-volume__on.is-active, .p-volume__off.is-active {
  pointer-events: none;
  color: #ffffff;
}

.p-volume__on {
  position: relative;
  color: #949ca9;
}

.p-volume__on:after {
  position: absolute;
  right: -3px;
  top: 16px;
  content: '';
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #b1b7c1;
}

.p-volume__wave {
  position: relative;
  top: 3px;
  left: 8px;
  display: inline-block;
  width: 22px;
  height: 13px;
}

.p-volume__wave span {
  position: absolute;
  display: block;
  width: 1px;
  background-color: #5f737c;
  overflow: hidden;
}

.p-volume__wave span:nth-child(1) {
  left: 0px;
}

.p-volume__wave span:nth-child(2) {
  left: 3px;
}

.p-volume__wave span:nth-child(3) {
  left: 6px;
}

.p-volume__wave span:nth-child(4) {
  left: 9px;
}

.p-volume__wave span:nth-child(5) {
  left: 12px;
}

.p-volume__wave span:nth-child(6) {
  left: 15px;
}

.p-volume__wave span:nth-child(7) {
  left: 18px;
}

.p-volume__wave span:nth-child(8) {
  left: 21px;
}

.p-volume__wave span:nth-child(1), .p-volume__wave span:nth-child(8) {
  top: 4px;
  height: 5px;
}

.p-volume__wave span:nth-child(2), .p-volume__wave span:nth-child(5), .p-volume__wave span:nth-child(7) {
  top: 3px;
  height: 7px;
}

.p-volume__wave span:nth-child(3), .p-volume__wave span:nth-child(6) {
  top: 1px;
  height: 11px;
}

.p-volume__wave span:nth-child(4) {
  top: 0px;
  height: 13px;
}

.p-volume__wave span:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transform: translateY(13px);
          transform: translateY(13px);
}

.p-volume__wave.is-active span {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.p-volume__wave.is-active span:nth-child(1):before {
  -webkit-animation: p_volume__wave_1 1s linear infinite;
          animation: p_volume__wave_1 1s linear infinite;
  -webkit-animation-delay: 0.0s;
          animation-delay: 0.0s;
}

@-webkit-keyframes p_volume__wave_1 {
  0% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes p_volume__wave_1 {
  0% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

.p-volume__wave.is-active span:nth-child(2):before {
  -webkit-animation: p_volume__wave_2 1s linear infinite;
          animation: p_volume__wave_2 1s linear infinite;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

@-webkit-keyframes p_volume__wave_2 {
  0% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
}

@keyframes p_volume__wave_2 {
  0% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
}

.p-volume__wave.is-active span:nth-child(3):before {
  -webkit-animation: p_volume__wave_3 1s linear infinite;
          animation: p_volume__wave_3 1s linear infinite;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@-webkit-keyframes p_volume__wave_3 {
  0% {
    -webkit-transform: translateY(11px);
            transform: translateY(11px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(11px);
            transform: translateY(11px);
  }
}

@keyframes p_volume__wave_3 {
  0% {
    -webkit-transform: translateY(11px);
            transform: translateY(11px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(11px);
            transform: translateY(11px);
  }
}

.p-volume__wave.is-active span:nth-child(4):before {
  -webkit-animation: p_volume__wave_4 1s linear infinite;
          animation: p_volume__wave_4 1s linear infinite;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

@-webkit-keyframes p_volume__wave_4 {
  0% {
    -webkit-transform: translateY(13px);
            transform: translateY(13px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(13px);
            transform: translateY(13px);
  }
}

@keyframes p_volume__wave_4 {
  0% {
    -webkit-transform: translateY(13px);
            transform: translateY(13px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(13px);
            transform: translateY(13px);
  }
}

.p-volume__wave.is-active span:nth-child(5):before {
  -webkit-animation: p_volume__wave_5 1s linear infinite;
          animation: p_volume__wave_5 1s linear infinite;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes p_volume__wave_5 {
  0% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
}

@keyframes p_volume__wave_5 {
  0% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
}

.p-volume__wave.is-active span:nth-child(6):before {
  -webkit-animation: p_volume__wave_6 1s linear infinite;
          animation: p_volume__wave_6 1s linear infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes p_volume__wave_6 {
  0% {
    -webkit-transform: translateY(11px);
            transform: translateY(11px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(11px);
            transform: translateY(11px);
  }
}

@keyframes p_volume__wave_6 {
  0% {
    -webkit-transform: translateY(11px);
            transform: translateY(11px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(11px);
            transform: translateY(11px);
  }
}

.p-volume__wave.is-active span:nth-child(7):before {
  -webkit-animation: p_volume__wave_7 1s linear infinite;
          animation: p_volume__wave_7 1s linear infinite;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@-webkit-keyframes p_volume__wave_7 {
  0% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
}

@keyframes p_volume__wave_7 {
  0% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
}

.p-volume__wave.is-active span:nth-child(8):before {
  -webkit-animation: p_volume__wave_8 1s linear infinite;
          animation: p_volume__wave_8 1s linear infinite;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

@-webkit-keyframes p_volume__wave_8 {
  0% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes p_volume__wave_8 {
  0% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

.p-volume__wave.is-pause span:before {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}

@media (max-width: 59.99em) {
  .p-volume {
    display: none;
  }
}

.p-snsNav {
  position: relative;
  left: -20px;
}

.p-snsNav li {
  position: relative;
  display: block;
  text-align: center;
}

.p-snsNav li:after {
  position: absolute;
  left: 22px;
  bottom: 0;
  content: '';
  display: inline-block;
  width: 13px;
  height: 1px;
  background-color: #edeff4;
}

.p-snsNav li:last-child:after {
  display: none;
}

.p-snsNav a {
  display: block;
  padding: 20px;
  font-size: 1.3rem;
  line-height: 15px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 500;
  color: #c2c8d2;
}

@media (max-width: 59.99em) {
  .p-snsNav {
    display: none;
  }
}

@media all and (-ms-high-contrast: none) {
  .p-anchorNav *::-ms-backdrop, .p-anchorNav button {
    pointer-events: none !important;
  }
}

.p-anchorNav li {
  text-align: right;
  line-height: 0;
}

.p-anchorNav button, .p-anchorNav a {
  display: inline-block;
  padding: 8px 0;
  pointer-events: auto;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 16px;
}

.p-anchorNav.is-active button, .p-anchorNav.is-active a {
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-delay: 0.09s;
          transition-delay: 0.09s;
  color: #595d71;
}

.p-anchorNav.is-active button:hover, .p-anchorNav.is-active a:hover {
  color: #367bd8;
}

.p-anchorNav.is-active button.is-current, .p-anchorNav.is-active a.is-current {
  color: #ffffff !important;
}

.p-anchorNav.is-active button.is-current:hover, .p-anchorNav.is-active a.is-current:hover {
  color: #367bd8 !important;
}

.p-anchorNav.is-active button.is-passing, .p-anchorNav.is-active a.is-passing {
  color: #595d71 !important;
}

.p-anchorNav.is-active button.is-passing:hover, .p-anchorNav.is-active a.is-passing:hover {
  color: #367bd8 !important;
}

.p-rowNav {
  position: relative;
  right: -25px;
}

.p-rowNav li {
  position: relative;
  display: inline-block;
}

.p-rowNav li:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 21px;
  width: 1px;
  height: 10px;
  background-color: #edeff4;
}

.p-rowNav li:last-child {
  padding-right: 0;
}

.p-rowNav li:last-child:after {
  display: none;
}

.p-rowNav button, .p-rowNav a {
  display: block;
  pointer-events: auto;
  padding: 20px 25px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 15px;
  color: #c2c8d2;
}

@media (max-width: 59.99em) {
  .p-hamNav {
    padding: 0 25px;
  }
  .p-hamNav__main {
    padding-bottom: 70px;
  }
  .p-hamNav__main li {
    width: 100%;
    padding-bottom: 30px;
  }
  .p-hamNav__main li:last-child {
    padding-bottom: 0;
  }
  .p-hamNav__main a, .p-hamNav__main button {
    color: #367bd8;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 300;
    font-size: 2.5rem;
    line-height: 27px;
  }
  .p-hamNav__sub li {
    padding-bottom: 20px;
  }
  .p-hamNav__sub li:last-child {
    padding-bottom: 0;
  }
  .p-hamNav__sub a, .p-hamNav__sub button {
    color: #7188a8;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 300;
    font-size: 2rem;
    line-height: 22px;
  }
  .p-hamNav__sns {
    padding-top: 45px;
    right: auto;
    left: -25px;
    font-size: 0;
  }
  .p-hamNav__sns li:after {
    top: 22px;
    background-color: #7188a8;
  }
  .p-hamNav__sns li:first-child {
    padding-left: 0;
  }
  .p-hamNav__sns button, .p-hamNav__sns a {
    color: #7188a8;
  }
}

.p-scrollIcon {
  position: relative;
  display: block;
  padding-top: 43px;
}

.p-scrollIcon span {
  display: block;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 12px;
  color: #b6beca;
  letter-spacing: 1px;
}

.p-scrollIcon:before, .p-scrollIcon:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
}

.p-scrollIcon:before {
  z-index: 1;
  width: 1px;
  height: 35px;
  background-color: #4e5b71;
}

.p-scrollIcon:after {
  z-index: 2;
  width: 3px;
  height: 7px;
  margin-left: -1px;
  background-color: #b3ceda;
  -webkit-animation: scrollIcon_attention_loop_y 1.0s infinite normal;
          animation: scrollIcon_attention_loop_y 1.0s infinite normal;
}

@-webkit-keyframes scrollIcon_attention_loop_y {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(28px);
            transform: translateY(28px);
  }
}

@keyframes scrollIcon_attention_loop_y {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(28px);
            transform: translateY(28px);
  }
}

.p-company {
  padding-bottom: 15vh;
}

.p-company__list {
  pointer-events: visible;
  width: 100%;
  padding-top: 15px;
  overflow-y: auto;
}

.p-company__list > dl {
  border-bottom-color: #232542;
}

.p-company__list > dl > dt,
.p-company__list > dl > dd {
  padding-top: 18px;
  padding-bottom: 18px;
  border-top-color: #232542;
  font-size: 1.4rem;
  line-height: 25px;
}

.p-company__list > dl > dt {
  width: 25%;
  padding-left: 10px;
}

.p-company__list > dl > dd {
  width: 75%;
}

.p-company__list > dl > dd a {
  text-decoration: underline;
}

@media (min-width: 60em) {
  .p-company__list > dl > dd a:hover {
    text-decoration: none;
  }
}

@media (max-width: 59.99em) {
  .p-company {
    padding-bottom: 0;
  }
  .p-company__list {
    border-top: 1px solid #232542;
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 10vh;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .p-company__list::-webkit-scrollbar {
    display: none;
  }
  .p-company__list > dl > dt,
  .p-company__list > dl > dd {
    padding-top: 25px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-company__list > dl > dt {
    width: 100%;
    padding-bottom: 10px;
    font-size: 1.6rem;
    line-height: 18px;
    font-weight: bold;
  }
  .p-company__list > dl > dt:first-child {
    border-top: none;
  }
  .p-company__list > dl > dd {
    width: 100%;
    padding-top: 0;
    font-size: 1.4rem;
    line-height: 30px;
  }
}


.p-recruit {
  padding-left: 90px;
  padding-right: 90px;
  padding-bottom: 15vh;
}

.p-recruit__caption {
  width: 100%;
  letter-spacing: 2px;
}

.p-recruit__button {
  padding-top: 50px;
}

@media (max-width: 59.99em) {
  .p-recruit {
    pointer-events: visible;
    padding-left: 25px;
    padding-right: 25px;
/*    padding-top: 200px; 20210122に追記manabe*/
/*    padding-top: 75px;*/
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .p-recruit::-webkit-scrollbar {
    display: none;
  }
  .p-recruit__caption {
    letter-spacing: 1px;
  }
  .p-recruit__button {
    width: 100%;
    padding-top: 30px;
  }
}



.p-privacy {
  padding-left: 90px;
  padding-right: 90px;
}

.p-privacy__caption {
  width: 100%;
  letter-spacing: 2px;
  padding-bottom: 50px;
  border-bottom: 1px solid #1d2749;
}

.p-privacy__list {
  pointer-events: visible;
  position: relative;
  width: 100%;
  padding-top: 50px;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  letter-spacing: 2px;
}

.p-privacy__list::-webkit-scrollbar {
  display: none;
}

.p-privacy__list dt {
  position: relative;
  font-size: 1.8rem;
  line-height: 20px;
  font-weight: bold;
  padding-left: 35px;
  padding-bottom: 10px;
}

.p-privacy__list dt:before, .p-privacy__list dt:after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  width: 10px;
  height: 3px;
}

.p-privacy__list dt:before {
  left: 0;
  background-color: #ffffff;
}

.p-privacy__list dt:after {
  left: 10px;
  background-color: #c2c8d2;
}

.p-privacy__list dd {
  padding-bottom: 60px;
}

.p-privacy__list dd:last-child {
  padding-bottom: 0;
}

.p-privacy__list dd a {
  text-decoration: underline;
}

.p-privacy__list dd a:hover {
  text-decoration: none;
  color: #367bd8;
}

.p-privacy__list dd:last-child {
  padding-bottom: 15vh;
}

@media (max-width: 59.99em) {
  .p-privacy {
    padding-left: 25px;
    padding-right: 25px;
    letter-spacing: 0px;
  }
  .p-privacy__caption {
    padding-bottom: 40px;
  }
  .p-privacy__list {
    padding-top: 40px;
  }
  .p-privacy__list dt {
    font-size: 1.6rem;
    line-height: 18px;
    padding-bottom: 10px;
  }
  .p-privacy__list dt:before, .p-privacy__list dt:after {
    top: 8px;
    width: 10px;
    height: 3px;
  }
  .p-privacy__list dt:before {
    left: 0;
    background-color: #ffffff;
  }
  .p-privacy__list dt:after {
    left: 10px;
    background-color: #c2c8d2;
  }
  .p-privacy__list dd {
    padding-bottom: 40px;
  }
  .p-privacy__list dd:last-child {
    padding-bottom: 10vh;
  }
}

.p-balloonRod--start {
  position: relative;
  margin-left: -3px;
  width: 6px;
  padding-top: 80px;
  height: 100vh;
}

.p-balloonRod--start:before, .p-balloonRod--start:after {
  content: '';
  display: block;
}

.p-balloonRod--start:before {
  height: 830px;
  background-image: url("../img/top/p-balloonRod--start-pc.png");
  background-repeat: no-repeat;
  background-position: left top;
}

.p-balloonRod--start:after {
  height: 2000px;
  background-image: url("../img/top/p-balloonRod--repeat-pc.png");
  background-repeat: repeat-y;
  background-position: left top;
}

.p-balloonRod--bg {
  position: relative;
}

.p-balloonRod--bg:after {
  content: '';
  display: block;
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/top/p-balloonRod--repeat-pc.png");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 6px;
}

@media (max-width: 59.99em) {
  .p-balloonRod--start {
    width: 4px;
    margin-left: -2px;
    padding-top: 100px;
  }
  .p-balloonRod--start:before {
    height: 712px;
    background-image: url("../img/top/p-balloonRod--start-sp.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
  }
  .p-balloonRod--start:after {
    background-image: url("../img/top/p-balloonRod--repeat-sp.png");
    background-repeat: repeat-y;
    background-position: left top;
    background-size: 100%;
  }
  .p-balloonRod--bg:after {
    background-image: url("../img/top/p-balloonRod--repeat-sp.png");
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 4px;
  }
}

.p-bubble {
  z-index: 1 !important;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: lighten;
}

.p-bubble__center-1, .p-bubble__left-1, .p-bubble__right-1 {
  position: fixed;
}

.p-bubble__center-1:before, .p-bubble__left-1:before, .p-bubble__right-1:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  opacity: 0;
}

.p-bubble__center-1 {
  top: 0;
  left: 50%;
  margin-left: -55px;
  width: 110px;
  height: 936px;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.p-bubble__center-1:before {
  background-image: url("../img/common/p-bubble/center-1.png");
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-animation-name: bubble_center_1_loop_fadeinout;
          animation-name: bubble_center_1_loop_fadeinout;
  -webkit-animation-duration: 7.0s;
          animation-duration: 7.0s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@-webkit-keyframes bubble_center_1_loop_fadeinout {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5) translateY(2000px) rotateY(90deg);
            transform: scale(0.5) translateY(2000px) rotateY(90deg);
  }
  10% {
    opacity: 0.85;
  }
  70% {
    opacity: 0.85;
  }
  79% {
    opacity: 0;
    -webkit-transform: scale(1.3) translateY(-500px) rotateY(0deg);
            transform: scale(1.3) translateY(-500px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.5) translateY(2000px) rotateY(90deg);
            transform: scale(0.5) translateY(2000px) rotateY(90deg);
  }
}

@keyframes bubble_center_1_loop_fadeinout {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5) translateY(2000px) rotateY(90deg);
            transform: scale(0.5) translateY(2000px) rotateY(90deg);
  }
  10% {
    opacity: 0.85;
  }
  70% {
    opacity: 0.85;
  }
  79% {
    opacity: 0;
    -webkit-transform: scale(1.3) translateY(-500px) rotateY(0deg);
            transform: scale(1.3) translateY(-500px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.5) translateY(2000px) rotateY(90deg);
            transform: scale(0.5) translateY(2000px) rotateY(90deg);
  }
}

.p-bubble__center-1.is-fadeout {
  opacity: 0;
}

.p-bubble__left-1 {
  bottom: 200px;
  left: 0;
  width: 98px;
  height: 666px;
}

.p-bubble__left-1:before {
  background-image: url("../img/common/p-bubble/left-1.png");
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-animation-name: bubble_left_1_loop_fadeinout;
          animation-name: bubble_left_1_loop_fadeinout;
  -webkit-animation-duration: 4.0s;
          animation-duration: 4.0s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes bubble_left_1_loop_fadeinout {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5) translateX(-100px) translateY(2000px) rotateY(30deg);
            transform: scale(0.5) translateX(-100px) translateY(2000px) rotateY(30deg);
  }
  10% {
    opacity: 0.7;
  }
  70% {
    opacity: 0.7;
  }
  79% {
    opacity: 0;
    -webkit-transform: scale(1) translateX(0px) translateY(-500px) rotateY(0deg);
            transform: scale(1) translateX(0px) translateY(-500px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.5) translateX(-100px) translateY(2000px) rotateY(30deg);
            transform: scale(0.5) translateX(-100px) translateY(2000px) rotateY(30deg);
  }
}

@keyframes bubble_left_1_loop_fadeinout {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5) translateX(-100px) translateY(2000px) rotateY(30deg);
            transform: scale(0.5) translateX(-100px) translateY(2000px) rotateY(30deg);
  }
  10% {
    opacity: 0.7;
  }
  70% {
    opacity: 0.7;
  }
  79% {
    opacity: 0;
    -webkit-transform: scale(1) translateX(0px) translateY(-500px) rotateY(0deg);
            transform: scale(1) translateX(0px) translateY(-500px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.5) translateX(-100px) translateY(2000px) rotateY(30deg);
            transform: scale(0.5) translateX(-100px) translateY(2000px) rotateY(30deg);
  }
}

.p-bubble__right-1 {
  top: -200px;
  right: 0;
  width: 128px;
  height: 590px;
}

.p-bubble__right-1:before {
  background-image: url("../img/common/p-bubble/right-1.png");
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-animation-name: bubble_right_1_loop_fadeinout;
          animation-name: bubble_right_1_loop_fadeinout;
  -webkit-animation-duration: 6.0s;
          animation-duration: 6.0s;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

@-webkit-keyframes bubble_right_1_loop_fadeinout {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px) translateY(1500px) rotateY(50deg);
            transform: translateX(100px) translateY(1500px) rotateY(50deg);
  }
  10% {
    opacity: 0.7;
  }
  30% {
    opacity: 0;
    -webkit-transform: translateX(0px) translateY(-100px) rotateY(0deg);
            transform: translateX(0px) translateY(-100px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100px) translateY(1500px) rotateY(50deg);
            transform: translateX(100px) translateY(1500px) rotateY(50deg);
  }
}

@keyframes bubble_right_1_loop_fadeinout {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px) translateY(1500px) rotateY(50deg);
            transform: translateX(100px) translateY(1500px) rotateY(50deg);
  }
  10% {
    opacity: 0.7;
  }
  30% {
    opacity: 0;
    -webkit-transform: translateX(0px) translateY(-100px) rotateY(0deg);
            transform: translateX(0px) translateY(-100px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100px) translateY(1500px) rotateY(50deg);
            transform: translateX(100px) translateY(1500px) rotateY(50deg);
  }
}

.p-bubble__center-2 {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -215px;
  width: 410px;
  height: 1300px;
  background-image: url("../img/common/p-bubble/center-2.png");
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translateY(300px) scale(0.5) rotateX(30deg) rotateY(-60deg);
          transform: translateY(300px) scale(0.5) rotateX(30deg) rotateY(-60deg);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  opacity: 0;
}

.p-bubble__center-2.is-fadein {
  -webkit-transition-duration: 4s;
          transition-duration: 4s;
  -webkit-transform: translateY(0px) scale(1) rotateX(0deg) rotateY(0deg);
          transform: translateY(0px) scale(1) rotateX(0deg) rotateY(0deg);
  opacity: 0.75;
}

.p-bubble__common {
  position: absolute;
  width: 154px;
  height: 410px;
  background-image: url("../img/common/p-bubble/common.png");
  background-repeat: no-repeat;
  background-position: left top;
  opacity: 0.1;
}

@media (max-width: 59.99em) {
  .p-bubble__center-1:before, .p-bubble__left-1:before, .p-bubble__right-1:before {
    background-size: contain;
  }
  .p-bubble__center-2, .p-bubble__common {
    background-size: contain;
  }
  .p-bubble__center-1 {
    margin-left: -27.5px;
    width: 55px;
    height: 468px;
  }
  .p-bubble__left-1 {
    width: 49px;
    height: 333px;
  }
  .p-bubble__right-1 {
    width: 64px;
    height: 295px;
  }
  .p-bubble__center-2 {
    top: -50px;
    margin-left: -110px;
    width: 205px;
    height: 650px;
  }
  .p-bubble__common {
    width: 77px;
    height: 205px;
  }
}

.p-ourVision__title {
  max-width: 920px;
  width: 57.5%;
  height: 70px;
  margin: 0 auto;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transform: scale(0.8) translateY(300px) rotate(0.0001deg);
          transform: scale(0.8) translateY(300px) rotate(0.0001deg);
  opacity: 0;
}

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

.p-ourVision__title.is-fadein {
  -webkit-transition-delay: 0.09s;
          transition-delay: 0.09s;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transform: scale(1) translateY(220px) rotate(0.0001deg);
          transform: scale(1) translateY(220px) rotate(0.0001deg);
  opacity: 1;
}

.p-ourVision__title.is-small {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
  -webkit-transform: scale(0.62) translateY(0px) rotate(0.0001deg);
          transform: scale(0.62) translateY(0px) rotate(0.0001deg);
}

.p-ourVision__title.is-fadeout {
  -webkit-transition-timing-function: cubic-bezier(1, -0.2, 0.8, 1);
          transition-timing-function: cubic-bezier(1, -0.2, 0.8, 1);
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transform: scale(0.62) translateY(-1200px) rotate(0.0001deg);
          transform: scale(0.62) translateY(-1200px) rotate(0.0001deg);
  opacity: 0;
}

.p-ourVision__copy {
  padding-top: 30px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.5rem;
  line-height: 45px;
  letter-spacing: 6px;
  text-align: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transform: translateY(50px) rotate(0.0001deg);
          transform: translateY(50px) rotate(0.0001deg);
  opacity: 0;
}

.p-ourVision__copy.is-fadein {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transform: translateY(0px) rotate(0.0001deg);
          transform: translateY(0px) rotate(0.0001deg);
  opacity: 1;
}

.p-ourVision__copy.is-fadeout {
  -webkit-transition-timing-function: cubic-bezier(1, -0.2, 0.8, 1);
          transition-timing-function: cubic-bezier(1, -0.2, 0.8, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transform: translateY(-600px) rotate(0.0001deg);
          transform: translateY(-600px) rotate(0.0001deg);
  opacity: 0;
}

.p-ourVision__bubble {
  position: absolute;
}

.p-ourVision__bubble__left_1 {
  left: -80px;
  top: 500px;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.p-ourVision__bubble__left_2 {
  left: 400px;
  top: 1200px;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

.p-ourVision__bubble__right_1 {
  right: 300px;
  top: 100px;
  -webkit-transform: rotateY(20deg);
          transform: rotateY(20deg);
}

.p-ourVision__bubble__right_2 {
  right: 35%;
  top: 800px;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
}

@media (max-width: 59.99em) {
  .p-ourVision__title {
    max-width: 330px;
    width: 79.7101449275%;
    height: 30px;
    -webkit-transform: scale(0.8) translateY(300px) rotate(0.0001deg);
            transform: scale(0.8) translateY(300px) rotate(0.0001deg);
  }
  .p-ourVision__title.is-fadein {
    -webkit-transform: scale(1) translateY(220px) rotate(0.0001deg);
            transform: scale(1) translateY(220px) rotate(0.0001deg);
  }
  .p-ourVision__title.is-small {
    -webkit-transform: scale(0.8) translateY(30px) rotate(0.0001deg);
            transform: scale(0.8) translateY(30px) rotate(0.0001deg);
  }
  .p-ourVision__title.is-fadeout {
    -webkit-transform: scale(0.62) translateY(-1000px) rotate(0.0001deg);
            transform: scale(0.62) translateY(-1000px) rotate(0.0001deg);
  }
  .p-ourVision__copy {
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 1.4rem;
    line-height: 26px;
    letter-spacing: 2px;
    text-align: left;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transform: translateY(30px) rotate(0.0001deg);
            transform: translateY(30px) rotate(0.0001deg);
  }
  .p-ourVision__copy.is-fadein {
    -webkit-transform: translateY(0px) rotate(0.0001deg);
            transform: translateY(0px) rotate(0.0001deg);
  }
  .p-ourVision__copy.is-fadeout {
    -webkit-transform: translateY(-500px) rotate(0.0001deg);
            transform: translateY(-500px) rotate(0.0001deg);
  }
  .p-ourVision__bubble__left_1 {
    left: -70px;
    top: 100px;
  }
  .p-ourVision__bubble__left_2 {
    left: -60px;
    top: 500px;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  .p-ourVision__bubble__right_1 {
    right: -50px;
    top: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  .p-ourVision__bubble__right_2 {
    right: 100px;
    top: 200px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

.p-teamMembers {
  position: relative;
  z-index: 11;
  pointer-events: visible;
  width: 100%;
  height: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
}

@media all and (-ms-high-contrast: none) {
  .p-teamMembers *::-ms-backdrop, .p-teamMembers__title {
    top: 400px;
  }
}

.p-teamMembers__title {
  z-index: 1;
  position: relative;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transform: translateY(100px) rotate(0.0001deg);
          transform: translateY(100px) rotate(0.0001deg);
  opacity: 0;
}

.p-teamMembers__title.is-fadein {
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  -webkit-transform: translateY(0px) rotate(0.0001deg);
          transform: translateY(0px) rotate(0.0001deg);
  opacity: 1;
}

.p-teamMembers__title.is-hidden {
  visibility: hidden;
}

.p-teamMembers__title_white, .p-teamMembers__title_blue {
  left: -12px;
  max-width: 1628px;
  width: 101.75%;
  margin: 0 auto;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
}

.p-teamMembers__title_white.is-fadein, .p-teamMembers__title_blue.is-fadein {
  opacity: 1;
}

.p-teamMembers__title_white img, .p-teamMembers__title_blue img {
  width: 100%;
}

.p-teamMembers__title_white {
  z-index: 1;
  position: relative;
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.p-teamMembers__title_white.is-fadein {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.p-teamMembers__title_blue {
  z-index: 2;
  position: absolute;
  top: 0;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.p-teamMembers__title_blue.is-fadein {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.p-teamMembers__carousel {
  z-index: 2;
  position: absolute;
  width: calc(100% + 200px);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  opacity: 0;
}

.p-teamMembers__carousel.is-fadein {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  opacity: 1;
}

.p-teamMembers__carousel .slick-slide.slick-active {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transform: translateY(100px) rotate(0.0001deg);
          transform: translateY(100px) rotate(0.0001deg);
  opacity: 0;
}

.p-teamMembers__carousel .slick-slide.slick-active.is-fadein {
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  -webkit-transform: translateY(0px) rotate(0.0001deg);
          transform: translateY(0px) rotate(0.0001deg);
  opacity: 1;
}

@media (max-width: 59.99em) {
  .p-teamMembers__title {
    top: -70px;
  }
  .p-teamMembers__title_white, .p-teamMembers__title_blue {
    left: -0.1vw;
    max-width: 100.2vw;
    width: 100.2vw;
  }
  .p-teamMembers__title_white {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
  .p-teamMembers__title_white.is-fadein {
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .p-teamMembers__title_blue {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
  .p-teamMembers__title_blue.is-fadein {
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .p-teamMembers__title.is-hidden {
    visibility: visible;
  }
  .p-teamMembers__carousel {
    width: calc(100% + 70px);
  }
  .p-teamMembers__carousel.is-fadein {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .p-teamMembers__carousel .slick-slide.slick-active.is-fadein {
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
}

.p-memberCarousel {
  position: relative;
  z-index: 2;
}

@media all and (-ms-high-contrast: none) {
  .p-memberCarousel *::-ms-backdrop, .p-memberCarousel {
    left: -50%;
  }
}

.p-memberCarousel__slide {
  z-index: 1;
  position: relative;
}

.p-memberCarousel__slide li {
  position: relative;
  padding-top: 300px;
  padding-bottom: 300px;
}

.p-memberCarousel__slide .slick-list {
  overflow: inherit;
}

.p-memberCarousel__slide .slick-current .p-memberCarousel__pic {
  opacity: 1 !important;
  -webkit-transform: scale(1.25) rotate(0.0001deg);
          transform: scale(1.25) rotate(0.0001deg);
}

.p-memberCarousel__prev, .p-memberCarousel__next {
  pointer-events: visible;
  z-index: 4;
  position: absolute;
  bottom: 460px;
}

.p-memberCarousel__prev:before, .p-memberCarousel__next:before {
  position: absolute;
  top: 0;
  content: '';
  display: block;
  width: 86px;
  height: 86px;
}

.p-memberCarousel__prev {
  right: 50%;
}

.p-memberCarousel__prev:before {
  left: -640px;
  background-image: url("../img/top/p-memberCarousel__prev.svg");
  background-repeat: no-repeat;
  background-position: center 30px;
}

.p-memberCarousel__next {
  left: 50%;
}

.p-memberCarousel__next:before {
  right: -640px;
  background-image: url("../img/top/p-memberCarousel__next.svg");
  background-repeat: no-repeat;
  background-position: center 30px;
}

.p-memberCarousel__openTrigger {
  z-index: 2;
  position: absolute;
  top: 219px;
  left: 50%;
  margin-left: -250px;
  width: 500px;
  height: 500px;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  visibility: hidden;
  background-image: url("../img/top/p-memberCarousel__openTrigger.png");
  background-repeat: no-repeat;
  background-position: left top;
  mix-blend-mode: multiply;
  opacity: 0;
}

.p-memberCarousel__openTrigger.is-fadein {
  visibility: visible;
}

.p-memberCarousel__openTrigger.is-disable {
  pointer-events: none;
  opacity: 0 !important;
}

.p-memberCarousel__openTrigger:hover:not(.is-moving) {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  opacity: 1;
}

.p-memberCarousel__closeTrigger {
  z-index: 3;
  position: absolute;
  top: -90px;
  left: 0;
  width: 100%;
  height: 1500px;
}

.p-memberCarousel__closeTrigger.is-disable {
  pointer-events: none;
  opacity: 0;
}

.p-memberCarousel__pic {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  padding: 0 100px;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 0.1;
  -webkit-transform: scale(1) rotate(0.0001deg);
          transform: scale(1) rotate(0.0001deg);
}

.p-memberCarousel__pic__inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-memberCarousel__pic img {
  pointer-events: visible;
  display: block;
  width: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
  -webkit-transform: scale(1) rotate(0.0001deg);
          transform: scale(1) rotate(0.0001deg);
}

.p-memberCarousel.is-open .p-memberCarousel__pic {
  opacity: 0.1;
}

@media (max-width: 79.99em) {
  .p-memberCarousel__prev:before {
    left: -470px;
  }
  .p-memberCarousel__next:before {
    right: -470px;
  }
}

@media (max-width: 59.99em) {
  .p-memberCarousel__slide {
    z-index: 5;
  }
  .p-memberCarousel__slide li {
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-memberCarousel__slide .slick-dots {
    bottom: 500px;
    left: 50%;
    width: 250px;
    margin-left: -125px;
  }
  .p-memberCarousel__slide .slick-dots li {
    width: 20px;
  }
  .p-memberCarousel__slide .slick-dots li.slick-active button:before {
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    background-color: #ffffff !important;
  }
  .p-memberCarousel__slide .slick-dots li button:before {
    background-color: #4a6789;
    opacity: 1;
  }
  .p-memberCarousel__prev, .p-memberCarousel__next {
    bottom: -95px;
    left: auto;
    width: 43px;
    height: 43px;
  }
  .p-memberCarousel__prev:before, .p-memberCarousel__next:before {
    position: relative;
    left: auto;
    right: auto;
    width: 43px;
    height: 43px;
    background-position: center center;
    background-size: contain;
  }
  .p-memberCarousel__prev {
    right: 180px;
    -webkit-perspective: 500px;
            perspective: 500px;
  }
  .p-memberCarousel__prev::before {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    top: 8px;
  }
  .p-memberCarousel__next {
    right: 115px;
  }
  .p-memberCarousel__openTrigger, .p-memberCarousel__closeTrigger {
    pointer-events: none !important;
    opacity: 0 !important;
  }
  .p-memberCarousel__pic {
    padding: 0 35px;
    max-width: 270px;
  }
  .p-memberCarousel.is-open .p-memberCarousel__pic {
    opacity: 0.1;
  }
}

.slick-current.slick-open .p-memberCarousel__pic img {
  -webkit-transform: scale(1.05) rotate(0.0001deg);
          transform: scale(1.05) rotate(0.0001deg);
}

.p-memberProfile {
  position: absolute;
  left: -500px;
  top: 700px;
  opacity: 0;
  width: 1600px;
  margin: 0 auto;
}

.p-memberProfile__container {
  z-index: 1;
  position: relative;
  width: 1000px;
  padding: 60px;
  margin: 0 auto;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}

.p-memberProfile__container:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #232a4e;
  opacity: 0.95;
}

.p-memberProfile__container__inner {
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-memberProfile__nameEn {
  z-index: 2;
  position: absolute;
  top: -12%;
  width: 100%;
  text-align: center;
  font-family: 'Playfair Display', serif;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 10vw;
  opacity: 0;
}

.p-memberProfile__nameEn.is-fadein {
  opacity: 1;
}

.p-memberProfile__nameJp {
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.6rem;
  line-height: 28px;
}

.p-memberProfile__job {
  display: block;
  padding-top: 15px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.3rem;
  line-height: 15px;
}

.p-memberProfile__text {
  width: 72%;
  font-size: 1.4rem;
  line-height: 30px;
}

.p-memberProfile__title {
  width: 28%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.p-memberProfile__spBottom {
  display: none;
}

@media (min-width: 100em) {
  .p-memberProfile__nameEn {
    top: -120px;
    font-size: 15rem;
    line-height: 152px;
  }
}

@media (max-width: 79.99em) {
  .p-memberProfile__container {
    width: 700px;
  }
}

@media (max-width: 59.99em) {
  .p-memberProfile {
    position: static;
    left: auto;
    top: auto;
    opacity: 1;
    width: 100%;
    margin: 0;
  }
  .p-memberProfile__container {
    pointer-events: none;
    z-index: 10;
    position: absolute;
    top: -80px;
    left: -10%;
    width: 120%;
    min-height: 530px;
    padding: 80px 25px 60px;
    margin: 0;
  }
  .p-memberProfile__container__inner {
    display: block;
  }
  .p-memberProfile__container__close {
    pointer-events: visible;
    position: absolute;
    right: 31px;
    top: 26px;
    display: block;
    width: 29px;
    height: 29px;
    background-image: url("../img/common/p-modal__close.svg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
  }
  .p-memberProfile__nameEn {
    display: none;
  }
  .p-memberProfile__nameJp {
    font-size: 3rem;
    line-height: 32px;
  }
  .p-memberProfile__text {
    width: 100%;
    padding-top: 20px;
    font-size: 1.4rem;
    line-height: 30px;
  }
  .p-memberProfile__title {
    width: 100%;
  }
  .p-memberProfile__spBottom {
    position: relative;
    top: 40px;
    width: 100%;
    padding: 20px;
    text-align: left;
    color: #828f9b;
  }
  .p-memberProfile__spBottom:before {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    bottom: 15px;
    width: 30px;
    height: 30px;
    background-image: url("../img/top/p-memberProfile__spBottom-arw.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px;
  }
  .p-memberProfile__spBottom:after {
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    bottom: 0;
    width: 250px;
    height: 1px;
    background-color: #2e3643;
  }
  .p-memberProfile__spBottom__job {
    display: block;
    font-size: 1.2rem;
    line-height: 14px;
    min-height: 14px;
  }
  .p-memberProfile__spBottom__nameJp {
    display: block;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding-top: 10px;
    font-size: 2rem;
    line-height: 22px;
  }
  .p-memberProfile__spBottom__nameJp span.small {
    font-size: 1.7rem;
    line-height: 19px;
    letter-spacing: 0px;
  }
  .p-memberProfile__spBottom__nameJp.is-br-hidden br {
    display: none;
  }
}

@media (max-width: 59.99em) {
  .slick-current .p-memberProfile__spBottom {
    display: block;
  }
}

.slick-current.slick-open .p-memberProfile {
  opacity: 1;
}

.slick-current.slick-open .p-memberProfile__container {
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

@media (max-width: 59.99em) {
  .slick-current.slick-open .p-memberProfile {
    opacity: 1 !important;
  }
}

.p-bottomCopy__title {
  max-width: 700px;
  width: 43.75%;
  height: 50px;
  margin: 0 auto;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
  -webkit-transition-delay: 0.09s;
          transition-delay: 0.09s;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transform: scale(0.8) translateY(100px) rotate(0.0001deg);
          transform: scale(0.8) translateY(100px) rotate(0.0001deg);
  opacity: 0;
}

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

.p-bottomCopy__title.is-fadein {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
  -webkit-transform: scale(1) translateY(0px) rotate(0.0001deg);
          transform: scale(1) translateY(0px) rotate(0.0001deg);
  opacity: 1;
}

.p-bottomCopy__title.is-fadeout {
  -webkit-transition-timing-function: cubic-bezier(1, -0.2, 0.8, 1);
          transition-timing-function: cubic-bezier(1, -0.2, 0.8, 1);
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
  -webkit-transform: scale(1) translateY(-900px) rotate(0.0001deg);
          transform: scale(1) translateY(-900px) rotate(0.0001deg);
  opacity: 0;
}

.p-bottomCopy__bubble {
  position: absolute;
}

.p-bottomCopy__bubble__left {
  left: 300px;
  top: -200px;
}

.p-bottomCopy__bubble__right {
  right: 400px;
  top: 0;
  -webkit-transform: scale(0.4) rotateY(60deg);
          transform: scale(0.4) rotateY(60deg);
  opacity: 0.2;
}

@media (max-width: 59.99em) {
  .p-bottomCopy__title {
    max-width: 323px;
    width: 78.0193236715%;
  }
  .p-bottomCopy__bubble__left {
    left: -50px;
    top: -200px;
  }
  .p-bottomCopy__bubble__right {
    right: -50px;
    top: 0;
  }
}

.p-seaBottom {
  z-index: 3;
}

.p-seaBottom__soon {
  max-width: 1113px;
  width: 69.5625%;
  height: 355px;
  margin: 0 auto;
  -webkit-transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: opacity, transform, filter;
  transition-property: opacity, transform, filter, -webkit-transform, -webkit-filter;
  -webkit-transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
  -webkit-transition-delay: 0.09s;
          transition-delay: 0.09s;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transform: scale(1.5) rotate(0.0001deg);
          transform: scale(1.5) rotate(0.0001deg);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

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

.p-seaBottom__soon.is-fadein {
  -webkit-transition-timing-function: cubic-bezier(linear);
          transition-timing-function: cubic-bezier(linear);
  -webkit-transition-duration: 4.5s;
          transition-duration: 4.5s;
  -webkit-transform: scale(1) rotate(0.0001deg);
          transform: scale(1) rotate(0.0001deg);
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.p-seaBottom__balloon {
  pointer-events: none;
  z-index: 2;
  position: relative;
  left: 3px;
  width: 365px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(none);
          transition-timing-function: cubic-bezier(none);
  -webkit-transition-delay: 0.09s;
          transition-delay: 0.09s;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transform: translateY(-200px) rotate(0.0001deg);
          transform: translateY(-200px) rotate(0.0001deg);
}

.p-seaBottom__balloon:before {
  z-index: 1;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 450px;
  margin-left: -6px;
  width: 6px;
  height: 2000px;
  background-image: url("../img/top/p-balloonRod--repeat-pc.png");
  background-repeat: repeat-y;
  background-position: center bottom;
}

.p-seaBottom__balloon picture {
  z-index: 2;
  position: relative;
}

.p-seaBottom__balloon.is-move {
  -webkit-transition-timing-function: cubic-bezier(0.5, 0.7, 0, 1.3);
          transition-timing-function: cubic-bezier(0.5, 0.7, 0, 1.3);
  -webkit-transition-duration: 6s;
          transition-duration: 6s;
  -webkit-transform: translateY(0px) rotate(0.0001deg);
          transform: translateY(0px) rotate(0.0001deg);
}

.p-seaBottom__bubble {
  position: absolute;
}

.p-seaBottom__bubble__center {
  top: -800px;
}

.p-seaBottom__bubble__left {
  left: -60px;
  top: 50px;
}

.p-seaBottom__bubble__right {
  right: -100px;
  top: -100px;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.p-seaBottom__button {
  display: none;
}

.p-seaBottom__container {
  pointer-events: visible;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
}

@media (max-width: 59.99em) {
  .p-seaBottom__soon {
    max-width: 367px;
    width: 88.6473429952%;
    height: 141px;
    -webkit-transform: scale(1.1) rotate(0.0001deg);
            transform: scale(1.1) rotate(0.0001deg);
  }
  .p-seaBottom__soon.is-fadein {
    -webkit-transition-duration: 3.5s;
            transition-duration: 3.5s;
  }
  .p-seaBottom__balloon {
    left: 3px;
    top: -15vh;
    max-width: 297px;
    width: 71.7391304348%;
    -webkit-transform: translateY(-100px) rotate(0.0001deg);
            transform: translateY(-100px) rotate(0.0001deg);
  }
  .p-seaBottom__balloon img {
    width: 100%;
  }
  .p-seaBottom__balloon:before {
    bottom: 250px;
    margin-left: -5px;
    width: 4px;
    background-image: url("../img/top/p-balloonRod--repeat-sp.png");
    background-repeat: repeat-y;
    background-position: center bottom;
    background-size: 4px;
  }
  .p-seaBottom__bubble__center {
    top: -600px;
  }
  .p-seaBottom__bubble__left {
    left: -20px;
    top: 200px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .p-seaBottom__bubble__right {
    right: -20px;
    top: 0px;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  .p-seaBottom__button {
    display: block;
    padding-top: 40px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
            transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s;
    -webkit-transform: translateY(50px) rotate(0.0001deg);
            transform: translateY(50px) rotate(0.0001deg);
    opacity: 0;
  }
  .p-seaBottom__button button {
    pointer-events: none;
  }
  .p-seaBottom__button.is-fadein {
    -webkit-transition-delay: 2s;
            transition-delay: 2s;
    -webkit-transition-duration: 1.2s;
            transition-duration: 1.2s;
    -webkit-transform: translateY(0px) rotate(0.0001deg);
            transform: translateY(0px) rotate(0.0001deg);
    opacity: 1;
  }
  .p-seaBottom__button.is-fadein button {
    pointer-events: visible;
  }
  .p-seaBottom__container {
    pointer-events: none;
  }
}

.u-normal {
  font-weight: normal;
}

.u-bold {
  font-weight: bold;
}

.u-tal {
  text-align: left;
}

.u-tac {
  text-align: center;
}

.u-tar {
  text-align: right;
}

.u-capitalize {
  text-transform: capitalize;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-lowercase {
  text-transform: lowercase;
}

.u-preline {
  white-space: pre-line;
}

.u-spacing0 {
  letter-spacing: 0px;
}

.u-spacing1 {
  letter-spacing: 1px;
}

.u-spacing2 {
  letter-spacing: 2px;
}

.u-spacing3 {
  letter-spacing: 3px;
}

.u-spacing4 {
  letter-spacing: 4px;
}

.u-spacing5 {
  letter-spacing: 5px;
}

@media (min-width: 60em) {
  .u-preline-pc {
    white-space: pre-line;
  }
  .u-spacing0-pc {
    letter-spacing: 0px;
  }
  .u-spacing1-pc {
    letter-spacing: 1px;
  }
  .u-spacing2-pc {
    letter-spacing: 2px;
  }
  .u-spacing3-pc {
    letter-spacing: 3px;
  }
  .u-spacing4-pc {
    letter-spacing: 4px;
  }
  .u-spacing5-pc {
    letter-spacing: 5px;
  }
}

@media (max-width: 59.99em) {
  .u-preline-sp {
    white-space: pre-line;
  }
  .u-spacing0-sp {
    letter-spacing: 0px;
  }
  .u-spacing1-sp {
    letter-spacing: 1px;
  }
  .u-spacing2-sp {
    letter-spacing: 2px;
  }
  .u-spacing3-sp {
    letter-spacing: 3px;
  }
  .u-spacing4-sp {
    letter-spacing: 4px;
  }
  .u-spacing5-sp {
    letter-spacing: 5px;
  }
}

.u-hide {
  display: none !important;
}

@media (min-width: 60em) {
  .u-hide-pc {
    display: none !important;
  }
}

@media (max-width: 59.99em) {
  .u-hide-sp {
    display: none !important;
  }
}

.u-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (min-width: 60em) {
  .u-flex-pc {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 59.99em) {
  .u-flex-sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.u-table {
  display: table !important;
}

@media (min-width: 60em) {
  .u-table-pc {
    display: table !important;
  }
}

@media (max-width: 59.99em) {
  .u-table-sp {
    display: table !important;
  }
}

.u-block {
  display: block !important;
}

@media (min-width: 60em) {
  .u-block-pc {
    display: block !important;
  }
}

@media (max-width: 59.99em) {
  .u-block-sp {
    display: block !important;
  }
}

.u-iblock {
  display: inline-block !important;
}

@media (min-width: 60em) {
  .u-iblock-pc {
    display: inline-block !important;
  }
}

@media (max-width: 59.99em) {
  .u-iblock-sp {
    display: inline-block !important;
  }
}

.u-inline {
  display: inline !important;
}

@media (min-width: 60em) {
  .u-inline-pc {
    display: inline !important;
  }
}

@media (max-width: 59.99em) {
  .u-inline-sp {
    display: inline !important;
  }
}

.u-pd-t360 {
  padding-top: 360px !important;
}

.u-pd-t300 {
  padding-top: 300px !important;
}

.u-pd-t250 {
  padding-top: 250px !important;
}

.u-pd-t200 {
  padding-top: 200px !important;
}

.u-pd-t160 {
  padding-top: 160px !important;
}

.u-pd-t120 {
  padding-top: 120px !important;
}

.u-pd-t100 {
  padding-top: 100px !important;
}

.u-pd-t80 {
  padding-top: 80px !important;
}

.u-pd-t60 {
  padding-top: 60px !important;
}

.u-pd-t40 {
  padding-top: 40px !important;
}

.u-pd-t30 {
  padding-top: 30px !important;
}

.u-pd-b360 {
  padding-bottom: 360px !important;
}

.u-pd-b300 {
  padding-bottom: 300px !important;
}

.u-pd-b250 {
  padding-bottom: 250px !important;
}

.u-pd-b200 {
  padding-bottom: 200px !important;
}

.u-pd-b160 {
  padding-bottom: 160px !important;
}

.u-pd-b120 {
  padding-bottom: 120px !important;
}

.u-pd-b100 {
  padding-bottom: 100px !important;
}

.u-pd-b80 {
  padding-bottom: 80px !important;
}

.u-pd-b60 {
  padding-bottom: 60px !important;
}

.u-pd-b40 {
  padding-bottom: 40px !important;
}

.u-pd-b30 {
  padding-bottom: 30px !important;
}

@media (max-width: 59.99em) {
  .u-pd-t360 {
    padding-top: 160px !important;
  }
  .u-pd-t300 {
    padding-top: 150px !important;
  }
  .u-pd-t250 {
    padding-top: 150px !important;
  }
  .u-pd-t200 {
    padding-top: 100px !important;
  }
  .u-pd-t160 {
    padding-top: 75px !important;
  }
  .u-pd-t120 {
    padding-top: 60px !important;
  }
  .u-pd-t100 {
    padding-top: 40px !important;
  }
  .u-pd-t80 {
    padding-top: 30px !important;
  }
  .u-pd-t60 {
    padding-top: 30px !important;
  }
  .u-pd-t40 {
    padding-top: 20px !important;
  }
  .u-pd-t30 {
    padding-top: 15px !important;
  }
  .u-pd-b360 {
    padding-bottom: 160px !important;
  }
  .u-pd-b300 {
    padding-bottom: 150px !important;
  }
  .u-pd-b250 {
    padding-bottom: 150px !important;
  }
  .u-pd-b200 {
    padding-bottom: 100px !important;
  }
  .u-pd-b160 {
    padding-bottom: 75px !important;
  }
  .u-pd-b120 {
    padding-bottom: 60px !important;
  }
  .u-pd-b100 {
    padding-bottom: 40px !important;
  }
  .u-pd-b80 {
    padding-bottom: 30px !important;
  }
  .u-pd-b60 {
    padding-bottom: 30px !important;
  }
  .u-pd-b40 {
    padding-bottom: 20px !important;
  }
  .u-pd-b30 {
    padding-bottom: 15px !important;
  }
  .u-pd-sp-t360 {
    padding-top: 360px !important;
  }
  .u-pd-sp-t300 {
    padding-top: 300px !important;
  }
  .u-pd-sp-t250 {
    padding-top: 250px !important;
  }
  .u-pd-sp-t200 {
    padding-top: 200px !important;
  }
  .u-pd-sp-t160 {
    padding-top: 160px !important;
  }
  .u-pd-sp-t120 {
    padding-top: 120px !important;
  }
  .u-pd-sp-t100 {
    padding-top: 100px !important;
  }
  .u-pd-sp-t80 {
    padding-top: 80px !important;
  }
  .u-pd-sp-t60 {
    padding-top: 60px !important;
  }
  .u-pd-sp-t40 {
    padding-top: 40px !important;
  }
  .u-pd-sp-t30 {
    padding-top: 30px !important;
  }
  .u-pd-sp-b360 {
    padding-bottom: 360px !important;
  }
  .u-pd-sp-b300 {
    padding-bottom: 300px !important;
  }
  .u-pd-sp-b250 {
    padding-bottom: 250px !important;
  }
  .u-pd-sp-b200 {
    padding-bottom: 200px !important;
  }
  .u-pd-sp-b160 {
    padding-bottom: 160px !important;
  }
  .u-pd-sp-b120 {
    padding-bottom: 120px !important;
  }
  .u-pd-sp-b100 {
    padding-bottom: 100px !important;
  }
  .u-pd-sp-b80 {
    padding-bottom: 80px !important;
  }
  .u-pd-sp-b60 {
    padding-bottom: 60px !important;
  }
  .u-pd-sp-b40 {
    padding-bottom: 40px !important;
  }
  .u-pd-sp-b30 {
    padding-bottom: 30px !important;
  }
}

.u-absc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.u-youtube {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.u-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.u-maxw {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 59.99em) {
  .u-maxw {
    max-width: 100%;
    margin: 0;
  }
}

.u-fc--white, .u-fc--white a {
  color: #ffffff;
}

.u-bgc--white {
  background-color: #ffffff;
}

.t-top > section {
  position: relative;
  z-index: 2;
  width: 100%;
}

.t-top__fv {
  z-index: 1;
}

.t-top__ourVision {
  pointer-events: none;
  height: 1200px;
}

.t-top__ourVision__grad {
  position: relative;
  width: 100%;
  height: 100%;
}

.t-top__ourVision__grad:before, .t-top__ourVision__grad:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.t-top__ourVision__grad:before {
  z-index: 1;
  background: -webkit-linear-gradient(bottom, rgba(8, 30, 98, 0) 0%, #081e62 100%);
  background: linear-gradient(0deg, rgba(8, 30, 98, 0) 0%, #081e62 100%);
}

.t-top__ourVision__grad:after {
  z-index: 2;
  background-image: url("../img/common/c-noise--hard--apng.png");
  background-repeat: repeat;
  background-position: left top;
}

.t-top__teamMembers {
  z-index: 3 !important;
  pointer-events: none;
  height: 1200px;
  background-image: url("../img/common/c-noise--hard--apng.png");
  background-repeat: repeat;
  background-position: left top;
}

.t-top__bottomCopy {
  pointer-events: none;
  height: 500px;
  background-image: url("../img/common/c-noise--hard--apng.png");
  background-repeat: repeat;
  background-position: left top;
}

.t-top__seaBottom {
  pointer-events: none;
  height: 2000px;
  background-image: url("../img/top/t-top__seaBottom-pc.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}

.t-top__seaBottom:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/common/c-noise--hard--apng.png");
  background-repeat: repeat;
  background-position: left top;
}

@media (max-width: 59.99em) {
  .t-top__ourVision {
    height: 700px;
  }
  .t-top__teamMembers {
    height: 700px;
  }
  .t-top__bottomCopy {
    height: 500px;
  }
  .t-top__seaBottom {
    height: 1000px;
    background-image: url("../img/top/t-top__seaBottom-sp.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}
