  @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;200;300;400;500;600;700;800;900&display=swap");
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

html body {
  font-family: 'Noto Sans JP', 'Noto Serif JP', sans-serif;
  line-height: 1.8;
  font-size: 1.6rem;
  color: #1F1F1F;
}

@media screen and (max-width: 768px) {
  html body {
    font-size: 1.4rem;
  }
}

html .lead {
  font-weight: 500;
  margin: 2rem auto 6rem;
}

@media screen and (max-width: 768px) {
  html .lead {
    margin: 1.4rem auto 3rem;
  }
}

html figcaption {
  font-weight: 400;
  margin-bottom: 1rem;
}

.ib {
  display: inline-block;
}

.sp {
  display: none !important;
}

.mb10 {
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inline-block !important;
  }
}

a:hover {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  opacity: 0.8;
}

header {
  position: absolute;
  left: 0;
  display: block;
  top: 0;
  bottom: 0;
  width: 26rem;
}

header .logo__wrap {
  width: 100%;
}

header .logo__wrap .logo__blk {
  width: 100%;
  max-width: 136px;
  margin: 0 auto;
}

header .logo__wrap .logo__blk a {
  display: block;
}

header .logo__wrap .logo__blk img {
  width: 100%;
}

header .logo__wrap .logo_txt {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #8A6B26;
  text-align: center;
  padding: 1rem 0;
  display: block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top: 1.5rem;
}

header .SpHeader__inner {
  display: none;
}

header .PcHeader__inner {
  width: 100%;
  max-width: 26rem;
  padding: 7rem 2rem 0;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
}

@media screen and (min-width: calc(1280px + 1px)) {
  header .PcHeader__inner {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  header .PcHeader__inner::-webkit-scrollbar {
    display: none;
  }
}

header .PcHeader__inner nav {
  margin: 3rem auto 0;
}

header .PcHeader__inner nav ul > li {
  font-weight: 500;
  font-size: 1.47rem;
  line-height: 2;
  letter-spacing: -1px;
  padding-left: 1.1rem;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

header .PcHeader__inner nav ul > li.parent:hover {
  color: #3F3999;
}

header .PcHeader__inner nav ul > li.parent:hover .child li {
  color: #1F1F1F;
}

header .PcHeader__inner nav ul > li.row02 {
  line-height: 1.4;
  margin: 0.4em 0;
}

header .PcHeader__inner nav ul > li a {
  font-weight: 500;
}

header .PcHeader__inner nav ul > li a:hover {
  color: #3F3999;
}

header .PcHeader__inner nav ul > li::before {
  position: absolute;
  top: 0;
  left: -0.5rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  color: #3F3999;
  font-size: 1.5rem;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

header .PcHeader__inner nav ul > li .child {
  opacity: 0;
  height: 0;
  -webkit-transform: translateY(-1em);
          transform: translateY(-1em);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  pointer-events: none;
}

header .PcHeader__inner nav ul > li .child > li {
  padding-left: 2rem;
  background-color: transparent;
}

header .PcHeader__inner nav ul > li .child > li::before {
  font-weight: 500;
  width: 2rem;
  height: 1px;
  background-color: #3F3999;
  content: '';
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

header .PcHeader__inner nav ul > li .child > li:hover::before {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

header .PcHeader__inner nav ul > li.is_act::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

header .PcHeader__inner nav ul > li.is_act .child {
  opacity: 1;
  margin-bottom: 1em;
  display: block;
  height: auto;
  -webkit-transform: translate(0);
          transform: translate(0);
  pointer-events: inherit;
}

header .PcHeader__inner .bnr__wrap {
  margin: 5rem auto 0;
  width: 100%;
}

header .PcHeader__inner .bnr__wrap .bnr__blk {
  width: 100%;
  display: block;
  margin-top: 1.5rem;
}

header .PcHeader__inner .bnr__wrap .bnr__blk:first-of-type {
  margin-top: 0;
}

header .PcHeader__inner .bnr__wrap .bnr__blk a {
  width: 100%;
}

@media screen and (max-width: 768px) {
  header {
    width: 100%;
    height: 5.4rem;
    bottom: auto;
    position: fixed;
    z-index: 10;
  }
  header .PcHeader__inner {
    display: none;
  }
  header .SpHeader__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    height: 5.4rem;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 5;
    background-color: #fff;
  }
  header .SpHeader__inner .logo__wrap {
    width: calc(100% - 5.4rem);
    height: 100%;
    max-height: 5.4rem;
    background-color: #fff;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10;
  }
  header .SpHeader__inner .logo__wrap .logo__blk {
    min-width: 7rem;
    margin: 0 3rem 0 0;
    width: 20%;
  }
}

@media screen and (max-width: 768px) and (max-width: 375px) {
  header .SpHeader__inner .logo__wrap .logo__blk {
    margin-right: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  header .SpHeader__inner .logo__wrap .logo__blk img {
    vertical-align: text-top;
  }
  header .SpHeader__inner .logo__wrap .logo_txt {
    font-size: 5vw;
    text-align: left;
    padding: 0;
    display: inline-block;
    border: none;
    margin: 0;
  }
}

@media screen and (max-width: 768px) and (max-width: 375px) {
  header .SpHeader__inner .logo__wrap .logo_txt {
    font-size: 5.6vw;
  }
}

@media screen and (max-width: 768px) {
  header .SpHeader__inner .hmbBtn__wrap {
    width: 5.4rem;
    height: 5.4rem;
    background-color: #3F3999;
    padding: 1.6rem 1.2rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
  }
  header .SpHeader__inner .hmbBtn__wrap span {
    display: block;
    width: 3rem;
    height: 2px;
    background-color: #fff;
    margin: 0 auto;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  header .SpHeader__inner .hmbBtn__wrap span.hmbBottom {
    margin-top: 5px;
  }
  header .SpHeader__inner .hmbBtn__wrap p {
    font-size: 1rem;
    color: #fff;
    margin: 8px auto 0;
    text-align: center;
    line-height: 1;
  }
  header .SpHeader__inner #hmbMenu {
    position: fixed;
    opacity: 0;
    top: 0;
    left: -200%;
    width: 100%;
    height: 100vh;
    padding: 5.5rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #3F3999;
    color: #fff;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 5;
  }
  header .SpHeader__inner #hmbMenu ul li {
    padding: 1.6rem;
    line-height: 1.4;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #fff;
  }
  header .SpHeader__inner #hmbMenu ul li > a {
    position: relative;
    padding-left: 1em;
    display: block;
  }
  header .SpHeader__inner #hmbMenu ul li > a::before {
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    color: #fff;
    font-size: 1rem;
    top: 50%;
    -webkit-transform: translateY(-45%);
            transform: translateY(-45%);
  }
  header .SpHeader__inner #hmbMenu ul li .child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0.5rem;
  }
  header .SpHeader__inner #hmbMenu ul li .child li {
    display: inline-block;
    width: auto;
    border-bottom: none;
    padding: 0 3rem 0 0;
  }
  header .SpHeader__inner #hmbMenu .sns__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin-top: 2.5rem;
  }
  header .SpHeader__inner #hmbMenu .sns__wrap::before {
    content: 'SHARE';
    display: inline-block;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    font-size: 1.1rem;
  }
  header .SpHeader__inner #hmbMenu .sns__wrap li {
    border: none;
    width: auto;
    padding: 3rem 0;
  }
  header .SpHeader__inner #hmbMenu .sns__wrap li a {
    padding: 0 1em;
    font-size: 2.2rem;
  }
  header .SpHeader__inner #hmbMenu .sns__wrap li a::before {
    display: none;
  }
  header .SpHeader__inner #hmbMenu .bnr__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 1rem;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header .SpHeader__inner #hmbMenu .bnr__wrap .bnr__blk {
    width: 49%;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 2%;
    margin-bottom: 1rem;
  }
  header .SpHeader__inner #hmbMenu .bnr__wrap .bnr__blk:nth-of-type(even) {
    margin-right: 0;
  }
  header .SpHeader__inner #hmbMenu .bnr__wrap .bnr__blk:last-of-type {
    margin: 0;
  }
  header .SpHeader__inner #hmbMenu .bnr__wrap .bnr__blk img {
    width: 100%;
    display: block;
  }
  header .SpHeader__inner.is_act .hmbBtn__wrap {
    z-index: 10;
  }
  header .SpHeader__inner.is_act .hmbBtn__wrap span.hmbTop {
    -webkit-transform: rotateZ(25deg) translate(0px, 0px);
            transform: rotateZ(25deg) translate(0px, 0px);
  }
  header .SpHeader__inner.is_act .hmbBtn__wrap span.hmbBottom {
    -webkit-transform: rotateZ(-25deg) translate(3px, -6px);
            transform: rotateZ(-25deg) translate(3px, -6px);
  }
  header .SpHeader__inner.is_act #hmbMenu {
    opacity: 1;
    left: 0;
    overflow-y: scroll;
  }
}

