/* system
--------------------------- */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/* reset
--------------------------- */
/* 
 * destyle.css v1.0.14
 * https://github.com/nicolas-cusan/destyle.css 
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::after,
::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}


p,
table {
  margin: 0;
}

h1,
h2,
h3,
h4 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}


ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

img {
  border-style: none;
  vertical-align: bottom;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

[type=button],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=button]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* base
--------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  color: #fff;
  background-color: #1a0543;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  min-width: 1400px;
}
body::after {
  content: "";
  display: block;
  position: fixed;
  top: 70px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url(../img/common/bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}

::-moz-selection {
  background-color: rgba(51, 51, 51, 0.7);
  color: #fff;
}

::selection {
  background-color: rgba(51, 51, 51, 0.7);
  color: #fff;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  border: none;
}

a {
  color: #ca6060;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a,
button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

ul {
  list-style: none;
}

.l-header {
  position: relative;
  background-color: #1d1156;
  background-image: url(../img/header/main.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 56vw;
}
.l-header__logo {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 16vw;
  transform: translateX(-50%);
}
.l-header__catch {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
}

.l-section {
  max-width: 1000px;
  padding: 0 20px;
  margin: 100px auto 0;
}
.l-section + .l-section {
  margin-top: 150px;
}
.l-section:last-child {
  padding-bottom: 200px;
}

.l-container {
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
}
.l-container--level {
  border: 2px solid #ffe400;
}
.l-container--challenge {
  /* border: 2px solid #ff007e; */
  border: 2px solid #ffe400;
}
.l-container--other {
  border: 2px solid #ffe400;
}
.l-container--wallpaper {
  border: 2px solid #dbb900;
  /* box-shadow: 0 0 30px 9px #ffe400; */
}
.l-container--caution {
  border: 2px solid #8e00df;
}

.l-inner {
  padding: 40px 30px;
  margin: 0 auto;
  box-shadow: 0px 0px 20px 3px rgba(255, 210, 0, 0.6);
}

