@charset "UTF-8";
/* ==========================================================================
*
*  Vendor
*  外部提供CSS
*
*  ========================================================================*/
/* ==========================================================================
*
*  Foundation
*  ブラウザのデフォルトスタイルの初期化や基本的なスタイル。
*
*  ========================================================================*/
@import url("https://use.typekit.net/gzu5aqi.css");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
}

main {
  display: block;
}

img {
  background-color: transparent;
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
}

ol,
ul {
  list-style: none;
}

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

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

select::-ms-expand {
  display: none;
}

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

html,
body {
  width: 100%;
}

html {
  font-size: 62.5%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0;
  color: #000;
  font-weight: 500;
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}

a {
  color: #000;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media (any-hover: none) {
  a:hover {
    opacity: 1;
  }
}

button {
  cursor: pointer;
}
button:hover {
  opacity: 0.6;
}
@media (any-hover: none) {
  button:hover {
    opacity: 1;
  }
}

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

/* ==========================================================================
*
*  Layout
*  ヘッダー、フッター、サイドバー、メインコンテンツエリアなど、サイト全体のブロックに関するもの。
*
*  ========================================================================*/
.l-header {
  font-family: neue-haas-grotesk-text, sans-serif;
  position: fixed;
  width: 100%;
  z-index: 101;
}
.l-header .headerInner {
  height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 50px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .l-header .headerInner {
    padding: 0 20px;
  }
}
.l-header .headerInner__logo {
  width: 263px;
  margin: -7px 10px 0 0;
}
@media only screen and (max-width: 767px) {
  .l-header .headerInner__logo {
    width: 200px;
    height: 45px;
    padding-top: 9px;
  }
}
.l-header .headerInner__logo h1 {
  height: 100%;
}
.l-header .headerInner__logo a {
  height: 100%;
  display: block;
}
.l-header .headerInner__linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  font-size: 1.6rem;
  width: 542px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .l-header .headerInner__linkList {
    display: none;
  }
}
.l-header .headerInner__linkList__item .overbar {
  position: relative;
}
.l-header .headerInner__linkList__item .overbar::before {
  content: "";
  height: 9px;
  width: 100%;
  background-color: #000;
  position: absolute;
  top: -10px;
}
.l-header .headerInner__hamburgerBtn {
  display: none;
}
@media only screen and (max-width: 767px) {
  .l-header .headerInner__hamburgerBtn {
    display: block;
    height: 45px;
    width: 40px;
    position: relative;
  }
}
.l-header .headerInner__hamburgerBtn span {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.l-header .headerInner__hamburgerBtn .face {
  width: 75%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 5px;
  padding-top: 10px;
}
.l-header .headerInner__hamburgerBtn .topLine {
  position: absolute;
  top: 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  height: 4px;
  width: 100%;
  background-color: #000;
}
.l-header .headerInner__hamburgerBtn .bottomLine {
  position: absolute;
  bottom: 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  height: 4px;
  width: 100%;
  background-color: #000;
}
.l-header .headerInner__hamburgerBtn .face {
  opacity: 0;
  pointer-events: none;
}
.l-header .headerInner__hamburgerBtn.scroll {
  pointer-events: none;
}
.l-header .headerInner__hamburgerBtn.scroll .topLine {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
.l-header .headerInner__hamburgerBtn.scroll .bottomLine {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
.l-header .headerInner__hamburgerBtn.scroll .face {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.l-header .headerInner__hamburgerBtn.active .topLine {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  top: 15px;
  width: 105%;
}
.l-header .headerInner__hamburgerBtn.active .bottomLine {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  top: 15px;
  width: 105%;
}

#headerInner.scroll {
  background-color: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(5px) !important;
}

#headerInner.active {
  background-color: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(5px) !important;
}

.linkListSp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .linkListSp {
    display: block;
    position: fixed;
    width: 100%;
    height: 445px;
    left: 110vw;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    z-index: 100;
    font-size: 20px;
    font-size: 2rem;
    top: 76px;
  }
}
.linkListSp__item {
  margin-top: 30px;
}
.linkListSp__item::before {
  content: "";
  display: inline-block;
  height: 12.5px;
  width: 12.5px;
  border-radius: 50%;
  background-color: #000;
  margin-right: 10px;
  margin-bottom: 2px;
}
.linkListSp__item > a {
  font-weight: 400 !important;
}

.linkListSp.active {
  left: 0;
  padding-left: 20px;
  background-color: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(5px);
}

.works .l-header {
  pointer-events: none;
}
.works .l-header a {
  pointer-events: auto;
}
.works .l-header #hamburgerBtn {
  pointer-events: auto !important;
}
.works .headerInner {
  background-color: transparent !important;
  backdrop-filter: none !important;
}
.works .headerInner__hamburgerBtn {
  pointer-events: auto !important;
  z-index: 1000;
}
.works #headerInner.scroll {
  background-color: transparent !important;
  backdrop-filter: none !important;
}

