

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







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

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



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

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

aside {
  display: block;
}

article {
  position: relative;
  display: block;
  width: 100%;
}

section {
  position: relative;
  display: block;
}

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


@media (max-width: 59.99em) {
  body,
  select,
  input,
  textarea,
  button {
   
  }
}

button {
  line-height: 0;
}





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

::-moz-selection {
  color: #ffffff;
  background-color: #19afad;
}

::selection {
  color: #ffffff;
  background-color: #19afad;
}

::-moz-selection {
  color: #ffffff;
  background-color: #19afad;
}

::-webkit-selection {
  color: #ffffff;
  background-color: #19afad;
}

.ff-mincho {
  font-family: a-otf-ryumin-pr6n, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",
    serif;
  font-weight: normal;
  letter-spacing: 2px;
}

@font-face {
  font-family: "iconfont";
  src: url("/assets/fonts/iconfont.eot");
  src: url("../fonts/iconfont.eot") 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,
.icon-c-checkbox:before,
.icon-c-circleIcon--arw:before,
.icon-c-icon--fb:before,
.icon-c-icon--ig:before,
.icon-c-icon--note:before,
.icon-c-icon--pagetop:before,
.icon-c-icon--tw:before,
.icon-c-pulldown__label:before,
.icon-c-select:before,
.icon-c-spFilterNav__toggle:before,
.icon-c-upload:before,
.c-icon--pagetop:before,
.c-icon--fb:before,
.c-icon--tw:before,
.c-icon--ig:before,
.c-checkbox input:checked + label:before,
.c-select:before,
.c-upload .add:after,
.c-upload .clear:after,
.c-button--arw:before,
.c-pulldown__label:before,
.c-spFilterNav__toggle:before,
.c-spFilterNav__modal:before,
.p-icon--arw-l:before,
.p-icon--arw-r: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;
}

.icon-c-button--arw:before {
  content: "";
}

.icon-c-checkbox:before {
  content: "";
}

.icon-c-circleIcon--arw:before {
  content: "";
}

.icon-c-icon--fb:before {
  content: "";
}

.icon-c-icon--ig:before {
  content: "";
}

.icon-c-icon--note:before {
  content: "";
}

.icon-c-icon--pagetop:before {
  content: "";
}

.icon-c-icon--tw:before {
  content: "";
}

.icon-c-pulldown__label:before {
  content: "";
}

.icon-c-select:before {
  content: "";
}

.icon-c-spFilterNav__toggle:before {
  content: "";
}

.icon-c-upload:before {
  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;
  padding-top: 30px;
}

.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;
}