.o-nav {
  width: 100%;
}
.o-nav nav {
  position: relative;
  top: -6px;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  z-index: 999;
  background: -webkit-gradient(linear, left top, left bottom, from(#820000), color-stop(#6b0000), to(#820000));
  background: linear-gradient(to bottom, #820000, #6b0000, #820000);
  -webkit-box-shadow: 0px 1px 6px 0px #a200ff;
          box-shadow: 0px 1px 6px 0px #a200ff;
}
.o-nav ul {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.o-nav li a {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
.o-nav li:nth-child(1) a {
  background-image: url(../img/nav/nav01.png);
  width: 80px;
  height: 32px;
}
.o-nav li:nth-child(1) a:hover {
  background-image: url(../img/nav/nav01_on.png);
  width: 82px;
  height: 34px;
}
.o-nav li:nth-child(2) a {
  background-image: url(../img/nav/nav02.png);
  width: 186px;
  height: 34px;
}
.o-nav li:nth-child(2) a:hover {
  background-image: url(../img/nav/nav02_on.png);
  width: 189px;
  height: 34px;
}
.o-nav li:nth-child(3) a {
  background-image: url(../img/nav/nav03.png);
  width: 138px;
  height: 34px;
}
.o-nav li:nth-child(3) a:hover {
  background-image: url(../img/nav/nav03_on.png);
  width: 138px;
  height: 34px;
}
.o-nav li:nth-child(4) a {
  background-image: url(../img/nav/nav04.png);
  width: 191px;
  height: 34px;
}
.o-nav li:nth-child(4) a:hover {
  background-image: url(../img/nav/nav04_on.png);
  width: 191px;
  height: 34px;
}
.o-nav li:nth-child(5) a {
  background-image: url(../img/nav/nav05.png);
  width: 164px;
  height: 34px;
}
.o-nav li:nth-child(5) a:hover {
  background-image: url(../img/nav/nav05_on.png);
  width: 164px;
  height: 34px;
}
.o-nav li:nth-child(6) a {
  background-image: url(../img/nav/nav06.png);
  width: 60px;
  height: 34px;
}
.o-nav li:nth-child(6) a:hover {
  background-image: url(../img/nav/nav06_on.png);
  width: 60px;
  height: 34px;
}

.sticky {
  position: sticky;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.o-spNav {
  display: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#481354), color-stop(#1a091e), to(#481354));
  background: linear-gradient(to bottom, #481354, #1a091e, #481354);
  border-left: 7px solid #ff007e;
  border-right: 7px solid #ff007e;
  padding: 20% 0;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
}
.o-spNav.is_active {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}
.o-spNav__logo {
  text-align: center;
  padding: 0 5% 15%;
}
.o-spNav__logo a {
  color: #fff;
}
.o-spNav__logo a img {
  max-width: 300px;
}
.o-spNav ul li {
  text-align: center;
  margin-bottom: 40px;
}

.o-hamburger {
  display: none;
}

.o-title {
  text-align: center;
  margin-bottom: 30px;
}

.o-table {
  margin-top: 20px;
}
.o-table + .o-table {
  margin-top: 20px;
}
.o-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}
.o-table th,
.o-table td {
  font-weight: 400;
  padding: 0.5em;
  vertical-align: middle;
}
.o-table th {
  background-color: #c40000;
}
.o-table td {
  background-color: #c40000;
}

.o-table td a {
  color: white;
}

.c-skill__skill .o-table table:not(:last-of-type) {
  margin-bottom: 20px;
}

.c-skill__skill .o-table th {
  background-color: #e23800;
  color: white;
}

.c-skill__skill .o-table th.w120 {
  width: 120px;
}

.o-table th.skill-hed {
  background-color: #c40000;
  color: white;
}

.c-skill__skill .o-table td {
  background-color: #fff;
  color: black;
}


.c-top {
  max-width: 1040px;
  padding: 50px 20px 0;
  margin: 0 auto;
}
.c-top__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: center;
      gap: 50px;
}
.c-top__banner a {
  display: inline-block;
}
.c-top .o-title {
  margin-top: 70px;
}
.c-top__contents {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: center;
      flex-wrap: wrap;
      gap: 68px 72px;
      position: relative;
}
.c-top__contents .block {
  text-align: center;
  position: relative;
}
.c-top__contents .block .image {
  margin-bottom: 15px;
  position: relative;
}

.c-top__contents .block:nth-of-type(3)::before {
  content: '';
  display: block;
  width: 399px;
  height: 399px;
  background-image: url(../img/top/character.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -68px;
  left: -6px;
  z-index: 0;
  translate: -70% 0;
}

.c-top__contents__bomb {
  position: absolute;
  top: 36px;
  z-index: 1;
  width: fit-content;
}

.c-level .l-container--level {
  background-image: url(../img/level/chara-right.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right bottom;
}
.c-level__contents {
  text-align: left;
  margin-top: 30px;
  padding-left: 63px;
  display: flex;
}
.c-level__contents .image {
  margin-bottom: 15px;
}

.c-challenge__image {
  text-align: center;
  margin-bottom: 30px;
}
.c-challenge__block + .c-challenge__block {
  margin-top: 80px;
}
.c-challenge__block h3 {
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#c40000), color-stop(#760000), to(#c40000));
  background: linear-gradient(to right, #c40000, #760000, #c40000);
  border-radius: 10px;
  margin-bottom: 30px;
}
.c-challenge__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-challenge__flex + .c-challenge__flex {
  margin-top: 70px;
}
.c-challenge__flex .left {
  width: 48%;
}
.c-challenge__flex .left h4 {
  margin-bottom: 20px;
}
.c-challenge__flex .left p {
  margin-bottom: 40px;
}
.c-challenge__flex .left .button {
  text-align: center;
}
.c-challenge__flex .right {
  width: 48%;
  text-align: center;
}

.c-challenge__contents {
  text-align: center;
}

.c-challenge__contents p {
  text-align: left;
}

.c-challenge__contents img {
  margin: 40px 0 26px;
}

.c-other h3 {
  text-align: center;
  margin-top: 30px;
  font-size: 2.2rem;
}
.c-other__block + .c-other__block {
  margin-top: 50px;
}
.c-other__block--01 {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-other__block--01 p {
  max-width: 330px;
}
.c-other__block--01 p span {
  color: #ff0000;
}
.c-other__block--02 h3 {
  background: -webkit-gradient(linear, left top, right top, from(#c40000), color-stop(#760000), to(#c40000));
  background: linear-gradient(to right, #c40000, #760000, #c40000);
  border-radius: 10px;
  margin-top: 0;
  font-size: 100%;
  margin-bottom: 44px;
  text-align: center;
}
.c-other__block--02 p {
}
.c-other__block--02 .table-block {
  margin-top: 50px;
}
.c-other__block--02 .table-block h4 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.c-other__block--02 .table-block .o-table {
  margin-top: 20px;
}
.c-other__block--03 h3 {
  background: -webkit-gradient(linear, left top, right top, from(#9334bc), color-stop(#ff0bb7), to(#ffcc00));
  background: linear-gradient(to right, #9334bc, #ff0bb7, #ffcc00);
  border-radius: 10px;
  margin-top: 0;
  font-size: 100%;
}
.c-other__block--03 p {
  margin-top: 20px;
}
.c-other__block--03 .table-block {
  margin-top: 30px;
}
.c-other__block--03 .table-block h4 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.c-other__block--03 .table-block .o-table {
  margin-top: 20px;
}

.c-other__contents {
  display: flex;
  gap: 2%;
  justify-content: space-between;
}

.c-other__contents p {
  max-width: 49%;
}
.c-other__contents .image {
  max-width: 49%;
}

.c-other .o-table th {
      background-color: #c40000;
      color: #fff;
}
.c-other .o-table td {
      background-color: #fff;
      color: #000;
}

.c-wallpaper__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-wallpaper__sample {
  text-align: center;
}
.c-wallpaper__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-wallpaper__button + .c-wallpaper__button {
  margin-top: 15px;
}
.c-wallpaper__comment {
  margin-top: 15px;
}
.c-wallpaper__comment p {
  margin-top: 15px;
}
.c-wallpaper__link {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-caution ul li {
  position: relative;
  padding-left: 25px;
}
.c-caution ul li::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(#8004c7), to(#ff00a2));
  background: linear-gradient(to bottom, #8004c7, #ff00a2);
  position: absolute;
  top: 4px;
  left: 0;
}
.c-caution ul li + li {
  margin-top: 25px;
}
.c-challenge {
  margin-top: 0;
}
.bgWrap {
  margin-top: 65px;
  padding-top: 35px;
  background-color: #1a0543;
  background-attachment: scroll;
  height: auto;
  z-index: 0;
  position: relative;
}

.c-skill__top-text {
  width: 73%;
  margin-bottom: 38px;
}

.c-skill__anchor {
  position: relative;
  z-index: 10;
  width: 73%;
}

.c-skill__flex {
  position: relative;
}

.c-skill__flex .c-skill__image {
  position: absolute;
  top: -58%;
  right: -7%;
}

.c-skill__flex .c-skill__image img {
  max-width: 100%;
}

.c-skill__flex .c-skill__anchor {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 17px;
}

.c-skill__flex .c-skill__anchor li {
  cursor: pointer;
}

.c-skill__flex .c-skill__anchor li a {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #fff;
  background-color: #c40000;
  border-radius: 4px;
  font-size: 12px;
  text-align: center;
}

.c-skill__block {
  margin-top: 80px;
  margin-bottom: 80px;
}

.c-skill__block h3 {
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #c40000), color-stop(50%, #ff7e00), color-stop(100%, #c40000));
  background: linear-gradient(to right, #c40000, #ff7e00, #c40000);
  font-size: 2.4rem;
  padding: 10px;
  color: #fff;
}

.c-skill__skill {
  margin-top: 45px;
}

.c-skill__skill h4 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}

.c-skill__block h4 span {
  display: inline-block;
  background-color: #ff7e00;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/*--------------------------------------*
 * layout
 *--------------------------------------*/
/*--------------------------------------*
 * object
 *--------------------------------------*/
/*-------------------
 * main
 *-------------------*/
/*-------------------
 * sample
 *-------------------*/
@media (max-width: 599px) {
  body {
    min-width: auto;
  }
  .l-header {
    background-size: cover;
    height: auto;
  }

  .l-header__logo {
    max-width: 200px;
    margin: 0 auto;
    padding-top: 18%;
    padding-bottom: 12%;
    position: unset;
    transform: translateX(0);
  }
  .l-header__catch {
    bottom: 10px;
  }
  .l-section + .l-section {
    margin-top: 100px;
  }
  .l-inner {
    padding: 20px 15px;
  }
  .o-nav {
    display: none;
  }
  .o-spNav {
    display: block;
  }
  .o-hamburger {
    display: block;
    position: fixed;
    z-index: 9998;
    top: 1rem;
    right: 1rem;
    width: 45px;
    height: 45px;
    background: -webkit-gradient(linear, left top, left bottom, from(#481354), color-stop(#1a091e), to(#481354));
    background: linear-gradient(to bottom, #481354, #1a091e, #481354);
    border: 2px solid #ff00de;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .o-hamburger:hover {
    cursor: pointer;
  }
  .o-hamburger span {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .o-hamburger span + span {
    margin-top: 5px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .o-hamburger.is_active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .o-hamburger.is_active span:nth-child(2) {
    display: none;
  }
  .o-hamburger.is_active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .o-hamburger.is_active span + span {
    margin-top: 0;
    top: -2px;
  }
  .o-title {
    margin-bottom: 20px;
  }
  .o-table {
    overflow-x: scroll;
    white-space: nowrap;
  }
  .c-top__banner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  .c-top__banner a + a {
    margin-top: 15px;
  }
  .c-top .o-title {
    margin-top: 40px;
  }
  .c-top__contents {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-top__contents .block + .block {
    margin-top: 30px;
  }
  .c-level .l-container--level {
    background-image: none;
  }
  .c-challenge__block + .c-challenge__block {
    margin-top: 50px;
  }
  .c-challenge__block h3 {
    padding: 5px;
  }
  .c-challenge__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-challenge__flex + .c-challenge__flex {
    margin-top: 40px;
  }
  .c-challenge__flex .left {
    width: 100%;
  }
  .c-challenge__flex .left p {
    margin-bottom: 20px;
  }
  .c-challenge__flex .right {
    width: 100%;
    margin-top: 30px;
  }
  .c-other__block + .c-other__block {
    margin-top: 50px;
  }
  .c-other__block--01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-other__block--01 p {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .c-other__block--02 h3 {
    padding: 5px;
  }
  .c-other__block--03 h3 {
    padding: 5px;
  }
  .c-wallpaper__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-wallpaper__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 10px;
  }
  .c-wallpaper__button {
    width: 31%;
  }
  .c-wallpaper__button + .c-wallpaper__button {
    margin-top: 0;
  }
  .c-wallpaper__comment {
    margin-top: 10px;
  }
  .c-wallpaper__link {
    margin-top: 30px;
  }
  .c-other__contents {
    flex-wrap: wrap;
    gap: 32px;
  }
  .c-other__contents p, .c-other__contents .image {
    max-width: 100%;
  }
  .c-top__contents .block:nth-of-type(3)::before {
    content: unset;
  }
  .c-top__contents__bomb {
    position: initial;
    margin: 0 auto;
  }
  .o-title img {
    max-width: 90%;
  }

  .c-skill__top-text {
    width: 100%;
  }

  .c-skill__flex .c-skill__image {
    position: static;
    margin-bottom: 50px;
  }

  .c-skill__anchor {
    width: 100%;
  }

  .c-level__contents {
    padding-left: 0;
    text-align: center;
  }

  .c-other__contents {
    justify-content: center;
  }

}
@media (max-width: 1400px) {
  body::after {
    background-size: auto 100%;
  }
}
@media (min-width: 1401px) {
  .l-header {
    background-size: 100% auto;
  }
}
/*# sourceMappingURL=style.css.map */