@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700);
@font-face {
  font-family: 'iconfont';
  src: url("../fonts/iconfont.eot");
  src: url("../fonts/iconfont.eot?#iefix") format("eot"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  background: #fff;
}

body * {
  outline: 0;
}

body *::-moz-focus-inner {
  border: 0;
}

body *::selection {
  background: #84B8C0;
}

body.loaded {
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
}

body:not(.loaded) {
  opacity: 0;
  overflow: hidden;
}

a {
  text-decoration: none;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #000;
}

label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

ul {
  list-style-type: none;
}

*:placeholder-shown {
  color: rgba(0, 0, 0, 0.5);
}

/* google chrome, safari, opera 15+, android, ios */
*::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

/* firefox 18- */
*:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

/* firefox 19+ */
*::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

/* ie 10+ */
*:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

select:invalid {
  color: rgba(0, 0, 0, 0.5);
}

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

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

select option {
  background-color: #fff;
  color: inherit;
}

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

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

*::-moz-focus-inner {
  outline: none !important;
}

input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

input[type="text"]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

input[type="text"]::placeholder, textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

input[type="text"]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.work-details {
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  pointer-events: none;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  min-height: 420px;
}

@media only screen and (max-width: 1023px) {
  .work-details {
    min-height: 0;
  }
}

.work-details--open {
  opacity: 1;
  pointer-events: auto;
}

.work-details__transition-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.work-details__container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  padding: 80px 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.work-details__container.slide-enter {
  opacity: 0;
}

.slide-prev .work-details__container.slide-enter {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

@media only screen and (max-width: 1023px) {
  .slide-prev .work-details__container.slide-enter {
    opacity: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.slide-next .work-details__container.slide-enter {
  opacity: 1;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

@media only screen and (max-width: 1023px) {
  .slide-next .work-details__container.slide-enter {
    opacity: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.work-details__container.slide-enter.slide-enter-active {
  opacity: 1;
}

.slide-prev .work-details__container.slide-enter.slide-enter-active, .slide-next .work-details__container.slide-enter.slide-enter-active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 1500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 1500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 1500ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 1500ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (max-width: 1023px) {
  .slide-prev .work-details__container.slide-enter.slide-enter-active, .slide-next .work-details__container.slide-enter.slide-enter-active {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: opacity 600ms ease;
    transition: opacity 600ms ease;
  }
}

.work-details__container.slide-leave {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}

@media only screen and (max-width: 1023px) {
  .work-details__container.slide-leave {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.work-details__container.slide-leave.slide-leave-active {
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.slide-prev .work-details__container.slide-leave.slide-leave-active {
  opacity: 1;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 1500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 1500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 1500ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 1500ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (max-width: 1023px) {
  .slide-prev .work-details__container.slide-leave.slide-leave-active {
    opacity: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: opacity 600ms ease;
    transition: opacity 600ms ease;
  }
}

.slide-next .work-details__container.slide-leave.slide-leave-active {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 1500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 1500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 1500ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 1500ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (max-width: 1023px) {
  .slide-next .work-details__container.slide-leave.slide-leave-active {
    opacity: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: opacity 600ms ease;
    transition: opacity 600ms ease;
  }
}

@media only screen and (max-width: 1023px) {
  .work-details__container {
    padding: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.work-details__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 60px;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: visible;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1023px) {
  .work-details__inner {
    display: block;
    height: auto;
    padding: 0 20px;
    margin: 100px 0 0;
  }
}

.work-details__prev, .work-details__next {
  padding: 10px;
  margin: -10px;
  font-size: 11px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  text-align: center;
  line-height: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 1023px) {
  .work-details__prev, .work-details__next {
    display: block;
    float: left;
    width: 50%;
    margin: 30px 0 70px;
    font-size: 14px;
    line-height: 1;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.work-details__prev {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

@media only screen and (max-width: 1023px) {
  .work-details__prev {
    text-align: left;
  }
}

.work-details__next {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media only screen and (max-width: 1023px) {
  .work-details__next {
    text-align: right;
  }
}

.work-details__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 30px;
  padding: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 1024px) {
  .work-details__list--only-1 {
    width: 100%;
    -ms-flex-negative: unset;
    flex-shrink: unset;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .work-details__list--only-1 .work-details__title {
    padding-right: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .work-details__list {
    display: block;
    width: 100%;
    margin: 0;
  }
}

.work-details__item {
  position: relative;
  height: 100%;
  margin: 0 60px 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #84B8C0;
}

.work-details__item:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1023px) {
  .work-details__item {
    height: auto;
    margin: 0;
    overflow: hidden;
  }
}

.work-details__item--loaded .work-details__image {
  opacity: 1;
}

.work-details__image {
  top: 0;
  opacity: 0;
  height: 100%;
  -webkit-transition: opacity 700ms ease;
  transition: opacity 700ms ease;
}

@media only screen and (max-width: 1023px) {
  .work-details__image {
    position: absolute;
    height: auto;
    width: 100%;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
  }
}

.work-details__title {
  margin: 10px 0 0 100px;
  padding-right: 100px;
  font-size: 11px;
  line-height: 1;
  color: #DADAE1;
}

@media only screen and (max-width: 1023px) {
  .work-details__title {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100px;
    top: 0;
    margin: 0;
    padding: 10px 60px 10px 30px;
    font-size: 14px;
    color: #84848f;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (min-width: 1024px) {
  .work-details__item .work-details__title {
    margin-left: 0;
  }
}

.work-details__pagination {
  position: relative;
  margin: 7px 0 0 100px;
  font-size: 11px;
  line-height: 1;
}

@media only screen and (max-width: 1023px) {
  .work-details__pagination {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .work-details__item .work-details__pagination {
    margin-left: 0;
  }
}

.work-details__current-page {
  display: inline-block;
  position: absolute;
  left: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  text-align: right;
}

.work-details__total-pages::before {
  content: '/';
  margin: 0 0.15em;
}

.work-details__close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 32px;
  margin: -10px;
  padding: 10px;
  top: 34px;
  right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-indent: 100px;
}

@media only screen and (max-width: 1023px) {
  .work-details__close {
    position: fixed;
    top: 44px;
    right: 30px;
  }
}

.work-details__close::before, .work-details__close::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 10px;
  display: block;
  width: 14px;
  height: 2px;
  background-color: #000;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.work-details__close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.works-nav {
  margin: 0 0 41px;
  height: 53px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: height 300ms ease 200ms;
  transition: height 300ms ease 200ms;
  opacity: 0;
}

@media only screen and (max-width: 1023px) {
  .works-nav {
    margin-bottom: 19px;
    padding: 0 10px;
  }
}

.works-nav__title {
  margin: 0;
  padding: 0 0 37px;
  font-size: 26px;
  line-height: 34px;
  color: #DADAE1;
  -webkit-transition: color 600ms ease;
  transition: color 600ms ease;
}

@media only screen and (max-width: 1023px) {
  .works-nav__title {
    padding-bottom: 25px;
    font-size: 22px;
  }
}

.works-nav__button {
  position: relative;
  padding: 10px 15px 10px 10px;
  margin: -10px;
  font-size: 26px;
  line-height: 29px;
  cursor: pointer;
  -webkit-transition: color 600ms ease;
  transition: color 600ms ease;
}

.works-nav__button::before {
  content: '';
  position: absolute;
  display: block;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  height: 2px;
  bottom: 8px;
  background-color: #000;
  -webkit-transition: background-color 600ms ease;
  transition: background-color 600ms ease;
}

.works-nav__button::after {
  content: "";
  font-family: 'iconfont';
  font-style: normal;
  font-weight: normal;
  line-height: 1.05;
  text-indent: 0;
  text-align: center;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 1px;
  margin-top: -5px;
  font-size: 10px;
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
}

.works-nav__list {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 186px;
  margin: 0;
  padding: 0 0 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  pointer-events: none;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

@media only screen and (max-width: 1023px) {
  .works-nav__list {
    height: 204px;
    padding: 0 0 24px;
  }
}

.works-nav__item {
  display: block;
  width: 154px;
  height: 16.66667%;
  font-size: 13px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 1023px) {
  .works-nav__item {
    width: 50%;
    font-size: 14px;
  }
}

.works-nav__item--current .works-nav__trigger {
  color: #000;
  text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff;
}

.works-nav__item--current .works-nav__trigger::after {
  background-color: #000;
}

.works-nav__trigger {
  position: relative;
  display: inline-block;
  color: #DADAE1;
  padding: 10px;
  margin: -10px;
  text-shadow: 1px 0 0 rgba(255, 255, 255, 0), 0 1px 0 rgba(255, 255, 255, 0), -1px 0 0 rgba(255, 255, 255, 0), 0 -1px 0 rgba(255, 255, 255, 0);
  -webkit-transition: color 200ms ease, text-shadow 200ms ease;
  transition: color 200ms ease, text-shadow 200ms ease;
}

.works-nav__trigger::after {
  content: '';
  position: absolute;
  display: block;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  height: 1px;
  bottom: 12px;
  background-color: transparent;
  z-index: -1;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.not-touch .works-nav__trigger:hover {
  color: #000;
}

.works-nav--open {
  -webkit-transition: height 300ms ease;
  transition: height 300ms ease;
}

.works-nav--open .works-nav__button::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.works-nav--open .works-nav__list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 300ms ease 200ms;
  transition: opacity 300ms ease 200ms;
}

.works-nav--white .works-nav__title {
  color: #fff;
}

.works-nav--white .works-nav__button {
  color: #fff;
}

.works-nav--white .works-nav__button::before {
  background-color: #fff;
}

.works-nav--white .works-nav__trigger {
  color: #fff;
}

.works-nav--white .works-nav__item--current .works-nav__trigger {
  text-shadow: none;
}

.works-nav--white .works-nav__item--current .works-nav__trigger::after {
  background-color: #fff;
}

.loaded .works-nav {
  opacity: 1;
  -webkit-transition: opacity 1200ms ease 1100ms, height 300ms ease 200ms;
  transition: opacity 1200ms ease 1100ms, height 300ms ease 200ms;
}

.works {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

@media only screen and (max-width: 1023px) {
  .works {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.works__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

@media only screen and (max-width: 1023px) {
  .works__list {
    display: block;
  }
}

.works__item {
  position: relative;
  width: 33.333%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  opacity: 0;
}

@media only screen and (max-width: 1023px) {
  .works__item {
    width: 100%;
  }
}

.works__item::before {
  content: '';
  display: block;
  padding-top: 75%;
}

.works__item--loaded .works__trigger img {
  opacity: 1;
}

.loaded .works__item {
  opacity: 1;
  -webkit-transition: opacity 1200ms ease 1400ms;
  transition: opacity 1200ms ease 1400ms;
}

.works__trigger {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  overflow: hidden;
  background-color: #84B8C0;
}

.works__trigger img {
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 700ms ease;
  transition: opacity 700ms ease;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  line-height: 0;
  vertical-align: bottom;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.works__back-to-top {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .works__back-to-top {
    display: block;
    margin: 68px -10px -10px 0;
    padding: 10px;
    font-size: 22px;
    color: #DADAE1;
    line-height: 27px;
  }
}

.works__chasing-title {
  position: fixed !important;
  top: 0;
  left: 0;
  max-width: 500px;
  margin-left: 15px;
  font-size: 15px;
  letter-spacing: 0.4px;
  color: #fff;
  pointer-events: none;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 1023px) {
  .works__chasing-title {
    display: none;
  }
}

.footer {
  position: fixed;
  width: 100%;
  height: 548px;
  bottom: 0;
  padding: 91px 0 71px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  opacity: 0;
}

.loaded .footer {
  opacity: 1;
  -webkit-transition: opacity 1200ms ease 800ms;
  transition: opacity 1200ms ease 800ms;
}

@media only screen and (max-width: 1023px) {
  .footer {
    position: relative;
    height: auto;
    padding: 88px 0 95px;
  }
}

.footer__inner {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 70px;
  z-index: 1;
}

@media only screen and (max-width: 1023px) {
  .footer__inner {
    max-width: none;
    padding: 0 40px;
  }
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 38px 0 75px;
}

@media only screen and (max-width: 1023px) {
  .footer__content {
    display: block;
    margin-bottom: 56px;
  }
}

.footer__title {
  margin: 0;
  font-size: 26px;
  font-weight: 500;
}

@media only screen and (max-width: 1023px) {
  .footer__title {
    font-size: 22px;
  }
}

.footer__text {
  font-family: "Noto Sans Japanese", sans-serif;
  font-style: normal;
  max-width: 580px;
  font-size: 15px;
  line-height: 2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 1023px) {
  .footer__text {
    font-size: 16px;
    margin-top: -2px;
  }
}

.footer__text p {
  margin: 0 0 1em;
}

.footer__text p:last-child {
  margin: 0;
}

.footer__copyright {
  font-size: 11px;
}

@media only screen and (max-width: 1023px) {
  .footer__copyright {
    font-size: 12px;
  }
}

.footer-contact {
  width: 154px;
  font-size: 11px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 1023px) {
  .footer-contact--pc {
    display: none;
  }
}

.footer-contact--sp {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .footer-contact--sp {
    display: block;
    width: 100%;
    margin: 0 0 29px;
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
  }
  .footer-contact--sp a {
    color: #fff;
    text-decoration: underline;
  }
}

.footer-contact__title {
  margin: 9px 0 15px;
}

.footer-contact__list {
  padding: 0;
  margin: 0;
}

.footer-contact__item {
  margin-bottom: 5px;
}

.footer-contact__item:last-child {
  margin-bottom: 0;
}

.footer-contact__link {
  padding: 3px;
  margin: -3px;
  color: #fff;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.not-touch .footer-contact__link:hover {
  color: #000;
}

.footer__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #84B8C0;
}

@media only screen and (max-width: 1023px) {
  .footer__bg {
    opacity: 1 !important;
  }
}

.header-nav {
  position: relative;
  display: none;
  z-index: 1;
}

.not-touch .header-nav, .touch .header-nav {
  display: block;
}

.sp .header-nav, .touch .header-nav {
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #DADAE1;
  overflow: hidden;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  pointer-events: none;
  z-index: 3;
}

.sp .header-nav canvas, .touch .header-nav canvas {
  width: 100%;
  height: 100%;
}

.header-nav__inner {
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 138px 30px 128px;
  background: #fff;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -1;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: opacity 0s linear 1200ms, -webkit-transform 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0s linear 1200ms, -webkit-transform 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 1200ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0s linear 1200ms;
  transition: transform 1200ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0s linear 1200ms, -webkit-transform 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.sp .header-nav__inner, .touch .header-nav__inner {
  opacity: 1;
  display: block;
  position: relative;
  height: auto;
  top: auto;
  left: auto;
  padding: 60px 30px 104px;
  background: none;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  overflow-y: visible;
}

.header-nav__inner canvas {
  -webkit-transform: translate3d(0, 10%, 0);
  transform: translate3d(0, 10%, 0);
  -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 1200ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-nav__link {
  font-size: 13px;
  margin: 0 10px 0 0;
  padding: 10px;
  -webkit-transition: color 600ms ease;
  transition: color 600ms ease;
  white-space: nowrap;
}

.not-touch .header-nav__link:hover {
  color: #DADAE1;
}

.sp .not-touch .header-nav__link:hover, .touch .not-touch .header-nav__link:hover {
  color: #000;
}

.header-nav__link:last-child {
  margin-right: -10px;
}

.sp .header-nav__link, .touch .header-nav__link {
  display: block;
  margin: 0;
  padding: 0 10px;
  font-size: 16px;
  color: #fff;
}

.sp .header-nav__link-wrapper, .touch .header-nav__link-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 27px 20px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 1;
}

.header-nav__list {
  margin: 0;
  padding: 0;
  text-align: center;
}

.sp .header-nav__list, .touch .header-nav__list {
  text-align: left;
  pointer-events: none;
}

.header-nav__item {
  font-size: 100px;
  line-height: 141px;
  letter-spacing: 5px;
  font-weight: 500;
  white-space: nowrap;
}

.sp .header-nav__item, .touch .header-nav__item {
  font-size: 44px;
  font-weight: 600;
  line-height: 62px;
  letter-spacing: 0;
}

.sp .header--nav-open .header-nav, .touch .header--nav-open .header-nav {
  opacity: 1;
  pointer-events: auto;
}

.header--nav-open .header-nav__inner {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 1200ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow-y: auto;
}

.header--nav-open .header-nav__inner canvas {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.header--nav-open .header-nav__link {
  color: #DADAE1;
}

.not-touch .header--nav-open .header-nav__link:hover {
  color: #000;
}

.sp .header--nav-open .header-nav__link, .touch .header--nav-open .header-nav__link {
  color: #fff;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  height: 80px;
  z-index: 99;
  opacity: 0;
}

@media only screen and (max-width: 1023px) {
  .header {
    height: 100px;
  }
}

@media only screen and (min-width: 1024px) {
  .header {
    background-color: rgba(255, 255, 255, 0) !important;
  }
}

.header::after {
  content: '';
  opacity: 0;
  display: block;
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #84B8C0;
  pointer-events: none;
  -webkit-transition: opacity 1200ms ease;
  transition: opacity 1200ms ease;
}

@media only screen and (max-width: 1023px) {
  .header::after {
    content: none;
  }
}

.header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__title {
  position: relative;
  display: block;
  width: 173px;
  margin: 0;
  font-size: 20.5px;
  line-height: 80px;
  white-space: nowrap;
  z-index: 2;
  -webkit-transition: margin-left 400ms ease;
  transition: margin-left 400ms ease;
}

.header__title a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
  z-index: 1;
}

.header__title svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.header__title svg path {
  fill: #000;
  fill-rule: evenodd;
  clip-rule: evenodd;
  -webkit-transition: fill 600ms ease;
  transition: fill 600ms ease;
}

.header__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: margin-right 400ms ease;
  transition: margin-right 400ms ease;
}

.header-nav-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 34px;
  height: 32px;
  margin: 0 -10px 0 20px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1;
}

.sp .header-nav-button, .touch .header-nav-button {
  position: absolute;
  top: 34px;
  right: 21px;
  margin: 0;
  z-index: 4;
  -webkit-transition: right 400ms ease;
  transition: right 400ms ease;
}

.header-nav-button__inner {
  position: relative;
  width: 14px;
  height: 2px;
  margin-bottom: 3px;
  white-space: nowrap;
  text-indent: 100px;
}

.header-nav-button__inner::before, .header-nav-button__inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 2px;
  background-color: #000;
  -webkit-transition: background-color 600ms ease, -webkit-transform 600ms ease;
  transition: background-color 600ms ease, -webkit-transform 600ms ease;
  transition: transform 600ms ease, background-color 600ms ease;
  transition: transform 600ms ease, background-color 600ms ease, -webkit-transform 600ms ease;
}

.header-nav-button::before {
  margin-bottom: 3px;
}

.header-nav-button::before, .header-nav-button::after {
  content: '';
  display: block;
  width: 14px;
  height: 2px;
  background-color: #000;
  -webkit-transition: background-color 600ms ease, -webkit-transform 600ms ease;
  transition: background-color 600ms ease, -webkit-transform 600ms ease;
  transition: transform 600ms ease, background-color 600ms ease;
  transition: transform 600ms ease, background-color 600ms ease, -webkit-transform 600ms ease;
}

.not-touch .header-nav-button:hover .header-nav-button__inner::before, .not-touch .header-nav-button:hover .header-nav-button__inner::after {
  background-color: #DADAE1;
}

@media only screen and (max-width: 1023px) {
  .not-touch .header-nav-button:hover .header-nav-button__inner::before, .not-touch .header-nav-button:hover .header-nav-button__inner::after {
    background-color: rgba(0, 0, 0, 0.25);
  }
}

.not-touch .header-nav-button:hover::before, .not-touch .header-nav-button:hover::after {
  background-color: #DADAE1;
}

@media only screen and (max-width: 1023px) {
  .not-touch .header-nav-button:hover::before, .not-touch .header-nav-button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.header-nav-button--close .header-nav-button__inner::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-nav-button--close .header-nav-button__inner::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-nav-button--close::before {
  -webkit-transform: translate3d(0, 3px, 0) scale3d(0, 1, 1);
  transform: translate3d(0, 3px, 0) scale3d(0, 1, 1);
}

.header-nav-button--close::after {
  -webkit-transform: translate3d(0, -3px, 0) scale3d(0, 1, 1);
  transform: translate3d(0, -3px, 0) scale3d(0, 1, 1);
}

.header--nav-open::after {
  opacity: 1;
}

.header--nav-open .header__title path {
  fill: #DADAE1;
}

.not-touch .header--nav-open .header__title:hover path {
  fill: #000;
}

.header--nav-open .header-nav-button__inner::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header--nav-open .header-nav-button__inner::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header--nav-open .header-nav-button::before {
  -webkit-transform: translate3d(0, 3px, 0) scale3d(0, 1, 1);
  transform: translate3d(0, 3px, 0) scale3d(0, 1, 1);
}

.header--nav-open .header-nav-button::after {
  -webkit-transform: translate3d(0, -3px, 0) scale3d(0, 1, 1);
  transform: translate3d(0, -3px, 0) scale3d(0, 1, 1);
}

.sp .header--nav-open .header-nav-button::before, .sp .header--nav-open .header-nav-button::after, .sp .header--nav-open .header-nav-button__inner::before, .sp .header--nav-open .header-nav-button__inner::after, .touch .header--nav-open .header-nav-button::before, .touch .header--nav-open .header-nav-button::after, .touch .header--nav-open .header-nav-button__inner::before, .touch .header--nav-open .header-nav-button__inner::after {
  background-color: #fff;
}

.not-touch .header--nav-open .header-nav-button:hover .header-nav-button__inner::before, .not-touch .header--nav-open .header-nav-button:hover .header-nav-button__inner::after {
  background-color: #DADAE1;
}

@media only screen and (max-width: 1023px) {
  .not-touch .header--nav-open .header-nav-button:hover .header-nav-button__inner::before, .not-touch .header--nav-open .header-nav-button:hover .header-nav-button__inner::after {
    background-color: #000;
  }
}

.not-touch .header--nav-open .header-nav-button:hover::before, .not-touch .header--nav-open .header-nav-button:hover::after {
  background-color: #DADAE1;
}

@media only screen and (max-width: 1023px) {
  .not-touch .header--nav-open .header-nav-button:hover::before, .not-touch .header--nav-open .header-nav-button:hover::after {
    background-color: #000;
  }
}

.header--white:not(.header--nav-open) .header__title path {
  fill: #fff;
}

.header--white:not(.header--nav-open) .header-nav__link {
  color: #fff;
}

.not-touch .header--white:not(.header--nav-open) .header-nav__link:hover {
  color: rgba(255, 255, 255, 0.5);
}

.header--white:not(.header--nav-open) .header-nav-button::before, .header--white:not(.header--nav-open) .header-nav-button::after, .header--white:not(.header--nav-open) .header-nav-button__inner::before, .header--white:not(.header--nav-open) .header-nav-button__inner::after {
  background-color: #fff;
}

.not-touch .header--white:not(.header--nav-open) .header-nav-button:hover .header-nav-button__inner::before, .not-touch .header--white:not(.header--nav-open) .header-nav-button:hover .header-nav-button__inner::after {
  background-color: rgba(255, 255, 255, 0.25);
}

.not-touch .header--white:not(.header--nav-open) .header-nav-button:hover::before, .not-touch .header--white:not(.header--nav-open) .header-nav-button:hover::after {
  background-color: rgba(255, 255, 255, 0.5);
}

.header--shrink .header__title {
  margin-left: 20px;
}

@media only screen and (max-width: 1023px) {
  .header--shrink .header__title {
    margin-left: 0;
  }
}

.header--shrink .header__sub {
  margin-right: 20px;
}

@media only screen and (max-width: 1023px) {
  .header--shrink .header__sub {
    margin-right: 0;
  }
}

.not-touch .header--shrink .header-nav__link:hover {
  color: #fff;
}

.touch .header--shrink .header-nav-button {
  right: 41px;
}

.not-touch .header--shrink .header-nav-button:hover::before, .not-touch .header--shrink .header-nav-button:hover::after {
  background-color: #fff;
}

@media only screen and (max-width: 1023px) {
  .not-touch .header--shrink .header-nav-button:hover::before, .not-touch .header--shrink .header-nav-button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.not-touch .header--shrink .header-nav-button:hover .header-nav-button__inner::before, .not-touch .header--shrink .header-nav-button:hover .header-nav-button__inner::after {
  background-color: #fff;
}

@media only screen and (max-width: 1023px) {
  .not-touch .header--shrink .header-nav-button:hover .header-nav-button__inner::before, .not-touch .header--shrink .header-nav-button:hover .header-nav-button__inner::after {
    background-color: rgba(0, 0, 0, 0.25);
  }
}

.loaded .header {
  opacity: 1;
  -webkit-transition: opacity 1200ms ease 500ms;
  transition: opacity 1200ms ease 500ms;
}

.headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-calc(100vh - 186px);
  height: calc(100vh - 186px);
  min-height: 500px;
  padding: 0 29px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .headline {
    text-align: left;
  }
}

.headline__title {
  opacity: 0;
  margin: 50px 0 0;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.95px;
  line-height: 66px;
}

@media only screen and (max-width: 1023px) {
  .headline__title {
    font-size: 34px;
    line-height: 47px;
    letter-spacing: 0.8px;
  }
}

.loaded .headline__title {
  opacity: 1;
  -webkit-transition: opacity 1200ms ease 800ms;
  transition: opacity 1200ms ease 800ms;
}

.headline__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
  background-color: #84B8C0;
  z-index: -1;
  pointer-events: none;
}

main {
  position: relative;
  display: block;
  margin-bottom: 548px;
  padding-bottom: 160px;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  main {
    padding-bottom: 40px;
    margin-bottom: 0;
  }
}

main::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #fff;
  z-index: -2;
}
