/* Convert Illustrator, InDesign and Photoshop tracking into letter spacing. */
html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

body {
  position: relative;
  margin: 0;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  line-height: 1.8em;
  scrollbar-width: none; /* stylelint-disable-line property-no-unknown */
  overscroll-behavior: none;
  overflow: hidden;
}
@media (min-width: 1025px) {
  body {
    line-height: 2em;
  }
}
body::-webkit-scrollbar {
  width: 0;
}

svg {
  width: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

picture {
  display: block;
}

picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

ul {
  list-style: none;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.content {
  overflow-x: hidden;
  overflow-y: hidden;
}

.show-for-large-table {
  display: none !important;
}
@media (min-width: 750px) {
  .show-for-large-table {
    display: table-row !important;
  }
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media (min-width: 0) {
  .hide-for-xsmall {
    display: none !important;
  }
}

.show-for-xsmall {
  display: none !important;
}
@media (min-width: 0) {
  .show-for-xsmall {
    display: block !important;
  }
}

@media (min-width: 480px) {
  .hide-for-small {
    display: none !important;
  }
}

.show-for-small {
  display: none !important;
}
@media (min-width: 480px) {
  .show-for-small {
    display: block !important;
  }
}

@media (min-width: 750px) {
  .hide-for-medium {
    display: none !important;
  }
}

.show-for-medium {
  display: none !important;
}
@media (min-width: 750px) {
  .show-for-medium {
    display: block !important;
  }
}

@media (min-width: 1025px) {
  .hide-for-large {
    display: none !important;
  }
}

.show-for-large {
  display: none !important;
}
@media (min-width: 1025px) {
  .show-for-large {
    display: block !important;
  }
}

@media (min-width: 1920px) {
  .hide-for-xlarge {
    display: none !important;
  }
}

.show-for-xlarge {
  display: none !important;
}
@media (min-width: 1920px) {
  .show-for-xlarge {
    display: block !important;
  }
}

.clear {
  clear: both;
}

.container-scroll--lock {
  overflow-y: hidden;
}

.em1 {
  padding-left: 1em;
}

.text-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.no-letter-space {
  letter-spacing: 0;
}

.error-display {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  color: greenyellow;
  pointer-events: none;
}

.main {
  position: fixed;
  top: 50px;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}

.fade-in-up1 {
  opacity: 0;
  transform: translate(0, 20px);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.fade-in-up1--slow {
  transition: transform 2.4s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 2.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.animated .fade-in-up1 {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in-right1 {
  opacity: 0;
  transform: translate(-20px, 0);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.animated .fade-in-right1 {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in1 {
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.animated .fade-in1 {
  opacity: 1;
}

.fade-in-up2 {
  opacity: 0;
  transform: translate(0, 20px);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s, opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}
.fade-in-up2--slow {
  transition: transform 2.4s cubic-bezier(0.4, 0, 0.2, 1) 0.5s, opacity 2.4s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}
.animated .fade-in-up2 {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in-right2 {
  opacity: 0;
  transform: translate(-20px, 0);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s, opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}
.animated .fade-in-right2 {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in2 {
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}
.animated .fade-in2 {
  opacity: 1;
}

.fade-in-up3 {
  opacity: 0;
  transform: translate(0, 20px);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 1s, opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 1s;
}
.fade-in-up3--slow {
  transition: transform 2.4s cubic-bezier(0.4, 0, 0.2, 1) 1s, opacity 2.4s cubic-bezier(0.4, 0, 0.2, 1) 1s;
}
.animated .fade-in-up3 {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in-right3 {
  opacity: 0;
  transform: translate(-20px, 0);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 1s, opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 1s;
}
.animated .fade-in-right3 {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in3 {
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 1s;
}
.animated .fade-in3 {
  opacity: 1;
}

.fade-in-up4 {
  opacity: 0;
  transform: translate(0, 20px);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 1.5s, opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
}
.fade-in-up4--slow {
  transition: transform 2.4s cubic-bezier(0.4, 0, 0.2, 1) 1.5s, opacity 2.4s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
}
.animated .fade-in-up4 {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in-right4 {
  opacity: 0;
  transform: translate(-20px, 0);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 1.5s, opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
}
.animated .fade-in-right4 {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in4 {
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
}
.animated .fade-in4 {
  opacity: 1;
}

.fade-in-up5 {
  opacity: 0;
  transform: translate(0, 20px);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 2s, opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 2s;
}
.fade-in-up5--slow {
  transition: transform 2.4s cubic-bezier(0.4, 0, 0.2, 1) 2s, opacity 2.4s cubic-bezier(0.4, 0, 0.2, 1) 2s;
}
.animated .fade-in-up5 {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in-right5 {
  opacity: 0;
  transform: translate(-20px, 0);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 2s, opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 2s;
}
.animated .fade-in-right5 {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in5 {
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 2s;
}
.animated .fade-in5 {
  opacity: 1;
}

.fade-in-up6 {
  opacity: 0;
  transform: translate(0, 20px);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 2.5s, opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 2.5s;
}
.fade-in-up6--slow {
  transition: transform 2.4s cubic-bezier(0.4, 0, 0.2, 1) 2.5s, opacity 2.4s cubic-bezier(0.4, 0, 0.2, 1) 2.5s;
}
.animated .fade-in-up6 {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in-right6 {
  opacity: 0;
  transform: translate(-20px, 0);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 2.5s, opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 2.5s;
}
.animated .fade-in-right6 {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in6 {
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 2.5s;
}
.animated .fade-in6 {
  opacity: 1;
}

.fade-in-up7 {
  opacity: 0;
  transform: translate(0, 20px);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 3s, opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 3s;
}
.fade-in-up7--slow {
  transition: transform 2.4s cubic-bezier(0.4, 0, 0.2, 1) 3s, opacity 2.4s cubic-bezier(0.4, 0, 0.2, 1) 3s;
}
.animated .fade-in-up7 {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in-right7 {
  opacity: 0;
  transform: translate(-20px, 0);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 3s, opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 3s;
}
.animated .fade-in-right7 {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in7 {
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 3s;
}
.animated .fade-in7 {
  opacity: 1;
}

.fade-in-up8 {
  opacity: 0;
  transform: translate(0, 20px);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 3.5s, opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 3.5s;
}
.fade-in-up8--slow {
  transition: transform 2.4s cubic-bezier(0.4, 0, 0.2, 1) 3.5s, opacity 2.4s cubic-bezier(0.4, 0, 0.2, 1) 3.5s;
}
.animated .fade-in-up8 {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in-right8 {
  opacity: 0;
  transform: translate(-20px, 0);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 3.5s, opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 3.5s;
}
.animated .fade-in-right8 {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in8 {
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 3.5s;
}
.animated .fade-in8 {
  opacity: 1;
}

.fade-in-up9 {
  opacity: 0;
  transform: translate(0, 20px);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 4s, opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 4s;
}
.fade-in-up9--slow {
  transition: transform 2.4s cubic-bezier(0.4, 0, 0.2, 1) 4s, opacity 2.4s cubic-bezier(0.4, 0, 0.2, 1) 4s;
}
.animated .fade-in-up9 {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in-right9 {
  opacity: 0;
  transform: translate(-20px, 0);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 4s, opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 4s;
}
.animated .fade-in-right9 {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in9 {
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 4s;
}
.animated .fade-in9 {
  opacity: 1;
}

.fade-in-up10 {
  opacity: 0;
  transform: translate(0, 20px);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 4.5s, opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 4.5s;
}
.fade-in-up10--slow {
  transition: transform 2.4s cubic-bezier(0.4, 0, 0.2, 1) 4.5s, opacity 2.4s cubic-bezier(0.4, 0, 0.2, 1) 4.5s;
}
.animated .fade-in-up10 {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in-right10 {
  opacity: 0;
  transform: translate(-20px, 0);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 4.5s, opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 4.5s;
}
.animated .fade-in-right10 {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in10 {
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 4.5s;
}
.animated .fade-in10 {
  opacity: 1;
}

.fade-in-up11 {
  opacity: 0;
  transform: translate(0, 20px);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 5s, opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 5s;
}
.fade-in-up11--slow {
  transition: transform 2.4s cubic-bezier(0.4, 0, 0.2, 1) 5s, opacity 2.4s cubic-bezier(0.4, 0, 0.2, 1) 5s;
}
.animated .fade-in-up11 {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in-right11 {
  opacity: 0;
  transform: translate(-20px, 0);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 5s, opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 5s;
}
.animated .fade-in-right11 {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in11 {
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 5s;
}
.animated .fade-in11 {
  opacity: 1;
}

.fade-in-up12 {
  opacity: 0;
  transform: translate(0, 20px);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 5.5s, opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 5.5s;
}
.fade-in-up12--slow {
  transition: transform 2.4s cubic-bezier(0.4, 0, 0.2, 1) 5.5s, opacity 2.4s cubic-bezier(0.4, 0, 0.2, 1) 5.5s;
}
.animated .fade-in-up12 {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in-right12 {
  opacity: 0;
  transform: translate(-20px, 0);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 5.5s, opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 5.5s;
}
.animated .fade-in-right12 {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in12 {
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 5.5s;
}
.animated .fade-in12 {
  opacity: 1;
}

.fade-in-up13 {
  opacity: 0;
  transform: translate(0, 20px);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 6s, opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 6s;
}
.fade-in-up13--slow {
  transition: transform 2.4s cubic-bezier(0.4, 0, 0.2, 1) 6s, opacity 2.4s cubic-bezier(0.4, 0, 0.2, 1) 6s;
}
.animated .fade-in-up13 {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in-right13 {
  opacity: 0;
  transform: translate(-20px, 0);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 6s, opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 6s;
}
.animated .fade-in-right13 {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in13 {
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 6s;
}
.animated .fade-in13 {
  opacity: 1;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 70px 5vw 0 5vw;
  z-index: 10;
}
@media (min-width: 750px) {
  .header {
    padding: 100px 5vw 0 5vw;
  }
}
.header__logo {
  width: 75px;
}
@media (min-width: 750px) {
  .header__logo {
    width: 100px;
  }
}

/* stylelint-disable no-descending-specificity */
.slide {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 7.8%;
}
.slide#slide1 {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  padding: 0;
}
@media (min-width: 1025px) {
  .slide#slide1 {
    padding: 0 7.8%;
  }
}
@media (min-width: 1920px) {
  .slide#slide1 {
    padding: 0 calc(50% - 900px);
  }
}
.slide#slide2 {
  position: absolute;
  overflow: hidden;
  z-index: 2;
  padding: 0;
}
@media (min-width: 1025px) {
  .slide#slide2 {
    display: flex;
    justify-content: flex-end;
    padding: 0 7.8%;
  }
}
@media (min-width: 1920px) {
  .slide#slide2 {
    padding: 0 calc(50% - 900px);
  }
}
@media (max-aspect-ratio: 1/1) and (min-width: 1025px) {
  .slide#slide2 {
    padding: 0 7.8% 0 0;
  }
}
@media (max-aspect-ratio: 1/1) and (min-width: 1920px) {
  .slide#slide2 {
    padding: 0 7.8%;
  }
}
.slide#slide3 {
  position: absolute;
  bottom: 0;
  left: -100%;
  overflow: hidden;
  z-index: 3;
}
@media (min-width: 1025px) {
  .slide#slide3 {
    bottom: 0;
    left: 0;
  }
}
.slide#slide3b {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 3;
}
.slide#prime, .slide#basic, .slide#go {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding: 0;
  will-change: transform;
}
@media (min-width: 1025px) {
  .slide#prime, .slide#basic, .slide#go {
    justify-content: flex-end;
    bottom: 0;
    left: 0;
  }
}
.slide#advance, .slide#more {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding: 0;
  will-change: transform;
}
@media (min-width: 1025px) {
  .slide#advance, .slide#more {
    justify-content: flex-start;
    bottom: 0;
    right: 0;
  }
}
.slide#prime {
  z-index: 4;
}
.slide#advance {
  z-index: 5;
}
.slide#basic {
  z-index: 6;
}
.slide#more {
  z-index: 7;
}
.slide#go {
  z-index: 8;
}
.slide#slide4 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8;
}
.slide#slide5 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.slide--red {
  background: linear-gradient(90deg, #b24842 0%, #7c211d 100%);
}
.slide--blue {
  background: linear-gradient(90deg, #007fbc 0%, #0063a2 100%);
}
.slide--yellow {
  background: linear-gradient(90deg, #fdb913 0%, #c48530 100%);
}
.slide--lightblue {
  background: linear-gradient(90deg, #00ADBB 0%, #0197A3 100%);
}
.slide--green {
  background: linear-gradient(90deg, #83a149 0%, #5e7742 100%);
}
.slide--gray {
  background-color: #a8b2bb;
}
.slide__logo {
  position: absolute;
  width: 10vw;
  min-width: 120px;
}
.slide__txt {
  position: absolute;
}
#slide1 .slide__txt {
  width: 100%;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3019607843);
}
@media (min-width: 1025px) {
  #slide1 .slide__txt {
    width: auto;
  }
}
#slide2 .slide__txt {
  width: 100%;
}
@media (min-width: 1025px) {
  #slide2 .slide__txt {
    width: auto;
  }
}
.slide__txt-logo {
  width: 5vh;
  min-width: 120px;
  margin: 0 auto 5vh;
}
.slide__txt-big {
  font-size: 26px;
  max-width: 100%;
  font-weight: 600;
  text-align: center;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 40px;
  letter-spacing: 3px;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3019607843);
}
@media (min-width: 1025px) {
  .slide__txt-big {
    font-size: 4vh;
    margin-bottom: 50px;
  }
}
@media (min-width: 1920px) {
  .slide__txt-big {
    max-width: 750px;
  }
}
.slide__txt-small {
  font-size: 14px;
  max-width: 100%;
  text-align: center;
  color: #fff;
  line-height: 2;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3019607843);
}
@media (min-width: 1025px) {
  .slide__txt-small {
    font-size: 2vh;
  }
}
@media (min-width: 1920px) {
  .slide__txt-small {
    max-width: 750px;
  }
}
#slide1 .slide__background {
  position: absolute;
  height: 100%;
  width: 100%;
}
@media (min-width: 750px) {
  #slide1 .slide__background {
    transform-origin: 29% 24%;
    width: auto;
  }
}
#slide1 .slide__background.animated img {
  -o-object-position: 0% 100%;
     object-position: 0% 100%;
}
#slide1 .slide__background img {
  transition: object-position 1s linear;
  transition: object-position 1s linear, -o-object-position 1s linear;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 750px) {
  #slide1 .slide__background img {
    -o-object-position: 29% 24%;
       object-position: 29% 24%;
  }
}
#slide1sav2 .slide__background {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: auto;
  left: 0%;
  transform-origin: 24% 22%;
  transform: scale(5);
  transition: transform 1s linear, left 1s linear, transform-origin 1s linear;
}
#slide1sav2 .slide__background.animated {
  left: 50%;
  transform-origin: center;
  transform: scale(1) translateX(-50%);
}
@media (min-width: 1025px) {
  #slide1sav2 .slide__background.animated {
    left: 92.2%;
    transform: scale(1) translateX(-100%);
  }
}
@media (min-width: 1920px) {
  #slide1sav2 .slide__background.animated {
    left: calc(100% - 750px);
    transform: scale(1) translateX(-100%);
  }
}
#slide1sav .slide__background {
  position: absolute;
  height: 100%;
  will-change: transform;
  background-color: #b03e36;
  right: 50%;
  transition: right 1s linear;
  transform-origin: 29% 25%;
}
#slide1sav .slide__background.animated {
  right: 7.8%;
}
@media (min-width: 1920px) {
  #slide1sav .slide__background.animated {
    right: calc(50% - 750px);
  }
}
#slide1sav .slide__background img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 29% 25%;
     object-position: 29% 25%;
}
#slide2 .slide__background {
  position: absolute;
  -o-object-position: center center;
     object-position: center center;
  height: 100%;
  width: 100%;
  transform-origin: 20% 15%;
  top: 50%;
}
@media (min-width: 750px) {
  #slide2 .slide__background {
    transform-origin: 53% 15%;
    width: auto;
  }
}
@media (min-width: 1025px) {
  #slide2 .slide__background {
    left: 0;
  }
}
#slide2 .slide__background.animated img {
  -o-object-position: 100% 100%;
     object-position: 100% 100%;
}
#slide2 .slide__background img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: object-position 1s linear;
  transition: object-position 1s linear, -o-object-position 1s linear;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (min-width: 750px) {
  #slide2 .slide__background img {
    -o-object-position: 100% 50%;
       object-position: 100% 50%;
  }
}
@media (min-width: 1025px) {
  #prime .slide__background, #basic .slide__background, #go .slide__background {
    position: absolute;
    left: calc(50% + 40px);
    top: 0;
    height: 100%;
    width: auto;
  }
}
@media (max-aspect-ratio: 1/1) and (min-width: 1025px) {
  #prime .slide__background, #basic .slide__background, #go .slide__background {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media (min-width: 1025px) {
  #advance .slide__background, #more .slide__background {
    position: absolute;
    right: calc(50% + 40px);
    top: 0;
    height: 100%;
    width: auto;
  }
}
@media (max-aspect-ratio: 1/1) and (min-width: 1025px) {
  #advance .slide__background, #more .slide__background {
    right: 50%;
    transform: translate(50%, 0);
  }
}
@media (min-width: 1025px) {
  .slide__background-wrap {
    position: absolute;
    left: calc(50% + 40px);
    top: 0;
    height: 100%;
    width: auto;
  }
}
.slide__filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#prime .slide__filter {
  background-color: rgba(176, 62, 54, 0.7098039216);
}
#advance .slide__filter {
  background-color: rgba(0, 98, 150, 0.7098039216);
}
#basic .slide__filter {
  background-color: rgba(207, 146, 8, 0.7098039216);
}
#more .slide__filter {
  background-color: rgba(1, 151, 163, 0.7098039216);
}
#go .slide__filter {
  background-color: rgba(95, 127, 44, 0.7098039216);
}
#slide3 .slide__title {
  position: absolute;
}
#slide5 .slide__title {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
  padding: 20px 0;
  background-color: #a8b2bb;
}
@media (min-width: 750px) {
  #slide5 .slide__title {
    position: relative;
    padding: 50px 0;
  }
}
#prime .slide__title, #advance .slide__title, #basic .slide__title, #more .slide__title, #go .slide__title {
  margin-top: 5%;
  text-align: center;
}
@media (min-width: 1025px) {
  #prime .slide__title, #advance .slide__title, #basic .slide__title, #more .slide__title, #go .slide__title {
    margin-top: calc(5% + 100px);
    margin-bottom: 10%;
  }
}
#prime .slide__title {
  letter-spacing: 20px;
}
@media (min-width: 1920px) {
  #prime .slide__title {
    letter-spacing: 55px;
  }
}
#advance .slide__title {
  letter-spacing: 15px;
}
#basic .slide__title {
  letter-spacing: 20px;
}
@media (min-width: 1920px) {
  #basic .slide__title {
    letter-spacing: 55px;
  }
}
#more .slide__title {
  letter-spacing: 20px;
}
@media (min-width: 1920px) {
  #more .slide__title {
    letter-spacing: 55px;
  }
}
#go .slide__title {
  letter-spacing: 50px;
}
@media (min-width: 1920px) {
  #go .slide__title {
    letter-spacing: 75px;
  }
}
.slide__title-img {
  margin: auto;
  height: 40px;
  max-width: 100vw;
}
@media (min-width: 1025px) {
  .slide__title-img {
    height: 6.25vw;
    max-width: 24vw;
  }
}
@media (min-width: 1920px) {
  .slide__title-img {
    height: 80px;
    max-width: 750px;
  }
}
.slide__overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1025px) {
  .slide__overlay {
    width: 40%;
    justify-content: flex-start;
  }
}
#prime .slide__overlay {
  height: 100%;
}
#advance .slide__overlay {
  height: 100%;
}
#basic .slide__overlay {
  height: 100%;
}
#more .slide__overlay {
  height: 100%;
}
#go .slide__overlay {
  height: 100%;
}
.slide__product {
  margin-top: 15%;
  max-height: 60%;
  max-width: 80%;
}
@media (min-width: 1025px) {
  .slide__product {
    margin-top: 0;
    max-height: auto;
    height: 60%;
    max-width: 60%;
  }
}
#prime .slide__product {
  max-width: 80%;
}
@media (min-width: 1025px) {
  #prime .slide__product {
    max-width: 90%;
  }
}
#advance .slide__product {
  max-width: 64%;
}
@media (min-width: 1025px) {
  #advance .slide__product {
    max-width: 54%;
  }
}
#basic .slide__product {
  max-width: 64%;
}
@media (min-width: 1025px) {
  #basic .slide__product {
    max-width: 54%;
  }
}
#more .slide__product {
  max-width: 64%;
}
@media (min-width: 1025px) {
  #more .slide__product {
    max-width: 60%;
  }
}
#go .slide__product {
  max-width: 64%;
}
@media (min-width: 1025px) {
  #go .slide__product {
    max-width: 60%;
  }
}
.slide__product img {
  -o-object-fit: contain;
     object-fit: contain;
}
.slide__content-inner {
  width: 100%;
  padding: 0;
  overscroll-behavior: none;
}
@media (min-width: 750px) {
  .slide__content-inner {
    padding: 0 calc(50% - 300px);
  }
}
@media (min-width: 1025px) {
  .slide__content-inner {
    padding: 0;
    width: 30%;
    margin-left: 15%;
  }
}
@media (min-width: 1025px) {
  #advance .slide__content-inner {
    margin-right: 15%;
    margin-left: auto;
  }
}
@media (min-width: 1025px) {
  #more .slide__content-inner {
    margin-right: 15%;
    margin-left: auto;
  }
}
#slide4 .slide__content-inner {
  top: 0;
  padding: 0 20px;
  bottom: auto;
}
@media (min-width: 1025px) {
  #slide4 .slide__content-inner {
    width: 100%;
    left: 0;
    padding: 0;
  }
}
.slide__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  scrollbar-width: none;
  /* stylelint-disable-line property-no-unknown */
  overscroll-behavior: none;
  overflow: hidden;
}
.slide__content::-webkit-scrollbar {
  width: 0;
}
.slide__content-img {
  margin-bottom: 25px;
}
.slide__content-title {
  margin: 0 0 17px;
  padding: 0 5vw;
  font-size: 24px;
  text-align: center;
}
@media (min-width: 1025px) {
  .slide__content-title {
    padding: 0;
    margin: 0 0 20px;
    font-size: 28px;
  }
}
.slide__content-txt {
  margin-bottom: 60px;
  padding: 0 5vw;
  font-size: 16px;
}
@media (min-width: 1025px) {
  .slide__content-txt {
    font-size: 20px;
    padding: 0;
    font-weight: 500;
  }
}
.slide__content-txt--annotation {
  font-size: 14px;
}
.slide__content-txt--small-mb {
  margin-bottom: 10px;
}
.slide__button {
  display: flex;
  justify-content: center;
  padding-bottom: 20%;
}
@media (min-width: 750px) {
  .slide__button {
    padding-bottom: 10%;
  }
}
.slide__movie {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide__movie .movie {
  width: 100%;
  max-height: 100%;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .slide__movie .movie {
    max-height: 80%;
    max-width: 80%;
  }
}
.slide__table {
  margin: 0 0 50px;
}
@media (min-width: 750px) {
  .slide__table {
    margin: 0 calc(5vw + 70px) 100px calc(5vw + 100px);
  }
}
.slide__two-cols {
  margin-top: 70px;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .slide__two-cols {
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }
}
.slide__lucky {
  width: 100px;
  margin: 50px auto 0;
}
@media (min-width: 750px) {
  .slide__lucky {
    width: 150px;
  }
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #242424;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 100px 0 50px;
  z-index: 9;
}
.footer__logos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
@media (min-width: 750px) {
  .footer__logos {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
  }
}
.footer__logos img {
  width: 75px;
}
@media (min-width: 750px) {
  .footer__logos img {
    width: 150px;
  }
}
.footer__logos img:first-child {
  margin-bottom: 40px;
  width: 88px;
}
@media (min-width: 750px) {
  .footer__logos img:first-child {
    width: auto;
    margin-right: 80px;
    margin-bottom: 0;
  }
}
.footer__sublink-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.footer__sublink {
  font-size: 14px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  margin: 0 20px;
  color: #727272;
}
.footer__sns-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
.footer__sns {
  margin: 0 12px;
}
@media (min-width: 1025px) {
  .footer__sns {
    margin: 0 25px;
  }
}
.footer__copyright {
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 10px;
}
@media (min-width: 750px) {
  .footer__copyright {
    font-size: 16px;
  }
}

.splashscreen {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #b03e36;
  z-index: 999;
  opacity: 1;
  transition: opacity 2s ease-in-out;
}
.splashscreen--fade-out {
  pointer-events: none;
  opacity: 0;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: inline-block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 4px;
  box-sizing: border-box;
}

.loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  right: 37px;
  bottom: 10px;
  height: 9px;
  width: 3.15px;
  background: currentColor;
}
@media (min-width: 1025px) {
  .loader::before {
    bottom: 11px;
  }
}

