* {
  min-height: 0;
  box-sizing: border-box;
}

body {
  padding-top: 0 !important;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.wrapper {
  overflow: hidden;
  color: #323232;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .wrapper {
    font-size: 15px;
    line-break: strict;
  }
}

img {
  max-width: 100%;
}

picture {
  display: block;
}

@media screen and (max-width: 768px) {
  picture {
    text-align: center;
  }
}

a:hover {
  opacity: .8;
}

.super {
  font-size: 0.8em;
  vertical-align: super;
}

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

.icj-pagetop {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.icj-pagetop.is-show {
  opacity: 1;
  pointer-events: auto;
}

.naturia-header {
  background: #231815 0% 0%;
  display: flex;
  height: 50px;
}

.naturia-header-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 100%;
  padding: 0 20px;
  width: 1140px;
}

.naturia-header-logo {
  width: 65px;
}

section {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  section {
    margin-top: 0;
  }
}

.section-inner {
  position: relative;
  max-width: 1100px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .himmel > .section-inner,
  .gladje > .section-inner,
  .hytte > .section-inner,
  .aino > .section-inner {
    display: flex;
    flex-direction: column;
  }
}

.section-heading {
  display: none;
}

@media screen and (max-width: 768px) {
  .section-heading {
    display: block;
    order: 1;
  }
}

@media screen and (max-width: 768px) {
  .section-img-01 {
    order: 2;
  }
}

.section-text {
  margin: -5px 0 24px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .section-text {
    text-align: left;
    order: 4;
    margin: 54px auto 64px;
    width: 85%;
  }
}

@media screen and (max-width: 768px) {
  .section-img-02 {
    order: 3;
  }
}

.naturia {
  margin-top: 0;
  overflow: hidden;
}

.naturia-img-01 {
  position: relative;
  width: 92.274%;
}

@media screen and (max-width: 768px) {
  .naturia-img-01 {
    width: 100%;
  }
}

.naturia-link {
  position: absolute;
  bottom: 12.6%;
  right: 12.9%;
  width: 13%;
  height: 10px;
}

@media screen and (max-width: 768px) {
  .naturia-link {
    bottom: 8.5%;
    right: auto;
    left: 50%;
    width: 23%;
    height: 3vw;
  }
}

.naturia-button {
  position: absolute;
  bottom: 7%;
  right: 5.2%;
  width: 28.276%;
}

@media screen and (max-width: 768px) {
  .naturia-button {
    bottom: 2%;
    right: auto;
    width: 53%;
    left: 20.5%;
  }
}

.naturia-img-02 {
  position: relative;
}

@media screen and (max-width: 768px) {
  .naturia-img-02 {
    margin-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .himmel {
    margin-top: 40px;
  }
}

.spec {
  overflow: hidden;
}

.spec-text {
  position: relative;
}

.spec-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background: #d7d7d7;
  transform: translateX(-50%);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .spec-text::before {
    display: none;
  }
}

.spec-img-01 {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .spec-img-01 {
    margin-top: 27px;
    width: 94%;
  }
}

.spec-img-02 {
  margin-top: 32px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .spec-img-02 {
    margin-top: 40px;
  }
}

.spec-img-03 {
  width: 80%;
  margin-top: 36px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .spec-img-03 {
    width: 86%;
    margin: 46px auto 0;
  }
}

.technology {
  margin-top: 50px;
  background: #6e6d6e;
}

.naturia-footer {
  padding: 70px 0;
  background: #d7d7d7;
}

@media screen and (max-width: 768px) {
  .naturia-footer {
    padding: 40px 0;
  }
}

.naturia-footer-inner {
  position: relative;
  max-width: 1100px;
  margin: auto;
}

.naturia-footer-link {
  display: flex;
  justify-content: center;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .naturia-footer-link {
    flex-direction: column;
    gap: 14px;
    align-items: center;
  }
}

.naturia-footer-link a {
  display: block;
}

@media screen and (max-width: 768px) {
  .naturia-footer-link a {
    width: 212px;
  }
}

.naturia-footer-cv {
  position: relative;
  background: #f4f8f7;
  padding: 30px 0 0;
  text-align: center;
  z-index: 11;
}

.naturia-footer-cv span {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .naturia-footer-cv span {
    font-size: 20px;
  }
}

.naturia-footer-cv span::before, .naturia-footer-cv span::after {
  content: "";
  height: 30px;
  width: 2px;
  background: #231815;
  position: absolute;
  top: 3px;
}

@media screen and (max-width: 768px) {
  .naturia-footer-cv span::before, .naturia-footer-cv span::after {
    height: 50px;
  }
}

.naturia-footer-cv span::before {
  left: -20px;
  transform: rotate(-30deg);
}

.naturia-footer-cv span::after {
  right: -20px;
  transform: rotate(30deg);
}

.cmn-cv {
  margin-top: -30px;
}

@media screen and (max-width: 768px) {
  .cmn-cv {
    margin-top: -20px;
  }
}

.naturia-cv-button {
  position: fixed;
  right: 0;
  bottom: 20%;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  width: 50px;
}

@media screen and (max-width: 768px) {
  .naturia-cv-button {
    width: 37.5px;
  }
}

.naturia-cv-button.is-show {
  opacity: 1;
  pointer-events: auto;
}

.naturia-cv-button img {
  width: 100%;
}

.naturia-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 100px 60px;
  z-index: 999999;
  overflow: scroll;
}

@media screen and (max-width: 768px) {
  .naturia-modal {
    padding: 40px 20px 70px;
  }
}

.naturia-modal-bg {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: fixed;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
}

.naturia-modal-content {
  position: relative;
  background: #fff;
  max-width: 100%;
  width: 960px;
  max-width: 100%;
  margin: auto;
}

.naturia-modal-content-close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -50px;
  width: 40px;
  height: 50px;
}

@media screen and (max-width: 768px) {
  .naturia-modal-content-close {
    top: -35px;
    width: 25px;
    height: 30px;
  }
}

.naturia-modal-content-close span {
  position: absolute;
  top: 15px;
  left: 0;
  background: #fff;
  width: 40px;
  height: 2px;
}

@media screen and (max-width: 768px) {
  .naturia-modal-content-close span {
    width: 25px;
  }
}

.naturia-modal-content-close span:nth-of-type(1) {
  transform: rotate(-45deg);
}

.naturia-modal-content-close span:nth-of-type(2) {
  transform: rotate(45deg);
}
