@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
  font-family: "Noto Sans Japanese", sans-serif;
  width: 100%;
  overflow-x: hidden;
}

div.globalNav nav.navbar a {
  transition: all 0.3s;
  opacity: 1;
}
div.globalNav nav.navbar a:hover {
  opacity: 0.4;
}

.loader {
  align-items: center;
  background: #222;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}
.loader::after {
  animation: loader 0.5s linear infinite;
  border: 1px solid white;
  border-radius: 50%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  content: "";
  height: 70px;
  width: 70px;
}

@keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
section.section--mainVisual {
  width: 100%;
  height: 100vh;
  margin-bottom: 100vh;
}
@media screen and (min-width: 768px) {
  section.section--mainVisual {
    margin-bottom: 0rem;
  }
}
section.section--mainVisual div.bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -99;
}
section.section--mainVisual div.bg div.bgMovie {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
section.section--mainVisual div.bg div.bgMovie video {
  position: absolute;
  min-height: 100vh;
  min-width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section.section--mainVisual div.bg div.bgMovieOverlay {
  opacity: 0;
}
section.section--mainVisual div.bg div.bgMovieOverlay div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: black;
}
section.section--mainVisual div.sectionMain {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}
section.section--mainVisual div.sectionMain div.pageTitleAndCopy {
  position: relative;
  height: 200px;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -100%);
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.section--mainVisual div.sectionMain div.pageTitleAndCopy {
    height: 200px;
    left: 3rem;
    top: 50%;
    transform: translate(0%, -50%);
  }
}
section.section--mainVisual div.sectionMain div.pageTitleAndCopy div.pageTitle {
  opacity: 0;
  margin-bottom: 1rem;
}
section.section--mainVisual div.sectionMain div.pageTitleAndCopy div.pageCopy {
  opacity: 0;
  white-space: nowrap;
  font-weight: 500;
  margin-bottom: 2.4rem;
}
section.section--mainVisual
  div.sectionMain
  div.pageTitleAndCopy
  div.boronFreeMark {
  opacity: 0;
}
section.section--mainVisual
  div.sectionMain
  div.pageTitleAndCopy
  div.boronFreeMark
  span {
  font-size: 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0.6rem;
  padding: 0.3rem 0.6rem;
}
section.section--mainVisual div.sectionMain div.scrollMark {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -100%);
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  display: none;
}
@media screen and (min-width: 768px) {
  section.section--mainVisual div.sectionMain div.scrollMark {
    display: block;
    opacity: 1;
  }
}
section.section--mainVisual div.sectionMain div.scrollMark div {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
}
section.section--mainVisual div.sectionMain div.scrollMark div p {
  text-align: center;
  font-weight: 500;
  border-radius: 50%;
  font-size: 0.6rem;
  margin: 0;
}

