html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

html {
    font-size: 62.5%;
    line-height: 1.5;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
    margin: 0;
    width: 100%;
    min-width: 320px;
    background-color: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-print-color-adjust: exact;
    overscroll-behavior-y: none
}

body {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

address, blockquote, dd, dl, dt, figure, li, p, pre {
    margin: 0
}
  
h1, h2, h3, h4, h5, h6 {
    font-size: 1rem;
    font-weight: normal;
    margin: 0
}

a {
    text-decoration: none;
    border: 0;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

a {
    color: #333
}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

ol, ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    padding: 0;
    outline: none;
    border: none;
    background: none
  }
  
  button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    cursor: pointer
  }

input[type="reset"], input[type="submit"], input[type="text"] {
  border-radius: 0
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  appearance: button
}

input[type="reset"]::-webkit-search-decoration, input[type="submit"]::-webkit-search-decoration {
  display: none
}

input[type="reset"]::focus, input[type="submit"]::focus {
  outline-offset: -2px
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.c-headline {
    font-feature-settings: "palt" 1;
    font-size: 3rem;
    color: #c0c0c0;
}
    
.c-headline.-center {
    text-align: center
}

.c-paragraph {
    font-feature-settings: "palt" 1;
    font-size: 1.3rem;
    line-height: 2.125;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-top: 2em;
    color: #c0c0c0;
}



.c-paragraph--small, .c-paragraph--en {
    font-feature-settings: "palt" 1;
    font-size: 1.3rem;
    line-height: 2.125;
    margin-top: 2em;
    margin-bottom: 2em;
    color: #c0c0c0;
}

.c-paragraph--medium{
    font-feature-settings: "palt" 1;
    font-size: 1.6rem;
    line-height: 2.125;
    margin-top: 2em;
    margin-bottom: 2em;
    /* color: #c0c0c0; */
}


  

/* .c-logo {
    position: absolute;
    z-index: 9;
    top: 20px;
    left: 20px;
    width: 20%;
    min-width: 240px;
  } */


  .c-logo a {
      color:white;
  }

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  margin: 0;
  width: 100%;
  min-width: 320px;
  background-color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-print-color-adjust: exact;
  overscroll-behavior-y: none
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  font-weight: normal;
  margin: 0
}

address, blockquote, dd, dl, dt, figure, li, p, pre {
  margin: 0
}

ol, ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}

table {
  border-collapse: collapse
}

caption {
  caption-side: bottom;
  padding: 0
}

th {
  text-align: inherit
}

address {
  font-style: normal;
  line-height: inherit
}



pre, code {
  font-size: 1rem
}

pre {
  overflow: auto
}

a {
  text-decoration: none;
  border: 0;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none
}

/* 追加分 */
.img3 {
  padding-top: 35px;
  vertical-align: bottom;
  width: 100%;
  height: auto;
  padding-bottom: 50px;
}
.img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  padding-bottom: 50px;
}

.img2{
  vertical-align: bottom;
  width: 68%;
  height: 100%;
  display: block;
  margin: auto;
  padding-bottom: 50px;
}

.pdf{
  vertical-align: bottom;
  width: 75%;
  height: 40%;
  padding-top: 50px;
  position: relative;
  display: block;
  margin: auto;
  left: 10vh;
}

.subtitle{
    font-size: 1rem;
    font-weight: normal;
    margin: 0;
    padding-top: 30px;
}
/* 追加分ここまで */
svg {
  vertical-align: bottom;
  overflow: hidden;
  width: 100%;
  height: auto
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  padding: 0;
  outline: none;
  border: none;
  background: none
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  cursor: pointer
}

input[type="reset"], input[type="submit"], input[type="text"] {
  border-radius: 0
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  appearance: button
}

input[type="reset"]::-webkit-search-decoration, input[type="submit"]::-webkit-search-decoration {
  display: none
}