article {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 7rem 0 26rem;
}

article p {
  margin-bottom: 4.5rem;
}

@media screen and (max-width: 768px) {
  article p {
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 768px) {
  article {
    padding: 5.4rem 0 0;
  }
}

article .BlkSubVisual {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

article .BlkSubVisual::after {
  content: '';
  position: absolute;
  width: 150%;
  height: 150%;
  left: 0;
  top: 0;
  background-color: #3F3999;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: 1s 0.5s cubic-bezier(0.81, 0.47, 0.58, 1);
  transition: 1s 0.5s cubic-bezier(0.81, 0.47, 0.58, 1);
  opacity: 1;
}

article .BlkSubVisual.is_act::after {
  background-color: rgba(63, 57, 153, 0.6);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

article .BlkSubVisual img {
  width: 100%;
  display: block;
}

article .BlkContent__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #EEE;
  border-right: 1px solid #EEE;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  article .BlkContent__inner {
    border-right: none;
    border-left: none;
  }
}

article .BlkContent__inner h1 {
  font-family: 'Noto Serif JP', sans-serif;
  padding: 3rem 5rem 2.5rem;
  font-size: 3.4rem;
  color: #3F3999;
  border-bottom: 1px solid #EEE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  article .BlkContent__inner h1 {
    font-size: 2rem;
    padding: 2rem 1.5rem;
  }
}

article .BlkContent__inner section {
  padding: 0 5rem;
}

@media screen and (max-width: 1280px) {
  article .BlkContent__inner section {
    padding: 0 1.5rem;
  }
}

article .BlkContent__inner h2 {
  margin-bottom: 3rem;
  color: #3F3999;
  font-size: 2.2rem;
  border-left: 8px solid #3F3999;
  padding-left: 0.8rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  article .BlkContent__inner h2 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}

article .BlkContent__inner .txtBox {
  padding: 3rem 3.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #3F3999;
  background-color: #F5F4FD;
}

article .BlkContent__inner .txtBox > p {
  font-weight: 500;
}

article .BlkContent__inner .txtBox > p:last-of-type {
  margin-bottom: 0;
}

article .BlkContent__inner ol.BlkListNumber {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 7.5rem;
}

@media screen and (max-width: 768px) {
  article .BlkContent__inner ol.BlkListNumber {
    margin-bottom: 4rem;
  }
}

article .BlkContent__inner ol.BlkListNumber ol {
  padding-left: 1em;
}

article .BlkContent__inner ol.BlkListNumber li {
  padding: 2rem 1rem 2rem 6rem;
  border-top: 1px solid #3F3999;
  position: relative;
}

article .BlkContent__inner ol.BlkListNumber li:last-child {
  border-bottom: 1px solid #3F3999;
}

article .BlkContent__inner ol.BlkListNumber li::before {
  position: absolute;
  top: 50%;
  margin: auto;
  counter-increment: item;
  content: counter(item);
  font-size: 2.6rem;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  z-index: 1;
  left: 2.5rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

article .BlkContent__inner ol.BlkListNumber li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("/koho/meijivision150/assets/images/bgList.svg");
  background-position: center;
  width: 5rem;
  height: 4.4rem;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  article .BlkContent__inner ol.BlkListNumber li {
    padding: 1.6rem 1rem 1.6rem 6rem;
    line-height: 1.4;
  }
}

article .BlkContent__inner .adjust {
  margin-bottom: 0 !important;
  background-color: #3F3999;
  padding: 1.5rem;
  color: #fff;
}

article .BlkContent__inner .Col2Contents__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

article .BlkContent__inner .Col2Contents__wrap.groupBox {
  background-color: #BDB5D9;
  margin-bottom: 7.5rem;
}

article .BlkContent__inner .Col2Contents__wrap.groupBox .contents__blk {
  margin: 0 3%;
}

article .BlkContent__inner .Col2Contents__wrap.groupBox .contents__blk:nth-of-type(even) {
  margin-right: 0;
}

article .BlkContent__inner .Col2Contents__wrap.groupBox .contents__blk:nth-of-type(odd) {
  margin-left: 0;
}

article .BlkContent__inner .Col2Contents__wrap.groupBox .contents__blk.mgNone {
  margin: 0;
}