section.section--about {
  margin-bottom: 300px;
}
@media screen and (min-width: 768px) {
  section.section--about {
    margin-bottom: 0rem;
    height: 5000px;
  }
}
section.section--about div.sectionContents {
  position: relative;
}
section.section--about div.sectionContents div.aboutMovie {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  section.section--about div.sectionContents div.aboutMovie {
    opacity: 0;
    position: absolute;
  }
}
section.section--about div.sectionContents div.aboutMovie div.container {
  width: 100%;
}
section.section--about div.sectionContents div.aboutMovie div.container div {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  section.section--about div.sectionContents div.aboutMovie div.container div {
    height: 100vh;
    margin: 0;
    width: 40%;
    display: flex;
    align-items: center;
  }
}
section.section--about
  div.sectionContents
  div.aboutMovie
  div.container
  div
  video {
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.section--about div.sectionContents div.aboutItem {
    width: 100%;
    position: absolute;
    left: 0;
  }
}
section.section--about
  div.sectionContents
  div.aboutItem
  div.container
  div.container-inner {
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.section--about
    div.sectionContents
    div.aboutItem
    div.container
    div.container-inner {
    text-align: left;
    height: 100vh;
    margin-left: 40%;
    padding-left: 4rem;
    width: 60%;
    display: flex;
    align-items: center;
  }
}
section.section--about
  div.sectionContents
  div.aboutItem
  div.container
  div.container-inner
  div
  p {
  font-family: klee-one, sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  section.section--about
    div.sectionContents
    div.aboutItem
    div.container
    div.container-inner
    div
    p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  section.section--about div.sectionContents div.aboutItem01 {
    top: 1000px;
  }
}
section.section--about
  div.sectionContents
  div.aboutItem01
  div.container
  div.container-inner {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  section.section--about
    div.sectionContents
    div.aboutItem01
    div.container
    div.container-inner {
    margin-bottom: 0rem;
  }
}
section.section--about
  div.sectionContents
  div.aboutItem01
  div.container
  div.container-inner
  p.row01 {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  section.section--about
    div.sectionContents
    div.aboutItem01
    div.container
    div.container-inner
    p.row01 {
    opacity: 0;
  }
}
section.section--about
  div.sectionContents
  div.aboutItem01
  div.container
  div.container-inner
  p.row02 {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  section.section--about
    div.sectionContents
    div.aboutItem01
    div.container
    div.container-inner
    p.row02 {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  section.section--about div.sectionContents div.aboutItem02 {
    top: 2500px;
  }
}
section.section--about
  div.sectionContents
  div.aboutItem02
  div.container
  div.container-inner
  p.row01 {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  section.section--about
    div.sectionContents
    div.aboutItem02
    div.container
    div.container-inner
    p.row01 {
    opacity: 0;
  }
}
section.section--about
  div.sectionContents
  div.aboutItem02
  div.container
  div.container-inner
  p.row02 {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  section.section--about
    div.sectionContents
    div.aboutItem02
    div.container
    div.container-inner
    p.row02 {
    opacity: 0;
  }
}

.section--function {
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .section--function {
    margin-bottom: 300px;
  }
}
.section--function .container {
  position: relative;
}
.section--function .container .sectionHeader {
  opacity: 0.7;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .section--function .container .sectionHeader {
    margin-bottom: 0px;
    position: fixed;
    top: 10%;
    z-index: -1;
    opacity: 1;
    left: -300px;
    opacity: 0;
  }
}
.section--function .container .sectionHeader h2 {
  font-size: 5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section--function .container .sectionHeader h2 {
    font-size: 13rem;
    text-align: left;
  }
}
.section--function .container .sectionBody {
  position: relative;
}
.section--function .container .sectionBody .functionItem {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .section--function .container .sectionBody .functionItem {
    position: relative;
    top: 200px;
    margin: 0;
    width: 50%;
    padding: 0 5%;
  }
}
.section--function
  .container
  .sectionBody
  .functionItem
  .itemContainer
  .itemImage {
  z-index: 2;
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.section--function
  .container
  .sectionBody
  .functionItem
  .itemContainer
  .itemImage
  figure
  img {
  width: 100%;
}
.section--function
  .container
  .sectionBody
  .functionItem
  .itemContainer
  .itemBgRect {
  top: -120px;
  z-index: 1;
  position: relative;
  padding: 8rem 2rem 2rem 2rem;
  background-color: rgba(0, 0, 0, 0.4);
}
.section--function
  .container
  .sectionBody
  .functionItem
  .itemContainer
  .itemBgRect
  .itemHeader
  .functionNo {
  position: relative;
  font-size: 1rem;
  margin-bottom: 0.6rem;
}
.section--function
  .container
  .sectionBody
  .functionItem
  .itemContainer
  .itemBgRect
  .itemHeader
  .functionTitle {
  position: relative;
  margin-bottom: 1.2rem;
}
.section--function
  .container
  .sectionBody
  .functionItem
  .itemContainer
  .itemBgRect
  .itemText {
  position: relative;
}
.section--function .container .sectionBody .functionItem01 {
  margin-left: auto;
}
.section--function .container .sectionBody .functionItem02 {
  top: -50px;
}
@media screen and (min-width: 768px) {
  .section--function .container .sectionBody .functionItem02 {
    top: 0px;
  }
}
.section--function .container .sectionBody .functionItem03 {
  margin-left: auto;
  top: -100px;
}
@media screen and (min-width: 768px) {
  .section--function .container .sectionBody .functionItem03 {
    top: 0px;
  }
}

.section--spec {
  margin-bottom: 240px;
}
@media screen and (min-width: 768px) {
  .section--spec {
    margin-bottom: 600px;
  }
}
.section--spec .container {
  position: relative;
}
.section--spec .container .sectionHeader {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .section--spec .container .sectionHeader {
    position: fixed;
    top: 0%;
    z-index: -1;
    opacity: 0;
  }
}
.section--spec .container .sectionHeader h2 {
  font-size: 5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section--spec .container .sectionHeader h2 {
    text-align: left;
    font-size: 13rem;
  }
}
.section--spec .container .sectionHeaderJp {
  opacity: 0.8;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .section--spec .container .sectionHeaderJp {
    margin-bottom: 0px;
    padding-top: 500px;
    position: relative;
    z-index: -1;
    opacity: 0;
  }
}
.section--spec .container .sectionHeaderJp h2 {
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section--spec .container .sectionHeaderJp h2 {
    font-size: 1.8rem;
    text-align: start;
  }
}
.section--spec .container .sectionBody .specImage {
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
}
.section--spec .container .sectionBody .specImage .specImageItem {
  position: relative;
}
.section--spec .container .sectionBody .specImage .specImageItem01 {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .section--spec .container .sectionBody .specImage .specImageItem01 {
    opacity: 0;
  }
}
.section--spec .container .sectionBody .specImage .specImageItem02 {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .section--spec .container .sectionBody .specImage .specImageItem02 {
    opacity: 0;
  }
}
.section--spec .container .sectionBody .specImage .specImageItem03 {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .section--spec .container .sectionBody .specImage .specImageItem03 {
    opacity: 0;
  }
}
.section--spec .container .sectionBody .specInfo .specInfoItem {
  position: relative;
}
.section--spec .container .sectionBody .specInfo .specInfoItem01 {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .section--spec .container .sectionBody .specInfo .specInfoItem01 {
    opacity: 0;
  }
}
.section--spec .container .sectionBody .specInfo .specInfoItem02 {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .section--spec .container .sectionBody .specInfo .specInfoItem02 {
    opacity: 0;
  }
}
.section--spec .container .sectionBody .specInfo .specInfoItem03 {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .section--spec .container .sectionBody .specInfo .specInfoItem03 {
    opacity: 0;
  }
}
.section--spec .container .sectionBody .specInfo .specInfoItem04 {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .section--spec .container .sectionBody .specInfo .specInfoItem04 {
    opacity: 0;
  }
}
.section--spec .container .sectionBody .specInfo .specInfoItem05 {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .section--spec .container .sectionBody .specInfo .specInfoItem05 {
    opacity: 0;
  }
}

.section--howto {
  margin-bottom: 300px;
}
@media screen and (min-width: 768px) {
  .section--howto {
    margin-bottom: 600px;
  }
}
.section--howto .container {
  position: relative;
}
.section--howto .container .sectionHeader {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .section--howto .container .sectionHeader {
    position: fixed;
    top: 20%;
    z-index: -1;
    opacity: 0;
    right: -30%;
  }
}
.section--howto .container .sectionHeader h2 {
  font-size: 4rem;
  line-height: 6.4rem;
  white-space: nowrap;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section--howto .container .sectionHeader h2 {
    font-size: 13rem;
    text-align: right;
  }
}
.section--howto .container .sectionHeaderJp {
  position: relative;
  z-index: -1;
  margin-bottom: 80px;
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .section--howto .container .sectionHeaderJp {
    margin-bottom: 0px;
  }
}
.section--howto .container .sectionHeaderJp h2 {
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section--howto .container .sectionHeaderJp h2 {
    font-size: 1.8rem;
    text-align: start;
  }
}
.section--howto .container .sectionBody .stepContents {
  width: 100%;
}
.section--howto .container .sectionBody .stepContents .item {
  position: relative;
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .section--howto .container .sectionBody .stepContents .item {
    margin-bottom: 8rem;
  }
}
.section--howto .container .sectionBody .stepContents .item .stepNo {
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.section--howto .container .sectionBody .stepContents .item .itemText {
  position: relative;
  margin-bottom: 1rem;
  font-size: 0.8rem;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .section--howto .container .sectionBody .stepContents .item .itemText {
    font-size: 1rem;
    margin-bottom: 3rem;
  }
}
.section--howto .container .sectionBody .stepContents .item .itemImage {
  position: relative;
}
.section--howto
  .container
  .sectionBody
  .stepContents
  .item
  .itemImage
  figure
  img {
  max-width: 240px;
}
@media screen and (min-width: 768px) {
  .section--howto
    .container
    .sectionBody
    .stepContents
    .item
    .itemImage
    figure
    img {
    max-width: 320px;
  }
}

.section--faq .container {
  position: relative;
  margin-bottom: 200px;
}
@media screen and (min-width: 768px) {
  .section--faq .container {
    margin-bottom: 400px;
  }
}
.section--faq .container .sectionHeader {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .section--faq .container .sectionHeader {
    position: fixed;
    top: 0%;
    z-index: -1;
    opacity: 0;
    right: 20%;
  }
}
.section--faq .container .sectionHeader h2 {
  font-size: 5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section--faq .container .sectionHeader h2 {
    font-size: 13rem;
    text-align: right;
  }
}
.section--faq .container .sectionHeaderJp {
  position: relative;
  z-index: -1;
  margin-bottom: 4rem;
  opacity: 0.8;
}
.section--faq .container .sectionHeaderJp h2 {
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section--faq .container .sectionHeaderJp h2 {
    font-size: 1.8rem;
    text-align: left;
  }
}
.section--faq .container .sectionBody .faqContents .accordion-item {
  position: relative;
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.2);
}
.section--faq
  .container
  .sectionBody
  .faqContents
  .accordion-item
  .accordion-header {
  padding: 1rem 0;
}
.section--faq
  .container
  .sectionBody
  .faqContents
  .accordion-item
  .accordion-header
  .accordion-button {
  background-color: transparent;
  box-shadow: none;
  border: none;
  text-align: left;
}
.section--faq
  .container
  .sectionBody
  .faqContents
  .accordion-item
  .accordion-header:not(.collapsed) {
  background-color: transparent;
}
.section--faq
  .container
  .sectionBody
  .faqContents
  .accordion-item
  .accordion-header:focus {
  border-color: transparent;
  box-shadow: none;
}
.section--faq
  .container
  .sectionBody
  .faqContents
  .accordion-item
  .accordion-header:after {
  color: salmon;
}
.section--faq
  .container
  .sectionBody
  .faqContents
  .accordion-item
  .accordion-collapse {
  background-color: rgba(255, 255, 255, 0.11);
}

.section--ec {
  background-image: url(/asset/img/dglp/sct-ec-bg.png);
  background-size: cover;
  color: #333;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .section--ec {
    padding-top: 50px;
  }
}
.section--ec .container {
  position: relative;
}
.section--ec .container .sectionHeader {
  position: relative;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .section--ec .container .sectionHeader {
    opacity: 0;
  }
}
.section--ec .container .sectionHeader h2 {
  font-size: 3rem;
  padding-top: 5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section--ec .container .sectionHeader h2 {
    font-size: 4rem;
    text-align: left;
  }
}
.section--ec .container .sectionHeaderJp {
  opacity: 1;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .section--ec .container .sectionHeaderJp {
    opacity: 0;
  }
}
.section--ec .container .sectionHeaderJp h2 {
  color: #555;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section--ec .container .sectionHeaderJp h2 {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .section--ec .container .sectionBody .ecContents {
    display: flex;
  }
}
.section--ec .container .sectionBody .ecContents .contentsLeft {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .section--ec .container .sectionBody .ecContents .contentsLeft {
    width: 60%;
    justify-content: center;
    align-items: flex-end;
    margin: 0 auto;
  }
}
.section--ec .container .sectionBody .ecContents .contentsLeft .imageItem {
  position: relative;
  text-align: center;
  width: 20%;
}
.section--ec .container .sectionBody .ecContents .contentsLeft .imageItem img {
  width: 100%;
}
.section--ec .container .sectionBody .ecContents .contentsLeft .imageItem01 {
  opacity: 1;
  margin-right: 2rem;
}
@media screen and (min-width: 768px) {
  .section--ec .container .sectionBody .ecContents .contentsLeft .imageItem01 {
    opacity: 0;
  }
}
.section--ec .container .sectionBody .ecContents .contentsLeft .imageItem02 {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .section--ec .container .sectionBody .ecContents .contentsLeft .imageItem02 {
    opacity: 0;
  }
}
.section--ec .container .sectionBody .ecContents .contentsRight {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .section--ec .container .sectionBody .ecContents .contentsRight {
    width: 40%;
  }
}
.section--ec .container .sectionBody .ecContents .contentsRight .ecInfo {
  width: 80%;
  margin: 0 auto;
  opacity: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section--ec .container .sectionBody .ecContents .contentsRight .ecInfo {
    width: 60%;
    opacity: 0;
    text-align: left;
    margin: 0;
  }
}
.section--ec
  .container
  .sectionBody
  .ecContents
  .contentsRight
  .ecInfo
  .ecInfo-itemName {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .section--ec
    .container
    .sectionBody
    .ecContents
    .contentsRight
    .ecInfo
    .ecInfo-itemName {
    font-size: 2rem;
  }
}
.section--ec
  .container
  .sectionBody
  .ecContents
  .contentsRight
  .ecInfo
  .ecInfo-itemNameEn {
  font-size: 0.8rem;
}
.section--ec
  .container
  .sectionBody
  .ecContents
  .contentsRight
  .ecInfo
  .ecInfo-itemNo {
  font-size: 0.7rem;
  letter-spacing: 0.3rem;
  font-weight: 500;
}
.section--ec
  .container
  .sectionBody
  .ecContents
  .contentsRight
  .ecInfo
  .ecInfo-copy {
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 0.7rem;
}
@media screen and (min-width: 768px) {
  .section--ec
    .container
    .sectionBody
    .ecContents
    .contentsRight
    .ecInfo
    .ecInfo-copy {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
.section--ec
  .container
  .sectionBody
  .ecContents
  .contentsRight
  .ecInfo
  .ecInfo-function {
  font-size: 0.9rem;
}
.section--ec
  .container
  .sectionBody
  .ecContents
  .contentsRight
  .ecInfo
  .ecInfo-function
  ul {
  list-style: none;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .section--ec
    .container
    .sectionBody
    .ecContents
    .contentsRight
    .ecInfo
    .ecInfo-function
    ul {
    list-style: disc;
    padding-left: 2rem;
  }
}
.section--ec
  .container
  .sectionBody
  .ecContents
  .contentsRight
  .ecInfo
  .ecInfo-ecLogo {
  text-align: center;
}
.section--ec
  .container
  .sectionBody
  .ecContents
  .contentsRight
  .ecInfo
  .ecInfo-ecLinkBtn {
  display: block;
  font-size: 0.8rem;
  width: 90%;
  margin: 1rem auto;
}
.section--ec
  .container
  .sectionBody
  .ecContents
  .contentsRight
  .ecInfo
  .ecInfo-nso {
  text-align: center;
  font-size: 0.8rem;
}
.section--ec
  .container
  .sectionBody
  .ecContents
  .contentsRight
  .ecInfo
  .ecInfo-nsoEn {
  text-align: center;
  font-size: 0.8rem;
}

section.sct-fixBg {
  display: none;
}
@media screen and (min-width: 768px) {
  section.sct-fixBg {
    display: block;
  }
}

footer a {
  color: #222;
  text-decoration: none;
}

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

.skrollable {
  /*
  * First-level skrollables are positioned relative to window
  */
  position: fixed;
  /*
  * Skrollables by default have a z-index of 100 in order to make it easy to position elements in front/back without changing each skrollable
  */
  z-index: 100;
}

.skrollr-mobile .skrollable {
  /*
  	May cause issues on Android default browser (see #331 on GitHub).
  */
  position: absolute;
}

.skrollable .skrollable {
  /*
  * Second-level skrollables are positioned relative their parent skrollable
  */
  position: absolute;
}

.skrollable .skrollable .skrollable {
  /*
  * Third-level (and below) skrollables are positioned static
  */
  position: static;
}