.loader::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 64px;
  top: -7px;
  border-radius: 50%;
  background: red;
  box-sizing: border-box;
  animation: animloader 1s ease-in infinite;
}

@keyframes animloader {
  0% {
    transform: translateY(8px) scaleY(1) scaleX(1.25);
  }
  25%, 75% {
    transform: translateY(-5px) scaleY(1.2) scaleX(1);
  }
  50% {
    transform: translateY(-10px) scaleY(1) scaleX(1);
  }
  100% {
    transform: translateY(8px) scaleY(0.8) scaleX(0.8);
  }
}
.navigation {
  display: none;
}

.hamburger {
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  text-transform: none;
  width: auto;
  height: auto;
  cursor: pointer;
  display: inline-block;
  position: fixed;
  top: 70px;
  right: 5vw;
  font-size: 24px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: auto;
  background: linear-gradient(to right, #d5d5d5 0%, #fff 100%);
  border: 1px solid #e6e6e6;
  border-radius: 50px;
  font-weight: bold;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.2);
  z-index: 201;
}
@media (min-width: 750px) {
  .hamburger {
    top: 100px;
    right: 5vw;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 70px;
  }
}
.hamburger__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
}
.hamburger__stroke {
  position: absolute;
  background-color: #0871a8;
}
.hamburger__stroke:first-child {
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
  height: 4px;
  width: 35px;
  transform-origin: center center;
  transition: all 0.5s ease-out;
}
.hamburger__stroke:last-child {
  position: absolute;
  top: calc(50% + 4px);
  left: 0;
  height: 4px;
  width: 22px;
  transform-origin: center center;
  transition: all 0.5s ease-out;
}
.hamburger__txt {
  text-align: center;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
}
@media (min-width: 750px) {
  .hamburger__txt {
    line-height: 1.2;
  }
}
.hamburger--open .hamburger__stroke:first-child {
  top: 50%;
  left: 1px;
  transform: rotate(45deg);
}
.hamburger--open .hamburger__stroke:last-child {
  top: 50%;
  left: 1px;
  transform: rotate(-45deg);
  width: 35px;
}