.l-footer {
  height: 150px;
  position: relative;
  padding: 35px 50px;
}
@media only screen and (max-width: 767px) {
  .l-footer {
    height: auto;
    padding: 45px 20px 40px;
  }
}
.l-footer__count {
  position: absolute;
  bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .l-footer__count {
    bottom: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.l-footer .footerPc {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .l-footer .footerPc {
    display: none;
  }
}
.l-footer .footerPc__logo {
  width: 263px;
  margin: -10px 10px 0 0;
}
.l-footer .footerPc__logo .whiteFooter {
  display: block;
}
.l-footer .footerPc__logo .blackFooter {
  display: none;
}
.l-footer .footerPc__linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  font-size: 1.6rem;
  width: 542px;
  font-weight: 400;
  font-family: neue-haas-grotesk-text, sans-serif;
}
.l-footer .footerPc__space {
  width: 263px;
}
.l-footer .footerPc__bottomList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  font-size: 1.2rem;
  width: 542px;
  font-weight: 400;
}
.l-footer .footerPc__bottomList .privacyPolicy {
  color: #4d4d4d;
}
.l-footer .footerPc__bottomList .copyright {
  font-family: neue-haas-grotesk-text, sans-serif;
  color: #4d4d4d;
}
.l-footer .footerSp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .l-footer .footerSp {
    display: block;
  }
}
.l-footer .footerSp__linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-footer .footerSp__linkList__item {
  font-size: 20px;
  font-size: 2rem;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
  width: 50%;
  position: relative;
  padding-left: 20px;
  margin-bottom: 25px;
}
.l-footer .footerSp__linkList__item::before {
  position: absolute;
  display: block;
  content: "";
  width: 13px;
  height: 13px;
  background-color: black;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer .footerSp .privacyPolicy {
  color: #4d4d4d;
  font-size: 14px;
  font-size: 1.4rem;
}
.l-footer .footerSp__logo {
  width: 265px;
  margin: 40px auto 0;
}
@media only screen and (max-width: 767px) {
  .l-footer .footerSp__logo {
    margin-top: 60px;
  }
}
.l-footer .footerSp .copyright {
  display: block;
  text-align: center;
  margin-top: 60px;
  color: #4d4d4d;
}

.l-footer.black {
  background-color: #000;
  color: #fff;
}
.l-footer.black a {
  color: #fff;
}

.contact .l-footer {
  background-color: #000;
  color: #fff;
}
.contact .l-footer a {
  color: #fff !important;
}
.contact .l-footer .whiteFooter {
  display: none;
}
.contact .l-footer .blackFooter {
  display: block;
}
.contact .l-footer .footerSp__linkList__item::before {
  background-color: #fff !important;
}
.contact .l-footer .copyright {
  color: #fff;
}

.titleBox {
  position: relative;
}
.titleBox[data-color=red] {
  color: red;
}
.titleBox__titleNum {
  font-weight: normal;
  position: absolute;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  left: -45px;
  top: 10px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 0.5px solid #000;
  text-align: center;
  line-height: 50px;
}
@media only screen and (max-width: 767px) {
  .titleBox__titleNum {
    font-size: 12px;
    font-size: 1.2rem;
    width: 36px;
    height: 36px;
    line-height: 36px;
    left: -25px;
    top: -6px;
  }
}

@media (max-width: 1250px) {
  .policy .titleBox {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .policy .titleBox {
    margin-left: 0px;
  }
}

@media (max-width: 1250px) {
  .contact .titleBox {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .contact .titleBox {
    margin-left: 0px;
  }
}

.contentsTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .contentsTop {
    display: block;
  }
}
.contentsTop__sideNav {
  width: 35%;
  max-width: 387px;
}
@media only screen and (max-width: 767px) {
  .contentsTop__sideNav {
    width: auto;
  }
}
.contentsTop__main {
  width: 766px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .contentsTop__main {
    width: auto;
  }
}
.contentsTop__main__text {
  line-height: 32px;
  color: #4d4d4d;
}
@media only screen and (max-width: 767px) {
  .contentsTop__main__text {
    width: auto;
    line-height: 36px;
    letter-spacing: -0.36px;
  }
}
.contentsTop__main__notice {
  position: absolute;
  color: #e90000;
  bottom: -40px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .contentsTop__main__notice {
    margin-top: 40px;
  }
}

.bottomLink {
  background-color: #000;
}
.bottomLink__inner {
  border-bottom: 1px solid #fff;
}
.bottomLink__inner__btnWrapper {
  padding-top: 100px;
  padding-bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .bottomLink__inner__btnWrapper {
    padding-top: 65px;
    display: block;
    width: auto;
  }
}
.bottomLink__inner__btnWrapper__btn {
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .bottomLink__inner__btnWrapper__btn {
    margin-right: auto;
  }
}
.bottomLink__inner__btnWrapper__btn:nth-child(1) {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .bottomLink__inner__btnWrapper__btn:nth-child(1) {
    margin-left: auto;
    margin-bottom: 25px;
  }
}
.bottomLink__inner__btnWrapper__btn > a {
  position: relative;
  display: block;
  height: 100%;
  line-height: 125px;
}
@media only screen and (max-width: 767px) {
  .bottomLink__inner__btnWrapper__btn > a {
    line-height: 80px;
  }
}

.toContact {
  background-color: #000;
  height: 390px;
  padding-top: 105px;
}
@media only screen and (max-width: 767px) {
  .toContact {
    height: 180px;
    padding-top: 50px;
  }
}
.toContact__btn {
  text-align: center;
}
.toContact__btn a {
  margin: auto;
  color: #fff;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.toContact__btn a:hover {
  opacity: 1;
  color: #fff;
}
.toContact__btn__enBox {
  position: relative;
  width: 700px;
  height: 125px;
}
@media only screen and (max-width: 767px) {
  .toContact__btn__enBox {
    width: 300px;
    height: 75px;
  }
}
.toContact__btn__enBox__en {
  width: 100%;
  position: absolute;
  margin: 0 auto;
  white-space: nowrap;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 109px;
  font-size: 10.9rem;
}
@media only screen and (max-width: 767px) {
  .toContact__btn__enBox__en {
    font-size: 50px;
    font-size: 5rem;
  }
}
.toContact__btn__jp {
  font-size: 16px;
  font-size: 1.6rem;
}
.toContact #get {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotateX(90deg) translateY(-90px);
          transform: rotateX(90deg) translateY(-90px);
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .toContact #get {
    -webkit-transform: rotateX(90deg) translateY(-90px);
            transform: rotateX(90deg) translateY(-90px);
  }
}
.toContact #get.active {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  opacity: 1;
}
.toContact #hello {
  -webkit-transform: rotateX(90deg) translateY(90px);
          transform: rotateX(90deg) translateY(90px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .toContact #hello {
    -webkit-transform: rotateX(90deg) translateY(90px);
            transform: rotateX(90deg) translateY(90px);
  }
}
.toContact #hello.active {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  opacity: 1;
}