input[type="reset"]::focus, input[type="submit"]::focus {
  outline-offset: -2px
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.l-container {
  overflow: hidden;
  padding-left: 30px;
  padding-right: 30px
}

.l-full {
  margin-left: -30px;
  margin-right: -30px
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%
}

.l-inner.-min {
  max-width: 600px
}

.l-column-all {
  font-size: 0;
  margin-left: -20px;
  margin-right: -20px
}

.l-column-box {
  padding-top: 20px;
  padding-bottom: 20px
}

.l-column-all .l-column-box {
  vertical-align: top;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px
}

.l-float-all {
  margin-left: -20px;
  margin-right: -20px
}

.l-float-all::after {
  content: "";
  display: block;
  clear: both
}

.l-float-all .l-float-left, .l-float-all .l-float-right {
  padding-top: 20px;
  padding-bottom: 20px
}

.l-float-all .l-float-left, .l-float-all .l-float-right {
  padding-left: 20px;
  padding-right: 20px
}

.-full {
  margin-left: -20px;
  margin-right: -20px
}

@media print, screen and (max-width: 1000px) {
  .pdf{
    vertical-align: bottom;
    width: 100%;
    height: 40%;
    padding-top: 0px;
    position: relative;
    display: block;
    margin: auto;
    left: 7vh;
  }
}

@media print, screen and (min-width: 768px) {
  l-container {
    padding: 30px
  }
  .l-wrapper {
    padding: 30px
  }
  .l-inner {
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 1280px
  }
  .l-inner.-small {
    max-width: 960px
  }
  .l-column {
    font-size: 0;
    margin-left: -20px;
    margin-right: -20px
  }
  .l-column-box {
    vertical-align: top;
    display: inline-block
  }
  .l-column-box.-column-12 {
    width: 100%
  }
  .l-column-box.-column-6 {
    width: 50%
  }
  .l-column-box.-column-6 {
    width: 33.333%
  }
  .l-column-box.-column-3 {
    width: 25%
  }
  .l-float {
    margin-left: -20px;
    margin-right: -20px
  }
  .l-float::after {
    content: "";
    display: block;
    clear: both
  }
  .l-float-left, .l-float-right {
    padding-left: 20px;
    padding-right: 20px
  }
  .l-float-left {
    float: left
  }
  .l-float-right {
    float: right
  }
  .-full {
    margin-left: -30px;
    margin-right: -30px
  }

  .c-logo {
    position: absolute;
    z-index: 9;
    top: 20px;
    left: 20px;
    width: 20%;
    min-width: 240px;
  }

}

html {
  font-size: 62.5%;
  line-height: 1.5
}

body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: Century, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
  }
}

a {
  color: #D0C9D3
}

small {
  font-size: 80%
}

br.-pc {
  display: none
}

.c-headline {
  font-feature-settings: "palt" 1;
  font-size: 3rem
}

.c-headline.-jp {
  font-size: 1.8rem
}

.c-headline.-center {
  text-align: center;
  color: #DCCEE0;
}

.c-paragraph {
  font-feature-settings: "palt" 1;
  font-size: 1.3rem;
  line-height: 2.125;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 2em
}

.c-paragraph--small, .c-paragraph--en {
  font-feature-settings: "palt" 1;
  font-size: 1.3rem;
  line-height: 2.125;
  margin-top: 2em
}

.c-description {
  font-feature-settings: "palt" 1;
  font-size: 1.3rem;
  line-height: 1.715
}

@media print, screen and (min-width: 768px) {
  br.-pc {
    display: inline
  }
  br.-sp {
    display: none
  }
  .c-headline {
    font-size: 4.8rem
  }
  .c-headline.-jp {
    font-size: 3rem
  }
  .c-paragraph {
    font-size: 1.5rem
  }
  .c-paragraph--small, .c-paragraph--en {
    font-size: 1.4rem
  }
  .c-description {
    font-size: 1.4rem
  }
}

@media print, screen and (min-width: 1281px) {
  .c-headline {
    font-size: 6rem
  }
}

.c-btn__wrapper {
  text-align: center;
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%
}

.c-btn {
  font-size: 1.6em;
  line-height: 1;
  display: inline-block
}

.c-btn.-border {
  border: solid 2px
}

body.-fixed {
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh
}

.loading {
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff
}

.loading-logo {
  overflow: hidden;
  position: absolute;
  z-index: 1;
  bottom: 50%;
  right: 50%;
  width: 20%;
  min-width: 90px;
  -moz-transform: translate(50%, 50%);
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  animation: blur 1500ms cubic-bezier(0.33, 1, 0.68, 1)
}

@keyframes blur {
  0% {
    opacity: .1
  }
  100% {
    opacity: 1
  }
}

.loading-logo__mask {
  position: absolute;
  z-index: 9;
  top: -2px;
  bottom: -2px;
  left: -200%;
  width: 200%;
  background-image: linear-gradient(to right, #fff 50%, rgba(255, 255, 255, 0))
}

@media print, screen and (min-width: 768px) {
  .loading-logo {
    width: 150px
  }
}

.header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0
}

.header-open {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block
}

.header-open__bar {
  display: block;
  width: 60px
}

.header-open__bar .-top, .header-open__bar .-bottom {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: background-color 600ms
}

.-black .header-open__bar .-top, .-black .header-open__bar .-bottom {
  background-color: #333
}

.header-open__bar .-bottom {
  margin-top: 6px
}

.header-open__words {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  text-align: right;
  display: block;
  margin-top: 5px;
  transition: color 600ms
}

.-black .header-open__words {
  color: #333
}

.header-close {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 21px;
  height: 21px
}

.header-close__bar {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  background-color: #999;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.header-close__bar.-top {
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
  height: 1px
}

.header-close__bar.-bottom {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 1px;
  height: 100%
}

.header-menu {
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.89);
  -moz-transition: transform 600ms ease-in-out;
  -webkit-transition: -webkit-transform 600ms ease-in-out;
  -webkit-transition: transform 600ms ease-in-out;
  transition: transform 600ms ease-in-out
}