@media screen and (max-width: 768px) {
  article .BlkContent__inner .Col2Contents__wrap.groupBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 4rem;
  }
  article .BlkContent__inner .Col2Contents__wrap.groupBox .contents__blk {
    width: 100%;
    max-width: 50rem;
    margin: 0 auto 4rem;
  }
  article .BlkContent__inner .Col2Contents__wrap.groupBox .contents__blk:nth-of-type(even), article .BlkContent__inner .Col2Contents__wrap.groupBox .contents__blk:nth-of-type(odd) {
    margin: 0 auto;
  }
  article .BlkContent__inner .Col2Contents__wrap.groupBox .contents__blk.mgNone {
    margin: 0 auto;
  }
}

article .BlkContent__inner .Col2Contents__wrap.centerBox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

article .BlkContent__inner .Col2Contents__wrap .contents__blk {
  width: 47%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 7.5rem;
}

article .BlkContent__inner .Col2Contents__wrap .contents__blk > P {
  margin-bottom: 0;
}

article .BlkContent__inner .Col2Contents__wrap .contents__blk img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  article .BlkContent__inner .Col2Contents__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  article .BlkContent__inner .Col2Contents__wrap .contents__blk {
    width: 100%;
    max-width: 50rem;
    margin: 0 auto 4rem;
  }
}

article .BlkContent__inner .btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 1.5rem 0 10rem;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  article .BlkContent__inner .btn__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  article .BlkContent__inner .btn__wrap {
    padding: 0 0 3.5rem;
  }
}

article .BlkContent__inner .btn__wrap .btn__contents {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 2.8rem;
}

article .BlkContent__inner .btn__wrap .btn__contents a {
  color: #3F3999;
  border: 1px solid #3F3999;
  font-size: 1.4rem;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.7rem 7rem 1.7rem 5.5rem;
  position: relative;
  text-align: center;
}

article .BlkContent__inner .btn__wrap .btn__contents a span {
  font-size: 1.2rem;
}

article .BlkContent__inner .btn__wrap .btn__contents a.row02 {
  padding: 1rem 5rem 1rem 2rem;
  line-height: 1.4;
}

article .BlkContent__inner .btn__wrap .btn__contents a.disabled {
  pointer-events: none;
}

article .BlkContent__inner .btn__wrap .btn__contents a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 3rem;
  right: 1.5rem;
  margin: auto;
  content: url("/koho/meijivision150/assets/images/link.svg");
  width: 2.2rem;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

article .BlkContent__inner .btn__wrap .btn__contents a::before {
  position: absolute;
  content: "";
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 0;
  background-color: #3F3999;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: -1;
}

article .BlkContent__inner .btn__wrap .btn__contents a:hover {
  color: #fff;
}

article .BlkContent__inner .btn__wrap .btn__contents a:hover::after {
  content: url("/koho/meijivision150/assets/images/link_hv.svg");
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}

article .BlkContent__inner .btn__wrap .btn__contents a:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

article .BlkContent__inner .btn__wrap .btn__contents.blank a {
  padding: 1.7rem 5rem 1.7rem 2rem;
}

article .BlkContent__inner .btn__wrap .btn__contents.blank a.row02 {
  padding: 1rem 5rem 1rem 2rem;
  line-height: 1.4;
}

article .BlkContent__inner .btn__wrap .btn__contents.blank a::after {
  right: 2rem;
  font-family: "Font Awesome 5 free";
  content: '\f2d2';
  font-weight: 400;
  color: #A7A4DD;
  height: 2rem;
}

article .BlkContent__inner .btn__wrap .btn__contents.blank a:hover::after {
  color: #fff;
  -webkit-transform: translate(0);
          transform: translate(0);
}

article .BlkContent__inner .btn__wrap .btn__contents:first-of-type {
  margin-left: 0;
}

article .BlkContent__inner .btn__wrap .btn__contents:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 1280px) {
  article .BlkContent__inner .btn__wrap .btn__contents {
    margin: 0 auto 1.5rem;
  }
  article .BlkContent__inner .btn__wrap .btn__contents:first-of-type {
    margin: 0 auto 1.5rem;
  }
  article .BlkContent__inner .btn__wrap .btn__contents:last-of-type {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  article .BlkContent__inner .btn__wrap .btn__contents {
    width: 100%;
  }
  article .BlkContent__inner .btn__wrap .btn__contents a {
    width: 100%;
  }
  article .BlkContent__inner .btn__wrap .btn__contents.blank a::after {
    right: 2rem;
  }
}

article.concept .BlkContent__inner {
  padding-bottom: 8.5rem;
}

@media screen and (max-width: 768px) {
  article.concept .BlkContent__inner {
    padding-bottom: 4rem;
  }
}

article.concept .BlkContent__inner h1 {
  font-family: 'Noto Sans JP', 'Noto Serif JP', sans-serif;
  padding: 6rem 0 10rem;
  font-size: 5rem;
  text-align: center;
  color: #1F1F1F;
  border: none;
  line-height: 1.4;
  position: relative;
}

article.concept .BlkContent__inner h1 span {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
}

article.concept .BlkContent__inner h1::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 4rem;
  background-color: #3F3999;
  bottom: 4.5rem;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  article.concept .BlkContent__inner h1 {
    font-size: 2.8rem;
    padding: 3rem 0 6rem;
  }
  article.concept .BlkContent__inner h1 span {
    font-size: 1.2rem;
  }
  article.concept .BlkContent__inner h1::after {
    height: 2.5rem;
    bottom: 2.5rem;
  }
}

article.concept .BlkContent__inner h2 {
  font-family: 'Noto Serif JP', sans-serif;
  color: #3F3999;
  font-size: 4rem;
  text-align: center;
  border-left: none;
  border-top: 1px solid #3F3999;
  border-bottom: 1px solid #3F3999;
  padding: 2rem 1rem;
  font-weight: 600;
  vertical-align: middle;
  margin-bottom: 4rem;
}

article.concept .BlkContent__inner h2 span {
  font-size: 2rem;
  display: inline-block;
  padding-left: 1.5rem;
  font-weight: 400;
  vertical-align: middle;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
}

@media screen and (max-width: 768px) {
  article.concept .BlkContent__inner h2 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
    padding: 1rem;
  }
  article.concept .BlkContent__inner h2 span {
    font-size: 1.6rem;
    padding: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

article.concept .BlkContent__inner figure {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1280px) {
  article.concept .BlkContent__inner figure {
    width: 80%;
    max-width: 684px;
    margin: 0 auto;
  }
}

article.concept .BlkContent__inner figure img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  article.concept .BlkContent__inner figure img {
    width: 100%;
  }
}