/* ==========================================================================
*
*  Object
*  サイト内で繰り返されるパターン。
*
*  ========================================================================*/
.c-btn {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  width: 378px;
  margin: 0 auto;
  text-align: center;
  height: 135px;
}
@media only screen and (max-width: 767px) {
  .c-btn {
    font-size: 18px;
    font-size: 1.8rem;
    border: 1px solid #000;
    border-radius: 38px;
    height: 76px;
    max-width: 335px !important;
  }
}
.c-btn_en {
  font-size: 50px;
  font-size: 5rem;
}
.c-btn_white {
  font-weight: 500 !important;
  font-family: neue-haas-grotesk-text, sans-serif;
  letter-spacing: -2.5px;
}
@media only screen and (max-width: 767px) {
  .c-btn_white {
    font-size: 24px;
    font-size: 2.4rem;
    border: 1px solid #fff;
    border-radius: 38px;
    height: 76px;
    max-width: 335px !important;
    letter-spacing: normal;
  }
}
.c-btn_white > a {
  color: #fff;
}
.c-btn > p {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 135px;
  position: relative;
}
.c-btn > p:hover {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .c-btn > p {
    line-height: 76px;
  }
  .c-btn > p:hover {
    opacity: 0.7;
  }
}
.c-btn .arrow {
  position: absolute;
  width: 94px;
  right: -52px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-btn .arrowSp {
  position: absolute;
  width: 28px;
  right: 25px;
  top: 42%;
}
.c-btn .arrowSpRev {
  position: absolute;
  width: 28px;
  left: 20px;
  top: 42%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-btn .brush_01 {
  position: absolute;
  bottom: 7px;
  opacity: 1;
  width: 55% !important;
}
.c-btn .brush_02 {
  position: absolute;
  top: 0px;
  opacity: 1;
}
.c-btn .brush_03 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  opacity: 1;
  width: 84% !important;
}
.c-btn .active-1 {
  opacity: 1 !important;
  mask-image: -webkit-gradient(linear, right top, left top, color-stop(33%, black), color-stop(33%, transparent));
  mask-image: linear-gradient(to left, black 33%, transparent 33%);
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, color-stop(33%, black), color-stop(33%, transparent));
  -webkit-mask-image: linear-gradient(to left, black 33%, transparent 33%);
}
.c-btn .active-2 {
  opacity: 1 !important;
  mask-image: -webkit-gradient(linear, right top, left top, color-stop(66%, black), color-stop(66%, transparent));
  mask-image: linear-gradient(to left, black 66%, transparent 66%);
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, color-stop(66%, black), color-stop(66%, transparent));
  -webkit-mask-image: linear-gradient(to left, black 66%, transparent 66%);
}
.c-btn .active-3 {
  opacity: 1 !important;
  mask-image: -webkit-gradient(linear, right top, left top, color-stop(100%, black), to(transparent));
  mask-image: linear-gradient(to left, black 100%, transparent 100%);
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, color-stop(100%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to left, black 100%, transparent 100%);
}
.c-btn .active-4 {
  opacity: 1 !important;
  mask-image: -webkit-gradient(linear, left top, right top, color-stop(16%, black), color-stop(16%, transparent));
  mask-image: linear-gradient(to right, black 16%, transparent 16%);
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(16%, black), color-stop(16%, transparent));
  -webkit-mask-image: linear-gradient(to right, black 16%, transparent 16%);
}
.c-btn .active-5 {
  opacity: 1 !important;
  mask-image: -webkit-gradient(linear, left top, right top, color-stop(33%, black), color-stop(33%, transparent));
  mask-image: linear-gradient(to right, black 33%, transparent 33%);
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(33%, black), color-stop(33%, transparent));
  -webkit-mask-image: linear-gradient(to right, black 33%, transparent 33%);
}
.c-btn .active-6 {
  opacity: 1 !important;
  mask-image: -webkit-gradient(linear, left top, right top, color-stop(50%, black), color-stop(50%, transparent));
  mask-image: linear-gradient(to right, black 50%, transparent 50%);
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(50%, black), color-stop(50%, transparent));
  -webkit-mask-image: linear-gradient(to right, black 50%, transparent 50%);
}
.c-btn .active-7 {
  opacity: 1 !important;
  mask-image: -webkit-gradient(linear, left top, right top, color-stop(66%, black), color-stop(66%, transparent));
  mask-image: linear-gradient(to right, black 66%, transparent 66%);
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(66%, black), color-stop(66%, transparent));
  -webkit-mask-image: linear-gradient(to right, black 66%, transparent 66%);
}
.c-btn .active-8 {
  opacity: 1 !important;
  mask-image: -webkit-gradient(linear, left top, right top, color-stop(83%, black), color-stop(83%, transparent));
  mask-image: linear-gradient(to right, black 83%, transparent 83%);
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(83%, black), color-stop(83%, transparent));
  -webkit-mask-image: linear-gradient(to right, black 83%, transparent 83%);
}
.c-btn .active-9 {
  opacity: 1 !important;
  mask-image: -webkit-gradient(linear, left top, right top, color-stop(100%, black), to(transparent));
  mask-image: linear-gradient(to right, black 100%, transparent 100%);
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(100%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to right, black 100%, transparent 100%);
}
.c-btn .active-10 {
  opacity: 1 !important;
  mask-image: -webkit-gradient(linear, left top, right top, color-stop(33%, black), color-stop(33%, transparent));
  mask-image: linear-gradient(to right, black 33%, transparent 33%);
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(33%, black), color-stop(33%, transparent));
  -webkit-mask-image: linear-gradient(to right, black 33%, transparent 33%);
}
.c-btn .active-11 {
  opacity: 1 !important;
  mask-image: -webkit-gradient(linear, left top, right top, color-stop(66%, black), color-stop(66%, transparent));
  mask-image: linear-gradient(to right, black 66%, transparent 66%);
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(66%, black), color-stop(66%, transparent));
  -webkit-mask-image: linear-gradient(to right, black 66%, transparent 66%);
}
.c-btn .active-12 {
  opacity: 1 !important;
  mask-image: -webkit-gradient(linear, left top, right top, color-stop(100%, black), to(transparent));
  mask-image: linear-gradient(to right, black 100%, transparent 100%);
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(100%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to right, black 100%, transparent 100%);
}
.c-btn .inactive-1 {
  opacity: 1;
  mask-image: -webkit-gradient(linear, left top, right top, color-stop(67%, black), color-stop(67%, transparent));
  mask-image: linear-gradient(to right, black 67%, transparent 67%);
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(67%, black), color-stop(67%, transparent));
  -webkit-mask-image: linear-gradient(to right, black 67%, transparent 67%);
}
.c-btn .inactive-2 {
  opacity: 1;
  mask-image: -webkit-gradient(linear, left top, right top, color-stop(34%, black), color-stop(34%, transparent));
  mask-image: linear-gradient(to right, black 34%, transparent 34%);
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(34%, black), color-stop(34%, transparent));
  -webkit-mask-image: linear-gradient(to right, black 34%, transparent 34%);
}
.c-btn .inactive-3 {
  opacity: 1;
  mask-image: -webkit-gradient(linear, left top, right top, from(black), color-stop(0%, transparent));
  mask-image: linear-gradient(to right, black 0%, transparent 0%);
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(black), color-stop(0%, transparent));
  -webkit-mask-image: linear-gradient(to right, black 0%, transparent 0%);
}
.c-btn .inactive-4 {
  opacity: 1 !important;
  mask-image: -webkit-gradient(linear, right top, left top, color-stop(84%, black), color-stop(84%, transparent));
  mask-image: linear-gradient(to left, black 84%, transparent 84%);
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, color-stop(84%, black), color-stop(84%, transparent));
  -webkit-mask-image: linear-gradient(to left, black 84%, transparent 84%);
}
.c-btn .inactive-5 {
  opacity: 1 !important;
  mask-image: -webkit-gradient(linear, right top, left top, color-stop(68%, black), color-stop(68%, transparent));
  mask-image: linear-gradient(to left, black 68%, transparent 68%);
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, color-stop(68%, black), color-stop(68%, transparent));
  -webkit-mask-image: linear-gradient(to left, black 68%, transparent 68%);
}
.c-btn .inactive-6 {
  opacity: 1 !important;
  mask-image: -webkit-gradient(linear, right top, left top, color-stop(52%, black), color-stop(52%, transparent));
  mask-image: linear-gradient(to left, black 52%, transparent 52%);
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, color-stop(52%, black), color-stop(52%, transparent));
  -webkit-mask-image: linear-gradient(to left, black 52%, transparent 52%);
}
.c-btn .inactive-7 {
  opacity: 1 !important;
  mask-image: -webkit-gradient(linear, right top, left top, color-stop(33%, black), color-stop(33%, transparent));
  mask-image: linear-gradient(to left, black 33%, transparent 33%);
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, color-stop(33%, black), color-stop(33%, transparent));
  -webkit-mask-image: linear-gradient(to left, black 33%, transparent 33%);
}
.c-btn .inactive-8 {
  opacity: 1 !important;
  mask-image: -webkit-gradient(linear, right top, left top, color-stop(16%, black), color-stop(16%, transparent));
  mask-image: linear-gradient(to left, black 16%, transparent 16%);
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, color-stop(16%, black), color-stop(16%, transparent));
  -webkit-mask-image: linear-gradient(to left, black 16%, transparent 16%);
}
.c-btn .inactive-9 {
  opacity: 1 !important;
  mask-image: -webkit-gradient(linear, right top, left top, from(black), color-stop(0%, transparent));
  mask-image: linear-gradient(to left, black 0%, transparent 0%);
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(black), color-stop(0%, transparent));
  -webkit-mask-image: linear-gradient(to left, black 0%, transparent 0%);
}
.c-btn .inactive-10 {
  opacity: 1;
  mask-image: -webkit-gradient(linear, left top, right top, color-stop(67%, black), color-stop(67%, transparent));
  mask-image: linear-gradient(to right, black 67%, transparent 67%);
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(67%, black), color-stop(67%, transparent));
  -webkit-mask-image: linear-gradient(to right, black 67%, transparent 67%);
}
.c-btn .inactive-11 {
  opacity: 1;
  mask-image: -webkit-gradient(linear, left top, right top, color-stop(34%, black), color-stop(34%, transparent));
  mask-image: linear-gradient(to right, black 34%, transparent 34%);
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(34%, black), color-stop(34%, transparent));
  -webkit-mask-image: linear-gradient(to right, black 34%, transparent 34%);
}
.c-btn .inactive-12 {
  opacity: 1;
  mask-image: -webkit-gradient(linear, left top, right top, from(black), color-stop(0%, transparent));
  mask-image: linear-gradient(to right, black 0%, transparent 0%);
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(black), color-stop(0%, transparent));
  -webkit-mask-image: linear-gradient(to right, black 0%, transparent 0%);
}

