.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  font-size: 25px;
  background-color: #F28DCF;
  line-height: 1.2;
  cursor: pointer;
  color: #fff;
  padding: 8px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
.button:hover,
.button:focus {
  color: #fff;
  background-color: #ef76c5;
}
.button:active {
  background-color: #ea48b2;
}
@media (max-width: 767px) {
  .button {
    font-size: 15px;
    line-height: 1.2;
  }
}
#home {
  float: left;
  height: 72px;
}
.mobile-navigation #home {
  left: 3%;
  transform: translateX(0);
  top: 39px;
}
.layout2 #head,
.layout3 #head {
  box-sizing: border-box;
  padding-left: 12.90322581%;
  padding-right: 12.90322581%;
}
main {
  margin-top: 155px;
}
.container--head {
  padding: 39px 3%;
}
.cb-scroll-triggered--active .container--head {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cb-toggle-target-active .container--head,
.layout1 .container--head {
  justify-content: flex-start;
  transition: all 0.4s;
}
.mobile-navi-container {
  width: 50%;
  min-height: 100vh;
  padding: 203px 3% 3% 3%;
  justify-content: flex-start;
  overflow: hidden;
}
.mobile-navi-container--left:hover .nav-image--right,
.mobile-navi-container--left:active .nav-image--right {
  opacity: 1;
}
.mobile-navi-container--right {
  float: right;
}
.mobile-navi-container--right:hover .nav-image--left,
.mobile-navi-container--right:active .nav-image--left {
  opacity: 1;
}
.nav-image {
  opacity: 0;
}
.nav-image--mobile {
  display: none;
}
.nav-image--left {
  pointer-events: none;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
}
.nav-image--right {
  pointer-events: none;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.section--two {
  margin-bottom: calc(var(--spaceTotal) * 2);
}
.backgroundVideo {
  width: 65.03225806%;
  max-width: 1008px;
}
.bubble {
  width: var(--bubble-size);
  height: var(--bubble-size);
  border-radius: var(--bubble-size);
}
.footarea {
  padding: 30px 80px;
}
.area--one,
.area--three,
.area--five {
  padding-left: 19.35483871%;
  padding-right: 19.35483871%;
}
.area--four {
  gap: 0 80px;
}
.areaVideo {
  width: 65.03225806%;
  max-width: 1008px;
}
.area:not(.areaVideo) .unit.pure.slim {
  width: calc(50% - 30px);
}
.area:not(.areaVideo) .unit.edge.slim {
  width: 29.87096774%;
}
.area:not(.areaVideo) .unit.flat,
.area:not(.areaVideo) .unit.seam {
  margin-top: calc((var(--spaceUnit) * 4) + 5px);
  margin-bottom: calc((var(--spaceUnit) * 4) + 5px);
}
/*# sourceMappingURL=./screen-large.css.map */