@charset "utf-8";
/* CSS Document */

.main {
  position: relative;
/*  scroll-snap-type: y mandatory;
  width:100%;
  height:100vh;
  overflow:scroll;*/
}

.pager {
  position: fixed;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  padding: 0;
}
.pager li {
  display: block;
  margin: 20px;
}
.pager li a {
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}
.pager .is-current a {
  background: #e09789;
}

.section {
  width: 100%;
}
.section.is-show .section-content {
  /*opacity: 1;*/
}

.section-content {
  /*max-width: 300px;*/
  margin: 0 auto;
  /*padding: 40px 60px;*/
  text-align: center;
  /*opacity: 0;*/
  /*transition: opacity .5s ease .75s;*/
}
.section-content h2{
    font-family: 'arial-black','Gotham-Medium',"Arial Black", Gadget, "sans-serif";
    font-size: 4.5vw;
    letter-spacing: 10px;
    padding-top: 2%;
}

/*
h2 {
  color: #232323;
}
h2:first-child {
  margin-top: 0;
}

h3 {
  color: #232323;
}

p {
  color: #232323;
}

.section-red {
  background-color: #ff6363;
}

.section-blue {
  background-color: #8fbbff;
}

.section-green {
  background-color: #fff;
}
*/