.header-menu::-webkit-scrollbar {
  display: none
}

.header-menu.-show {
  -moz-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

.header-list, .header-icon {
  height: 100%;
  min-height: 480px
}

.header-list {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.header-list.-second {
  height: auto;
  min-height: auto
}

.header-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  height: 20%;
  border-top: #ccc solid 1px
}

.header-list__item:nth-of-type(1) {
  margin-left: 0;
  margin-right: 0;
  height: 40%;
  border-top: none
}

.header-list__item.-second {
  height: auto;
  padding-top: 3px;
  padding-bottom: 3px;
  border-top: none
}

.header-list__item a {
  font-size: 1.4rem;
  line-height: 2;
  text-align: center
}

.header-list__item.-second a {
  line-height: 1;
  padding: 3px
}

.header-list__name {
  font-size: 1.4rem;
  margin-bottom: 10%
}

.header-icon {
  width: 90px;
  padding: 7px 30px;
  border-left: #ccc solid 1px
}

.header-icon__item {
  padding-top: 10px;
  padding-bottom: 10px
}

.header-icon__item:nth-of-type(1) {
  padding-top: 30px;
  padding-bottom: 30px
}

.header-icon__item a {
  display: inline-block
}

.header-icon__item.-sns {
  padding-top: 50px
}

.header-icon__item.-sns a {
  padding-top: 16px;
  padding-bottom: 16px
}

@media print, screen and (min-width: 480px) {
  .header-menu {
    width: 330px
  }
  .header-list {
    width: 240px
  }
  .header-list.-second {
    width: 100%
  }
}

@media print, screen and (min-width: 768px) {
  .header-open {
    top: 40px;
    right: 30px
  }
  .header-open__bar {
    width: 90px
  }
  .header-icon__item.-sns a {
    display: block
  }
  .header-icon__item svg {
    height: 29px
  }
  .header-icon__item.-sns svg {
    height: 22px
  }
}

@media screen and (min-device-width: 1069px) {
  .header-open .-top::before, .header-open .-bottom::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #999;
    -moz-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -moz-transition: transform 500ms cubic-bezier(0, 0, 0.5, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0, 0, 0.5, 1);
    -webkit-transition: transform 500ms cubic-bezier(0, 0, 0.5, 1);
    transition: transform 500ms cubic-bezier(0, 0, 0.5, 1)
  }
  .header-open .-bottom::before {
    -moz-transition-delay: 250ms;
    -webkit-transition-delay: 250ms;
    transition-delay: 250ms
  }
  .header-open:hover .-top::before, .header-open:hover .-bottom::before {
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
  }
  .header-open:hover .header-open__words {
    color: #999;
    transition-delay: 500ms / 2
  }
  .header-list__item a {
    transition: color 300ms
  }
  .header-list__item a:hover {
    color: #ccc
  }
  .header-close .-top::before, .header-close .-bottom::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    -moz-transition: transform 300ms cubic-bezier(0, 0, 0.5, 1);
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0, 0, 0.5, 1);
    -webkit-transition: transform 300ms cubic-bezier(0, 0, 0.5, 1);
    transition: transform 300ms cubic-bezier(0, 0, 0.5, 1)
  }
  .header-close .-top::before {
    -moz-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
  }
  .header-close .-bottom::before {
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -moz-transition-delay: 150ms;
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
    -moz-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
  }
  .header-close:hover .-top::before {
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
  }
  .header-close:hover .-bottom::before {
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
  }
  .header-icon__item a {
    position: relative;
    z-index: 1
  }
  .header-icon__item a:before {
    content: "";
    position: absolute;
    z-index: -1;
    display: inline-block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #999;
    -webkit-transition: opacity 300ms, -webkit-transform 300ms;
    transition: opacity 300ms, -webkit-transform 300ms;
    transition: opacity 300ms, transform 300ms
  }
  .header-icon__item a:hover::before {
    opacity: .3;
    -moz-transform: scale(2, 2);
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2)
  }
}

.l-footer {
  padding: 20px
}

.footer-info__access {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px
}

.footer-info__map {
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px
}

.footer-info__map img {
  max-width: 480px
}

.footer-info__gmap {
  display: inline-block;
  padding: 3px
}

.footer-info__contact {
  padding-top: 60px;
  padding-bottom: 20px
}

.footer-return {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px
}

.footer-return__bar {
  position: relative
}

.footer-return__bar::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 60px;
  background-color: #333;
  -moz-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -moz-transition: transform 1250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: -webkit-transform 1250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 1250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1250ms cubic-bezier(0.165, 0.84, 0.44, 1)
}

.footer-return__bar.-hover::before {
  -moz-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0
}

.footer-return__btn {
  font-size: 1.3rem;
  position: relative;
  padding-top: 20px;
  height: 4em
}

.footer-return__btn a {
  line-height: 1;
  display: inline-block;
  padding: .25em;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%
}

.footer-sns {
  padding-top: 40px;
  padding-bottom: 20px
}