.is-fade {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}

.is-fade.js-fadeIn {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.is-load {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}

.is-load.js-fadeIn {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.c-floatBtn.fix {
  position: absolute !important;
  bottom: 20px !important;
}

.c-floatBtn {
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  opacity: 0;
  width: 60px;
  height: 60px;
  background-color: #000;
  border-radius: 50%;
  position: fixed;
  right: 50px;
  bottom: 70px;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .c-floatBtn {
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 20px;
  }
}
.c-floatBtn .toTop {
  height: 100%;
  width: 100%;
  position: relative;
}
.c-floatBtn .toTop > img {
  position: absolute;
  width: 20px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.c-floatBtn.active {
  opacity: 1;
  pointer-events: all;
}

.c-inner {
  margin: 0 auto;
  max-width: 1198px;
  padding: 0 20px;
  height: 100%;
}

#paginationNav {
  font-family: neue-haas-grotesk-text, sans-serif !important;
  max-width: 365px;
  margin-left: auto;
  text-align: right;
  padding-right: 25px;
  font-weight: 500 !important;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  #paginationNav {
    margin: 0 auto;
    padding-right: 0;
    text-align: center;
    width: 330;
    min-width: auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
#paginationNav > button > img {
  top: 5px;
  width: 21px;
  position: absolute;
  display: block;
}

#prevBtn {
  position: relative;
  width: 60px;
  text-align: right;
}
#prevBtn img {
  left: 0;
}

