html {
  font-size: 16px;
}
@font-face {
  font-family: 'trivia_gothic_r2bold';
  src: url('../fonts/webfontkit-20131029-142015/triviagothicr2bold-webfont.eot');
  src: url('../fonts/webfontkit-20131029-142015/triviagothicr2bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/webfontkit-20131029-142015/triviagothicr2bold-webfont.woff') format('woff'), url('../fonts/webfontkit-20131029-142015/triviagothicr2bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
}

/* spectral-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Spectral';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/spectral-v14-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* spectral-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Spectral';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/spectral-v14-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* spectral-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Spectral';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/spectral-v14-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

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

html,
body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
}

body {
  font-family: 'Spectral', 'Palatino Linotype', 'Palatino', serif;
  font-weight: 400;
  font-size: 0.90625rem;
  line-height: 1.0625rem;
  letter-spacing: -0.015625rem;
  color: #000000;
  background-color: #fff;
  margin: 0;
  position: absolute;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

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

b,
strong {
  font-weight: normal;
  font-family: trivia_gothic_r2bold;
  font-size: 1rem;
  line-height: 1.25rem;
}
p {
  margin: 0rem;
  padding: 0rem;
}
p + p {
  margin-top:0.625rem
}

.outer {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

header {
  z-index: 1;
  position: absolute;
  right: 0rem;
  top: 0rem;
}

header h1 {
  display: inline-block;
  position: relative;
  overflow: hidden;
  position: absolute;
  top: 1.75rem;
  right: 4.25rem;
  white-space: nowrap;
  margin: 0rem;
  padding: 0rem;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
body.active header h1 {
  top: 0.6875rem;
  right: 2.625rem;
}

header h1 a {
  color: #fff;
  text-decoration: none;
  font-family: trivia_gothic_r2bold;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: normal;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
body.active header h1 a {
  color: #000;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}

header h1 span {
  font-size: 0.0625rem;
  line-height: 0.0625rem;
  color: #ffffff00;
  display: block;
  position: absolute;
  top: 0rem;
  left: -62.5rem;
}

.menu-button {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 1.875rem;
  height: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 999;
  position: fixed;
  right: 1.75rem;
  top: 2.0625rem;
  transition: all 0.3s ease;
}
body.active .menu-button {
  transform: scale(0.5);
  top: 0.625rem;
  right: 0.3125rem;
}
body.active.slider .menu-button,body.active.text .menu-button {
  top: 2.5rem;
}

.menu-button span {
  display: block;
  width: 100%;
  height: 0.1875rem;
  background: #fff;
  border-radius: 0.125rem;
  transition: all 0.3s ease;
  transform-origin: center;
}

/* Animation fürs Kreuz */
body.active .menu-button span:nth-child(1),body.active2 .menu-button span:nth-child(1) {
  transform: rotate(45deg) translate(0.3125rem, 0.3125rem);
  background: #000;
}

body.active .menu-button span:nth-child(2),body.active2 .menu-button span:nth-child(2) {
  opacity: 0;
}

body.active .menu-button span:nth-child(3),body.active2 .menu-button span:nth-child(3) {
  transform: rotate(-45deg) translate(0.375rem, -0.375rem);
  background: #000;
}

.main-navigation {
  width: 11.75rem;
  height: 100vh;
  background: #fff;
  position: absolute;
  top: 0rem;
  right: 0rem;
  padding: 2.5rem 0.9375rem 1.875rem;
  transform: translateX(100%);
  transition-property:transform;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  transition-delay: 0s;
}
body.active .main-navigation {
  transform: translateX(0%);
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  transition-delay: 0.3s;
  -webkit-box-shadow: 0 0.9375rem 1.25rem -0.625rem rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0.9375rem 1.25rem -0.625rem rgba(0,0,0,0.5);
  box-shadow: 0 0.9375rem 1.25rem -0.625rem rgba(0,0,0,0.5);
}
.main-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
.main-navigation ul li {
  margin: 0rem;
  padding: 0rem;
}
.main-navigation ul li:nth-last-child(3){
  flex: auto;
}
.main-navigation ul li + li {
  margin-top: 0.375rem;
}
.main-navigation ul li a {
  font-size: 0.9375rem;
  line-height: normal;
  color: #000;
  text-decoration: none;
}
.main-navigation ul li a:hover {
  text-decoration: underline;
}
body.text .main-navigation ul li {
  display: none;
}
body.text .main-navigation ul li.active {
  display: block;
  margin-top: 0rem;
  pointer-events: none;
  position: relative;
  max-height: 1.4375rem;
}
body.text .main-navigation ul li.active a {
  text-decoration: none !important;
}
body.text .main-navigation ul li.active::before {
  content: '';
  display: block;
  width: calc(100% + 1.75rem);
  height: 0.0625rem;
  background-color: #b3b3b3;
  position: absolute;
  top: -0.125rem;
  left: -0.875rem;
}
body.text .main-navigation ul li.active::after {
  content: '';
  display: block;
  width: calc(100% + 1.75rem);
  height: 0.0625rem;
  background-color: #b3b3b3;
  position: absolute;
  bottom: -0.125rem;
  left: -0.875rem;
}

main {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
}
.section.start {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100vh;
  transform: none;
}

.section {
  position: absolute;
  top: 0rem;
  right: 0rem;
  transform: translateX(100%);
}

.thumbnails h2 {
  font-size: 0.9375rem;
  line-height: normal;
  color: #000;
  font-weight: 400;
  border-bottom: 0.0625rem solid #b3b3b3;
  border-top: 0.0625rem solid #b3b3b3;
  margin: 0.3125rem -0.875rem 0.6875rem -0.875rem;
  padding: 0 0.875rem;
}

.block01Img {
  width: 100vw;
  height: 100vh;
  display:block;
}
.block01Img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.block01ImgVor {
  width: 100vw;
  height: 100vh;
  display:block;
  position: absolute;
  top: 0rem;
  left: 0rem;
  filter: blur(1.125rem);
  opacity: 1;
  transition: opacity 1.2s ease;
}
.block01ImgVor img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.block01ImgVor.ready_load {
  opacity: 0;
  pointer-events: none;
}
.block01Data {
  position: absolute;
  z-index: 0;
  background-color: #fff;
  top: 2.1875rem;
  left: 2.1875rem;
  padding: 0.8125rem 0.8125rem 1.0625rem;
  max-width: 18.1875rem;
  width: 100%;
}
.block01Data h2 {
  margin: 0rem 0rem 1.25rem 0rem;
  font-size: 1.4375rem;
  line-height: 1.6875rem;
  letter-spacing: -0.015625rem;
  font-weight: 400;
}
.block04Entry {
  margin: 0rem;
  padding: 0rem;
}
.block04Entry + .block04Entry {
  margin-top: 1.25rem;
}
.text h3 {
  font-family: trivia_gothic_r2bold;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  margin: 0 0 0.3125rem;
}
.text {
  font-size: 0.875rem;
  line-height: 1.0625rem;
}

.section.thumbnails {
  position: absolute;
  height: calc(100vh - 2.125rem);
  right: 0rem;
  top: 2.125rem;
  padding: 0 0.875rem 1.25rem;
  z-index: 3;
  background-color: #fff;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}

.thumbnail-carousel {
  height: calc(100% - 2.5625rem);
  width: 10rem;
  overflow: hidden;
}

.section.thumbnails.active {
  transform: translateX(0%);
}

.thumbnail-carousel .splide__track {
  overflow: hidden;
  height: 100%; /* sehr wichtig! */
}

.thumbnail-carousel .splide__list {
  display: flex!important;
  flex-direction: column;
  gap: 0.5rem;
}
.section.thumbnails .splide__slide {
  height: auto !important;
  opacity: 1;
  transition: opacity 0.2s;
}
.section.thumbnails .splide__slide.is-active {
  opacity: 0.7;
}
.section.thumbnails .splide__slide picture {
  display: flex;
  position: relative;
  margin: 0rem;
  padding: 0rem;
}
.section.thumbnails figcaption {
  display: none;
}
.section.thumbnails .splide__slide img {
  width: 100%;
  height: auto;
}
.section.galerie {
  transform: none;
  top: 0rem;
  right: unset;
  left: 0rem;
  height: 100vh;
  width: calc(100vw - 0rem);
  background-color: #efefef;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-box-shadow: 0 0 6.25rem 1.25rem rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 0 6.25rem 1.25rem rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 0 6.25rem 1.25rem rgba(0, 0, 0, 0.15) inset;
}
.section.galerie.active {
  z-index: 0;
  opacity: 1;
}
.galerie-carousel {
  width: calc(100% - 11.75rem);
}
.galerie-carousel figure {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100vh;
}
.galerie-carousel figure picture {
  width: calc(100% - 12.5rem);
  height: calc(100vh - 11.25rem);
  overflow: hidden;
  margin-top: 3.9375rem;
  display: flex;
  justify-content: center;
}
.galerie-carousel figure picture img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  max-width: 93.75rem;
  max-height: 93.75rem;
}
figcaption {
  padding-top: 1.875rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #000;
  text-align: center;
}
figcaption h3 {
  font-size: 0.9375rem;
  line-height: 1.125rem;
  font-weight: normal;
  font-family: 'trivia_gothic_r2bold';
  margin: 0 auto;
}
.splide__arrow {
  border: none;
    outline: none;
    width: 1.6875rem;
    height: 3.375rem;
    margin: 0;
    padding: 0;
    position: absolute;
    top: calc(50% - 1.6875rem);
    z-index: 1;
    cursor: pointer;
    background: transparent;
}
.splide__arrow--next {
  right: 1.0625rem;
}
.splide__arrow--prev {
  left: 1.0625rem;
}
.splide__arrow > svg {
  width: 100%;
  height: 100%;
}
.section.text {
    transform: none;
    top: 0rem;
    right: unset;
    left: 0rem;
    height: 100vh;
    width: calc(100vw - 11.75rem);
    background-color: #efefef;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s;
    -webkit-box-shadow: 0 0 6.25rem 1.25rem rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 0 6.25rem 1.25rem rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 0 6.25rem 1.25rem rgba(0, 0, 0, 0.15) inset;
    overflow: auto;
}
.section.text.active {
    z-index: 0;
    opacity: 1;
}
.block03 {
  width: 100%;
  padding: 3.125rem 3.125rem;
  min-height: 100%;
  display: flex;
  justify-content: flex-start;
  overflow: auto;
  gap: 3.125rem;
}
.block03Img {
  width: 100%;
  max-width: 33.75rem;
  display: block;
}
.block03Img img {
  width:100%;
}
.block03 > .col {
  flex: 1;
}
.block03 > .col3 {
  flex: 0 0 16.875rem;
}
.block03 > .col1 {
  flex: 0 0 33.75rem;
}
.block03 .col h2,.block03 .col h3 {
  font-size: 1.5rem;
  line-height: 1.625rem;
  margin-bottom: 1.1875rem;
  margin-top: 0rem;
  font-family: 'trivia_gothic_r2bold';
  font-weight: 400;
}
.block03 .col * + h2,.block03 .col * + h3 {
  margin-top: 2.5rem;
}
.block03 p.flex {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  font-size: 0.9375rem;
}
.block03 p.flex + p {
  margin-top: 0.3125rem;
}
.block03 p {
  font-size: 0.9375rem;
  line-height: 1.125rem;
}
.block03 p.flex em {
  width:6.25rem;
  flex-shrink: 0;
  padding-right: 0.9375rem;
  font-style: normal;
}
p > a {
  text-decoration: underline;
  text-underline-position: auto;
  color: #000;
}
p > a:hover {
  text-decoration: none;
}
.block04 {
  width: calc(86vw - 9rem);
  max-width: 38.125rem;
  margin: 0 auto;
  padding: 3.125rem 0;
}
.block04 h2 {
  font-size: 1.5rem;
  line-height: 1.625rem;
  margin-bottom: 1.1875rem;
  margin-top: 0rem;
  font-family: 'trivia_gothic_r2bold';
  font-weight: 400;
}
.block04 b, strong {
    font-weight: 600;
    font-family: 'Spectral', 'Palatino Linotype', 'Palatino', serif;
    font-size: 0.875rem;
    line-height: 1.0625rem;
}
::-moz-selection { background: #e29927; color: #000; }
::selection { background: #e29927; color: #000; }
@media only screen and (max-width: 105rem) {
  .block03>.col1 {
    flex: 1;
  }
}
@media only screen and (max-width: 74.375rem) {
  html {
    font-size: 1.34454vw;
  }

  .block03 p.flex {
    flex-direction: column;
  }

  .block03 p.flex em {
    width: 100%;
    margin-top:0.3125rem;
    font-weight: 400;
  }
  .section.thumbnails .splide__slide {
    width: 100% !important;
  }
}
@media only screen and (max-width: 53.125rem) {
  html {
    font-size: 4.2vw;
  }
  body {
    height: 100%;
    overflow: hidden;
  }
  .outer {
    height: 100vh;
    position: fixed;
    top: 0rem;
    overflow: auto;
  }
  .section.galerie {
    display: none;
  }
.section.start {
    position: fixed;
    top: 0rem;
    bottom: 0rem;
    left: 0rem;
    width: 100%;
    height: auto;
    transform: none;
    overflow: auto;
    padding-top: 0;
    overflow: auto;
}
.block01Data {
  position: absolute;
  top: calc(100% - 3.125rem);
  left: calc(50% - 9.0625rem);
  width: 18.125rem;
  margin: 0rem auto 3.125rem;
  margin-top: 0;
  padding-bottom: 4.375rem;
  background: linear-gradient(to bottom, #fff 0%, #fff calc(100% - 3.125rem), transparent calc(100% - 3.125rem), transparent 100%);
}
.block01Img {
    display: block;
    position: fixed;
    top: 0rem;
    left: 0rem;
}
main {
  z-index: 0;
}
header {
    z-index: 1;
    position: fixed;
    right: 0rem;
    top: 0rem;
    width: 100%;
    height: 3.25rem;
}
body.active2 header {
  background-color: #fff;
}
header h1,body.active header h1 {
    top: 0.6875rem;
    right: auto;
    left: 0.8125rem;
    margin: 0rem;
    padding: 0rem;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}
header h1 a,
body.active header h1 a {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: normal;
}
body.active2 header h1 a {
  color: #000000;
}
.menu-button,body.active .menu-button {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 1.875rem;
  height: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 999;
  position: fixed;
  right: 1rem;
  top: 1.125rem;
  transform: scale(1);
  transition: all 0.3s ease;
}
.main-navigation {
    width: 100%;
    height: auto;
    background: #fff;
    position: fixed;
    top: 0rem;
    right: 0rem;
    bottom: 0rem;
    padding: 7.1875rem 1.25rem 1.25rem;
    transform: translateX(100%);
    transition-property: transform;
    transition-timing-function: ease-in-out;
    transition-duration: 0.2s;
    transition-delay: 0s;
    box-shadow: none !important;
}
.section.thumbnails {
  position: fixed;
  height: auto;
  width: 100%;
  right: 0;
  top: 3.25rem;
  bottom: 0rem;
  padding: 0rem;
  z-index: 3;
  background-color: #fff;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 2;
  overflow: auto;
  background-color: #efefef;
  -webkit-box-shadow: 0 0 6.25rem 1.25rem rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 0 6.25rem 1.25rem rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 0 6.25rem 1.25rem rgba(0, 0, 0, 0.15) inset;
}
.thumbnails h2 {
  display: none;
}
.thumbnail-carousel {
  height: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: unset;
  position: relative;
}
.thumbnail-carousel .splide__track {
    overflow: unset;
    height: 100%;
    position: relative;
}
.thumbnail-carousel .splide__list {
  display: flex !important;
  flex-direction: column;
  gap: 0;
  height: 100%;
  align-items: center;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch;
}
.section.thumbnails .splide__slide {
  width: calc(100% - 1.75rem) !important;
  height: calc(100%) !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  scroll-snap-align: start;
  padding-bottom: 0rem;
}
.section.thumbnails .splide__slide.snap-active {
  justify-content: flex-start;
}

.figure__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  position: relative;
  transform: translateY(-0.625rem);
  transition: transform 0.8s;
}
.snap-active .figure__inner, .vieport .figure__inner {
  position: relative;
  transform: translateY(calc(50vh - 50% - 6.25rem));
}
.section.thumbnails .splide__slide picture {
  display: flex;
  position: relative;
  margin: 0rem;
  padding: 0rem;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 18.75rem);
  justify-content: center;
  align-items: center;
  transform: translateY(0rem);
  transition: none;
}
.section.thumbnails .splide__slide.snap-active picture {
  transform: translateY(0rem);
}
.section.thumbnails .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section.thumbnails figcaption {
    display: block;
}
.section.text {
    position: fixed;
    transform: none;
    top: 3.25rem;
    bottom: 0rem;
    right: unset;
    left: 0rem;
    height: auto;
    width: 100%;
    background-color: #efefef;
    z-index: 1;
    opacity: 1;
    -webkit-box-shadow: 0 0 6.25rem 1.25rem rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 0 6.25rem 1.25rem rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 0 6.25rem 1.25rem rgba(0, 0, 0, 0.15) inset;
    overflow: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
}
.section.text.active {
    z-index: 0;
    opacity: 1;
    transform: translateX(0%);
}
.block03 {
  width: 100%;
  padding: 2.5rem 0.875rem 5rem;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: auto;
  gap: 1.875rem;
}
.block04 {
    width: 100%;
    max-width: 38.125rem;
    margin: 0 auto;
    padding: 3.125rem 0.875rem 5rem;
}
.text h3 {
    font-size: 1rem;
    line-height: 1.1875rem;
    margin: 0 0 0.3125rem;
}
.text {
    font-size: 1rem;
    line-height: 1.1875rem;
}
figcaption h3 {
    font-size: 1.0625rem;
    line-height: 1.25rem;
}
figcaption {
    font-size: 1rem;
    line-height: 1.1875rem;
}
.block03 p.flex em {
    padding-right: 1.0625rem;
    font-style: normal;
}
.block03 p.flex,.block03 p {
    font-size: 1.0625rem;
    line-height: 1.1875rem;
}
.block03 p.flex + p {
    margin-top: 0.625rem;
}
.main-navigation ul li a {
    font-size: 1.25rem;
    line-height: normal;
}
}
@media only screen and (max-width: 53.125rem) and (orientation: landscape) {
  html {
    font-size: 1rem;
  }
  .main-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    row-gap: 0.625rem;
    column-gap: 1.875rem;
}
.main-navigation ul li {
    margin: 0rem!important;
    padding: 0rem !important;
}
.main-navigation ul li:nth-last-child(3) {
    flex: none;
}
body.active2 header {
  z-index: 0;
}
.section.thumbnails {
  top: 0rem;
}
.section.thumbnails .splide__slide {
    width: 100% !important;
    height: auto !important;
}
.snap-active .figure__inner, .vieport .figure__inner {
    position: relative;
    transform: translateY(0rem);
}
.thumbnail-carousel .splide__list {
    display: flex !important;
    flex-direction: column;
    gap: 3.75rem;
    scroll-snap-type: none;
    padding: 1.25rem 0 !important;
}
.section.thumbnails .splide__slide picture {
    display: flex;
    position: relative;
    margin: 0rem;
    padding: 0rem;
    width: 100%;
    height: auto;
    max-height: calc(100vh - 3.75rem);
    max-width: 31.25rem;
    justify-content: center;
    align-items: center;
    transform: translateY(0rem);
    transition: none;
}
figcaption {
  padding-top: 0.9375rem;
  width: 70vw;
  max-width: 31.25rem;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
.figure__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transform: translateY(0rem);
}
.section.text {
    top: 0rem;
    padding-right: 3.125rem;
}
figcaption h3 {
    font-size: 0.9375rem;
    line-height: 1.0625rem;
}
.block03 {
  max-width: 31.25rem;
  margin: 0 auto;
}
.block04 {
  max-width: 31.25rem;
  margin: 0 auto;
}
}
@media only screen and (max-width: 28.125rem){
  html {
    font-size: 4vw;
  }
  .block03 p.flex, .block03 p {
    font-size: 1.0625rem;
    line-height: 1.1875rem;
}
}
@media only screen and (max-width: 23.125rem){
  html, body {
    font-size: 3.91892vw;
  }
  .block03 p.flex, .block03 p {
    font-size: 1.0625rem;
    line-height: 1.1875rem;
}
}