.footer-sns__list {
  font-size: 0;
  text-align: center
}

.footer-sns__item {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px
}

.footer-sns__item img {
  width: 32px;
  height: 20px
}

.footer-copyright {
  color: #666;
  font-size: 1.3rem;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px
}

@media print, screen and (min-width: 768px) {
  .l-footer {
    padding-left: 30px;
    padding-right: 30px
  }
  .footer-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .footer-info__access {
    padding-right: 45px;
    width: 50%
  }
  .footer-info__map img {
    max-width: none
  }
  .footer-info__tel {
    pointer-events: none
  }
  .footer-info__contact {
    padding-top: 20px;
    padding-left: 45px;
    width: 50%
  }
  .footer-return {
    padding-top: 60px;
    padding-bottom: 50px
  }
  .footer-return__bar::before {
    height: 96px
  }
  .footer-return__btn {
    font-size: 1.4rem
  }
  .footer-sns {
    padding-top: 60px;
    padding-bottom: 40px
  }
  .footer-copyright {
    font-size: 1.4rem;
    padding-top: 40px;
    padding-bottom: 40px
  }
}

@media print, screen and (min-width: 1281px) {
  .footer-info__access {
    padding-right: 90px
  }
  .footer-info__contact {
    padding-left: 90px
  }
}

@media screen and (min-device-width: 1069px) {
  .footer-info__gmap {
    position: relative
  }
  .footer-info__gmap::before {
    content: "";
    position: absolute;
    z-index: -1;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: solid 1px;
    -moz-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -moz-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -moz-transition: transform 500ms cubic-bezier(0.33, 1, 0.68, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.33, 1, 0.68, 1);
    -webkit-transition: transform 500ms cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 500ms cubic-bezier(0.33, 1, 0.68, 1)
  }
  .footer-info__gmap:hover::before {
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
  }
  .footer-sns__item a {
    position: relative;
    z-index: 1;
    display: inline-block
  }
  .footer-sns__item a::before {
    content: "";
    position: absolute;
    z-index: -1;
    display: inline-block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #999;
    -webkit-transition: opacity 300ms, -webkit-transform 300ms;
    transition: opacity 300ms, -webkit-transform 300ms;
    transition: opacity 300ms, transform 300ms
  }
  .footer-sns__item a:hover::before {
    opacity: .3;
    -moz-transform: scale(2, 2);
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2)
  }
}

.footer-info__contact .wpcf7 {
  font-size: 1.3rem;
  margin-top: 1.5em;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 600px
}

.footer-info__contact .wpcf7-form p {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px
}

.footer-info__contact .wpcf7-form p:nth-last-child(2) {
  position: relative;
  margin-top: 40px
}

.footer-info__contact .wpcf7-form p:nth-last-child(2)::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 6px;
  left: 150px;
  right: 0;
  margin: auto;
  width: 61px;
  height: 6px;