.scroller {
  position: fixed;
  top: 100%;
}

.title {
  font-size: 40px;
  max-width: 100%;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin: 0;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
}
@media (min-width: 1025px) {
  .title {
    font-size: 6.25vw;
    max-width: 38vw;
  }
}
@media (min-width: 1920px) {
  .title {
    font-size: 120px;
    max-width: 750px;
  }
}
.title--single {
  letter-spacing: 5px;
}
@media (min-width: 1920px) {
  .title--single {
    letter-spacing: 28px;
  }
}
.title--double {
  letter-spacing: 5px;
}
@media (min-width: 1920px) {
  .title--double {
    letter-spacing: 21px;
  }
}
.title__jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  margin-top: 20px;
  font-weight: 500;
}
@media (min-width: 750px) {
  .title__jp {
    font-size: 1.875vw;
    margin-top: 3.125vw;
  }
}
@media (min-width: 1920px) {
  .title__jp {
    font-size: 36px;
    margin-top: 60px;
  }
}

.index {
  position: fixed;
  width: 100%;
  height: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  overflow: hidden;
  z-index: 999;
}
@media (min-width: 1025px) {
  .index {
    width: 30vh;
    height: 30vh;
  }
}
@media (max-aspect-ratio: 3/2) and (min-width: 1025px) {
  .index {
    width: 13.5vw;
    height: 13.5vw;
  }
}
.index__index {
  font-size: 40vw;
  font-weight: bold;
  color: rgb(55, 55, 55);
  position: absolute;
  opacity: 0.2;
  font-family: "Josefin Sans", sans-serif;
  transform: rotate(-90deg);
  position: fixed;
  right: 0;
  top: 50%;
}
@media (min-width: 1025px) {
  .index__index {
    display: none;
  }
}
.index--red {
  background-color: #b03e36;
}
.index--red .index__index {
  top: 250%;
}
.index--blue {
  background-color: #006296;
}
.index--blue .index__index {
  top: 150%;
}
.index--yellow {
  background-color: #cf9208;
}
.index--yellow .index__index {
  top: 51%;
}
.index--lightblue {
  background-color: #0197A3;
}
.index--lightblue .index__index {
  top: -51%;
}
.index--green {
  background-color: #5f7f2c;
}
.index--green .index__index {
  top: -152%;
}
.index__txt {
  position: absolute;
  top: 50%;
  left: 65%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: auto;
  max-width: 90%;
  height: 10%;
}
@media (min-width: 1025px) {
  .index__txt {
    max-width: 80%;
  }
}
@media (min-width: 750px) {
  .index__txt {
    left: 50%;
  }
}
.index__img {
  width: 100%;
  height: 100%;
  max-width: 40%;
  max-height: 100%;
  z-index: 2;
  margin-left: auto;
  margin-right: 40px;
}
.index--blue .index__img {
  max-width: 38%;
}
@media (min-width: 750px) {
  .index--blue .index__img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.index--lightblue .index__img {
  max-width: 23%;
  margin-right: 70px;
}
@media (min-width: 750px) {
  .index--lightblue .index__img {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.index--green .index__img {
  max-width: 34%;
}
@media (min-width: 750px) {
  .index--green .index__img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 750px) {
  .index__img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.spec_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.spec_wrap .spec_item {
  width: 33.3333333333%;
  text-align: center;
  background: #fff;
  color: #000;
  display: flex;
  flex-direction: column;
}
.spec_wrap .spec_item:nth-child(1), .spec_wrap .spec_item:nth-child(3), .spec_wrap .spec_item:nth-child(5) {
  background-color: #e9e9e9;
}
.spec_wrap .spec_item:nth-child(4), .spec_wrap .spec_item:nth-child(5) {
  width: 50%;
}
.spec_wrap .spec_item:nth-child(4) .table__logo, .spec_wrap .spec_item:nth-child(5) .table__logo {
  height: 14px;
}
.spec_wrap .spec_detail {
  display: flex;
  flex-direction: column;
}
.spec_wrap .spec_1 {
  padding: 20px 10px;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.spec_wrap .spec_2 {
  padding: 20px 10px;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.spec_wrap .spec_3 {
  padding: 20px 10px;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.spec_wrap .spec_3.ex {
  min-height: 60px;
}
.spec_wrap .spec_4 {
  padding: 20px 10px;
  min-height: 196px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.spec_wrap .spec_4.ex {
  min-height: 60px;
}
.spec_wrap .spec_5 {
  padding: 20px 10px;
  flex: 5;
  min-height: 213px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.spec_wrap .spec_6 {
  padding: 20px 10px;
}
.spec_wrap .spec_7 {
  padding: 20px 10px;
}
.spec_wrap .spec__head {
  text-align: center;
  padding: 10px 20px;
  position: static;
  top: inherit;
}
@media (min-width: 750px) {
  .spec_wrap .spec_item {
    width: 20%;
  }
  .spec_wrap .spec_item:nth-child(4), .spec_wrap .spec_item:nth-child(5) {
    width: 20%;
  }
  .spec_wrap .spec_item:nth-child(4) .table__logo, .spec_wrap .spec_item:nth-child(5) .table__logo {
    height: 20px;
  }
  .spec_wrap .spec__head {
    text-align: center;
    padding: 30px 20px;
    position: sticky;
    top: 0px;
  }
  .spec_wrap .spec_1 {
    min-height: 280px;
    padding: 40px 10px;
  }
  .spec_wrap .spec_2 {
    min-height: 250px;
    padding: 40px 10px;
  }
  .spec_wrap .spec_3 {
    min-height: 250px;
    padding: 40px 10px;
  }
  .spec_wrap .spec_3.ex {
    min-height: 250px;
  }
  .spec_wrap .spec_4 {
    min-height: 226px;
    padding: 40px 10px;
  }
  .spec_wrap .spec_4.ex {
    min-height: 226px;
  }
  .spec_wrap .spec_5 {
    min-height: 194px;
    padding: 40px 10px;
  }
  .spec_wrap .spec_6 {
    padding: 40px 10px;
  }
  .spec_wrap .spec_7 {
    padding: 40px 10px;
  }
}

.button {
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  text-transform: none;
  width: auto;
  height: auto;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  width: 200px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin: auto;
  background: linear-gradient(to right, #d5d5d5 0%, #fff 100%);
  border: 2px solid #e6e6e6;
  border-radius: 60px;
  font-weight: 600;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.2);
  font-family: "Josefin Sans", sans-serif;
}
@media (min-width: 750px) {
  .button {
    height: 63px;
    line-height: 63px;
    border-radius: 63px;
    width: 270px;
    font-size: 24px;
  }
}
@media (min-width: 1920px) {
  .button {
    height: 80px;
    line-height: 80px;
    border-radius: 80px;
    width: 370px;
    font-size: 24px;
  }
}
.button--red {
  color: #b03e36;
}
.button--blue {
  color: #006296;
}
.button--yellow {
  color: #cf9208;
}
.button--lightblue {
  color: #0197A3;
}
.button--green {
  color: #5f7f2c;
}
.button--gray {
  color: #a8b2bb;
}

.two-cols {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: auto;
  max-width: 600px;
  max-height: 100%;
}
@media (min-width: 1025px) {
  .two-cols {
    max-width: 100%;
    flex-direction: row;
    justify-content: center;
  }
}
.two-cols__col {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 0;
  height: 45%;
}
@media (min-width: 1025px) {
  .two-cols__col {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 50%;
    height: auto;
    padding-top: 70px;
    padding-right: 50px;
    padding-left: calc(5vw + 100px);
    min-height: 100vh;
    padding-bottom: 10vh;
  }
}
@media (min-width: 1920px) {
  .two-cols__col {
    padding-right: 150px;
    padding-left: 10%;
  }
}
.two-cols__col > div {
  max-width: 60%;
  max-height: 100%;
  margin-right: 10px;
  margin-left: 20px;
}
@media (min-width: 1025px) {
  .two-cols__col > div {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.two-cols__col--reverse {
  flex-direction: row-reverse;
}
@media (min-width: 1025px) {
  .two-cols__col--reverse {
    flex-direction: column;
    padding-left: 50px;
    padding-right: calc(5vw + 70px);
  }
}
@media (min-width: 1920px) {
  .two-cols__col--reverse {
    padding-right: 10%;
    padding-left: 150px;
  }
}
.two-cols__col--reverse > div {
  margin-left: 10px;
  margin-right: 20px;
}
@media (min-width: 1025px) {
  .two-cols__col--reverse > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .two-cols__col--light {
    background-color: #9ea9b3;
  }
}
@media (min-width: 1025px) {
  .two-cols__col--dark {
    background-color: #95a0aa;
  }
}
.two-cols__img {
  max-width: 40%;
  height: 100%;
  margin: 20px 5vw;
}
@media (min-width: 1025px) {
  .two-cols__img {
    height: 40%;
  }
}
@media (min-width: 1920px) {
  .two-cols__img {
    height: 540px;
    margin: 77px 5vw;
  }
}
.two-cols__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.two-cols__title {
  margin-top: 5%;
}
@media (min-width: 1920px) {
  .two-cols__title {
    margin-top: 100px;
  }
}
.two-cols__title .title {
  font-size: 6.25vw;
  text-align: left;
}
@media (min-width: 1025px) {
  .two-cols__title .title {
    text-align: center;
    font-size: 4.25vw;
  }
}
@media (min-width: 1920px) {
  .two-cols__title .title {
    font-size: 90px;
  }
}
.two-cols__txt {
  margin-top: 5%;
  line-height: 1.5;
}
@media (min-width: 750px) {
  .two-cols__txt {
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  .two-cols__txt {
    font-size: 24px;
  }
}
@media (min-width: 1920px) {
  .two-cols__txt {
    margin-top: 60px;
    font-size: 30px;
  }
}
.two-cols__button {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
@media (min-width: 1025px) {
  .two-cols__button {
    margin: 50px 0;
  }
}

.news-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #242424;
  color: #fff;
  z-index: 50;
  overflow-y: hidden;
}
.news-bar__item {
  text-align: center;
  line-height: 50px;
  height: 50px;
  white-space: nowrap;
  transition: margin-top 0.5s ease-out;
  font-size: 12px;
  overflow: none;
}
@media (min-width: 750px) {
  .news-bar__item {
    font-size: 16px;
  }
}
.news-bar__item--transition {
  margin-top: -50px;
}
.news-bar__date {
  display: inline-block;
  font-size: 14px;
  font-family: "Josefin Sans", sans-serif;
  margin-right: 15px;
}
.news-bar__text {
  display: inline-block;
}
.news-bar__text a {
  text-decoration: underline;
  line-height: 50px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  z-index: 100;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s ease-out;
}
.overlay--open {
  opacity: 0.66;
  visibility: visible;
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 200;
  background-color: #fff;
  max-width: 750px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transform: translateX(100%);
  transition: transform 0.5s ease-out;
}
.menu__wrap {
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  max-height: 500px;
}
@media (min-width: 750px) {
  .menu__wrap {
    padding: 80px;
    max-height: 740px;
  }
}
.menu__item {
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  text-transform: none;
  width: auto;
  height: auto;
  cursor: pointer;
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  color: #a8b2bb;
  text-align: left;
}
@media (min-width: 750px) {
  .menu__item {
    font-size: 40px;
  }
}
.menu__item--red {
  color: #be473e;
}
.menu__item--blue {
  color: #0871a8;
}
.menu__item--yellow {
  color: #eaac05;
}
.menu__item--lightblue {
  color: #00ADBB;
}
.menu__item--green {
  color: #759326;
}
.menu__item--big {
  font-size: 40px;
}
@media (min-width: 750px) {
  .menu__item--big {
    font-size: 60px;
  }
}
.menu__sns-wrap {
  display: flex;
}
.menu__sns {
  margin-right: 18px;
}
.menu--open {
  transform: translateX(0);
}

.table {
  width: 100%;
  border-collapse: collapse;
  color: #242424;
  text-align: center;
  background-color: #fff;
}
.table__logo {
  height: 20px;
  max-height: 30px;
  display: inline-block;
}
.table__head {
  width: 50%;
  padding: 10px 20px;
  text-align: center;
  position: sticky;
  top: 80px;
}
@media (min-width: 750px) {
  .table__head {
    width: 20%;
    padding: 30px 20px;
    top: 0;
  }
}
.table__head:nth-child(4) {
  display: none;
}
@media (min-width: 750px) {
  .table__head:nth-child(4) {
    display: table-cell;
  }
}
.table__head--prime {
  background-color: #b03e36;
}
.table__head--advance {
  background-color: #006296;
}
.table__head--basic {
  background-color: #cf9208;
}
.table__head--more {
  background-color: #0197A3;
}
.table__head--go {
  background-color: #5f7f2c;
  padding: 10px calc(50% - (16.6666666667% - 20px));
}
@media (min-width: 750px) {
  .table__head--go {
    padding: 30px 20px;
  }
}
.table__cell {
  padding: 40px 10px;
  vertical-align: top;
}
.table__cell:nth-child(1), .table__cell:nth-child(3), .table__cell:nth-child(5) {
  background-color: #e9e9e9;
}
.table__cell:nth-child(4) {
  display: none;
}
@media (min-width: 750px) {
  .table__cell:nth-child(4) {
    display: table-cell;
  }
}
.table__cell--middle {
  vertical-align: middle;
}
.table__img {
  max-width: 60px;
  display: inline-block;
}
@media (min-width: 750px) {
  .table__img {
    max-width: 90px;
  }
}
.table__txt {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 750px) {
  .table__txt {
    font-size: 16px;
  }
}
.table__txt--big {
  font-size: 25px;
}
.table__txt--big .tax {
  display: block;
  font-size: 12px;
}
@media (min-width: 750px) {
  .table__txt--big {
    font-size: 36px;
  }
  .table__txt--big .tax {
    font-size: 16px;
  }
}
.table__txt--approx {
  font-size: 12px;
}
@media (min-width: 750px) {
  .table__txt--approx {
    font-size: 16px;
  }
}
.table__txt--small {
  font-weight: normal;
  font-size: 10px;
  margin-top: 5px;
}
@media (min-width: 750px) {
  .table__txt--small {
    font-size: 12px;
  }
}
.table__txt--minuscule {
  font-size: 8px;
}
.table__txt--left {
  text-align: left;
}
.table__num {
  font-size: 40px;
}
.table__num-txt {
  font-size: 35px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.table__special-wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}/*# sourceMappingURL=main.css.map */