.slick-arrow {
  background-color: transparent;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slick-arrow:hover {
  background-color: #fff;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

@media (max-width: 59.99em) {
  .slick-arrow:hover {
    background-color: transparent !important;
  }
}

.slick-arrow:hover img {
  mix-blend-mode: difference;
}

/* 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;
}

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

.slick-arrow:hover {
  background-color: transparent;
}

.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: #19afad;
  }
}

@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;
  }
}

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

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

.l-fixed__lb {
  left: 50px;
}

.l-fixed__rb {
  right: 50px;
}

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

.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: #19afad;
  -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: absolute;
  left: 0;
  top: 0;
  line-height: 0;
}

.l-header__logo {
  z-index: 1;
  position: relative;
  left: 50px;
  top: 80px;
}

.l-header__nav {
  z-index: 2;
  position: relative;
}

.l-header.is-fixed {
  position: fixed;
}

@media (max-width: 59.99em) {
  .l-header__logo {
    z-index: 2;
    left: 30px;
    top: 40px;
  }
  .l-header__nav {
    z-index: 1;
  }
}

.l-footer {
  z-index: 5000;
  position: relative;
  width: 100%;
}

.l-footer__menu {
  padding-top: 150px;
  padding-bottom: 120px;
  background-color: #f9f9f9;
}

.l-footer__pagetop {
  position: absolute;
  right: 50px;
  bottom: 50px;
}

@media (max-width: 59.99em) {
  .l-footer__menu {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .l-footer__pagetop {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    right: 30px;
    bottom: 30px;
  }
}

.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: #f9f9f9;
}

.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: 30px;
    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-guide {
  z-index: 9998;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 50px;
  box-sizing: border-box;
  text-align: center;
  font-size: 1rem;
  line-height: 12px;
  font-family: acumin-pro, sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
}

.l-guide__size {
  z-index: 3;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 0 50px;
  height: 40px;
  text-shadow: 0px 1px 1px #000;
}

.l-guide__size__bg {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 50px;
}

.l-guide__size__bg span {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #000000;
  opacity: 0.5;
}

.l-guide__size__w {
  z-index: 2;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 12px;
  color: #ffffff;
  box-shadow: 0px 1px 0px 0px #000 inset;
  border-top: 1px solid #ffffff;
  font-size: 1.2rem;
  line-height: 14px;
}

.l-guide__size__w:after {
  z-index: 2;
  position: relative;
  display: inline-block;
  content: " px";
}

.l-guide__pc:before,
.l-guide__pc:after,
.l-guide__sp:before,
.l-guide__sp:after {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #53f9a8;
}

.l-guide__pc {
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.l-guide__pc:before,
.l-guide__pc:after {
  content: "50px";
  width: 50px;
  opacity: 0.5;
  padding-top: 3px;
}

.l-guide__pc:before {
  left: -50px;
}

.l-guide__pc:after {
  right: -50px;
}

.l-guide__pc__grid {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 50px;
}

.l-guide__pc__grid > span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffb5d0;
  opacity: 0.5;
}

.l-guide__pc__grid:before {
  content: "50px";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  padding-top: 3px;
  background-color: #4bf3fe;
  opacity: 0.5;
}

.l-guide__pc__grid:first-child {
  padding-left: 0;
}

.l-guide__pc__grid:first-child:before {
  display: none;
}

.l-guide.is-blend {
  mix-blend-mode: screen;
}

@media (min-width: 80em) {
  .l-guide__size__w:before {
    content: "24 grid / ";
  }
}

@media (min-width: 60em) and (max-width: 79.99em) {
  .l-guide__size__w:before {
    content: "12 grid / ";
  }
  .l-guide__pc__grid:nth-child(13) {
    display: none;
  }
  .l-guide__pc__grid:nth-child(14) {
    display: none;
  }
  .l-guide__pc__grid:nth-child(15) {
    display: none;
  }
  .l-guide__pc__grid:nth-child(16) {
    display: none;
  }
  .l-guide__pc__grid:nth-child(17) {
    display: none;
  }
  .l-guide__pc__grid:nth-child(18) {
    display: none;
  }
  .l-guide__pc__grid:nth-child(19) {
    display: none;
  }
  .l-guide__pc__grid:nth-child(20) {
    display: none;
  }
  .l-guide__pc__grid:nth-child(21) {
    display: none;
  }
  .l-guide__pc__grid:nth-child(22) {
    display: none;
  }
  .l-guide__pc__grid:nth-child(23) {
    display: none;
  }
  .l-guide__pc__grid:nth-child(24) {
    display: none;
  }
}

@media (max-width: 59.99em) {
  .l-guide {
    padding: 0;
  }
  .l-guide__size {
    min-width: 320px;
    padding: 0 30px;
  }
  .l-guide__size__bg {
    padding: 0 30px;
  }
  .l-guide__size__w:before {
    content: "6 grid / ";
  }
  .l-guide__pc__grid:nth-child(7) {
    display: none;
  }
  .l-guide__pc__grid:nth-child(8) {
    display: none;
  }
  .l-guide__pc__grid:nth-child(9) {
    display: none;
  }
  .l-guide__pc__grid:nth-child(10) {
    display: none;
  }
  .l-guide__pc__grid:nth-child(11) {
    display: none;
  }
  .l-guide__pc__grid:nth-child(12) {
    display: none;
  }
  .l-guide__pc__grid:nth-child(13) {
    display: none;
  }
  .l-guide__pc__grid:nth-child(14) {
    display: none;
  }
  .l-guide__pc__grid:nth-child(15) {
    display: none;
  }
  .l-guide__pc__grid:nth-child(16) {
    display: none;
  }
  .l-guide__pc__grid:nth-child(17) {
    display: none;
  }
  .l-guide__pc__grid:nth-child(18) {
    display: none;
  }
  .l-guide__pc__grid:nth-child(19) {
    display: none;
  }
  .l-guide__pc__grid:nth-child(20) {
    display: none;
  }
  .l-guide__pc__grid:nth-child(21) {
    display: none;
  }
  .l-guide__pc__grid:nth-child(22) {
    display: none;
  }
  .l-guide__pc__grid:nth-child(23) {
    display: none;
  }
  .l-guide__pc__grid:nth-child(24) {
    display: none;
  }
  .l-guide__pc {
    max-width: 100%;
    min-width: 320px;
    margin: 0;
    padding: 0 30px;
  }
  .l-guide__pc:before,
  .l-guide__pc:after {
    content: "30px";
    width: 30px;
    opacity: 0.4;
  }
  .l-guide__pc:before {
    left: 0;
  }
  .l-guide__pc:after {
    right: 0;
  }
  .l-guide__pc__grid {
    padding-left: 30px;
  }
  .l-guide__pc__grid:before {
    content: "30px";
    width: 30px;
    background-color: #4bf3fe;
  }
  .l-guide__sp {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 320px;
    height: 100%;
    padding: 0 30px;
  }
  .l-guide__sp:before,
  .l-guide__sp:after {
    content: "30px";
    width: 30px;
    opacity: 0.4;
  }
  .l-guide__sp:before {
    left: 0;
  }
  .l-guide__sp:after {
    right: 0;
  }
  .l-guide__sp__l,
  .l-guide__sp__r {
    width: 50%;
    height: 100%;
    opacity: 0.4;
  }
  .l-guide__sp__l {
    background-color: #ffb5d0;
  }
  .l-guide__sp__r {
    background-color: #4bf3fe;
  }
}

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

.l-cursor.is-blend {
  mix-blend-mode: multiply;
}

.c-grid {
  display: block;
  width: 100%;

}

.c-grid__row {
  position: relative;
  left: 0px;
  flex-wrap: wrap;
  width: 100%;
}

.c-grid__col {
  width: 100%;
}

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






.c-bg {
  position: relative;
}

.c-bg:before {
  z-index: 0;
  content: "";
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
}

.c-bg--black,
.c-bg--key-black {
  color: #ffffff;
}

.c-bg--black a,
.c-bg--black button,
.c-bg--key-black a,
.c-bg--key-black button {
  color: #ffffff;
}

.c-bg--black:before {
  background-color: #000000;
}

.c-bg--key-black:before {
  background-color: #444444;
}

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

.c-bg--base:before {
  background-color: #f9f9f9;
}

.c-bg-grain {
  pointer-events: none;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.c-bg-grain:before {
  z-index: 1;
  content: "";
  width: 110%;
  height: 110%;
  position: absolute;
  left: -5%;
  top: -5%;
  display: block;
  background: url("../images/c-bg--grain.png") repeat center center;
  -webkit-animation: grain 0.4s 0s steps(1) infinite;
  animation: grain 0.4s 0s steps(1) infinite;
  opacity: 0.5;
}

@-webkit-keyframes grain {
  0%,
  100% {
    -webkit-transform: translate(0, 0, 0);
    transform: translate(0, 0, 0);
  }
  10% {
    -webkit-transform: translate(-1%, -1%);
    transform: translate(-1%, -1%);
  }
  20% {
    -webkit-transform: translate(1%, 1%);
    transform: translate(1%, 1%);
  }
  30% {
    -webkit-transform: translate(-2%, -2%);
    transform: translate(-2%, -2%);
  }
  40% {
    -webkit-transform: translate(3%, 3%);
    transform: translate(3%, 3%);
  }
  50% {
    -webkit-transform: translate(-3%, -3%);
    transform: translate(-3%, -3%);
  }
  60% {
    -webkit-transform: translate(4%, 4%);
    transform: translate(4%, 4%);
  }
  70% {
    -webkit-transform: translate(-4%, -4%);
    transform: translate(-4%, -4%);
  }
  80% {
    -webkit-transform: translate(2%, 2%);
    transform: translate(2%, 2%);
  }
  90% {
    -webkit-transform: translate(-2%, -2%);
    transform: translate(-2%, -2%);
  }
}

@keyframes grain {
  0%,
  100% {
    -webkit-transform: translate(0, 0, 0);
    transform: translate(0, 0, 0);
  }
  10% {
    -webkit-transform: translate(-1%, -1%);
    transform: translate(-1%, -1%);
  }
  20% {
    -webkit-transform: translate(1%, 1%);
    transform: translate(1%, 1%);
  }
  30% {
    -webkit-transform: translate(-2%, -2%);
    transform: translate(-2%, -2%);
  }
  40% {
    -webkit-transform: translate(3%, 3%);
    transform: translate(3%, 3%);
  }
  50% {
    -webkit-transform: translate(-3%, -3%);
    transform: translate(-3%, -3%);
  }
  60% {
    -webkit-transform: translate(4%, 4%);
    transform: translate(4%, 4%);
  }
  70% {
    -webkit-transform: translate(-4%, -4%);
    transform: translate(-4%, -4%);
  }
  80% {
    -webkit-transform: translate(2%, 2%);
    transform: translate(2%, 2%);
  }
  90% {
    -webkit-transform: translate(-2%, -2%);
    transform: translate(-2%, -2%);
  }
}

.c-hr {
  border-top: none;
  width: 100%;
  height: 1px;
  background-color: #000000;
  opacity: 0.1;
}

.c-hr--dot {
  background-color: transparent;
  background-image: url("../images/c-hr--dot.png");
  background-repeat: repeat-x;
  background-position: left top;
}

@media (max-width: 59.99em) {
  .c-hr--dot {
    background-size: 6px 1px;
  }
}

.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: 4rem;
  line-height: 42px;
}

.c-icon--pagetop:before {
  content: "";
}

.c-icon--fb {
  font-size: 4rem;
  line-height: 42px;
}

.c-icon--fb:before {
  content: "";
}

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

.c-icon--tw:before {
  content: "";
}

.c-icon--ig {
  font-size: 2.6rem;
  line-height: 28px;
}

.c-icon--ig:before {
  content: "";
}

@media (min-width: 60em) {
  .c-icon--hover {
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .c-icon--hover:hover {
    color: #19afad;
    -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.4rem;
    line-height: 36px;
  }
  .c-icon--tw {
    font-size: 2rem;
    line-height: 22px;
  }
  .c-icon--ig {
    font-size: 2.4rem;
    line-height: 26px;
  }
}

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

.c-title {
  font-size: 1.8rem;
  line-height: 28px;
  font-family: acumin-pro, sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
}

.c-title--page-jp {
  font-size: 1.8rem;
  line-height: 28px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic", YuGothic,
    "heisei-kaku-gothic-std", "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: #444444;
}

.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: #444444;
}

.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: #444444;
}

.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: #444444;
}

.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: #444444;
}

.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: #444444;
}

.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: #444444;
}

.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: #444444;
}

.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: #444444;
}

.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: #444444;
}

.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-top: 70px;
  margin-bottom: 50px;
  overflow: hidden;
}

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

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

.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: #444444;
}

.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;
}
.t-top__case__btn{
  width: 340px;
  float: right;
}
.t-top__case__arws{float: left;}
.c-spacer--mt60 {
  margin-top: 60px;
}

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



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

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

.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: #444444;
}

.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--10 {
  height: 10px;
  overflow: hidden;
}

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

.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: #444444;
}

.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: #444444;
}

.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: #444444;
  }
  .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: #444444;
  }
  .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: #444444;
  }
  .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: #444444;
  }
  .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--60-sp {
    height: 60px !important;
    overflow: hidden;
  }
  .c-spacer--60-sp.is-debug {
    width: 100%;
    text-align: center;
    background-color: #444444;
  }
  .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--45-sp {
    height: 45px !important;
    overflow: hidden;
  }
  .c-spacer--45-sp.is-debug {
    width: 100%;
    text-align: center;
    background-color: #444444;
  }
  .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--30-sp {
    height: 30px !important;
    overflow: hidden;
  }
  .c-spacer--30-sp.is-debug {
    width: 100%;
    text-align: center;
    background-color: #444444;
  }
  .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: #444444;
  }
  .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: #444444;
  }
  .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--5-sp {
    height: 5px !important;
    overflow: hidden;
  }
  .c-spacer--5-sp.is-debug {
    width: 100%;
    text-align: center;
    background-color: #444444;
  }
  .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: #444444;
  }
  .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: #444444;
  }
  .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--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--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--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;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 32px;
  height: 32px;
  background-image: url("../images/c-loading.gif");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
}

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

.c-loading.is-small:after {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

@media (max-width: 59.99em) {
  .c-loading.is-small:after {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.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,
.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: 90px;
  height: 90px;
  -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: 90px;
  height: 90px;
  background-color: #e6e6e6;
  overflow: hidden;
}

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

.c-circleLoading__fill-center:after {
  position: relative;
  top: 24px;
  left: 0;
  display: inline-block;
  color: #ffffff;
  content: "loading";
  font-family: acumin-pro, sans-serif;
  letter-spacing: 0.5px;
  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: 90px;
  height: 90px;
}

.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: #000000;
}

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

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

.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: absolute !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;
  color: #ffffff;
}

.c-heroHeader__inner a {
  color: #ffffff;
}

.c-heroHeader__rb {
  z-index: 3;
  position: absolute;
  right: 41px;
  bottom: 71px;
}

@media (max-width: 59.99em) {
  .c-heroHeader__rb {
    right: 21px;
    bottom: 43px;
  }
}

.c-checkbox {
  position: relative;
  display: table;
}

.c-checkbox input {
  display: none;
}

.c-checkbox input:checked + label:before {
  content: "";
}

.c-checkbox input:checked + label:before {
  position: absolute;
  left: 5px;
  top: 3px;
  display: block;
  font-size: 4rem;
  line-height: 0px;
}

.c-checkbox label,
.c-checkbox p {
  display: table-cell;
  vertical-align: middle;
}

.c-checkbox label {
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.c-checkbox label:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 30px;
  border: 1px solid #000000;
}

.c-checkbox p {
  padding-left: 17px;
}

@media (max-width: 59.99em) {
  .c-checkbox input:checked + label:before {
    left: 6px;
    top: 6px;
    font-size: 2.5rem;
    line-height: 0px;
  }
  .c-checkbox label {
    width: 25px;
    height: 25px;
  }
  .c-checkbox label:after {
    height: 25px;
  }
  .c-checkbox p {
    padding-left: 10px;
  }
}

.c-form dl {
  padding-bottom: 60px;
}

.c-form dt.is-required:after {
  display: inline-block;
  padding-left: 5px;
  color: #ff4646;
  content: "*";
}

.c-form dd {
  padding-top: 25px;
}

.c-form dd input,
.c-form dd textarea {
  width: 100%;
  border: none;
  font-size: 1.4rem;
  line-height: 16px;
  background-color: #f9f9f9;
}

.c-form dd input.is-error,
.c-form dd textarea.is-error {
  background-color: #ffdede;
}

.c-form dd input:focus,
.c-form dd textarea:focus {
  outline: 0;
}

.c-form dd input {
  padding: 32px 30px;
}

.c-form dd textarea {
  padding: 30px;
}

.c-form small {
  display: block;
  padding-top: 15px;
  font-size: 0.8rem;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  line-height: 10px;
}

.c-form small.error {
  color: #ff4646;
}

.c-form small.comment {
  color: #666666;
}

.c-form--focus-bdb dd input,
.c-form--focus-bdb dd textarea {
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom 0.3s;
  transition: border-bottom 0.3s;
}

.c-form--focus-bdb dd input:focus,
.c-form--focus-bdb dd textarea:focus {
  -webkit-transition: none;
  transition: none;
  border-bottom: 1px solid #19afad;
}

@media (max-width: 59.99em) {
  .c-form dl {
    padding-bottom: 40px;
  }
  .c-form dd {
    padding-top: 10px;
  }
  .c-form dd input,
  .c-form dd textarea {
    font-size: 1.2rem;
    line-height: 14px;
  }
  .c-form dd input {
    padding: 16px 15px;
  }
  .c-form dd textarea {
    padding: 15px;
  }
  .c-form small {
    padding-top: 10px;
    font-size: 1rem;
    line-height: 12px;
  }
}

.c-select {
  position: relative;
}

.c-select:before {
  content: "";
}

.c-select:before {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -20px;
}

.c-select select {
  width: 100%;
  border-radius: 0px;
  border: none;
  outline: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  padding-left: 30px;
  padding-right: 60px;
  padding-top: 33px;
  padding-bottom: 27px;
  font-size: 1.4rem;
  line-height: 16px;
  color: #666666;
  border: 1px solid #dcdcdc;
}

.c-select select option {
  background-color: #fff;
}

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

.c-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

.c-select select option.placeholder {
  display: none;
}

.c-select.changed select {
  color: #444444;
}

@media (max-width: 59.99em) {
  .c-select select {
    padding-left: 18px;
    padding-right: 36px;
    padding-top: 20px;
    padding-bottom: 16px;
    font-size: 1.2rem;
    line-height: 14px;
  }
}

.c-upload .file {
  display: none;
}

.c-upload .add,
.c-upload .clear {
  position: relative;
  display: none;
  cursor: pointer;
  padding: 34px 80px 30px 30px;
  background-color: #000000;
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 26px;
  -webkit-transition: color 1s;
  transition: color 1s;
}

.c-upload .add.active,
.c-upload .clear.active {
  display: block;
}

.c-upload .add .small,
.c-upload .clear .small {
  position: relative;
  top: -3px;
  padding-left: 7px;
  font-size: 1.4rem;
  line-height: 16px;
}

.c-upload .add:after,
.c-upload .clear:after {
  content: "";
}

.c-upload .add:after,
.c-upload .clear:after {
  display: block;
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -9px;
  font-size: 3.6rem;
  line-height: 0px;
}

.c-upload .clear {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-upload .clear:after {
  margin-top: -6px;
  right: 35px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

@media (min-width: 60em) {
  .c-upload .add,
  .c-upload .clear {
    -webkit-transition: color 1s;
    transition: color 1s;
  }
  .c-upload .add:hover,
  .c-upload .clear:hover {
    -webkit-transition: none;
    transition: none;
    color: #19afad;
  }
}

@media (max-width: 59.99em) {
  .c-upload .add,
  .c-upload .clear {
    padding: 19px 50px 15px 20px;
    font-size: 1.6rem;
    line-height: 18px;
  }
  .c-upload .add .small,
  .c-upload .clear .small {
    top: -2px;
    font-size: 1rem;
    line-height: 12px;
  }
  .c-upload .add:after,
  .c-upload .clear:after {
    right: 20px;
    margin-top: -4px;
    font-size: 3.6rem;
    line-height: 0px;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  .c-upload .clear:after {
    margin-top: -2px;
    right: 17px;
    -webkit-transform: scale(0.5) rotateZ(45deg);
    transform: scale(0.5) rotateZ(45deg);
  }
}

.c-breadcrumb {
  z-index: 11;
  position: absolute;
  left: 60px;
  top: 60px;
}

.c-breadcrumb li {
  position: relative;
  display: inline-block;
  max-width: 25vw;
  padding-right: 47px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.4rem;
  line-height: 16px;
  font-family: acumin-pro, sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-weight: 300;
}

.c-breadcrumb li:after {
  content: "";
  display: block;
  position: absolute;
  right: 7px;
  top: 7px;
  width: 30px;
  height: 1px;
  background-color: #000000;
  opacity: 0.1;
}

.c-breadcrumb li:last-child {
  padding-right: 0;
  opacity: 0.3;
}

.c-breadcrumb li:last-child:after {
  display: none;
}

.c-breadcrumb li:last-child a {
  color: #000000 !important;
  cursor: default !important;
}

.c-breadcrumb a {
  pointer-events: visible;
  color: #000000;
  color: #000000;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.c-breadcrumb a:hover {
  color: #19afad;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

@media (max-width: 59.99em) {
  .c-breadcrumb a:hover {
    color: #000000 !important;
  }
}

@media (max-width: 59.99em) {
  .c-breadcrumb {
    left: auto;
    right: 20px;
    top: 55px;
  }
  .c-breadcrumb li {
    max-width: 300px;
    padding-right: 16px;
    font-size: 1rem;
    line-height: 12px;
    font-family: acumin-pro, sans-serif;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-weight: 300;
  }
  .c-breadcrumb li:after {
    content: "";
    display: block;
    position: absolute;
    right: 3px;
    top: 6px;
    width: 10px;
    height: 1px;
    background-color: #000000;
    opacity: 0.1;
  }
  .c-breadcrumb li:last-child {
    opacity: 0.3;
  }
  .c-breadcrumb li:last-child:after {
    display: none;
  }
  .c-breadcrumb li:last-child a {
    color: #000000 !important;
    cursor: default !important;
  }
  .c-breadcrumb a {
    pointer-events: visible;
    color: #000000;
    color: #000000;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .c-breadcrumb a:hover {
    color: #19afad;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}

@media (max-width: 59.99em) and (max-width: 59.99em) {
  .c-breadcrumb a:hover {
    color: #000000 !important;
  }
}

@media (max-width: 79.99em) {
  .c-breadcrumb li {
    max-width: 20vw;
  }
}

@media (max-width: 37.49em) {
  .c-breadcrumb li {
    max-width: 40vw;
  }
}

@media (max-width: 23.365em) {
  .c-breadcrumb li {
    max-width: 100px;
  }
}

.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: acumin-pro, sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
}

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

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

.c-button--arw:before {
  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: #19afad;
  }
}

@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: transparent;
  color: #444444;
}

.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: #c9caca;
    color: #ffffff;
  }
}

.c-gmap {
  width: 100%;
  height: 640px;
}

.c-gmap iframe {
  width: 100%;
  height: 100%;
}

.c-gmap--grey iframe {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: -webkit-filter 0.8s ease;
  transition: -webkit-filter 0.8s ease;
  transition: filter 0.8s ease;
  transition: filter 0.8s ease, -webkit-filter 0.8s ease;
}

@media (min-width: 60em) {
  .c-gmap--grey iframe:hover {
    -webkit-filter: grayscale(0) saturate(1);
    filter: grayscale(0) saturate(1);
  }
}

@media (max-width: 59.99em) {
  .c-gmap {
    width: 100%;
    height: 320px;
  }
}

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

.c-hamburger__line1,
.c-hamburger__line2 {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  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 {
  bottom: 0px;
}

.is-opened .c-hamburger__line1 {
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translateY(7px) rotateZ(30deg) !important;
  transform: translateY(7px) rotateZ(30deg) !important;
}

.is-opened .c-hamburger__line2 {
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translateY(-7px) rotateZ(-30deg) !important;
  transform: translateY(-7px) rotateZ(-30deg) !important;
}

.is-opened .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(7px) rotateZ(30deg) !important;
  transform: translateY(7px) rotateZ(30deg) !important;
}

.is-opened .c-hamburger:hover .c-hamburger__line2 {
  -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(-7px) rotateZ(-210deg) !important;
  transform: translateY(-7px) rotateZ(-210deg) !important;
}

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

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

@media (min-width: 60em) {
  .c-hamburger:hover .c-hamburger__line1 {
    -webkit-transform: translateY(13px);
    transform: translateY(13px);
  }
  .c-hamburger:hover .c-hamburger__line2 {
    -webkit-transform: translateY(-13px);
    transform: translateY(-13px);
  }
}

@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;
  }
}

.c-masonry {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 0;
  column-gap: 0;
  padding: 0 25px;
  opacity: 0.999;
}

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

.c-masonry li {
  padding: 0 25px;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

.c-masonry a {
  display: block;
  color: #000000;
}

.c-masonry__thumb {
  pointer-events: none;
  overflow: hidden;
}

.c-masonry__thumb img {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 2.5s cubic-bezier(0.15, 0, 0, 1);
  transition: -webkit-transform 2.5s cubic-bezier(0.15, 0, 0, 1);
  transition: transform 2.5s cubic-bezier(0.15, 0, 0, 1);
  transition: transform 2.5s cubic-bezier(0.15, 0, 0, 1),
    -webkit-transform 2.5s cubic-bezier(0.15, 0, 0, 1);
  -webkit-transform: scale(1) rotateZ(0);
  transform: scale(1) rotateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (max-width: 59.99em) {
  .c-masonry__thumb img {
    -webkit-transition: inherit;
    transition: inherit;
  }
}

a:hover .c-masonry__thumb img {
  -webkit-transform: scale(1.1) rotateZ(0);
  transform: scale(1.1) rotateZ(0);
}

@media (max-width: 59.99em) {
  a:hover .c-masonry__thumb img {
    -webkit-transform: scale(1) rotateZ(0);
    transform: scale(1) rotateZ(0);
  }
}

.c-masonry__labels {
  padding-top: 25px;
  padding-bottom: 50px;
  -webkit-transition: color 1s;
  transition: color 1s;
}

@media (max-width: 79.99em) {
  .c-masonry {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (max-width: 59.99em) {
  .c-masonry {
    -webkit-column-count: 1;
    column-count: 1;
    padding: 0 30px;
  }
  .c-masonry li {
    padding: 0;
  }
  .c-masonry__labels {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.c-pulldown {
  position: relative;
  width: 100%;
  height: 72px;
}

.c-pulldown__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 72px;
  border: 2px solid #000;
  overflow: hidden;
  -webkit-transition: height 0.3s cubic-bezier(0.15, 0, 0, 1);
  transition: height 0.3s cubic-bezier(0.15, 0, 0, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #ffffff;
}

.c-pulldown__label {
  display: block;
  width: 100%;
  height: 70px;
  padding: 0 28px;
  border-bottom: 2px solid #000;
  font-size: 1.8rem;
  line-height: 20px;
  font-family: acumin-pro, sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: left;
}

.c-pulldown__label:before {
  content: "";
}

.c-pulldown__label:before {
  z-index: 2;
  position: absolute;
  right: 28px;
  top: 22px;
  font-size: 1.4rem;
  line-height: 16px;
}

.c-pulldown__label span {
  z-index: 2;
  position: relative;
}

.c-pulldown__select {
  width: 100%;
  background-color: #ffffff;
}

.c-pulldown__select a {
  display: block;
  width: 100%;
  height: 70px;
  padding: 0 28px;
  font-size: 1.8rem;
  line-height: 20px;
  font-family: acumin-pro, sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
  letter-spacing: 1px;
}

.c-pulldown__select a:hover {
  background-color: #f9f9f9;
}

.c-pulldown span {
  line-height: 70px;
  vertical-align: middle;
  display: inline-block;
}

.c-pulldown.opened .c-pulldown__label:before {
  -webkit-transform: translateY(7px) rotateX(180deg);
  transform: translateY(7px) rotateX(180deg);
}

@media (max-width: 59.99em) {
  .c-pulldown {
    height: 52px;
  }
  .c-pulldown__inner {
    height: 52px;
  }
  .c-pulldown__label {
    height: 50px;
    padding: 0 18px;
    font-size: 1.2rem;
    line-height: 14px;
  }
  .c-pulldown__label:before {
    right: 18px;
    top: 14px;
    font-size: 1.2rem;
    line-height: 14px;
  }
  .c-pulldown__select a {
    height: 50px;
    padding: 0 18px;
    font-size: 1.2rem;
    line-height: 14px;
  }
  .c-pulldown__select a:hover {
    background-color: transparent;
  }
  .c-pulldown span {
    line-height: 50px;
  }
}

.c-promptY {
  position: relative;
  width: 20px;
  height: 60px;
  overflow: hidden;
}

.c-promptY__line {
  position: absolute;
  bottom: 0;
  right: 9px;
  width: 1px;
  height: 60px;
  background-color: #000000;
  opacity: 0.1;
}

.c-promptY__dot {
  position: absolute;
  bottom: 0;
  right: 8.5px;
  border-radius: 50%;
  -webkit-animation: c-promptY__dot_anim 1s infinite cubic-bezier(0.15, 0, 0, 1);
  animation: c-promptY__dot_anim 1s infinite cubic-bezier(0.15, 0, 0, 1);
}

@-webkit-keyframes c-promptY__dot_anim {
  0% {
    -webkit-transform: translateY(-63px);
    transform: translateY(-63px);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@keyframes c-promptY__dot_anim {
  0% {
    -webkit-transform: translateY(-63px);
    transform: translateY(-63px);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

.c-promptY--white .c-promptY__line {
  background-color: #ffffff;
}

@media (min-width: 60em) {
  .c-promptY:hover .c-promptY__dot {
    background-color: #19afad;
    -webkit-animation: c-promptY__dot_anim 0.5s infinite
      cubic-bezier(0.15, 0, 0, 1);
    animation: c-promptY__dot_anim 0.5s infinite cubic-bezier(0.15, 0, 0, 1);
  }
}

button.c-promptY {
  cursor: pointer;
  pointer-events: auto;
}

.c-circleIcon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #444444;
  font-size: 2.5rem;
  line-height: 27px;
  border: 1px solid #0000004a;
}

@media (max-width: 59.99em) {
  .c-circleIcon {
    width: 50px;
    height: 50px;
  }
}

@media (min-width: 60em) {
  a.c-circleIcon,
  button.c-circleIcon {
    -webkit-transition: color 1s;
    transition: color 1s;
  }
  a.c-circleIcon:hover,
  button.c-circleIcon:hover {
    background-color: #c9caca;
    color: #ffffff;
    -webkit-transition: none;
    transition: none;
    border: #c9caca;
  }
}

.c-spFilterNav__select li a {
  display: inline-block;
  color: #999999;
}

.c-spFilterNav__select li.is-active a {
  cursor: default;
  pointer-events: none;
  color: #19afad;
}

@media (min-width: 60em) {
  .c-spFilterNav {
    width: calc(100% + 50px);
  }
  .c-spFilterNav__select {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    column-gap: 0;
  }
  .c-spFilterNav__select li {
    line-height: 28px;
  }
}

@media (max-width: 59.99em) {
  .c-spFilterNav {
    position: relative;
  }
  .c-spFilterNav__toggle {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    font-family: acumin-pro, sans-serif;
    letter-spacing: 0.5px;
    font-weight: 400;
  }
  .c-spFilterNav__toggle:before {
    content: "";
  }
  .c-spFilterNav__toggle:before {
    position: absolute;
    right: 0;
    top: 19px;
  }
  .c-spFilterNav__modal {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
  }
  .c-spFilterNav__modal.is-active {
    display: block;
  }
  .c-spFilterNav__modal:before {
    content: "";
  }
  .c-spFilterNav__modal:before {
    z-index: 6999;
    position: absolute;
    right: 1px;
    top: 16px;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }
  .c-spFilterNav__bg {
    pointer-events: auto;
    z-index: 6997;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
  }
  .c-spFilterNav__select {
    z-index: 6998;
    position: relative;
    top: 10px;
  }
  .c-spFilterNav__select li {
    padding-bottom: 3px;
  }
  .c-spFilterNav__select li a {
    pointer-events: auto;
  }
}

@media (min-width: 60em) {
  .c-colorHv {
    -webkit-transition: color 1s;
    transition: color 1s;
  }
  .c-colorHv:hover {
    color: #19afad;
    -webkit-transition: none;
    transition: none;
  }
}

@media (min-width: 60em) {
  .c-bgColorHv {
    display: block;
    position: relative;
  }
  .c-bgColorHv:before {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f9f9f9;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 0;
  }
  .c-bgColorHv:hover:before {
    -webkit-transition: none;
    transition: none;
    opacity: 1;
  }
}

.c-slideBgColor {
  position: relative;
  display: inline-block;
  line-height: 0;
}

.c-slideBgColor span {
  z-index: 2;
  position: relative;
}

.c-slideBgColor:before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #19afad;
  -webkit-transition: width 0.4s cubic-bezier(0.15, 0, 0, 1);
  transition: width 0.4s cubic-bezier(0.15, 0, 0, 1);
}

.c-slideBgColor:hover:before {
  right: auto;
  left: 0;
  width: 100%;
}

@media (max-width: 59.99em) {
  .c-slideBgColor:before {
    -webkit-transition: none;
    transition: none;
  }
  .c-slideBgColor:hover:before {
    width: 0%;
  }
}

.c-wordByWord span {
  display: inline-block;
}

.c-wordByWord span.outer {
  overflow: hidden;
}

.c-wordByWord span.inner {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.7s, 3s;
  transition-duration: 0.7s, 3s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.7, 0, 1), ease;
  transition-timing-function: cubic-bezier(0, 0.7, 0, 1), ease;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: rotateZ(90deg) skew(180deg, 0deg) translate(-50px, 100px);
  transform: rotateZ(90deg) skew(180deg, 0deg) translate(-50px, 100px);
  opacity: 0;
}

.c-wordByWord .outer:nth-child(1) .inner {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.c-wordByWord .outer:nth-child(2) .inner {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.c-wordByWord .outer:nth-child(3) .inner {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.c-wordByWord .outer:nth-child(4) .inner {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.c-wordByWord .outer:nth-child(5) .inner {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.c-wordByWord .outer:nth-child(6) .inner {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.c-wordByWord .outer:nth-child(7) .inner {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.c-wordByWord .outer:nth-child(8) .inner {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.c-wordByWord .outer:nth-child(9) .inner {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.c-wordByWord .outer:nth-child(10) .inner {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.c-wordByWord .outer:nth-child(11) .inner {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

.c-wordByWord .outer:nth-child(12) .inner {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.c-wordByWord .outer:nth-child(13) .inner {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.c-wordByWord .outer:nth-child(14) .inner {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.c-wordByWord .outer:nth-child(15) .inner {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.c-wordByWord .outer:nth-child(16) .inner {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.c-wordByWord .outer:nth-child(17) .inner {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}

.c-wordByWord .outer:nth-child(18) .inner {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.c-wordByWord .outer:nth-child(19) .inner {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}

.c-wordByWord .outer:nth-child(20) .inner {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.c-wordByWord .outer:nth-child(21) .inner {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

.c-wordByWord .outer:nth-child(22) .inner {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.c-wordByWord .outer:nth-child(23) .inner {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}

.c-wordByWord .outer:nth-child(24) .inner {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.c-wordByWord .outer:nth-child(25) .inner {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

.c-wordByWord .outer:nth-child(26) .inner {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.c-wordByWord .outer:nth-child(27) .inner {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}

.c-wordByWord .outer:nth-child(28) .inner {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.c-wordByWord .outer:nth-child(29) .inner {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
}

.c-wordByWord .outer:nth-child(30) .inner {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.c-wordByWord.is-active span.inner {
  -webkit-transform: rotateZ(0deg) skew(0deg, 0deg) translate(0px, 0px);
  transform: rotateZ(0deg) skew(0deg, 0deg) translate(0px, 0px);
  opacity: 1;
}

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

.c-circleCursor__chaser {
  position: absolute;
  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: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #19afad;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
  transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
  text-align: center;
}

.c-circleCursor__chaser.is-active {
  -webkit-transform: scale(5);
  transform: scale(5);
  opacity: 0.2;
}

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

.c-menu {
  font-family: acumin-pro, sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
}

.is-opened .c-menu a,
.is-opened .c-menu__copyright {
  pointer-events: visible;
}

.c-menu__gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-menu__gnav li {
  padding-right: 60px;
  padding-bottom: 30px;
  font-size: 2.2rem;
  line-height: 24px;
}

.c-menu__snav {
  padding-top: 20px;
}

.c-menu__snav li {
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 28px;
}

.c-menu__sns {
  padding-top: 30px;
}

.c-menu__sns li {
  display: inline-block;
  padding-right: 30px;
}

.c-menu__copyright {
  display: block;
  padding-top: 60px;
  font-size: 1.4rem;
  line-height: 16px;
}

@media (max-width: 59.99em) {
  .c-menu__gnav li {
    width: 50%;
    padding-right: 0;
    padding-bottom: 15px;
    font-size: 1.6rem;
    line-height: 18px;
  }
  .c-menu__snav {
    padding-top: 20px;
  }
  .c-menu__snav li {
    line-height: 22px;
  }
  .c-menu__snav li span {
    font-size: 1rem;
    line-height: 12px;
  }
}

.c-logo {
  pointer-events: visible;
  position: relative;
  display: inline-block;
}

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

.c-logo__white {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.c-logo.is-disable-hover {
  cursor: default;
}

.c-logo.is-white .c-logo__black {
  opacity: 0;
}

.c-logo.is-white .c-logo__white {
  opacity: 1;
}

.c-logo.is-black-important .c-logo__black {
  opacity: 1 !important;
}

.c-logo.is-black-important .c-logo__white {
  opacity: 0 !important;
}

.c-logo.is-fixed {
  position: fixed;
}

.c-pagetop {
  color: #ffffff;
  -webkit-transition: all 0.8s cubic-bezier(0.15, 0, 0, 1);
  transition: all 0.8s cubic-bezier(0.15, 0, 0, 1);
  -webkit-transform: translateY(0) rotateX(0) rotateY(0);
  transform: translateY(0) rotateX(0) rotateY(0);
}

.c-pagetop.is-active {
  color: #000000;
  -webkit-transform: translateY(10px) rotateX(180deg) rotateY(360deg);
  transform: translateY(10px) rotateX(180deg) rotateY(360deg);
}

.c-pagetop.is-underpage {
  color: #000000 !important;
}

.js-all {
  height: 100%;
  overflow: inherit;
}

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

.js-article.is-baseColor {
  background-color: #f9f9f9;
  -webkit-transition: background-color 1s;
  transition: background-color 1s;
}

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;
}

.js-guide {
  visibility: hidden;
}

.js-guide.is-active {
  visibility: visible;
}

.js-slideIn {
  line-height: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.15, 0, 0, 1);
  transition: opacity 0.5s cubic-bezier(0.15, 0, 0, 1);
  opacity: 0;
}

.js-slideIn .js-slideIn__inner {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 1.4s cubic-bezier(0.15, 0, 0, 1);
  transition: -webkit-transform 1.4s cubic-bezier(0.15, 0, 0, 1);
  transition: transform 1.4s cubic-bezier(0.15, 0, 0, 1);
  transition: transform 1.4s cubic-bezier(0.15, 0, 0, 1),
    -webkit-transform 1.4s cubic-bezier(0.15, 0, 0, 1);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

.js-slideIn.is-active {
  -webkit-transition: opacity 0.5s cubic-bezier(0.15, 0, 0, 1);
  transition: opacity 0.5s cubic-bezier(0.15, 0, 0, 1);
  opacity: 1;
}

.js-slideIn.is-active .js-slideIn__inner {
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.15, 0, 0, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.15, 0, 0, 1);
  transition: transform 1.2s cubic-bezier(0.15, 0, 0, 1);
  transition: transform 1.2s cubic-bezier(0.15, 0, 0, 1),
    -webkit-transform 1.2s cubic-bezier(0.15, 0, 0, 1);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.js-smScrollFire {
  overflow: hidden;
}

.js-smScrollFire span {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.78, 0.07, 0, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.78, 0.07, 0, 1);
  transition: transform 0.6s cubic-bezier(0.78, 0.07, 0, 1);
  transition: transform 0.6s cubic-bezier(0.78, 0.07, 0, 1),
    -webkit-transform 0.6s cubic-bezier(0.78, 0.07, 0, 1);
  -webkit-transform: translateY(60px) skewX(45deg);
  transform: translateY(60px) skewX(45deg);
}

.js-smScrollFire.is-active span {
  -webkit-transform: translateY(0) skewX(0);
  transform: translateY(0) skewX(0);
}

.js-navCurrent li.is-active a {
  color: #19afad;
  pointer-events: none;
}

.p-dummy {
  position: relative;
}

.p-dummy__fv {
  z-index: 1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #f9f9f9;
}

.p-dummy__article {
  z-index: 2;
  position: relative;
  background-color: #ffffff;
}

.p-dummy__grid__txt {
  padding: 5px 0;
  background-color: #444444;
  color: #ffffff;
  font-size: 1rem;
  line-height: 16px;
  text-align: center;
}

.p-dummy__grid .c-grid__col {
  padding-bottom: 1px;
}

.p-dummy figcaption {
  font-size: 1.1rem;
  line-height: 13px;
}

.p-loading:after {
  width: 20px;
  height: 20px;
  background: #000000;
  border-radius: 50px;
  -webkit-animation: p_loading__scale_loop__animation 0.5s linear infinite;
  animation: p_loading__scale_loop__animation 0.5s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (max-width: 59.99em) {
  .p-loading:after {
    width: 24px;
    height: 24px;
  }
}

@-webkit-keyframes p_loading__scale_loop__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 p_loading__scale_loop__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);
  }
}

.p-icon--dot {
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000000;
}

.p-icon--dot.is-white {
  background-color: #ffffff;
}

.p-icon--dot.is-grey {
  opacity: 0.2;
}

.p-icon--dot.is-grey-by-black {
  background-color: #ffffff;
  opacity: 0.4;
}

.p-icon--arw-l,
.p-icon--arw-r {
  font-size: 2.5rem;
  line-height: 27px;
}

.p-icon--arw-l:before,
.p-icon--arw-r:before {
  content: "";
}

.p-icon--arw-l:before,
.p-icon--arw-r:before {
  position: relative;
  display: block;
}

.p-icon--arw-l:before {
  top: -8px;
}

.p-icon--arw-r:before {
  top: 9px;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.p-logoBread {
  position: relative;
}

.p-logoBread__logo,
.p-logoBread__nkgr,
.p-logoBread__dot,
.p-logoBread__cur {
  display: inline-block;
}

.p-logoBread__logo {
  position: relative;
  top: 4px;
}

.p-logoBread__logo__white {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.p-logoBread__logo img {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.p-logoBread__dot {
  position: relative;
  top: -4px;
  padding-left: 25px;
  padding-right: 25px;
}

.p-logoBread__cur {
  position: relative;
  left: 0;
  top: -17px;
  width: 200px;
}

.p-logoBread__cur li {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.4;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.p-logoBread__cur li.is-current {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.p-logoBread__cur li a {
  display: block;
}

.p-logoBread__txt {
  display: inline-block;
  font-family: acumin-pro, sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 20px;
  -webkit-transition: color 1s;
  transition: color 1s;
}

.p-logoBread__nkgr span,
.p-logoBread__cur button,
.p-logoBread__cur a {
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.15, 0, 0, 1);
  transition: -webkit-transform 0.15s cubic-bezier(0.15, 0, 0, 1);
  transition: transform 0.15s cubic-bezier(0.15, 0, 0, 1);
  transition: transform 0.15s cubic-bezier(0.15, 0, 0, 1),
    -webkit-transform 0.15s cubic-bezier(0.15, 0, 0, 1);
  -webkit-transform: scale(0);
  transform: scale(0);
}

.p-logoBread__dot {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.15, 0, 0, 1);
  transition: -webkit-transform 0.15s cubic-bezier(0.15, 0, 0, 1);
  transition: transform 0.15s cubic-bezier(0.15, 0, 0, 1);
  transition: transform 0.15s cubic-bezier(0.15, 0, 0, 1),
    -webkit-transform 0.15s cubic-bezier(0.15, 0, 0, 1);
}

.p-logoBread__dot.is-2 {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.p-logoBread__cur button,
.p-logoBread__cur a {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.p-logoBread.is-active .p-logoBread__nkgr span,
.p-logoBread.is-active .p-logoBread__cur button,
.p-logoBread.is-active .p-logoBread__cur a {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.15, 0, 0, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.15, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(0.15, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(0.15, 0, 0, 1),
    -webkit-transform 0.4s cubic-bezier(0.15, 0, 0, 1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.p-logoBread.is-active .p-logoBread__dot {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.5, 0, 0, 2);
  transition: -webkit-transform 0.3s cubic-bezier(0.5, 0, 0, 2);
  transition: transform 0.3s cubic-bezier(0.5, 0, 0, 2);
  transition: transform 0.3s cubic-bezier(0.5, 0, 0, 2),
    -webkit-transform 0.3s cubic-bezier(0.5, 0, 0, 2);
}

.p-logoBread.is-active .p-logoBread__nkgr span {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.p-logoBread.is-active .p-logoBread__dot.is-2 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.p-logoBread.is-active .p-logoBread__cur button,
.p-logoBread.is-active .p-logoBread__cur a {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.p-logoBread.is-white .p-logoBread__logo__black {
  opacity: 0;
}

.p-logoBread.is-white .p-logoBread__logo__white {
  opacity: 1;
}

.p-logoBread.is-white .p-logoBread__dot span {
  background-color: #ffffff;
}

.p-logoBread.is-white .p-logoBread__txt {
  color: #ffffff;
}

.p-logoBread.is-black-important .p-logoBread__logo__black {
  opacity: 1 !important;
}

.p-logoBread.is-black-important .p-logoBread__logo__white {
  opacity: 0 !important;
}

.p-logoBread.is-black-important .p-logoBread__dot span {
  background-color: #000000;
}

.p-logoBread.is-black-important .p-logoBread__txt {
  color: #444444;
}

@media (min-width: 60em) {
  .p-logoBread__logo img {
    width: 24px;
  }
  .p-logoBread.is-white .c-colorHv:hover .p-logoBread__txt {
    color: #19afad !important;
  }
  .p-logoBread.is-black-important .c-colorHv:hover .p-logoBread__txt {
    color: #19afad !important;
  }
  .p-logoBread.is-toppage .p-logoBread__dot.is-2 {
    opacity: 0;
  }
}

@media (max-width: 59.99em) {
  .p-logoBread__logo img {
    width: 25px;
  }
  .p-logoBread__nkgr,
  .p-logoBread__dot.is-2 {
    display: none;
  }
  .p-logoBread__cur {
    top: -17px;
  }
  .p-logoBread__txt {
    padding-bottom: 2px;
    font-size: 1.6rem;
    line-height: 18px;
  }
  .p-logoBread.is-toppage .p-logoBread__dot.is-1 {
    opacity: 0;
  }
}

.p-nav {
  font-family: acumin-pro, sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.p-nav__toggle {
  top: 80px;
  pointer-events: auto;
  -webkit-transition: all 0.3s cubic-bezier(0.15, 0, 0, 1) !important;
  transition: all 0.3s cubic-bezier(0.15, 0, 0, 1) !important;
}

.p-nav__toggle:before {
  font-family: acumin-pro, sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 20px;
  content: "menu";
}

.p-nav__list {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.p-nav__list__global {
  font-size: 2.4rem;
  line-height: 48px;
}

.p-nav__list__sub {
  padding-top: 60px;
  font-size: 1.4rem;
  line-height: 28px;
}

.p-nav__list li {
  opacity: 0;
  letter-spacing: 5px;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition: none;
  transition: none;
}

.p-nav.is-opened .p-nav__list__global li,
.p-nav.is-opened .p-nav__list__sub li {
  opacity: 1;
  letter-spacing: 0.5px;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 0.4s cubic-bezier(0.15, 0, 0, 1);
  transition: all 0.4s cubic-bezier(0.15, 0, 0, 1);
}

.p-nav.is-opened .p-nav__list__global li:nth-child(1) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.p-nav.is-opened .p-nav__list__global li:nth-child(2) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

.p-nav.is-opened .p-nav__list__global li:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.p-nav.is-opened .p-nav__list__global li:nth-child(4) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.p-nav.is-opened .p-nav__list__global li:nth-child(5) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.p-nav.is-opened .p-nav__list__sub li:nth-child(1) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.p-nav.is-opened .p-nav__list__sub li:nth-child(2) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.p-nav.is-opened .p-nav__list__sub li:nth-child(3) {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}

.p-nav .c-grid,
.p-nav .c-grid__row,
.p-nav .c-grid__col {
  height: 100%;
}

.p-nav .c-grid {
  max-width: 1540px;
}

.p-nav .c-grid__row {
  max-width: 1490px;
}

.p-nav .c-grid__col {
  display: table;
}

.p-nav.is-white .p-nav__toggle {
  -webkit-transition: color 1s;
  transition: color 1s;
  color: #ffffff;
}

.p-nav.is-black-important .p-nav__toggle {
  -webkit-transition: color 1s;
  transition: color 1s;
  color: #444444 !important;
}

@media (min-width: 60em) {
  .p-nav.is-white .p-nav__toggle:hover {
    color: #19afad !important;
  }
  .p-nav.is-black-important .p-nav__toggle:hover {
    color: #19afad !important;
  }
}

@media (max-width: 59.99em) {
  .p-nav__toggle {
    top: 42px;
  }
  .p-nav__toggle:before {
    font-size: 1.6rem;
    line-height: 18px;
  }
  .p-nav__list {
    padding-top: 80px;
  }
  .p-nav__list__sub {
    padding-top: 60px;
    font-size: 1.4rem;
    line-height: 24px;
  }
  .p-nav__list__sub li:nth-child(1) {
    padding-bottom: 30px;
  }
}

.is-opened.p-nav a {
  pointer-events: auto;
}

.is-opened .p-nav__toggle {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-transition: all 0.3s cubic-bezier(0.15, 0, 0, 1) !important;
  transition: all 0.3s cubic-bezier(0.15, 0, 0, 1) !important;
}

.is-opened .p-nav__toggle:before {
  content: "close";
}

.is-opened .p-navCircle__bg {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.78, 0.07, 0, 1);
  transition: -webkit-transform 1s cubic-bezier(0.78, 0.07, 0, 1);
  transition: transform 1s cubic-bezier(0.78, 0.07, 0, 1);
  transition: transform 1s cubic-bezier(0.78, 0.07, 0, 1),
    -webkit-transform 1s cubic-bezier(0.78, 0.07, 0, 1);
}

.is-opened .p-navCircle__logo {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.5s cubic-bezier(0.15, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.15, 0, 0, 1);
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

.p-navCircle {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.p-navCircle__bg {
  z-index: 1;
  position: relative;
  width: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  -webkit-transform: scale(5);
  transform: scale(5);
  -webkit-transition: none;
  transition: none;
}

.p-navCircle__logo {
  z-index: 2;
  position: absolute;
  top: 0;
  display: table;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: none;
  transition: none;
}

.p-navCircle__logo__inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.p-navCircle__logo__inner a {
  display: inline-block;
}

.p-navCircle__logo__inner img {
  display: inline-block;
  width: 200px;
}

.p-navCircle__logo__inner span {
  display: block;
  padding-top: 10px;
  font-size: 1.8rem;
  line-height: 20px;
  font-family: acumin-pro, sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
  opacity: 0.3;
}

.p-ltDot {
  pointer-events: none;
  position: relative;
  width: 100%;
  height: 60px;
}

.p-ltDot:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000000;
}

.p-ltDot--white:before {
  background-color: #ffffff;
}

.p-ltDot--grey:before {
  opacity: 0.2;
}

.p-ltDot--grey-by-black:before {
  background-color: #ffffff;
  opacity: 0.4;
}

@media (max-width: 59.99em) {
  .p-ltDot {
    height: 30px;
  }
}

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

.p-opening__pcImgs,
.p-opening__spTopImgs,
.p-opening__spBtmImgs {
  z-index: 1;
}

.p-opening__pcMask,
.p-opening__spTopMask,
.p-opening__spBtmMask {
  z-index: 3;
}

.p-opening__wordL,
.p-opening__wordR {
  z-index: 2;
}

.p-opening__dot {
  z-index: 4;
}

.p-opening__pcImgs,
.p-opening__spTopImgs,
.p-opening__spBtmImgs {
  position: absolute;
  line-height: 0;
}

.p-opening__pcImgs li,
.p-opening__spTopImgs li,
.p-opening__spBtmImgs li {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.p-opening__pcImgs li span,
.p-opening__spTopImgs li span,
.p-opening__spBtmImgs li span {
  display: block;
  width: 100%;
  height: 100%;
}

.p-opening__pcImgs li.is-1,
.p-opening__pcImgs li.is-2,
.p-opening__pcImgs li.is-3,
.p-opening__spTopImgs li.is-1,
.p-opening__spTopImgs li.is-2,
.p-opening__spTopImgs li.is-3,
.p-opening__spBtmImgs li.is-1,
.p-opening__spBtmImgs li.is-2,
.p-opening__spBtmImgs li.is-3 {
  display: block;
}

.p-opening__pcImgs li.is-1,
.p-opening__spTopImgs li.is-1,
.p-opening__spBtmImgs li.is-1 {
  z-index: 3;
}

.p-opening__pcImgs li.is-2,
.p-opening__spTopImgs li.is-2,
.p-opening__spBtmImgs li.is-2 {
  z-index: 2;
}

.p-opening__pcImgs li.is-3,
.p-opening__spTopImgs li.is-3,
.p-opening__spBtmImgs li.is-3 {
  z-index: 1;
}

.p-opening__pcMask,
.p-opening__spTopMask,
.p-opening__spBtmMask {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #ffffff;
}

.p-opening__wordL,
.p-opening__wordR {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50%;
  height: 90px;
  margin-top: -50px;
  overflow: hidden;
}

.p-opening__wordL li,
.p-opening__wordR li {
  display: none;
  position: absolute;
  top: 0;
  color: #000000;
  font-family: acumin-pro, sans-serif;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-size: 8rem;
  line-height: 82px;
}

.p-opening__wordL li.is-1,
.p-opening__wordL li.is-2,
.p-opening__wordL li.is-3,
.p-opening__wordR li.is-1,
.p-opening__wordR li.is-2,
.p-opening__wordR li.is-3 {
  display: block;
  -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);
}

.p-opening__wordL li.is-1.is-fadein,
.p-opening__wordL li.is-2.is-fadein,
.p-opening__wordL li.is-3.is-fadein,
.p-opening__wordR li.is-1.is-fadein,
.p-opening__wordR li.is-2.is-fadein,
.p-opening__wordR li.is-3.is-fadein {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.p-opening__wordL {
  text-align: right;
  left: 50%;
  margin-left: -50%;
}

.p-opening__wordL li {
  right: 70px;
}

@media (min-width: 60em) {
  .p-opening__wordL li.is-1,
  .p-opening__wordL li.is-2,
  .p-opening__wordL li.is-3 {
    -webkit-transform: translateY(95px);
    transform: translateY(95px);
  }
  .p-opening__wordL li.is-1.is-fadeout,
  .p-opening__wordL li.is-2.is-fadeout,
  .p-opening__wordL li.is-3.is-fadeout {
    -webkit-transform: translateY(-95px);
    transform: translateY(-95px);
  }
}

@media (max-width: 59.99em) {
  .p-opening__wordL li.is-1,
  .p-opening__wordL li.is-2,
  .p-opening__wordL li.is-3 {
    -webkit-transform: translateY(47px);
    transform: translateY(47px);
  }
  .p-opening__wordL li.is-1.is-fadeout,
  .p-opening__wordL li.is-2.is-fadeout,
  .p-opening__wordL li.is-3.is-fadeout {
    -webkit-transform: translateY(-47px);
    transform: translateY(-47px);
  }
}

.p-opening__wordR {
  right: 50%;
  margin-right: -50%;
}

.p-opening__wordR li {
  left: 70px;
}

@media (min-width: 60em) {
  .p-opening__wordR li.is-1,
  .p-opening__wordR li.is-2,
  .p-opening__wordR li.is-3 {
    -webkit-transform: translateY(-95px);
    transform: translateY(-95px);
  }
  .p-opening__wordR li.is-1.is-fadeout,
  .p-opening__wordR li.is-2.is-fadeout,
  .p-opening__wordR li.is-3.is-fadeout {
    -webkit-transform: translateY(95px);
    transform: translateY(95px);
  }
}

@media (max-width: 59.99em) {
  .p-opening__wordR li.is-1,
  .p-opening__wordR li.is-2,
  .p-opening__wordR li.is-3 {
    -webkit-transform: translateY(-47px);
    transform: translateY(-47px);
  }
  .p-opening__wordR li.is-1.is-fadeout,
  .p-opening__wordR li.is-2.is-fadeout,
  .p-opening__wordR li.is-3.is-fadeout {
    -webkit-transform: translateY(47px);
    transform: translateY(47px);
  }
}

.p-opening__dot {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background-color: #000000;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.p-opening__dot.is-fadein {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.5, 0, 0, 2);
  transition: -webkit-transform 0.7s cubic-bezier(0.5, 0, 0, 2);
  transition: transform 0.7s cubic-bezier(0.5, 0, 0, 2);
  transition: transform 0.7s cubic-bezier(0.5, 0, 0, 2),
    -webkit-transform 0.7s cubic-bezier(0.5, 0, 0, 2);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.p-opening__dot.is-fadeout {
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(1, -1.42, 0, 1);
  transition: -webkit-transform 1.5s cubic-bezier(1, -1.42, 0, 1);
  transition: transform 1.5s cubic-bezier(1, -1.42, 0, 1);
  transition: transform 1.5s cubic-bezier(1, -1.42, 0, 1),
    -webkit-transform 1.5s cubic-bezier(1, -1.42, 0, 1);
  -webkit-transform: scale(0);
  transform: scale(0);
}

.p-opening__dot.is-react {
  -webkit-animation: a-reactDot 1s normal;
  animation: a-reactDot 1s normal;
}

@-webkit-keyframes a-reactDot {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  5% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  20% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  65% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes a-reactDot {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  5% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  20% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  65% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media (min-width: 60em) {
  .p-opening__pcImgs {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .p-opening__pcImgs li.is-1,
  .p-opening__pcImgs li.is-2,
  .p-opening__pcImgs li.is-3 {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .p-opening__pcImgs li.is-1.is-moving,
  .p-opening__pcImgs li.is-2.is-moving,
  .p-opening__pcImgs li.is-3.is-moving {
    -webkit-transition: -webkit-transform 10s;
    transition: -webkit-transform 10s;
    transition: transform 10s;
    transition: transform 10s, -webkit-transform 10s;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .p-opening__pcImgs li.is-1.is-fadeout,
  .p-opening__pcImgs li.is-2.is-fadeout,
  .p-opening__pcImgs li.is-3.is-fadeout {
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.15, 0, 0, 1);
    transition: -webkit-transform 0.2s cubic-bezier(0.15, 0, 0, 1);
    transition: transform 0.2s cubic-bezier(0.15, 0, 0, 1);
    transition: transform 0.2s cubic-bezier(0.15, 0, 0, 1),
      -webkit-transform 0.2s cubic-bezier(0.15, 0, 0, 1);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  .p-opening__pcMask {
    top: 0;
    height: 100%;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .p-opening__pcMask.is-fadeout {
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.15, 0, 0, 1);
    transition: -webkit-transform 0.2s cubic-bezier(0.15, 0, 0, 1);
    transition: transform 0.2s cubic-bezier(0.15, 0, 0, 1);
    transition: transform 0.2s cubic-bezier(0.15, 0, 0, 1),
      -webkit-transform 0.2s cubic-bezier(0.15, 0, 0, 1);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@media (max-width: 59.99em) {
  .p-opening__spTopImgs,
  .p-opening__spBtmImgs {
    width: 150%;
    height: 50%;
  }
  .p-opening__spTopImgs {
    left: 0;
    top: 0;
  }
  .p-opening__spTopImgs li.is-1,
  .p-opening__spTopImgs li.is-2,
  .p-opening__spTopImgs li.is-3 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .p-opening__spTopImgs li.is-1.is-moving,
  .p-opening__spTopImgs li.is-2.is-moving,
  .p-opening__spTopImgs li.is-3.is-moving {
    -webkit-transition: -webkit-transform 10s;
    transition: -webkit-transform 10s;
    transition: transform 10s;
    transition: transform 10s, -webkit-transform 10s;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  .p-opening__spTopImgs li.is-1.is-fadeout,
  .p-opening__spTopImgs li.is-2.is-fadeout,
  .p-opening__spTopImgs li.is-3.is-fadeout {
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.15, 0, 0, 1);
    transition: -webkit-transform 0.2s cubic-bezier(0.15, 0, 0, 1);
    transition: transform 0.2s cubic-bezier(0.15, 0, 0, 1);
    transition: transform 0.2s cubic-bezier(0.15, 0, 0, 1),
      -webkit-transform 0.2s cubic-bezier(0.15, 0, 0, 1);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .p-opening__spBtmImgs {
    right: 0;
    bottom: 0;
  }
  .p-opening__spBtmImgs li.is-1,
  .p-opening__spBtmImgs li.is-2,
  .p-opening__spBtmImgs li.is-3 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .p-opening__spBtmImgs li.is-1.is-moving,
  .p-opening__spBtmImgs li.is-2.is-moving,
  .p-opening__spBtmImgs li.is-3.is-moving {
    -webkit-transition: -webkit-transform 10s;
    transition: -webkit-transform 10s;
    transition: transform 10s;
    transition: transform 10s, -webkit-transform 10s;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  .p-opening__spBtmImgs li.is-1.is-fadeout,
  .p-opening__spBtmImgs li.is-2.is-fadeout,
  .p-opening__spBtmImgs li.is-3.is-fadeout {
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.15, 0, 0, 1);
    transition: -webkit-transform 0.2s cubic-bezier(0.15, 0, 0, 1);
    transition: transform 0.2s cubic-bezier(0.15, 0, 0, 1);
    transition: transform 0.2s cubic-bezier(0.15, 0, 0, 1),
      -webkit-transform 0.2s cubic-bezier(0.15, 0, 0, 1);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  .p-opening__spTopMask,
  .p-opening__spBtmMask {
    height: 50%;
  }
  .p-opening__spTopMask {
    top: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .p-opening__spTopMask.is-fadeout {
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.15, 0, 0, 1);
    transition: -webkit-transform 0.2s cubic-bezier(0.15, 0, 0, 1);
    transition: transform 0.2s cubic-bezier(0.15, 0, 0, 1);
    transition: transform 0.2s cubic-bezier(0.15, 0, 0, 1),
      -webkit-transform 0.2s cubic-bezier(0.15, 0, 0, 1);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .p-opening__spBtmMask {
    bottom: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .p-opening__spBtmMask.is-fadeout {
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.15, 0, 0, 1);
    transition: -webkit-transform 0.2s cubic-bezier(0.15, 0, 0, 1);
    transition: transform 0.2s cubic-bezier(0.15, 0, 0, 1);
    transition: transform 0.2s cubic-bezier(0.15, 0, 0, 1),
      -webkit-transform 0.2s cubic-bezier(0.15, 0, 0, 1);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  .p-opening__wordL,
  .p-opening__wordR {
    text-align: center;
    width: 100%;
    height: 40px;
  }
  .p-opening__wordL li,
  .p-opening__wordR li {
    width: 100%;
    font-size: 3.2rem;
    line-height: 34px;
  }
  .p-opening__wordL {
    left: 0;
    margin-left: 0;
    margin-top: 18px;
  }
  .p-opening__wordL li {
    right: 0;
  }
  .p-opening__wordR {
    right: 0;
    margin-right: 0;
    margin-top: -58px;
  }
  .p-opening__wordR li {
    left: 0;
  }
  .p-opening__dot {
    margin-left: -4px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
  }
}

.p-topFv {
  display: table;
  width: 100%;
  height: 100%;
}

.p-topFv .c-grid {
  margin: 0;
}

.p-topFv__logo {
  z-index: 1;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
  padding-top: 10px;
  font-family: acumin-pro, sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-align: center;
}

.p-topFv__logo span {
  display: block;
}

.p-topFv__logo__name img {
  width: 270px;
}

.p-topFv__logo__copy {
  padding-top: 10px;
  font-size: 1.8rem;
  line-height: 20px;
  color: #000000;
  opacity: 0.4;
}

.p-topFv__lb {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 80px;
  width: 100%;
}

.p-topFv__lb a {
  pointer-events: auto;
}

.p-topFv__rb {
  z-index: 3;
  position: absolute;
  right: 41px;
  bottom: 71px;
}

@media (max-width: 59.99em) {
  .p-topFv__logo__name img {
    width: 135px;
    height: 25px;
  }
  .p-topFv__logo__copy {
    padding-top: 0px;
    font-size: 1.2rem;
    line-height: 14px;
  }
  .p-topFv__lb {
    bottom: 50px;
  }
  .p-topFv__rb {
    right: 21px;
    bottom: 50px;
    height: 60px;
    overflow: hidden;
  }
}

.js-topFv__logo__name {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0.7, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0, 0.7, 0, 1);
  transition: transform 0.3s cubic-bezier(0, 0.7, 0, 1);
  transition: transform 0.3s cubic-bezier(0, 0.7, 0, 1),
    -webkit-transform 0.3s cubic-bezier(0, 0.7, 0, 1);
  -webkit-transform: scale(0);
  transform: scale(0);
}

.js-topFv__logo__name.is-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.js-topFv__logo__copy {
  -webkit-transition: all 0.7s cubic-bezier(0.15, 0, 0, 1);
  transition: all 0.7s cubic-bezier(0.15, 0, 0, 1);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
}

.js-topFv__logo__copy.is-active {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 0.4;
}

.js-topFv__promptY {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.15, 0, 0, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.15, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(0.15, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(0.15, 0, 0, 1),
    -webkit-transform 0.4s cubic-bezier(0.15, 0, 0, 1);
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
}

.js-topFv__promptY.is-active {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.p-caseLabels__title__en,
.p-caseLabels__title__jp {
  display: block;
}

.p-caseLabels__title__en {
  width: 150px;
  font-family: acumin-pro, sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 32px;
  min-height: 64px;
  letter-spacing: 0px !important;
}

.p-caseLabels__title__jp {
  padding-top: 45px;
  font-size: 1.4rem;
  line-height: 22px;
}

.p-caseLabels__categories {
  padding-top: 20px;
  font-family: acumin-pro, sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 20px;
}

.p-caseLabels__categories span {
  display: block;
}

@media (max-width: 59.99em) {
  .p-caseLabels {
    position: relative;
    min-height: 85px;
  }
  .p-caseLabels__title {
    width: 66.6666666667%;
    padding-right: 5px;
  }
  .p-caseLabels__title__en {
    font-size: 1.8rem;
    line-height: 20px;
    min-height: 20px;
  }
  .p-caseLabels__title__jp {
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 1rem;
    line-height: 20px;
  }
  .p-caseLabels__categories {
    position: absolute;
    right: 0;
    top: 0;
    width: 33.3333333333%;
    padding-left: 10px;
    padding-top: 0;
    font-size: 1rem;
    line-height: 12px;
    text-align: right;
  }
}

.p-caseCarousel {
  position: relative;
}

.p-caseCarousel__prev,
.p-caseCarousel__next {
  display: inline-block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-caseCarousel__prev.is-disabled,
.p-caseCarousel__next.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.p-caseCarousel__prev.is-disabled button,
.p-caseCarousel__next.is-disabled button {
  pointer-events: none;
}

.p-caseCarousel__prev {
  padding-right: 18px;
}

.p-caseCarousel__slide li {
  line-height: 0;
}

.p-caseCarousel__slide__thumb {
  position: relative;
  overflow: hidden;
}

.p-caseCarousel__slide__thumb img {
  z-index: 1;
  position: relative;
  display: block;
  height: 771px;
}

.p-caseCarousel__slide__thumb__mask {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F9FAFA;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
}

.p-caseCarousel__slide.is-fadeout .p-caseCarousel__slide__thumb__mask {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.15, 0, 0, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.15, 0, 0, 1);
  transition: transform 0.6s cubic-bezier(0.15, 0, 0, 1);
  transition: transform 0.6s cubic-bezier(0.15, 0, 0, 1),
    -webkit-transform 0.6s cubic-bezier(0.15, 0, 0, 1);
}

.p-caseCarousel__slide.is-fadein .p-caseCarousel__slide__thumb__mask {
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.15, 0, 0, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.15, 0, 0, 1);
  transition: transform 0.6s cubic-bezier(0.15, 0, 0, 1);
  transition: transform 0.6s cubic-bezier(0.15, 0, 0, 1),
    -webkit-transform 0.6s cubic-bezier(0.15, 0, 0, 1);
}

.p-caseCarousel .slick-slide {
  height: auto;
  -webkit-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.p-caseCarousel .slick-dots {
  position: absolute;
  left:0;
  top: 0;
  height: 100px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-caseCarousel .slick-dots.is-disabled {
  cursor: default !important;
  opacity: 0.3;
}

.p-caseCarousel .slick-dots.is-disabled button {
  pointer-events: none;
}

@media (min-width: 60em) {
  .p-caseCarousel__slide a .p-ltDot {
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .p-caseCarousel__slide a .p-ltDot:before {
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .p-caseCarousel__slide a img {
    -webkit-transition: -webkit-transform 2.5s cubic-bezier(0.15, 0, 0, 1);
    transition: -webkit-transform 2.5s cubic-bezier(0.15, 0, 0, 1);
    transition: transform 2.5s cubic-bezier(0.15, 0, 0, 1);
    transition: transform 2.5s cubic-bezier(0.15, 0, 0, 1),
      -webkit-transform 2.5s cubic-bezier(0.15, 0, 0, 1);
    -webkit-transform: scale(1) rotateZ(0);
    transform: scale(1) rotateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition:all 3s ease-out 0s;
  }
}

@media (min-width: 60em) and (max-width: 59.99em) {
  .p-caseCarousel__slide a img {
    -webkit-transition: inherit;
    transition: inherit;
  }
}

@media (min-width: 60em) {
  .p-caseCarousel__slide a:hover .p-ltDot {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
  .p-caseCarousel__slide a:hover .p-ltDot:before {
    background-color: #19afad;
    -webkit-transition: none;
    transition: none;
  }
  .p-caseCarousel__slide a:hover img {
    -webkit-transform: scale(1.1) rotateZ(0);
    transform: scale(1.1) rotateZ(0);
    transition:all 3s ease-out 0s;
  }
}

@media (min-width: 60em) and (max-width: 59.99em) {
  .p-caseCarousel__slide a:hover img {
    -webkit-transform: scale(1) rotateZ(0);
    transform: scale(1) rotateZ(0);
  }
}

@media (max-width: 59.99em) {
  .p-caseCarousel__prev {
    padding-right: 8px;
  }
  .p-caseCarousel .slick-dots {
    left: 0%;
    margin-left: 0;
    padding-left: 10px;
    padding-bottom: 10px;
  }
}

.p-hrList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-hrList:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  opacity: 0.05;
}

.p-hrList__dt,
.p-hrList__dd {
  position: relative;
  width: 50%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.p-hrList__dt:after,
.p-hrList__dd:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  opacity: 0.05;
}

.p-hrList__dt {
  padding-right: 5px;
}

.p-hrList__dt__ttl {
  position: relative;
  padding-left: 30px;
}

.p-hrList__dt__ttl:before {
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000000;
  opacity: 0.2;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
}

.p-hrList__dd {
  padding-left: 5px;
}

.p-hrList__dd__ttl {
  padding-top: 10px;
  padding-bottom: 15px;
  font-size: 1.2rem;
  line-height: 14px;
  color: #999999;
  letter-spacing: 0;
}

@media (min-width: 60em) and (max-width: 79.99em) {
  .p-hrList__dt {
    width: 42.8%;
  }
  .p-hrList__dd {
    width: 57.2%;
  }
}

@media (max-width: 59.99em) {
  .p-hrList__dt {
    width: 100%;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 0;
  }
  .p-hrList__dt:after {
    display: none;
  }
  .p-hrList__dt__ttl {
    padding-left: 15px;
  }
  .p-hrList__dd {
    width: 100%;
    padding-top: 0;
    padding-bottom: 35px;
    padding-left: 0;
  }
  .p-hrList__dd__ttl {
    padding-top: 17px;
    padding-bottom: 5px;
    font-size: 1rem;
    line-height: 12px;
  }
}

.p-dlCompany > dt {
  font-size: 1.2rem;
  line-height: 20px;
  color: #999999;
}

.p-dlCompany > dd {
  letter-spacing: 0px;
}

.p-dlCompany a {
  text-decoration: underline;
}

@media (max-width: 59.99em) {
  .p-dlCompany > dt,
  .p-dlCompany > dd {
    font-size: 1rem;
    line-height: 18px;
  }
}

.p-flowList li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 20px 30px;
  color: #666666;
}

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

.p-flowList li:before {
  z-index: -2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  border-radius: 10px;
}

.p-flowList li:after {
  z-index: -1;
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000000;
  right: 30px;
  top: 30px;
  opacity: 0.3;
}

.p-flowList__left,
.p-flowList__right {
  width: 50%;
}

.p-flowList__left {
  position: relative;
}

.p-flowList__left:before {
  z-index: -1;
  position: absolute;
  display: block;
  content: "";
  right: -2px;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #000000;
  opacity: 0.03;
}

.p-flowList__pic {
  line-height: 0;
  text-align: center;
}

.p-flowList__pic img {
  max-width: 380px;
}

.p-flowList__length,
.p-flowList__caption {
  position: absolute;
  left: 0;
  font-family: acumin-pro, sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 20px;
  letter-spacing: 0;
}

.p-flowList__length {
  top: 5px;
}

.p-flowList__caption {
  bottom: 5px;
  color: #999999;
}

.p-flowList__ttl {
  padding-left: 30px;
  font-size: 1.8rem;
  line-height: 20px;
}

.p-flowList__txt {
  padding-left: 30px;
  padding-top: 10px;
  font-size: 1.4rem;
  line-height: 24px;
}

@media (max-width: 79.99em) {
  .p-flowList li {
    padding: 40px 30px;
  }
  .p-flowList li:after {
    display: none;
  }
  .p-flowList__length {
    top: -15px;
  }
  .p-flowList__caption {
    bottom: -15px;
    color: #999999;
  }
}

@media (max-width: 59.99em) {
  .p-flowList li {
    display: block;
    padding: 20px 20px 25px;
  }
  .p-flowList__left,
  .p-flowList__right {
    width: 100%;
  }
  .p-flowList__left {
    position: relative;
  }
  .p-flowList__left:before {
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
  }
  .p-flowList__pic img {
    max-width: 190px;
  }
  .p-flowList__length,
  .p-flowList__caption {
    font-size: 1.2rem;
    line-height: 14px;
  }
  .p-flowList__length {
    top: 0;
  }
  .p-flowList__caption {
    bottom: 15px;
  }
  .p-flowList__ttl {
    padding-left: 0;
    padding-top: 25px;
    font-size: 1.2rem;
    line-height: 14px;
  }
  .p-flowList__txt {
    padding-left: 0;
    padding-top: 10px;
    font-size: 1rem;
    line-height: 18px;
  }
}

.p-pointCarousel__nav li {
  position: relative;
  padding-bottom: 10px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.p-pointCarousel__nav li:before {
  position: absolute;
  left: -7px;
  top: -1px;
  content: "・";
  display: block;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.p-pointCarousel__nav li button {
  display: inline-block;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.3;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 20px;
}

.p-pointCarousel__nav li button:hover {
  opacity: 1;
}

.p-pointCarousel__nav li.is-active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.5, 0, 0, 2);
  transition: -webkit-transform 0.5s cubic-bezier(0.5, 0, 0, 2);
  transition: transform 0.5s cubic-bezier(0.5, 0, 0, 2);
  transition: transform 0.5s cubic-bezier(0.5, 0, 0, 2),
    -webkit-transform 0.5s cubic-bezier(0.5, 0, 0, 2);
}

.p-pointCarousel__nav li.is-active button {
  pointer-events: none;
  -webkit-transform: translateX(17px);
  transform: translateX(17px);
  opacity: 1;
}

.p-pointCarousel__nav li.is-disabled:not(.is-active) {
  opacity: 0.3;
  pointer-events: none;
}

.p-pointCarousel__nav li.is-disabled:not(.is-active) button {
  pointer-events: none;
}

.p-pointCarousel__wrapper {
  position: relative;
}

.p-pointCarousel__arws {
  z-index: 2;
  position: absolute;
  right: 0;
  top: 0;
}

.p-pointCarousel__prev,
.p-pointCarousel__next {
  display: inline-block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-pointCarousel__prev.is-disabled,
.p-pointCarousel__next.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.p-pointCarousel__prev.is-disabled button,
.p-pointCarousel__next.is-disabled button {
  pointer-events: none;
}

.p-pointCarousel__next {
  padding-left: 30px;
}

.p-pointCarousel__label__no {
  color: #999999;
}

.p-pointCarousel__label__ttl {
  padding-left: 15px;
}

.p-pointCarousel__hr {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.3;
}

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

.p-pointCarousel__slide li {
  position: relative;
  padding-bottom: 350px;
}

.p-pointCarousel__slide__txt {
  padding-top: 55px;
  padding-bottom: 85px;
  -webkit-transition: none;
  transition: none;
}

.p-pointCarousel__slide__thumb {
  line-height: 0;
  position: absolute;
  left: 0;
  top: 350px;
  overflow: hidden;
}

.p-pointCarousel__slide__thumb img {
  z-index: 1;
  position: relative;
  display: block;
}

.p-pointCarousel__slide__thumb__mask {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #19afad;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
}

.p-pointCarousel__slide.is-fadeout .p-pointCarousel__slide__txt {
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.p-pointCarousel__slide.is-fadeout .p-pointCarousel__slide__thumb__mask {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.15, 0, 0, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.15, 0, 0, 1);
  transition: transform 0.6s cubic-bezier(0.15, 0, 0, 1);
  transition: transform 0.6s cubic-bezier(0.15, 0, 0, 1),
    -webkit-transform 0.6s cubic-bezier(0.15, 0, 0, 1);
}

.p-pointCarousel__slide.is-fadein .p-pointCarousel__slide__txt {
  opacity: 1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.p-pointCarousel__slide.is-fadein .p-pointCarousel__slide__thumb__mask {
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.15, 0, 0, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.15, 0, 0, 1);
  transition: transform 0.6s cubic-bezier(0.15, 0, 0, 1);
  transition: transform 0.6s cubic-bezier(0.15, 0, 0, 1),
    -webkit-transform 0.6s cubic-bezier(0.15, 0, 0, 1);
}

.p-pointCarousel .slick-slide {
  line-height: inherit !important;
  -webkit-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

@media (max-width: 79.99em) {
  .p-pointCarousel__slide li {
    padding-bottom: 310px;
  }
}

@media (max-width: 59.99em) {
  .p-pointCarousel__nav li {
    padding-bottom: 5px;
  }
  .p-pointCarousel__nav li:before {
    left: -4px;
  }
  .p-pointCarousel__nav li button {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .p-pointCarousel__nav li.is-active button {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  .p-pointCarousel__slide li {
    padding-bottom: 0;
  }
  .p-pointCarousel__slide__txt {
    padding-top: 25px;
    padding-bottom: 35px;
    padding-right: 30px;
  }
  .p-pointCarousel__slide__thumb {
    position: relative;
    top: auto;
  }
}

.p-pagination {
  color: #444444;
}

.p-pagination__prev,
.p-pagination__next,
.p-pagination__index {
  display: block;
  padding-top: 80px;
  padding-bottom: 80px;
  pointer-events: none;
  cursor: default;
  opacity: 0.2;
}

.p-pagination__prev.is-active,
.p-pagination__next.is-active,
.p-pagination__index.is-active {
  pointer-events: auto;
  cursor: pointer;
  opacity: 1;
}

.p-pagination__nums {
  padding-top: 80px;
  padding-bottom: 80px;
}

.p-pagination__nums li {
  display: inline-block;
  padding-right: 10px;
}

.p-pagination__nums li a {
  opacity: 0.2;
}

.p-pagination__nums li a:hover {
  opacity: 1;
}

.p-pagination__nums li a.is-active {
  pointer-events: none;
  cursor: default;
  opacity: 1;
}

@media (max-width: 59.99em) {
  .p-pagination__prev,
  .p-pagination__next,
  .p-pagination__index {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p-journalList a {
  display: block;
}

.p-journalList img {
  display: block;
  line-height: 0;
}

.p-journalList__title {
  padding-top: 55px;
  font-size: 1.8rem;
  line-height: 24px;
}

.p-journalList__captions {
  padding-top: 20px;
  font-size: 1.4rem;
  line-height: 20px;
  font-family: acumin-pro, sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
}

.p-journalList__captions span {
  display: block;
}

@media (min-width: 60em) {
  .p-journalList a:before {
    left: -50px;
    width: calc(100% + (50px * 2));
  }
}

@media (max-width: 59.99em) {
  .p-journalList__title {
    padding-top: 25px;
    font-size: 1.2rem;
    line-height: 20px;
  }
  .p-journalList__captions {
    padding-top: 10px;
    font-size: 1rem;
    line-height: 12px;
  }
}

.p-p--md {
  font-size: 1.8rem;
  line-height: 36px;
}

@media (max-width: 59.99em) {
  .p-p--md {
    font-size: 1.2rem;
    line-height: 24px;
  }
}

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

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

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

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

@media (max-width: 59.99em) {
  .u-hide-sp {
    display: none !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: 1440px;
  width: 100%;
  margin: 0 auto;
}

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

.u-bgc--white {
  background-color: #ffffff;
}

.t-footer {
  font-family: acumin-pro, sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 28px;
  background-color: #ffffff;
  -webkit-transition: background-color 1s;
  transition: background-color 1s;
}

@media (max-width: 59.99em) {
  .t-footer {
    font-size: 1.4rem;
    line-height: 24px;
  }
}

.js-article.is-baseColor .t-footer {
  background-color: #f9f9f9;
}

.t-top {
  position: relative;
}

.t-top__cvs {
  z-index: 1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
  background-color: #f9f9f9;
}

.t-top__fv {
  z-index: 2;
  position: relative;
}

.t-top__op {
  pointer-events: none;
  z-index: 3;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.t-top__article {
  z-index: 4;
  position: relative;
  background-color: #ffffff;
}

.t-top__case {
  position: relative;
  overflow: hidden;
}

.t-top__case:before {
  top: -80px;
}

.t-top__office__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.t-top__office__gallery li {
  width: 25%;
  padding-bottom: 60px;
  line-height: 0;
}

.t-top__office__gallery img {
  width: 100%;
}

@media (max-width: 59.99em) {
  .t-top__case {
    overflow: inherit;
  }
  .t-top__case:before {
    top: 0;
  }
  .t-top__case__row1 {
    position: static;
  }
  .t-top__case__arws {
    position: relative;
    top: 19px;
    text-align: right;
  }
  .t-top__case__btn {
    position: absolute;
    right: 0;
    bottom: -120px;
    padding-left: 15px;
    padding-right: 30px;
  }
  .t-top__case__btn .c-button {
    background-color: #ffffff !important;
  }
  .t-top__office__row {
    position: static;
  }
  .t-top__office__btn {
    position: absolute;
    left: 0;
    bottom: 120px;
    padding-left: 30px;
    padding-right: 13px;
  }
  .t-top__office__gallery li {
    width: 50%;
    padding-bottom: 30px;
  }
}

.t-about__illust {
  position: relative;
}

.t-about__illust:before {
  pointer-events: none;
  z-index: -1;
  content: "";
  display: block;
  position: fixed;
  right: -100px;
  top: 190px;
  width: 622px;
  height: 576px;
  background-image: url("../images/t-about__illust.png");
}

.t-about__illust .c-title {
  position: relative;
  z-index: 2;
  top: -20px;
}

.t-about__business .c-grid__row {
  z-index: 2;
}

.t-about__business__btn {
  text-align: right;
}

.t-about__business__btn a {
  width: calc(31.55% - 10px);
}

.t-about__company .c-grid__row {
  z-index: 2;
}

.t-about__access {
  background-color: #ffffff;
}

.t-about__access__detail {
  font-family: acumin-pro, sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 20px;
  color: #999999;
}

@media (min-width: 60em) {
  .t-about__business__bg-grey {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: calc(33.3333333333% - 17px);
    height: 100%;
    background-color: #f9f9f9;
  }
  .t-about__business__bg-white {
    position: relative;
  }
  .t-about__business__bg-white:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% + 50px);
    height: 100%;
    background-color: #ffffff;
  }
  .t-about__business__bg-white__inner {
    position: relative;
    z-index: 2;
  }
  .t-about__access:before {
    top: -555px;
  }
}

@media (min-width: 60em) and (max-width: 79.99em) {
  .t-about__business__btn a {
    width: calc(38.05% - 10px);
  }
}

@media (max-width: 59.99em) {
  .t-about__illust:before {
    right: -50px;
    top: 200px;
    width: 311px;
    height: 288px;
    background-size: 311px 288px;
  }
  .t-about__illust__inner {
    position: relative;
    z-index: 2;
  }
  .t-about__business__btn {
    z-index: 2;
    position: relative;
  }
  .t-about__business__btn a {
    width: calc(66.8% - 5px);
    background-color: #ffffff !important;
  }
  .t-about__business__thumb {
    z-index: 1;
    position: relative;
    top: -30px;
    line-height: 0;
  }
  .t-about__company:before {
    top: -215px;
  }
  .t-about__access:before {
    top: -265px;
  }
  .t-about__access__detail {
    font-size: 1.2rem;
    line-height: 18px;
  }
}

.t-service__illust {
  position: relative;
}

.t-service__illust:before {
  pointer-events: none;
  z-index: -1;
  content: "";
  display: block;
  position: fixed;
  right: -25px;
  top: 290px;
  width: 984px;
  height: 404px;
  background-image: url("../images/t-service__illust.png");
}

.t-service__illust .c-title {
  position: relative;
  z-index: 2;
  top: -20px;
}

.t-service__workflow .c-grid__row {
  z-index: 1;
}

.t-service__point {
  overflow: hidden;
}

.t-service__point:before {
  top: -60px;
}

@media (max-width: 79.99em) {
  .t-service__point:before {
    top: -140px;
  }
}

@media (max-width: 59.99em) {
  .t-service__illust:before {
    right: -160px;
    top: 220px;
    width: 492px;
    height: 202px;
    background-size: 492px 202px;
  }
  .t-service__point:before {
    top: -40px;
  }
}

.t-case__list li {
  background-color: #f9f9f9;
}

.t-case__list a {
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #ffffff;
}

.t-case__article > div,
.t-case__article > section {
  z-index: 2;
  position: relative;
}

@media (min-width: 60em) {
  .t-case__list a:hover {
    -webkit-transition: none;
    transition: none;
    background-color: transparent;
  }
}

.t-detailFv {
  z-index: 1;
  overflow: hidden;
}

.t-detailFv .c-heroHeader__bg {
  position: fixed !important;
}

.t-detailFv__categories li {
  line-height: 28px;
}

.t-detailFv__categories a {
  font-size: 1.8rem;
  line-height: 20px;
  font-family: acumin-pro, sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
}

.t-detailFv__title__en {
  display: block;
  padding-bottom: 45px;
  font-weight: bold;
  letter-spacing: 0;
}

.t-detailFv__title__jp {
  display: block;
  padding-bottom: 35px;
  font-size: 2.4rem;
  line-height: 36px;
  font-weight: bold;
}

.t-detailFv__captions {
  position: relative;
  padding-top: 35px;
  font-size: 1.8rem;
  line-height: 28px;
  font-family: acumin-pro, sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
}

.t-detailFv__captions:before {
  opacity: 0.2;
}

.t-detailFv__captions dt {
  display: inline-block;
  padding-right: 5px;
  opacity: 0.6;
}

.t-detailFv__captions dd {
  display: inline-block;
  padding-right: 40px;
}

.t-detailFv__captions dd:last-child {
  padding-right: 0;
}

.t-detailFv__captions a {
  text-decoration: underline;
}

@media (max-width: 59.99em) {
  .t-detailFv__categories li {
    line-height: 14px;
  }
  .t-detailFv__categories a {
    font-size: 1rem;
    line-height: 12px;
  }
  .t-detailFv__title__en {
    padding-bottom: 20px;
  }
  .t-detailFv__title__jp {
    padding-bottom: 45px;
    font-size: 1.4rem;
    line-height: 18px;
  }
  .t-detailFv__captions {
    padding-top: 15px;
    font-size: 1rem;
    line-height: 14px;
  }
  .t-detailFv__captions dd {
    padding-right: 15px;
  }
}

.t-article .c-grid__col > h3 {
  padding-bottom: 50px;
  font-size: 2.4rem;
  line-height: 36px;
}

.t-article .c-grid__col > p {
  padding-bottom: 80px;
  font-size: 1.8rem;
  line-height: 36px;
}

.t-article .c-grid__col > p a {
  color: #19afad;
}

.t-article .c-grid__col > img {
  display: block;
  padding-bottom: 10px;
}

.t-article__title {
  font-size: 3.6rem;
  line-height: 64px;
}

.t-article__captions {
  font-size: 1.8rem;
  line-height: 28px;
  font-family: acumin-pro, sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
}

.t-article__captions span,
.t-article__captions a {
  display: block;
}

.t-article__share__label {
  padding-bottom: 10px;
  opacity: 0.6;
  font-size: 1.4rem;
  line-height: 20px;
  font-family: acumin-pro, sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
}

.t-article__share__links li {
  line-height: 20px;
}

.t-article__share__links a {
  font-size: 1.4rem;
  line-height: 16px;
  font-family: acumin-pro, sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
}

.t-article__pic {
  padding-bottom: 50px;
}

.t-article__pic .c-grid__col__fit-sp {
  line-height: 0;
}

.t-article__pic > img {
  padding-bottom: 0px !important;
}

.t-article__result {
  position: relative;
  color: #ffffff;
}

.t-article__result__bg {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.t-article__result__bg img {
  z-index: 1;
  position: relative;
}

.t-article__result__bg:after {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
}

.t-article__result .c-grid__row {
  z-index: 1;
  position: relative;
}

.t-article__result p {
  padding-bottom: 0 !important;
}

.t-article__next {
  background-color: #ffffff;
}

.t-article__next a {
  z-index: 1;
}

@media (max-width: 59.99em) {
  .t-article .c-grid__col > h3 {
    padding-bottom: 25px;
    font-size: 1.4rem;
    line-height: 28px;
  }
  .t-article .c-grid__col > p {
    padding-bottom: 40px;
    font-size: 1.2rem;
    line-height: 24px;
  }
  .t-article__title {
    font-size: 1.8rem;
    line-height: 24px;
  }
  .t-article__captions {
    font-size: 1rem;
    line-height: 14px;
  }
  .t-article__share__label {
    padding-bottom: 7px;
    font-size: 1rem;
    line-height: 14px;
  }
  .t-article__share__links li {
    line-height: 14px;
  }
  .t-article__share__links a {
    font-size: 1rem;
    line-height: 12px;
  }
  .t-article__pic {
    padding-bottom: 30px;
  }
  .t-article__next__row1 {
    position: static;
  }
  .t-article__next__index {
    position: absolute;
    right: 0;
    bottom: 120px;
    padding-right: 30px;
  }
  .t-article__next a {
    z-index: 1;
  }
}

.t-form dl {
  padding-bottom: 35px;
}

.t-form dt.is-required:after {
  color: #19afad;
}

.t-form dd {
  padding-top: 20px;
  line-height: 0;
}

.t-form dd input,
.t-form dd textarea {
  border-color: #e0e0e0;
}

.t-form__note {
  font-size: 1.2rem;
  line-height: 20px;
  font-weight: bold;
}

.t-form__info {
  color: #999999;
  font-size: 1.4rem;
  line-height: 20px;
  font-family: acumin-pro, sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
  letter-spacing: 0;
}

@media (max-width: 59.99em) {
  .t-form .c-form {
    padding-bottom: 400px;
  }
  .t-form dl {
    padding-bottom: 30px;
  }
  .t-form dt {
    font-size: 1rem;
    line-height: 12px;
  }
  .t-form dd {
    padding-top: 20px;
  }
  .t-form__note {
    font-size: 1rem;
    line-height: 20px;
    font-weight: normal;
  }
  .t-form__info {
    font-size: 1.2rem;
    line-height: 18px;
  }
  .t-form__spbottom {
    position: absolute;
    left: 15px;
    bottom: -450px;
    width: calc(100% - 30px);
  }
  .t-form__spbottom .c-button {
    width: 66.6666666667%;
  }
  .t-form__spbottom:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
  }
}

/* EARTH WITH DESIGN */
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, -20px);
  }
  100% {
    transform: translate(0, 0px);
  }
}

.eco_bnr {
  position: absolute;
  top: -2vw;
  width: 17vw;
  left: 7vw;
}

.eco_bnr img,
.eco_bnr_sp img {
  width: 100%;
  animation: fuwafuwa 3.3s infinite ease-in-out;
}

.eco_bnr_sp {
  display: none;
}

@media screen and (max-width: 960px) {
  .eco_bnr {
    display: none;
  }
  .eco_bnr_sp {
    display: block;
    width: 23vw;
    position: absolute;
    right: 0;
    bottom: 20px;
  }
}