/*  background-image: url(../images/icon/nav_next.svg); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto
}

.footer-info__contact .wpcf7-text, .footer-info__contact .wpcf7-textarea {
  font-size: 1.4rem;
  margin-top: 7px;
  padding: 5px 1em;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  border: #ccc solid 1px
}

.footer-info__contact .wpcf7-textarea {
  resize: vertical
}

.wpcf7-mail-sent-ok {
  display: none !important
}

.wpcf7-back, .wpcf7-submit {
  margin-left: 1em;
  margin-right: 1em
}

.thanks {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 60px
}

@media print, screen and (min-width: 768px) {
  .footer-info__contact .wpcf7 {
    font-size: 1.4rem;
    max-width: none
  }
  .footer-info__contact .wpcf7-text {
    font-size: 1.5rem
  }
  .thanks {
    margin-left: auto;
    margin-right: auto;
    padding-top: 180px;
    padding-bottom: 100px;
    width: 100%;
    max-width: 700px
  }
}

@media print, screen and (min-width: 1025px) {
  .footer-info__contact .wpcf7-form p:nth-last-child(2)::before {
    bottom: 12px;
    left: 221px;
    width: 121px;
    height: 12px
  }
}

@media screen and (min-device-width: 1069px) {
  .footer-info__contact .wpcf7-form p:nth-last-child(2)::before {
    -moz-transition: transform 300ms cubic-bezier(0, 0, 0.5, 1);
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0, 0, 0.5, 1);
    -webkit-transition: transform 300ms cubic-bezier(0, 0, 0.5, 1);
    transition: transform 300ms cubic-bezier(0, 0, 0.5, 1)
  }
  .footer-info__contact .wpcf7-form p.-hover::before {
    -moz-transform: translate(12px, 0);
    -webkit-transform: translate(12px, 0);
    transform: translate(12px, 0)
  }
  .footer-info__contact .wpcf7-confirm, .footer-info__contact .wpcf7-back, .footer-info__contact .wpcf7-submit {
    cursor: pointer;
    transition: color 300ms
  }
  .footer-info__contact .wpcf7-confirm:hover, .footer-info__contact .wpcf7-back:hover, .footer-info__contact .wpcf7-submit:hover {
    color: #aa0000
  }
}

.c-hero {
  overflow: hidden;
  position: relative;
  height: 100vh;
  min-height: 300px
}

.c-hero__bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.c-hero__bg img {
  object-fit: cover;
  height: 100%
}

.c-hero__header {
  color: #fff;
  line-height: 2;
  text-align: right;
  position: absolute;
  bottom: 52%;
  margin-left: 10%;
  width: 80%;
  -moz-transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%)
}

.c-hero__headline .-jp, .c-hero__headline .-en {
  display: block;
  width: 100%
}

.c-hero__headline .-jp {
  font-size: 1.8rem
}

.c-hero__headline .-en {
  font-size: 1rem
}

.c-hero__scroll {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0
}

.c-hero__scroll::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  vertical-align: bottom;
  width: 1px;
  height: 100px;
  background-color: #fff;
  -moz-animation: scrollBar 3000ms both infinite cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation: scrollBar 3000ms both infinite cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: scrollBar 3000ms both infinite cubic-bezier(0.165, 0.84, 0.44, 1)
}

@-moz-keyframes scrollBar {
  0% {
    transform: scaleY(0);
    transform-origin: 0 0
  }
  45% {
    transform: scaleY(1);
    transform-origin: 0 0
  }
  46% {
    transform: scaleY(1);
    transform-origin: 0 100%
  }
  91%, 100% {
    transform: scaleY(0);
    transform-origin: 0 100%
  }
}

@-webkit-keyframes scrollBar {
  0% {
    transform: scaleY(0);
    transform-origin: 0 0
  }
  45% {
    transform: scaleY(1);
    transform-origin: 0 0
  }
  46% {
    transform: scaleY(1);
    transform-origin: 0 100%
  }
  91%, 100% {
    transform: scaleY(0);
    transform-origin: 0 100%
  }
}

@keyframes scrollBar {
  0% {
    transform: scaleY(0);
    transform-origin: 0 0
  }
  45% {
    transform: scaleY(1);
    transform-origin: 0 0
  }
  46% {
    transform: scaleY(1);
    transform-origin: 0 100%
  }
  91%, 100% {
    transform: scaleY(0);
    transform-origin: 0 100%
  }
}

.c-hero__btn {
  position: absolute;
  bottom: 20px;
  left: 20px
}

.c-hero__btn-icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25px;
  height: 31px
}

.c-hero__btn-icon svg {
  width: 100%;
  height: auto
}

.c-hero__btn-icon svg .arrow-line {
  fill: none;
  stroke: #fff;
  stroke-dasharray: 500;
  stroke-dashoffset: 2000;
  stroke-miterlimit: 10;
  stroke-width: 7px;
  transition: stroke-dashoffset 600ms
}

.c-hero__btn-icon svg .arrow-triangle {
  opacity: 0
}

@media screen and (min-device-width: 1069px) {
  .c-hero__btn-icon .arrow-line {
    transition: stroke-dashoffset 600ms 300ms
  }
  .c-hero__btn-icon .arrow-triangle {
    fill: #fff;
    stroke: none;
    stroke-miterlimit: 10;
    stroke-width: 7px;
    transition: opacity 600ms
  }
  .c-hero__btn-icon:hover svg .arrow-line {
    stroke-dashoffset: 1700;
    transition-delay: 0ms
  }
  .c-hero__btn-icon:hover svg .arrow-triangle {
    opacity: 1;
    transition-timing-function: ease-in
  }
}

.c-hero__btn-words {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.2;
  margin-top: 5px
}

@media print, screen and (min-width: 768px) {
  .c-hero__headline .-jp {
    font-size: 2rem
  }
  .c-hero__headline .-en {
    font-size: 1.15rem
  }
  .c-hero__scroll::before {
    height: 100px;
    -moz-animation: scrollBar 3000ms both infinite cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-animation: scrollBar 3000ms both infinite cubic-bezier(0.165, 0.84, 0.44, 1);
    animation: scrollBar 3000ms both infinite cubic-bezier(0.165, 0.84, 0.44, 1)
  }
  .c-hero__btn {
    bottom: 40px;
    left: 50px
  }
  .c-hero__btn-icon {
    width: 35px;
    height: 41px
  }
  .c-hero__btn-words {
    font-size: 1.4rem;
    margin-top: 10px
  }
}

@media print, screen and (min-width: 1024px) {
  .c-hero__headline .-jp {
    font-size: 2.4rem
  }
  .c-hero__headline .-en {
    font-size: 1.35rem
  }
}

.c-logo {
  top: 1.3vh;
  left: 2vh;
  width: 38%;
}

@media print, screen and (min-width: 768px) {
  .c-logo {
    top: 0.5vh;
    left: 2vh;
    width: 14%;
  }
}

.c-lang-btn {
  font-size: 0;
  text-align: right;
  padding-bottom: 3px;
  border-bottom: #ccc solid 1px
}

.c-lang-btn button {
  color: #ccc;
  font-size: 1.4rem;
  position: relative;
  display: inline-block;
  margin-left: .5em;
  margin-right: .5em;
  padding: .25em;
  transition: color 600ms ease-out
}

.c-lang-btn button.-active {
  color: #333;
  pointer-events: none
}

.c-lang-btn button:nth-last-of-type(1) {
  margin-right: 0
}

.c-lang-btn button::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: .5em;
  left: -.5em;
  width: 0;
  height: 1em;
  border-left: #777 solid 1px;
  pointer-events: none
}

.c-lang-btn button:nth-of-type(1)::before {
  display: none
}

.c-lang {
  position: relative
}

.c-lang-content {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 600ms
}

.c-lang-content.-active {
  opacity: 1;
  position: static
}

.c-info__lang {
  margin-top: 20px
}

.c-info__lang .c-lang-content {
  padding: 20px;
  background-color: #f6f6f6
}

.c-info__list {
  padding-top: 10px;
  padding-bottom: 10px
}

.c-info__list+.c-info__list {
  border-top: #fff solid 1px
}

.c-info__list dd {
  padding-left: 1.5em
}

@media print, screen and (min-width: 768px) {
  .c-lang-btn button {
    font-size: 1.5rem
  }
  .c-info {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1060px
  }
  .c-info__lang .c-lang-content {
    padding: 30px 60px
  }
  .c-info__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px
  }
  .c-info__list dt {
    width: 14em
  }
  .c-info__list dd {
    -webkit-box-flex: 1 1 0;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0
  }
}

@media screen and (min-device-width: 1069px) {
  .c-lang-btn button:hover {
    color: #333
  }
}

.c-album {
  padding-top: 60px;
  padding-bottom: 60px
}

.c-album__item {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px
}

@media print, screen and (min-width: 480px) {
  .c-album__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1.5%;
    margin-right: -1.5%
  }
  .c-album__item {
    padding-left: 1.5%;
    padding-right: 1.5%;
    width: 50%
  }
}

@media print, screen and (min-width: 768px) {
  .c-album {
    padding-top: 100px;
    padding-bottom: 100px
  }
  .c-album__item {
    padding-top: 0;
    padding-bottom: 0;
    width: 33.333%
  }
  .-small .c-album__item {
    width: 25%
  }
}

.c-cat {
  text-align: center;
  margin-left: -25px;
  margin-right: -25px;
  padding-top: 20px;
  padding-bottom: 20px
}

.c-cat__item {
  display: inline-block;
  padding: 10px 25px
}

.c-cat__item a {
  color: #ccc;
  font-size: 1.6rem;
  display: inline-block;
  padding: 3px
}

.c-cat__item.-current a {
  color: #333;
  pointer-events: none
}

.detail .c-list__item[data-show] {
  -moz-transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transform: translate(0, 60px);
  opacity: .05
}

.detail .c-list__item[data-show="true"] {
  opacity: 1;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
  transition: opacity 600ms, transform 1500ms cubic-bezier(0.33, 1, 0.68, 1)
}

.c-list {
  margin-top: 20px
}

.c-list__item {
  padding-top: 30px;
  padding-bottom: 30px
}

.c-list__item a {
  display: block
}

.c-list__image {
  text-align: center
}

.c-list__image img {
  max-width: 480px
}

.c-list__date, .c-list__aside {
  font-size: 1.2rem
}

.c-list__date {
  margin-bottom: -1em
}

.c-list__aside {
  padding-top: 1.8em;
  padding-bottom: .8em
}

.c-list__cat {
  position: relative;
  margin-left: 2em
}

.c-list__cat::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  top: -.1em;
  left: -1em;
  width: 0;
  height: .8em;
  border-left: #777 solid 1px
}

.c-list__title, .c-list__intro {
  font-size: 1.4rem;
  font-feature-settings: "palt" 1;
  line-height: 1.75
}

.latest-list {
  padding-top: 40px;
  padding-bottom: 20px
}

@media print, screen and (min-width: 768px) {
  .c-cat {
    padding-top: 60px;
    padding-bottom: 60px
  }
  .c-cat__item a {
    font-size: 1.8rem
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .detail .c-list__item:nth-child(2n)[data-show="true"] {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms
  }
}

@media print, screen and (min-width: 768px) {
  .c-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
  }
  .c-list__item {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%
  }
  .-small .c-list__item {
    width: 33.333%
  }
  .c-list__date, .c-list__aside {
    font-size: 1.3rem
  }
  .c-list__title, .c-list__intro {
    font-size: 1.5rem
  }
  .latest-list {
    padding-top: 80px;
    padding-bottom: 40px
  }
}

@media print, screen and (min-width: 1024px) {
  .c-list {
    margin-left: -20px;
    margin-right: -20px
  }
  .c-list__item {
    padding-left: 20px;
    padding-right: 20px;
    width: 33.333%
  }
  .detail .c-list__item:nth-child(3n+2)[data-show="true"] {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms
  }
  .detail .c-list__item:nth-child(3n)[data-show="true"] {
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms
  }
}

@media screen and (min-device-width: 1069px) {
  .c-cat__item a {
    transition: color 300ms
  }
  .c-cat__item a:hover {
    color: #333
  }
  .detail .c-list__image {
    overflow: hidden;
    -moz-transition: transform 300ms cubic-bezier(0, 0, 0.5, 1);
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0, 0, 0.5, 1);
    -webkit-transition: transform 300ms cubic-bezier(0, 0, 0.5, 1);
    transition: transform 300ms cubic-bezier(0, 0, 0.5, 1)
  }
  .detail .c-list__image img {
    -moz-transition: transform 300ms cubic-bezier(0, 0, 0.5, 1);
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0, 0, 0.5, 1);
    -webkit-transition: transform 300ms cubic-bezier(0, 0, 0.5, 1);
    transition: transform 300ms cubic-bezier(0, 0, 0.5, 1)
  }
  .detail .c-list__item a:hover .c-list__image {
    -moz-transform: scale(.9, .9);
    -webkit-transform: scale(.9, .9);
    transform: scale(.9, .9)
  }
  .detail .c-list__item a:hover .c-list__image img {
    -moz-transform: scale(1.111, 1.111);
    -webkit-transform: scale(1.111, 1.111);
    transform: scale(1.111, 1.111)
  }
  .c-list__image {
    transition: opacity 600ms;
    position: relative
  }
  .c-list__image::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.5);
    transition: opacity 600ms
  }
  .c-list__item a:hover .c-list__image::before {
    opacity: 1
  }
}

.c-more {
  text-align: center;
  padding-top: 30px
}

.c-more a {
  padding: 3px
}

.c-more img {
  width: 60px
}

@media print, screen and (min-width: 768px) {
  .c-more {
    padding-top: 50px
  }
  .c-more img {
    width: 121px
  }
}

@media screen and (min-device-width: 1069px) {
  .c-more a {
    display: inline-block;
    -moz-transition: transform 300ms cubic-bezier(0, 0, 0.5, 1);
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0, 0, 0.5, 1);
    -webkit-transition: transform 300ms cubic-bezier(0, 0, 0.5, 1);
    transition: transform 300ms cubic-bezier(0, 0, 0.5, 1)
  }
  .c-more a:hover {
    -moz-transform: translate(12px, 0);
    -webkit-transform: translate(12px, 0);
    transform: translate(12px, 0)
  }
}

.c-pager {
  text-align: center
}

.wp-pagenavi {
  position: relative;
  display: inline-block;
  padding-left: 65px;
  padding-right: 65px
}

.wp-pagenavi a, .wp-pagenavi span {
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  padding: 3px
}

.wp-pagenavi a {
  color: #ccc
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 5px;
  width: 36px;
  height: 10px;
  margin-top: auto;
  margin-bottom: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto
}

.wp-pagenavi .previouspostslink {
  left: 0;
  background-image: url(../images/icon/nav_prev.svg)
}

.wp-pagenavi .nextpostslink {
  right: 0;
/*  background-image: url(../images/icon/nav_next.svg) */
}