article.plan .BlkContent__inner {
  padding-bottom: 22.5rem;
  background-image: url("/koho/meijivision150/concept/images/bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}

@media screen and (max-width: 768px) {
  article.plan .BlkContent__inner {
    padding-bottom: 12rem;
    margin-bottom: -9.6vw;
  }
}

@media screen and (max-width: 500px) {
  article.plan .BlkContent__inner {
    margin-bottom: -5rem;
  }
}

article.plan .BlkContent__inner h1 {
  font-family: 'Noto Sans JP', 'Noto Serif JP', sans-serif;
  padding: 6rem 0 10rem;
  font-size: 5rem;
  text-align: center;
  color: #1F1F1F;
  border: none;
  line-height: 1.4;
  position: relative;
}

article.plan .BlkContent__inner h1 span {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
}

article.plan .BlkContent__inner h1::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 4rem;
  background-color: #3F3999;
  bottom: 4.5rem;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  article.plan .BlkContent__inner h1 {
    font-size: 2.8rem;
    padding: 3rem 0 6rem;
  }
  article.plan .BlkContent__inner h1 span {
    font-size: 1.2rem;
  }
  article.plan .BlkContent__inner h1::after {
    height: 2.5rem;
    bottom: 2.5rem;
  }
}

article.plan .BlkContent__inner h2 {
  font-family: 'Noto Serif JP', sans-serif;
  color: #3F3999;
  font-size: 4rem;
  text-align: center;
  border-left: none;
  border-top: 1px solid #3F3999;
  border-bottom: 1px solid #3F3999;
  padding: 2rem 1rem;
  font-weight: 600;
  vertical-align: middle;
  margin-bottom: 4rem;
}

article.plan .BlkContent__inner h2 span {
  font-size: 2rem;
  display: inline-block;
  padding-left: 1.5rem;
  font-weight: 400;
  vertical-align: middle;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
}

@media screen and (max-width: 768px) {
  article.plan .BlkContent__inner h2 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
    padding: 1rem;
  }
  article.plan .BlkContent__inner h2 span {
    font-size: 1.6rem;
    padding: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

article.plan .BlkContent__inner figure {
  display: block;
  width: 72%;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  article.plan .BlkContent__inner figure {
    width: 90%;
    max-width: 684px;
  }
}

article.plan .BlkContent__inner figure img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  article.plan .BlkContent__inner figure img {
    width: 100%;
  }
}

article.news .NewsContents__wrap {
  margin-bottom: 2.5rem !important;
}

@media screen and (max-width: 1280px) {
  article.news .NewsContents__wrap {
    margin-bottom: 6rem !important;
  }
}

article.top .BlkMainVisual, article.news .BlkMainVisual {
  width: 100%;
  height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  article.top .BlkMainVisual, article.news .BlkMainVisual {
    height: calc(100vh - 5.4rem);
  }
}

article.top .BlkMainVisual img, article.news .BlkMainVisual img {
  width: 100%;
  display: block;
}

article.top .NewsContents__wrap, article.news .NewsContents__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
article.news .NewsContents__wrap::after {
  content:"";
  display: block;
  width: 31.2%;
}

@media screen and (max-width: 1280px) {
  article.top .NewsContents__wrap, article.news .NewsContents__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2rem;
  }
}

article.top .NewsContents__wrap .contents__blk, article.news .NewsContents__wrap .contents__blk {
  width: 31.2%;
  display: block;
}

@media screen and (max-width: 1280px) {
  article.top .NewsContents__wrap .contents__blk, article.news .NewsContents__wrap .contents__blk {
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
}

article.top .NewsContents__wrap .contents__blk > a, article.news .NewsContents__wrap .contents__blk > a {
  display: block;
  margin-bottom: 5rem;
}

article.top .NewsContents__wrap .contents__blk > a:hover figure img, article.news .NewsContents__wrap .contents__blk > a:hover figure img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

article.top .NewsContents__wrap .contents__blk > a:hover .caption__contents, article.news .NewsContents__wrap .contents__blk > a:hover .caption__contents {
  background-size: 100% 2px;
}

@media screen and (max-width: 1280px) {
  article.top .NewsContents__wrap .contents__blk > a, article.news .NewsContents__wrap .contents__blk > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.5rem 0;
    margin-bottom: 0;
  }
  article.top .NewsContents__wrap .contents__blk > a > div, article.news .NewsContents__wrap .contents__blk > a > div {
    width: 53%;
  }
}

article.top .NewsContents__wrap .contents__blk time, article.news .NewsContents__wrap .contents__blk time {
  margin-top: 1rem;
  display: block;
  font-weight: 100;
}

@media screen and (max-width: 1280px) {
  article.top .NewsContents__wrap .contents__blk time, article.news .NewsContents__wrap .contents__blk time {
    margin-top: 0;
  }
}

article.top .NewsContents__wrap .contents__blk figure, article.news .NewsContents__wrap .contents__blk figure {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1280px) {
  article.top .NewsContents__wrap .contents__blk figure, article.news .NewsContents__wrap .contents__blk figure {
    width: 41.3%;
  }
}

article.top .NewsContents__wrap .contents__blk figure img, article.news .NewsContents__wrap .contents__blk figure img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

article.top .NewsContents__wrap .contents__blk figure span, article.news .NewsContents__wrap .contents__blk figure span {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #3F3999;
  color: #fff;
  line-height: 1.2;
  font-size: 1.2rem;
  font-weight: 300;
  padding: 0.8rem 1.6rem;
}

@media screen and (max-width: 500px) {
  article.top .NewsContents__wrap .contents__blk figure span, article.news .NewsContents__wrap .contents__blk figure span {
    padding: 0.4rem 0.8rem;
    font-size: 1rem;
  }
}