#prevBtn:disabled img {
  opacity: 0.5;
}

#nextBtn {
  width: 60px;
  position: relative;
  text-align: left;
}
#nextBtn img {
  right: 0px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#nextBtn:disabled img {
  opacity: 0.5;
}

.pageNumBtn {
  margin: 0 10px;
  color: #4d4d4d !important;
  font-size: 15px;
  font-size: 1.5rem;
  width: 20px;
}
@media only screen and (max-width: 767px) {
  .pageNumBtn {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.pageNum {
  font-size: 15px;
  font-size: 1.5rem;
  display: inline-block;
  text-align: center;
  width: 22px;
  margin: 0 10px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  height: 22px;
  line-height: 22px;
}
@media only screen and (max-width: 767px) {
  .pageNum {
    width: 43px;
    height: 43px;
    line-height: 42px;
  }
}

.c-title {
  font-size: 129px;
  font-size: 12.9rem;
  font-family: neue-haas-grotesk-text, sans-serif;
  letter-spacing: -3.87px;
  font-weight: 500;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .c-title {
    font-size: 72px;
    font-size: 7.2rem;
    letter-spacing: -2.16px;
    line-height: 87px;
    margin-bottom: 70px;
  }
}
.c-title_sideNav {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.12px;
  line-height: 27px;
  font-weight: 400 !important;
}
.c-title_sideNav::before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .c-title_sideNav {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: -0.48px;
    margin-bottom: 40px;
  }
  .c-title_sideNav::before {
    content: "";
    width: 12px;
    height: 12px;
  }
}
.c-title_main {
  line-height: 48px;
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 40px;
  letter-spacing: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media only screen and (max-width: 767px) {
  .c-title_main {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}

#planning .c-title_sideNav::before {
  background-color: #fff;
}

.works .c-title {
  margin-left: 5px;
}
.works .c-title_sideNav {
  margin-left: 0 !important;
}
@media only screen and (max-width: 767px) {
  .works .c-title_sideNav {
    margin-left: 0px !important;
  }
}
.works .c-title_main {
  margin-left: 0 !important;
}
@media only screen and (max-width: 767px) {
  .works .c-title_main {
    margin-left: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .works .c-title {
    margin-left: 12px;
  }
}

.u-ta_c {
  text-align: center !important;
}

.u-ta_l {
  text-align: left !important;
}

.u-ta_r {
  text-align: right !important;
}

.u-alpha {
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: 0.4s opacity ease;
  transition: 0.4s opacity ease;
}

.u-alpha:hover {
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.u-clearfix:before,
.u-clearfix:after {
  content: " ";
  display: table;
}

.u-clearfix:after {
  clear: both;
}

.u-visible_xs,
.u-visible_lg {
  display: none !important;
}

.u-visible_xs_block,
.u-visible_xs_inline,
.u-visible_xs_inline-block,
.u-visible_lg_block,
.u-visible_lg_inline,
.u-visible_lg_inline-block {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .u-visible_xs {
    display: block !important;
  }
  table.u-visible_xs {
    display: table !important;
  }
  tr.u-visible_xs {
    display: table-row !important;
  }
  th.u-visible_xs,
  td.u-visible_xs {
    display: table-cell !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-visible_xs_block {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-visible_xs_inline {
    display: inline !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-visible_xs_inline-block {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-visible_lg {
    display: block !important;
  }
  table.u-visible_lg {
    display: table !important;
  }
  tr.u-visible_lg {
    display: table-row !important;
  }
  th.u-visible_lg,
  td.u-visible_lg {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-visible_lg_block {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-visible_lg_inline {
    display: inline !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-visible_lg_inline-block {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-hidden_xs {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-hidden_lg {
    display: none !important;
  }
}
.u-noEvent {
  pointer-events: none;
}

.u-fw_normal {
  font-weight: normal !important;
}

.u-fw_bold {
  font-weight: bold !important;
}

.u-fs_normal {
  font-style: normal !important;
}

.u-fs_italic {
  font-style: italic !important;
}

.u-m_auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-m_00 {
  margin: 0 !important;
}

.u-m_05 {
  margin: 5px !important;
}

.u-m_10 {
  margin: 10px !important;
}

.u-m_15 {
  margin: 15px !important;
}

.u-m_20 {
  margin: 20px !important;
}

.u-m_25 {
  margin: 25px !important;
}

.u-m_30 {
  margin: 30px !important;
}

.u-m_35 {
  margin: 35px !important;
}

.u-m_40 {
  margin: 40px !important;
}

.u-m_45 {
  margin: 45px !important;
}

.u-m_50 {
  margin: 50px !important;
}

.u-mt_00 {
  margin-top: 0 !important;
}

.u-mt_05 {
  margin-top: 5px !important;
}

.u-mt_10 {
  margin-top: 10px !important;
}

.u-mt_15 {
  margin-top: 15px !important;
}

.u-mt_20 {
  margin-top: 20px !important;
}

.u-mt_25 {
  margin-top: 25px !important;
}

.u-mt_30 {
  margin-top: 30px !important;
}

.u-mt_35 {
  margin-top: 35px !important;
}

.u-mt_40 {
  margin-top: 40px !important;
}

.u-mt_45 {
  margin-top: 45px !important;
}

.u-mt_50 {
  margin-top: 50px !important;
}

.u-mb_00 {
  margin-bottom: 0 !important;
}

.u-mb_05 {
  margin-bottom: 5px !important;
}

.u-mb_10 {
  margin-bottom: 10px !important;
}

.u-mb_15 {
  margin-bottom: 15px !important;
}

.u-mb_20 {
  margin-bottom: 20px !important;
}

.u-mb_25 {
  margin-bottom: 25px !important;
}

.u-mb_30 {
  margin-bottom: 30px !important;
}

.u-mb_35 {
  margin-bottom: 35px !important;
}

.u-mb_40 {
  margin-bottom: 40px !important;
}

.u-mb_45 {
  margin-bottom: 45px !important;
}

.u-mb_50 {
  margin-bottom: 50px !important;
}

.u-ml_00 {
  margin-left: 0 !important;
}

.u-ml_05 {
  margin-left: 5px !important;
}

.u-ml_10 {
  margin-left: 10px !important;
}

.u-ml_15 {
  margin-left: 15px !important;
}

.u-ml_20 {
  margin-left: 20px !important;
}

.u-ml_25 {
  margin-left: 25px !important;
}

.u-ml_30 {
  margin-left: 30px !important;
}

.u-ml_35 {
  margin-left: 35px !important;
}

.u-ml_40 {
  margin-left: 40px !important;
}

.u-ml_45 {
  margin-left: 45px !important;
}

.u-ml_50 {
  margin-left: 50px !important;
}

.u-mr_00 {
  margin-right: 0 !important;
}

.u-mr_05 {
  margin-right: 5px !important;
}

.u-mr_10 {
  margin-right: 10px !important;
}

.u-mr_15 {
  margin-right: 15px !important;
}

.u-mr_20 {
  margin-right: 20px !important;
}

.u-mr_25 {
  margin-right: 25px !important;
}

.u-mr_30 {
  margin-right: 30px !important;
}

.u-mr_35 {
  margin-right: 35px !important;
}

.u-mr_40 {
  margin-right: 40px !important;
}

.u-mr_45 {
  margin-right: 45px !important;
}

.u-mr_50 {
  margin-right: 50px !important;
}

.u-mb_lv01 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv01 {
    margin-bottom: 5px;
  }
}

.u-mb_lv02 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv02 {
    margin-bottom: 10px;
  }
}

.u-mb_lv03 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv03 {
    margin-bottom: 15px;
  }
}

.u-mb_lv04 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv04 {
    margin-bottom: 20px;
  }
}

.u-mb_lv05 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv05 {
    margin-bottom: 25px;
  }
}

.u-mb_lv06 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv06 {
    margin-bottom: 30px;
  }
}

.u-mb_lv07 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv07 {
    margin-bottom: 35px;
  }
}

.u-mb_lv08 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv08 {
    margin-bottom: 40px;
  }
}

.u-mb_lv09 {
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv09 {
    margin-bottom: 45px;
  }
}

.u-mb_lv10 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv10 {
    margin-bottom: 50px;
  }
}

.u-mb_lv11 {
  margin-bottom: 110px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv11 {
    margin-bottom: 55px;
  }
}

.u-mb_lv12 {
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv12 {
    margin-bottom: 60px;
  }
}

.u-mb_lv13 {
  margin-bottom: 130px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv13 {
    margin-bottom: 65px;
  }
}

.u-mb_lv14 {
  margin-bottom: 140px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv14 {
    margin-bottom: 70px;
  }
}

.u-mb_lv15 {
  margin-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv15 {
    margin-bottom: 80px;
  }
}

.u-p_00 {
  padding: 0 !important;
}

.u-p_05 {
  padding: 5px !important;
}

.u-p_10 {
  padding: 10px !important;
}

.u-p_15 {
  padding: 15px !important;
}

.u-p_20 {
  padding: 20px !important;
}

.u-p_25 {
  padding: 25px !important;
}

.u-p_30 {
  padding: 30px !important;
}

.u-p_35 {
  padding: 35px !important;
}

.u-p_40 {
  padding: 40px !important;
}

.u-p_45 {
  padding: 45px !important;
}

.u-p_50 {
  padding: 50px !important;
}

.u-pt_00 {
  padding-top: 0 !important;
}

.u-pt_05 {
  padding-top: 5px !important;
}

.u-pt_10 {
  padding-top: 10px !important;
}

.u-pt_15 {
  padding-top: 15px !important;
}

.u-pt_20 {
  padding-top: 20px !important;
}

.u-pt_25 {
  padding-top: 25px !important;
}

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

.u-pt_35 {
  padding-top: 35px !important;
}

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

.u-pt_45 {
  padding-top: 45px !important;
}

.u-pt_50 {
  padding-top: 50px !important;
}

.u-pb_00 {
  padding-bottom: 0 !important;
}

.u-pb_05 {
  padding-bottom: 5px !important;
}

.u-pb_10 {
  padding-bottom: 10px !important;
}

.u-pb_15 {
  padding-bottom: 15px !important;
}

.u-pb_20 {
  padding-bottom: 20px !important;
}

.u-pb_25 {
  padding-bottom: 25px !important;
}

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

.u-pb_35 {
  padding-bottom: 35px !important;
}

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

.u-pb_45 {
  padding-bottom: 45px !important;
}

.u-pb_50 {
  padding-bottom: 50px !important;
}

.u-pl_00 {
  padding-left: 0 !important;
}

.u-pl_05 {
  padding-left: 5px !important;
}

.u-pl_10 {
  padding-left: 10px !important;
}

.u-pl_15 {
  padding-left: 15px !important;
}

.u-pl_20 {
  padding-left: 20px !important;
}

.u-pl_25 {
  padding-left: 25px !important;
}

.u-pl_30 {
  padding-left: 30px !important;
}

.u-pl_35 {
  padding-left: 35px !important;
}

.u-pl_40 {
  padding-left: 40px !important;
}

.u-pl_45 {
  padding-left: 45px !important;
}

.u-pl_50 {
  padding-left: 50px !important;
}

.u-pr_00 {
  padding-right: 0 !important;
}

.u-pr_05 {
  padding-right: 5px !important;
}

.u-pr_10 {
  padding-right: 10px !important;
}

.u-pr_15 {
  padding-right: 15px !important;
}

.u-pr_20 {
  padding-right: 20px !important;
}

.u-pr_25 {
  padding-right: 25px !important;
}

.u-pr_30 {
  padding-right: 30px !important;
}

.u-pr_35 {
  padding-right: 35px !important;
}

.u-pr_40 {
  padding-right: 40px !important;
}

.u-pr_45 {
  padding-right: 45px !important;
}

.u-pr_50 {
  padding-right: 50px !important;
}

.u-position_relative {
  position: relative !important;
}

.u-position_abs {
  position: absolute !important;
}

.u-position_fixed {
  position: fixed !important;
}

.u-position_static {
  position: static !important;
}

.u-vertical_mid {
  vertical-align: middle !important;
}

.u-vertical_bottom {
  vertical-align: bottom !important;
}

.u-vertical_base {
  vertical-align: baseline !important;
}

.u-vertical_sup {
  vertical-align: super !important;
}

.u-vertical_sub {
  vertical-align: sub !important;
}

.u-vertical_tb {
  vertical-align: text-bottom !important;
}

.u-vertical_tt {
  vertical-align: text-top !important;
}

.u-zIndex01 {
  z-index: 1 !important;
}

.u-zIndex02 {
  z-index: 2 !important;
}

.u-zIndex03 {
  z-index: 3 !important;
}

.u-zIndex04 {
  z-index: 4 !important;
}

.u-zIndex05 {
  z-index: 5 !important;
}

.u-zIndex06 {
  z-index: 6 !important;
}

.u-zIndex07 {
  z-index: 7 !important;
}

.u-zIndex08 {
  z-index: 8 !important;
}

.u-zIndex09 {
  z-index: 9 !important;
}

.u-zIndex10 {
  z-index: 10 !important;
}