@media print, screen and (min-width: 768px) {
  .c-pager {
    padding-top: 120px;
    padding-bottom: 100px
  }
  .wp-pagenavi {
    padding-left: 166px;
    padding-right: 166px
  }
  .wp-pagenavi a, .wp-pagenavi span {
    font-size: 1.5rem;
    margin-left: 12px;
    margin-right: 12px
  }
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    bottom: 9px;
    width: 124px;
    height: 18px
  }
}

@media screen and (min-device-width: 1069px) {
  .wp-pagenavi a {
    transition: color 300ms
  }
  .wp-pagenavi a:hover {
    color: #333
  }
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    -moz-transition: transform 300ms cubic-bezier(0, 0, 0.5, 1);
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0, 0, 0.5, 1);
    -webkit-transition: transform 300ms cubic-bezier(0, 0, 0.5, 1);
    transition: transform 300ms cubic-bezier(0, 0, 0.5, 1)
  }
  .wp-pagenavi .previouspostslink:hover {
    -moz-transform: translate(-10px, 0);
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0)
  }
  .wp-pagenavi .nextpostslink:hover {
    -moz-transform: translate(10px, 0);
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0)
  }
}

.c-page-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -3px;
  margin-right: -3px
}

.c-page-nav a {
  display: inline-block;
  padding: 3px
}