article.top .NewsContents__wrap .contents__blk .caption__contents, article.news .NewsContents__wrap .contents__blk .caption__contents {
  line-height: 1.5;
  font-weight: 400;
  display: inline;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  background: -webkit-gradient(linear, left top, left bottom, from(#1F1F1F), to(#1F1F1F)) 0 100%/0 2px no-repeat;
  background: linear-gradient(#1F1F1F, #1F1F1F) 0 100%/0 2px no-repeat;
  -webkit-transition: background .4s;
  transition: background .4s;
  text-decoration: none;
  margin-bottom: 0;
}

@media screen and (max-width: 1280px) {
  article.top .NewsContents__wrap .contents__blk .caption__contents, article.news .NewsContents__wrap .contents__blk .caption__contents {
    margin-bottom: 0;
  }
}

article.top .btn__wrap, article.news .btn__wrap {
  padding: 0 0 13.5rem;
}

@media screen and (max-width: 768px) {
  article.top .btn__wrap, article.news .btn__wrap {
    padding-bottom: 7rem;
  }
}

article.top h2, article.news h2 {
  font-family: 'Noto Sans JP', 'Noto Serif JP', sans-serif;
  padding: 6rem 0;
  font-size: 5rem;
  text-align: center;
  color: #1F1F1F;
  border: none;
  line-height: 1.4;
  position: relative;
  font-weight: 600;
}

article.top h2 span, article.news h2 span {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
}

article.top h2::after, article.news h2::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 4rem;
  background-color: #3F3999;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  article.top h2, article.news h2 {
    font-size: 2.8rem;
    padding: 3rem 0 6rem;
  }
  article.top h2 span, article.news h2 span {
    font-size: 1.2rem;
  }
  article.top h2::after, article.news h2::after {
    height: 2.5rem;
    bottom: 2.5rem;
  }
}

article.top .vision__wrap, article.news .vision__wrap {
  padding: 0 0 10rem;
  background-color: #F5F4FD;
  width: 100%;
}

@media screen and (max-width: 1280px) {
  article.top .vision__wrap, article.news .vision__wrap {
    padding-bottom: 1.5rem;
  }
}

article.top .vision__wrap h2, article.news .vision__wrap h2 {
  padding: 0 0 6rem;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  article.top .vision__wrap h2, article.news .vision__wrap h2 {
    padding: 0 0 4rem;
    margin-bottom: -2rem;
  }
  article.top .vision__wrap h2::after, article.news .vision__wrap h2::after {
    bottom: 0.5rem;
  }
}

article.top .vision__wrap .lead, article.news .vision__wrap .lead {
  padding: 0 5rem;
  margin-top: 0;
}

@media screen and (max-width: 1280px) {
  article.top .vision__wrap .lead, article.news .vision__wrap .lead {
    padding: 0 1.5rem;
    margin-bottom: 1.5rem;
  }
}

article.top .vision__wrap .btn__wrap, article.news .vision__wrap .btn__wrap {
  margin: 2rem auto 0;
  padding-bottom: 0;
}

article.top .vision__wrap .btn__wrap .btn__contents, article.news .vision__wrap .btn__wrap .btn__contents {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0.7rem 1.2rem;
}

@media screen and (max-width: 1280px) {
  article.top .vision__wrap .btn__wrap .btn__contents, article.news .vision__wrap .btn__wrap .btn__contents {
    width: 100%;
    display: block;
  }
}

article.top .vision__wrap .btn__wrap .btn__contents a, article.news .vision__wrap .btn__wrap .btn__contents a {
  white-space: nowrap;
  padding: 1rem 7rem 1rem 5.5rem;
}

@media screen and (max-width: 375px) {
  article.top .vision__wrap .btn__wrap .btn__contents a, article.news .vision__wrap .btn__wrap .btn__contents a {
    padding: 1rem 5rem 1rem 3.5rem;
  }
}

article.top .vision__wrap .btn__wrap .btn__contents a.row02, article.news .vision__wrap .btn__wrap .btn__contents a.row02 {
  padding: 0.3rem 4rem 0.3rem 2rem;
}

@media screen and (max-width: 375px) {
  article.top .vision__wrap .btn__wrap .btn__contents a.row02, article.news .vision__wrap .btn__wrap .btn__contents a.row02 {
    padding: 0.3rem 2rem 0.3rem 0;
  }
}

article.top .vision__wrap .btn__wrap .btn__contents.blank a, article.news .vision__wrap .btn__wrap .btn__contents.blank a {
  padding: 1rem 7rem 1rem 5.5rem;
}

@media screen and (max-width: 375px) {
  article.top .vision__wrap .btn__wrap .btn__contents.blank a, article.news .vision__wrap .btn__wrap .btn__contents.blank a {
    padding: 1rem 5rem 1rem 3.5rem;
  }
}

article.top .vision__wrap .btn__wrap .btn__contents.blank a.row02, article.news .vision__wrap .btn__wrap .btn__contents.blank a.row02 {
  padding: 0.3rem 5rem 0.3rem 2rem;
}

@media screen and (max-width: 375px) {
  article.top .vision__wrap .btn__wrap .btn__contents.blank a.row02, article.news .vision__wrap .btn__wrap .btn__contents.blank a.row02 {
    padding: 0.3rem 2rem 0.3rem 0;
  }
}

article.top .vision__wrap .btn__wrap .btn__contents:first-of-type, article.news .vision__wrap .btn__wrap .btn__contents:first-of-type {
  margin-left: 0;
}

article.top .vision__wrap .btn__wrap .btn__contents:last-of-type, article.news .vision__wrap .btn__wrap .btn__contents:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 1280px) {
  article.top .vision__wrap .btn__wrap .btn__contents, article.news .vision__wrap .btn__wrap .btn__contents {
    margin: 0 auto 1.5rem;
  }
  article.top .vision__wrap .btn__wrap .btn__contents:first-of-type, article.news .vision__wrap .btn__wrap .btn__contents:first-of-type {
    margin: 0 auto 1.5rem;
  }
  article.top .vision__wrap .btn__wrap .btn__contents:last-of-type, article.news .vision__wrap .btn__wrap .btn__contents:last-of-type {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  article.top .vision__wrap .btn__wrap .btn__contents, article.news .vision__wrap .btn__wrap .btn__contents {
    width: 100%;
  }
  article.top .vision__wrap .btn__wrap .btn__contents a, article.news .vision__wrap .btn__wrap .btn__contents a {
    width: 100%;
  }
  article.top .vision__wrap .btn__wrap .btn__contents.blank a::after, article.news .vision__wrap .btn__wrap .btn__contents.blank a::after {
    right: 2rem;
  }
}

@media screen and (max-width: 768px) and (max-width: 375px) {
  article.top .vision__wrap .btn__wrap .btn__contents.blank a::after, article.news .vision__wrap .btn__wrap .btn__contents.blank a::after {
    right: 1rem;
  }
}

article.top .vision__wrap .vision__blk, article.news .vision__wrap .vision__blk {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1280px) {
  article.top .vision__wrap .vision__blk, article.news .vision__wrap .vision__blk {
    padding: 0 1.5rem;
  }
}

article.top .vision__wrap .visionLeft, article.news .vision__wrap .visionLeft {
  width: calc(100% - 5rem);
  position: relative;
  margin: 0 auto 5rem 0;
}

@media screen and (max-width: 1280px) {
  article.top .vision__wrap .visionLeft, article.news .vision__wrap .visionLeft {
    width: 100%;
    margin: 0 auto -1.5rem;
  }
}

article.top .vision__wrap .visionLeft .vision__img, article.news .vision__wrap .visionLeft .vision__img {
  left: 0;
}

@media screen and (max-width: 1280px) {
  article.top .vision__wrap .visionLeft .vision__img, article.news .vision__wrap .visionLeft .vision__img {
    left: auto;
    top: 0;
    position: relative;
  }
}

@media screen and (min-width: 1550px) {
  article.top .vision__wrap .visionLeft .vision__img, article.news .vision__wrap .visionLeft .vision__img {
    position: relative;
    margin-bottom: 10rem;
  }
}

article.top .vision__wrap .visionLeft .vision__txt, article.news .vision__wrap .visionLeft .vision__txt {
  margin-right: 0;
  margin-left: auto;
}

@media screen and (max-width: 1280px) {
  article.top .vision__wrap .visionLeft .vision__txt, article.news .vision__wrap .visionLeft .vision__txt {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  article.top .vision__wrap .visionLeft .vision__txt, article.news .vision__wrap .visionLeft .vision__txt {
    padding: 1.5rem;
  }
}

@media screen and (min-width: 1550px) {
  article.top .vision__wrap .visionLeft .vision__txt, article.news .vision__wrap .visionLeft .vision__txt {
    position: absolute;
    top: 0;
    right: 0;
  }
}

article.top .vision__wrap .visionRight, article.news .vision__wrap .visionRight {
  width: calc(100% - 5rem);
  position: relative;
  margin: 0 0 5rem auto;
}

@media screen and (max-width: 1280px) {
  article.top .vision__wrap .visionRight, article.news .vision__wrap .visionRight {
    width: 100%;
    margin: 0 auto -1.5rem;
  }
}

article.top .vision__wrap .visionRight .vision__img, article.news .vision__wrap .visionRight .vision__img {
  right: 0;
}

@media screen and (max-width: 1280px) {
  article.top .vision__wrap .visionRight .vision__img, article.news .vision__wrap .visionRight .vision__img {
    right: auto;
    top: 0;
    position: relative;
  }
}

@media screen and (min-width: 1550px) {
  article.top .vision__wrap .visionRight .vision__img, article.news .vision__wrap .visionRight .vision__img {
    position: relative;
    margin-bottom: 10rem;
    margin-right: 0;
    margin-left: auto;
  }
}

article.top .vision__wrap .visionRight .vision__txt, article.news .vision__wrap .visionRight .vision__txt {
  margin-right: auto;
  margin-left: 0;
}

@media screen and (max-width: 1280px) {
  article.top .vision__wrap .visionRight .vision__txt, article.news .vision__wrap .visionRight .vision__txt {
    margin: 0 auto;
  }
}

@media screen and (min-width: 1550px) {
  article.top .vision__wrap .visionRight .vision__txt, article.news .vision__wrap .visionRight .vision__txt {
    position: absolute;
    top: 0;
    left: 0;
  }
}

article.top .vision__wrap .vision__img, article.news .vision__wrap .vision__img {
  position: absolute;
  width: 46.6%;
  top: -2rem;
}

@media screen and (max-width: 1280px) {
  article.top .vision__wrap .vision__img, article.news .vision__wrap .vision__img {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
  }
}

article.top .vision__wrap .vision__img img, article.news .vision__wrap .vision__img img {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article.top .vision__wrap .vision__txt, article.news .vision__wrap .vision__txt {
  width: 60%;
  padding: 2.5rem 3rem;
  background-color: #fff;
  position: relative;
  z-index: 5;
  border: 1px solid #C4C1E8;
}

@media screen and (max-width: 1280px) {
  article.top .vision__wrap .vision__txt, article.news .vision__wrap .vision__txt {
    width: calc(100% - 3rem);
    top: -5rem;
    padding: 1.5rem;
  }
}

article.top .vision__wrap .vision__txt dl dt, article.news .vision__wrap .vision__txt dl dt {
  font-size: 2.4rem;
  color: #3F3999;
  font-family: 'Noto Serif JP', sans-serif;
  margin-bottom: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: normal;
}

@media screen and (max-width: 1280px) {
  article.top .vision__wrap .vision__txt dl dt, article.news .vision__wrap .vision__txt dl dt {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}

article.top .vision__wrap .vision__txt dl dt .num, article.news .vision__wrap .vision__txt dl dt .num {
  display: inline-block;
  font-size: 4.6rem;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  padding-right: 1rem;
  position: relative;
}

@media screen and (max-width: 1280px) {
  article.top .vision__wrap .vision__txt dl dt .num, article.news .vision__wrap .vision__txt dl dt .num {
    font-size: 3.4rem;
  }
}

article.top .vision__wrap .vision__txt dl dt p, article.news .vision__wrap .vision__txt dl dt p {
  padding-left: 1rem;
  margin-bottom: 0;
  letter-spacing: -2px;
  font-weight: 400;
  border-left: 1px solid #3F3999;
}

article.top .vision__wrap .vision__txt dl dd, article.news .vision__wrap .vision__txt dl dd {
  font-weight: 300;
}

.BlkPagetopSp__wrap {
  display: none;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .BlkPagetopSp__wrap {
    display: block;
  }
  .BlkPagetopSp__wrap .BlkPagetopSp {
    content: '';
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #3F3999;
    width: 8vw;
    height: 9.6vw;
    overflow: hidden;
    min-width: 3rem;
    min-height: 4rem;
    margin-right: 0;
    margin-left: auto;
  }
  .BlkPagetopSp__wrap .BlkPagetopSp a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .BlkPagetopSp__wrap .BlkPagetopSp a img {
    width: 80%;
    height: 100%;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    display: block;
    margin: auto;
  }
}

.top .BlkPagetopSp__wrap {
  background-color: #F5F4FD;
}

footer {
  padding: 5rem 5rem 7rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3F3999;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 1280px) {
  footer {
    padding: 3rem 1.5rem 3.5rem;
  }
}

footer .BlkFooter__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1280px) {
  footer .BlkFooter__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .BlkFooter__inner .contact__blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .BlkFooter__inner .contact__blk .contact__btn {
  font-size: 1.2rem;
  margin-right: 1.5rem;
  text-align: center;
  display: block;
  font-weight: 600;
  padding: 3rem 2rem;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1280px) {
  footer .BlkFooter__inner .contact__blk .contact__btn {
    font-size: 1.1rem;
  }
}

footer .BlkFooter__inner .contact__blk .contact__txt dt {
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.2;
}

footer .BlkFooter__inner .contact__blk .contact__txt dd {
  font-size: 1.3rem;
  line-height: 1.4;
}

@media screen and (max-width: 1280px) {
  footer .BlkFooter__inner .contact__blk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  footer .BlkFooter__inner .contact__blk .contact__btn {
    margin: 0 auto 1.5rem;
    width: 100%;
    padding: 0.8rem 1em;
  }
  footer .BlkFooter__inner .contact__blk .contact__txt {
    width: 100%;
    text-align: center;
    margin: 0 auto 2.5rem;
  }
  footer .BlkFooter__inner .contact__blk .contact__txt dt {
    font-size: 1.3rem;
  }
  footer .BlkFooter__inner .contact__blk .contact__txt dd {
    font-size: 1.1rem;
  }
}

footer .BlkFooter__inner .logo__blk {
  text-align: right;
}

footer .BlkFooter__inner .logo__blk a {
  display: block;
  width: auto;
  max-width: 13.6rem;
  margin-right: 0;
  margin-left: auto;
}

@media screen and (max-width: 1280px) {
  footer .BlkFooter__inner .logo__blk {
    width: 100%;
    text-align: center;
  }
  footer .BlkFooter__inner .logo__blk a {
    margin: 0 auto;
  }
  footer .BlkFooter__inner .logo__blk img {
    width: 30%;
    min-width: 11rem;
    max-width: 20rem;
  }
}

footer .BlkFooter__inner .logo__blk small {
  margin-top: 1rem;
  display: block;
  font-size: 1rem;
}

aside {
  position: absolute;
  width: 100%;
  height: 100vh;
  max-width: 7rem;
  right: 0;
  top: 0;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  aside {
    height: 0;
    width: 0;
  }
}

aside .sns__wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 12rem;
  width: 100%;
  max-width: 7rem;
}

aside .sns__wrap li {
  margin: 2rem auto 0;
  text-align: center;
}

aside .sns__wrap li:first-child {
  margin-top: 0;
  font-size: 1.1rem;
  color: #3F3999;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media all and (-ms-high-contrast: none) {
  aside .sns__wrap li:first-child {
    height: 3em;
    margin-left: 2.4em;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

aside .sns__wrap li a {
  color: #3F3999;
  display: block;
  font-size: 2rem;
}

aside .sns__wrap li a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  aside .sns__wrap {
    display: none;
  }
}

aside .BlkPagetop {
  position: fixed;
  width: 7rem;
  bottom: 2vw;
  margin: auto;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: -10;
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
}

aside .BlkPagetop.is_show {
  z-index: 9;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

aside .BlkPagetop a {
  color: #3F3999;
  font-size: 1.2rem;
  line-height: 1;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

aside .BlkPagetop a::before {
  content: "";
  top: -4.2rem;
  width: 2px;
  height: 40px;
  background-color: #3F3999;
  -webkit-animation: topMove 1.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: topMove 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  aside .BlkPagetop {
    display: none;
  }
}

@-webkit-keyframes topMove {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes topMove {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@-webkit-keyframes bottomMove {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  50% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  50.1% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}

@keyframes bottomMove {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  50% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  50.1% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}

@-webkit-keyframes deZooming {
  0% {
    -webkit-transform: scale(3, 3);
            transform: scale(3, 3);
  }
  75% {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes deZooming {
  0% {
    -webkit-transform: scale(3, 3);
            transform: scale(3, 3);
  }
  75% {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@-webkit-keyframes sliding {
  0% {
    -webkit-transform: translateX(-10rem);
            transform: translateX(-10rem);
    opacity: 0;
  }
  75% {
    -webkit-transform: translateX(-3rem);
            transform: translateX(-3rem);
    opacity: 0.6;
  }
  90% {
    -webkit-transform: translateX(-0.5rem);
            transform: translateX(-0.5rem);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes sliding {
  0% {
    -webkit-transform: translateX(-10rem);
            transform: translateX(-10rem);
    opacity: 0;
  }
  75% {
    -webkit-transform: translateX(-3rem);
            transform: translateX(-3rem);
    opacity: 0.6;
  }
  90% {
    -webkit-transform: translateX(-0.5rem);
            transform: translateX(-0.5rem);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.slick-arrow, .slick-dots {
  display: none !important;
}

.mvSlider__wrap {
  position: relative;
  border-left: 1px solid #EEE;
  border-right: 1px solid #EEE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mvSlider__wrap .mvSlider {
  width: 100%;
  height: 100vh;
  position: relative;
}

@media screen and (max-width: 768px) {
  .mvSlider__wrap .mvSlider {
    height: calc(100vh - 5.4rem);
    top: -5.4rem;
    margin-bottom: -5.4rem;
  }
}

.mvSlider__wrap .mvSlider > div {
  width: 100%;
}

.mvSlider__wrap .downBtn {
  position: absolute;
  background-color: #fff;
  width: 5rem;
  height: 14rem;
  right: 0;
  bottom: 0;
  text-align: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: 5;
  opacity: 1;
}

@media screen and (max-width: 1280px) {
  .mvSlider__wrap .downBtn {
    width: 3rem;
    height: 9rem;
  }
}

@media screen and (max-width: 1280px) and (max-width: 768px) {
  .mvSlider__wrap .downBtn {
    bottom: 5.4rem;
  }
}

.mvSlider__wrap .downBtn span {
  color: #3F3999;
  font-size: 1.2rem;
  line-height: 1;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  margin-top: 2rem;
}

@media screen and (max-width: 1280px) {
  .mvSlider__wrap .downBtn span {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}

.mvSlider__wrap .downBtn span::before {
  content: "";
  bottom: 1rem;
  width: 2px;
  height: 6rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #ccc;
}

@media screen and (max-width: 1280px) {
  .mvSlider__wrap .downBtn span::before {
    height: 3.5rem;
    bottom: 0.5rem;
  }
}

.mvSlider__wrap .downBtn span::after {
  content: "";
  bottom: 1rem;
  width: 2px;
  height: 6rem;
  background-color: #3F3999;
  -webkit-animation: bottomMove 1.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: bottomMove 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 1280px) {
  .mvSlider__wrap .downBtn span::after {
    height: 3.5rem;
    bottom: 0.5rem;
  }
}

#mvLogo {
  background-image: url("/koho/meijivision150/assets/images/mvBg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

@media screen and (max-width: 768px) {
  #mvLogo {
    background-image: url("/koho/meijivision150/assets/images/mvSpBg.jpg");
  }
}

#mvLogo::before {
  position: absolute;
  top: -20vh;
  bottom: 0;
  content: '';
  background-image: url("/koho/meijivision150/assets/images/mark.png");
  width: 50%;
  height: 64.18%;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 3s ease-in-out;
  transition: 3s ease-in-out;
  background-position: center;
}

@media screen and (max-width: 1280px) {
  #mvLogo::before {
    width: 75.476%;
    height: 44.166%;
  }
}

#mvLogo .logoTxt {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  content: '';
  -webkit-transform-origin: top left;
          transform-origin: top left;
  background-image: url("/koho/meijivision150/assets/images/logoTxt.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  -webkit-transition: 3s ease-in-out;
  transition: 3s ease-in-out;
  width: 32.28%;
  height: 17.314%;
  margin: auto;
  top: 60vh;
}

@media screen and (max-width: 1280px) {
  #mvLogo .logoTxt {
    top: 35vw;
    width: 50.945%;
    height: 11.87%;
  }
}

@media screen and (max-width: 768px) {
  #mvLogo .logoTxt {
    top: 70vw;
  }
}

#mvLogo.slick-active::before {
  opacity: 1;
  -webkit-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
  -webkit-animation: deZooming 1.5s ease-in-out;
          animation: deZooming 1.5s ease-in-out;
}

#mvLogo.slick-active .logoTxt {
  -webkit-transition: 1.5s ease-in-out 0.5s;
  transition: 1.5s ease-in-out 0.5s;
  -webkit-animation: sliding 2s backwards;
          animation: sliding 2s backwards;
  opacity: 1;
}

.mvContents {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 100vh;
  -webkit-transform: scale(1);
          transform: scale(1);
  background-position: center;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .mvContents {
    height: calc(100vh - 5.4rem);
  }
}

.mvContents::before {
  content: '';
  position: absolute;
  background-color: rgba(63, 57, 153, 0.9);
  height: 100%;
  width: 200%;
  left: -65%;
  bottom: -300%;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.4, 0.46, 0, 1.43) 0.5s;
  transition: 1s cubic-bezier(0.4, 0.46, 0, 1.43) 0.5s;
}

@media screen and (max-width: 1280px) {
  .mvContents::before {
    height: 90%;
    left: -70%;
  }
}

@media screen and (max-width: 500px) {
  .mvContents::before {
    height: 95%;
  }
}

.mvContents > p {
  font-size: 2rem;
  color: #fff;
  font-family: 'Noto Serif JP', sans-serif;
  position: absolute;
  left: 4.4rem;
  bottom: 3.2rem;
  margin-bottom: 0;
  line-height: 1.4;
  opacity: 0;
  -webkit-transform: translateX(-3rem);
          transform: translateX(-3rem);
  -webkit-transition: 1.2s cubic-bezier(0.22, 0.15, 0.69, 1.58) 1s;
  transition: 1.2s cubic-bezier(0.22, 0.15, 0.69, 1.58) 1s;
}

@media screen and (max-width: 1280px) {
  .mvContents > p {
    font-size: 1.2rem;
    left: 1rem;
    bottom: 1.5rem;
  }
}

@media screen and (max-width: 500px) {
  .mvContents > p {
    left: 0.5rem;
    bottom: 1rem;
  }
}

.mvContents > p > span {
  font-size: 9rem;
  font-weight: 500;
  font-family: 'Roboto', 'Noto Serif JP', sans-serif;
}

@media screen and (max-width: 1280px) {
  .mvContents > p > span {
    font-size: 4rem;
  }
}

.mvContents.slick-active > p {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.mvContents.slick-active::before {
  bottom: -80%;
  opacity: 1;
}

.mvContents::after {
  content: '';
  position: absolute;
  background-color: rgba(231, 228, 250, 0.9);
  height: 100%;
  width: 200%;
  right: -105%;
  bottom: -300%;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.4, 0.46, 0.6, 1.26) 1s;
  transition: 1s cubic-bezier(0.4, 0.46, 0.6, 1.26) 1s;
}

@media screen and (max-width: 1280px) {
  .mvContents::after {
    height: 88%;
    right: -100%;
  }
}

@media screen and (max-width: 900px) {
  .mvContents::after {
    right: -110%;
  }
}

@media screen and (max-width: 500px) {
  .mvContents::after {
    height: 90%;
    right: -145%;
  }
}

@media screen and (max-width: 375px) {
  .mvContents::after {
    right: -160%;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
}

.mvContents.slick-active::after {
  bottom: -81.5%;
  opacity: 1;
}

@media screen and (max-width: 500px) {
  .mvContents.slick-active::after {
    bottom: -76%;
    right: -165%;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
}

.mvFst {
  background-image: url("/koho/meijivision150/assets/images/mv01.jpg");
}

@media screen and (max-width: 768px) {
  .mvFst {
    background-image: url("/koho/meijivision150/assets/images/mvSp01.jpg");
  }
}

.mvSnd {
  background-image: url("/koho/meijivision150/assets/images/mv02.jpg");
}

@media screen and (max-width: 768px) {
  .mvSnd {
    background-image: url("/koho/meijivision150/assets/images/mvSp02.jpg");
  }
}

.mvTrd {
  background-image: url("/koho/meijivision150/assets/images/mv03.jpg");
}

@media screen and (max-width: 768px) {
  .mvTrd {
    background-image: url("/koho/meijivision150/assets/images/mvSp03.jpg");
  }
}

.mvFth {
  background-image: url("/koho/meijivision150/assets/images/mv04.jpg");
}

@media screen and (max-width: 768px) {
  .mvFth {
    background-image: url("/koho/meijivision150/assets/images/mvSp04.jpg");
  }
}

.mvSth {
  background-image: url("/koho/meijivision150/assets/images/mv05.jpg");
}

@media screen and (max-width: 768px) {
  .mvSth {
    background-image: url("/koho/meijivision150/assets/images/mvSp05.jpg");
  }
}

#loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #3F3999;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

.loader {
  color: #ffffff;
  font-size: 5px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}

@-webkit-keyframes load4 {
  0%,
  100% {
    -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
            box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    -webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
            box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    -webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
            box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

@keyframes load4 {
  0%,
  100% {
    -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
            box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    -webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
            box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    -webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
            box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

.emerge, .emergeLeft, .emergeRight {
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.emerge[data-emergence=hidden] {
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
}

.emerge[data-emergence=visible] {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.emergeLeft[data-emergence=hidden] {
  -webkit-transform: translateX(-3rem);
          transform: translateX(-3rem);
}

.emergeLeft[data-emergence=visible] {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.emergeRight[data-emergence=hidden] {
  -webkit-transform: translateX(3rem);
          transform: translateX(3rem);
}

.emergeRight[data-emergence=visible] {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
/*# sourceMappingURL=style.css.map */