.c-page-nav__left, .c-page-nav__right {
  width: 40%
}

.c-page-nav__left img, .c-page-nav__right img {
  vertical-align: middle;
  width: 36px
}

.c-page-nav__center {
  text-align: center;
  width: 20%
}

.c-page-nav__center svg {
  width: 30px
}

.c-page-nav__right {
  text-align: right
}

@media print, screen and (min-width: 768px) {
  .c-page-nav__left img, .c-page-nav__right img {
    width: 124px
  }
  .c-page-nav__center svg {
    width: 42px
  }
}

@media screen and (min-device-width: 1069px) {
  .c-page-nav__left a, .c-page-nav__right a {
    -moz-transition: transform 300ms cubic-bezier(0, 0, 0.5, 1);
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0, 0, 0.5, 1);
    -webkit-transition: transform 300ms cubic-bezier(0, 0, 0.5, 1);
    transition: transform 300ms cubic-bezier(0, 0, 0.5, 1)
  }
  .c-page-nav__left a:hover {
    -moz-transform: translate(-10px, 0);
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0)
  }
  .c-page-nav__right a:hover {
    -moz-transform: translate(10px, 0);
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0)
  }
  .c-page-nav__center rect {
    -moz-transition: transform 300ms cubic-bezier(0, 0, 0.5, 1);
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0, 0, 0.5, 1);
    -webkit-transition: transform 300ms cubic-bezier(0, 0, 0.5, 1);
    transition: transform 300ms cubic-bezier(0, 0, 0.5, 1)
  }
  .c-page-nav__center a:hover .-top-left {
    -moz-transform: translate(3px, 2px);
    -webkit-transform: translate(3px, 2px);
    transform: translate(3px, 2px)
  }
  .c-page-nav__center a:hover .-top-right {
    -moz-transform: translate(-3px, 2px);
    -webkit-transform: translate(-3px, 2px);
    transform: translate(-3px, 2px)
  }
  .c-page-nav__center a:hover .-bottom-left {
    -moz-transform: translate(3px, -2px);
    -webkit-transform: translate(3px, -2px);
    transform: translate(3px, -2px)
  }
  .c-page-nav__center a:hover .-bottom-right {
    -moz-transform: translate(-3px, -2px);
    -webkit-transform: translate(-3px, -2px);
    transform: translate(-3px, -2px)
  }
}

.js-hidden.-screen-right[data-show], .js-hidden.-screen-left[data-show] {
  position: relative
}

.js-hidden.-screen-right[data-show]::before, .js-hidden.-screen-left[data-show]::before {
  content: "";
  position: absolute;
  z-index: 9;
  top: 0;
  display: block;
  height: 100%
}

.js-hidden.-screen-right[data-show="true"]::before, .js-hidden.-screen-left[data-show="true"]::before {
  pointer-events: none;
  -moz-transition: transform 2000ms cubic-bezier(0, 0, 0.5, 1);
  -webkit-transition: -webkit-transform 2000ms cubic-bezier(0, 0, 0.5, 1);
  -webkit-transition: transform 2000ms cubic-bezier(0, 0, 0.5, 1);
  transition: transform 2000ms cubic-bezier(0, 0, 0.5, 1)
}

.js-hidden.-screen-right[data-show]::before {
  left: -100%;
  right: -30%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff)
}

.js-hidden.-screen-right[data-show="true"]::before {
  -moz-transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0)
}

.js-hidden.-screen-left[data-show]::before {
  left: -30%;
  right: -100%;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #fff)
}

.js-hidden.-screen-left[data-show="true"]::before {
  left: -30px;
  right: -100%;
  -moz-transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0)
}

.js-hidden.-fadeIn[data-show] {
  opacity: .05;
  -moz-transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px)
}

.js-hidden.-fadeIn[data-show="true"] {
  opacity: 1;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
  transition: opacity 1000ms, transform 1000ms
}

.c-list__item.js-hidden[data-show] {
  opacity: .03;
  -moz-transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transform: translate(0, 60px)
}

.c-list__item.js-hidden[data-show="true"] {
  opacity: 1;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
  transition: opacity 600ms, transform 1500ms cubic-bezier(0.33, 1, 0.68, 1)
}

@media print, screen and (min-width: 768px) {
  .-small .c-list__item.js-hidden:nth-of-type(2)[data-show="true"] {
    -moz-transition-delay: 100ms;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms
  }
  .-small .c-list__item.js-hidden:nth-of-type(3)[data-show="true"] {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms
  }
}

.slick-slider {
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-list {
  overflow: hidden;
  position: relative;
  display: block;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-track {
  position: relative;
  top: 0;
  left: 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;
  display: none;
  height: 100%;
  min-height: 1px
}

[dir='rtl'] .slick-slide {
  float: right
}

.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-slide:focus {
  outline: none
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-arrow.slick-hidden {
  display: none
}

@media print, screen and (min-width: 768px) {
    .c-headline {
        font-size: 4.8rem
    }
        
    .c-paragraph {
        font-size: 1.4rem
    }

    .c-paragraph--small, .c-paragraph--en {
        font-size: 1.4rem
    }

    
    
}

@media print, screen and (min-width: 1281px) {
    .c-headline {
      font-size: 6rem
    }
}