@-webkit-keyframes anm-arrow-prev {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes anm-arrow-prev {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@-webkit-keyframes anm-arrow-next {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes anm-arrow-next {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
/* INIT --------------------------------*/
html {
  line-height: 1.5;
  font-size: 6.25%;
  position: relative;
  height: 100%;
}

body {
  background: black;
  position: relative;
  font-size: 21rem;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 300;
  color: white;
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #f7ed97;
  color: #232323;
}

::selection {
  background: #f7ed97;
  color: #232323;
}

a {
  outline: none;
  text-decoration: underline;
  cursor: pointer;
}

a:link {
  color: white;
}

a:visited {
  color: white;
}

button {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

li {
  list-style: none;
}

.br-sp {
  display: none;
}

.br-pc {
  display: block;
}

.inner960 {
  max-width: 960px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.inner1200 {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.wrapper {
  position: relative;
  width: 100vw;
}

.frame {
  border: 1px solid #f7ed97;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pop,
.pop-movie {
  display: block;
  position: relative;
  background: #f7ed97;
}

.pop img,
.pop-movie img {
  opacity: 1;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.pop:hover img,
.pop-movie:hover img {
  opacity: 0.7;
}

.image {
  display: inline-block;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.image img {
  vertical-align: bottom;
  width: 100%;
}

.ss-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.ss-list__item {
  width: 49%;
  position: relative;
}

.ss-list:not(:first-child) {
  margin-top: 60px;
}

.movie {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.movie__thumbnail {
  vertical-align: bottom;
  width: 100%;
}

.movie:after {
  content: "";
  display: block;
  width: 45%;
  height: 57%;
  background: url(../img/btn_play.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: calc( 50% - 22.5%);
  top: calc(50% - 27.5%);
  pointer-events: none;
}

[data-ruby] {
  position: relative;
}

[data-ruby]:before {
  content: attr(data-ruby);
  position: absolute;
  top: -0.6em;
  left: 2.5em;
  right: 0;
  margin: auto;
  font-size: 0.4em;
  letter-spacing: 0.5em;
}

.coming-soon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 600px;
  background: url(../img/bg_texture.png) 50% 50% no-repeat;
  background-size: 110% auto;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  top: 0;
  left: 0;
  color: white;
  font-size: 1.5em;
}

.glNav {
  display: block;
  width: 100%;
  background: #101010;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50000;
}

.glNav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 25em;
  padding: 0.3em 0;
  margin: 0 auto;
  font-family: 'Nunito', sans-serif;
}

.glNav-menu__item a {
  font-size: 0.8em;
  text-decoration: none;
  outline: none;
  letter-spacing: 0.1em;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}

.glNav-menu__item:hover a {
  color: #f7ed97;
}

.sctop-button {
  display: block;
  width: 4%;
  max-width: 147px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 1s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.3s ease, visibility 1s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.3s ease, visibility 1s ease, transform 0.2s ease;
  transition: opacity 0.3s ease, visibility 1s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  cursor: pointer;
}

.sctop-button img {
  width: 100%;
  vertical-align: bottom;
}

.sctop-button:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.sctop-button.show {
  opacity: 1;
  visibility: visible;
}

.footer {
  background: black;
}

.footer-content {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 1% 0;
}

.sns-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: 1%;
}

.sns-button__item {
  position: relative;
  width: 5.20833%;
}

.sns-button__item img {
  vertical-align: bottom;
  width: 100%;
}

.sns-button__item + .sns-button__item {
  margin-left: 1%;
}

.official-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1% auto 0;
  width: 100%;
  position: relative;
}

.official-sns__item {
  width: 15.83333%;
}

.official-sns__item img {
  width: 100%;
}

.official-sns__item:not(:last-of-type) {
  margin-right: 1%;
}

.copy-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3%;
  font-size: 0.5em;
}

.copy {
  color: white;
  font-weight: 400;
}
@charset "UTF-8";
.wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.container {
  overflow: hidden;
  position: relative;
}

.contents-wrapper {
  overflow-x: hidden;
}

.bg {
  display: block;
  width: 100vw;
  height: 100vh;
  background: url(../img/bg_about.png) 50% 100% no-repeat;
  background-size: cover;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
}

.header {
  display: block;
  width: 100%;
  height: 100vh;
  background: url(../img/mainvisual.jpg) 50% 50% no-repeat fixed, black;
  background-size: 75% auto, cover;
  position: relative;
}

.logo {
  width: 28%;
  position: absolute;
  bottom: 30px;
  right: -2%;
}

.review {
  width: 15%;
  max-width: 200px;
  position: absolute;
  bottom: 50px;
  left: 3%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation: bright 3s infinite;
          animation: bright 3s infinite;
}

.review img {
  max-width: 100%;
  position: relative;
}

.review img:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

@-webkit-keyframes bright {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  50% {
    -webkit-filter: brightness(1.3);
            filter: brightness(1.3);
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}

@keyframes bright {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  50% {
    -webkit-filter: brightness(1.3);
            filter: brightness(1.3);
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}

.mark-switch {
  position: absolute;
  top: 3em;
  right: 1%;
  width: 4%;
}

.section-caption {
  font-size: 3.5em;
  text-align: center;
  text-shadow: rgba(247, 237, 151, 0.3) 1px 1px 7px, rgba(247, 237, 151, 0.3) -1px 1px 7px, rgba(247, 237, 151, 0.3) 1px -1px 7px, rgba(247, 237, 151, 0.3) -1px -1px 7px;
  margin: 0 auto 50px;
  font-family: 'Nunito', sans-serif;
  letter-spacing: 0.3em;
}

.textbox-catch {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 1em;
  font-weight: 500;
}

.movie-section {
  width: 100%;
  padding: 100px 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 10px 2%;
  background: #101010;
}

.movie-section:before {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background: url(../img/deco_ribbon_top.png) 50% 100% repeat-x;
  background-size: auto 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
}

.movie-section:after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background: url(../img/deco_ribbon_bottom.png) 50% 100% repeat-x;
  background-size: auto 100%;
  position: absolute;
  top: 100%;
  left: 0;
}

.movie-contents {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.movie-pv {
  display: block;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.about-section {
  width: 100%;
  padding: 100px 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.about-contents {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.about-textbox {
  width: 100%;
  padding: 1.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  text-align: justify;
  text-justify: inter-ideograph;
  background: #232323;
}

.about-textbox b {
  font-weight: 500;
}

.about-textbox:not(:first-child) {
  margin-top: 30px;
}

.about-catch {
  display: inline-block;
  padding: 0.3em;
  position: absolute;
  left: -0.3em;
  top: -0.3em;
  z-index: 10;
  background: #232323;
  color: white;
  font-size: 1.1em;
  -webkit-box-shadow: 3px 3px 0 0 #f7ed97;
          box-shadow: 3px 3px 0 0 #f7ed97;
}

.about-ss-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.about-ss-list__item {
  width: 49%;
  position: relative;
}

.about-ss-list:not(:first-child) {
  margin-top: 60px;
}

.story-section {
  width: 100%;
  padding: 100px 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: url(../img/bg_story.png) 50% 100% fixed, #101010;
  background-size: cover;
}

.story-contents {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.story-story {
  text-align: center;
  line-height: 2.5;
  margin: 70px auto;
  text-shadow: rgba(247, 237, 151, 0.3) 1px 1px 7px, rgba(247, 237, 151, 0.3) -1px 1px 7px, rgba(247, 237, 151, 0.3) 1px -1px 7px, rgba(247, 237, 151, 0.3) -1px -1px 7px;
}

.story-image {
  display: block;
  max-width: 800px;
  margin: 2em auto 4em;
}

.story-textbox {
  width: 100%;
  padding: 1.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  text-align: justify;
  text-justify: inter-ideograph;
  background: #232323;
}

.story-textbox b {
  font-weight: 500;
}

.story-textbox:not(:first-child) {
  margin-top: 30px;
}

.story-character-image {
  display: block;
  width: 80%;
  margin: 4% auto 0;
}

.system-section {
  width: 100%;
  padding: 100px 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.system-contents {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.system-mode {
  width: 100%;
  background: #232323;
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.system-mode:not(:first-of-type) {
  margin-top: 100px;
}

.mode-caption {
  text-align: center;
  font-size: 1.5em;
  font-weight: 500;
  padding: 0.1em;
  margin-bottom: 20px;
  background-color: #f7ed97;
  color: #232323;
  border-top: 2px solid #101010;
  border-bottom: 2px solid #101010;
}

.mode-section {
  position: relative;
}

.mode-section:not(:first-of-type) {
  margin-top: 3em;
}

.mode-catch {
  text-align: center;
  font-size: 1.3em;
  font-weight: 500;
  padding: 0.3em 0;
  margin: 0.7em 0;
  text-shadow: rgba(247, 237, 151, 0.2) 1px 1px 7px, rgba(247, 237, 151, 0.2) -1px 1px 7px, rgba(247, 237, 151, 0.2) 1px -1px 7px, rgba(247, 237, 151, 0.2) -1px -1px 7px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  background: rgba(255, 255, 255, 0.1);
}

.mode-text {
  width: 100%;
  text-align: justify;
  text-justify: inter-ideograph;
}

.mode-image {
  display: block;
  max-width: 600px;
  margin: 1.5em auto 0;
}

.mode-caution {
  width: 100%;
  padding: 0.5em 0;
  margin: 2em auto;
  background: #f84f55;
  color: white;
  text-align: center;
  font-weight: 500;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.1) 10px, rgba(255, 255, 255, 0.1) 20px);
}

.level-table {
  width: 80%;
  margin: 2% auto;
}

.level-table th {
  background: #8295b4;
  font-weight: 500;
  color: #232323;
  border-bottom: 1px solid #101010;
  padding: 0.3em 0;
}

.level-table td {
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #101010;
  border-bottom: 1px solid #232323;
}

.character-section {
  width: 100%;
  padding: 100px 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: #101010;
}

.character-section:before {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background: url(../img/deco_ribbon_top.png) 50% 100% repeat-x;
  background-size: auto 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
}

.character-section:after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background: url(../img/deco_ribbon_bottom.png) 50% 100% repeat-x;
  background-size: auto 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
}

.character-contents {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  max-width: 1280px;
}

.character-slide-container {
  width: calc(100% - 14%);
  position: relative;
}

.character-slide-wrapper {
  width: 100%;
  position: relative;
}

.character-profile {
  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;
  position: relative;
  margin: 0 auto 50px;
}

.character-left {
  width: 52%;
}

.character-text {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 4%;
}

.character-ss {
  margin-top: 8%;
  position: relative;
}

.character-right {
  width: 48%;
}

.character-image {
  max-width: 100%;
  display: inline-block;
  position: relative;
}

.character-image img {
  vertical-align: bottom;
  width: 100%;
}

.character-name {
  font-size: 2.3em;
  font-weight: 500;
  position: relative;
  line-height: 1.2;
}

.character-name-eng {
  width: 100%;
  font-size: 0.8em;
  font-weight: 300;
}

.character-serif {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 1.5em;
  position: absolute;
  top: 2%;
  right: 0;
  line-height: 1.3;
}

.character-serif span {
  background: #232323;
}

.character-serif span:nth-of-type(n + 2) {
  margin-top: 2em;
  padding-top: 0.5em;
}

.character-serif span:nth-of-type(n + 3) {
  margin-top: 4em;
  padding-top: 0.5em;
}

.character-special-caption {
  font-size: 1.4em;
  font-weight: 700;
  background: #f7ed97;
  color: #232323;
  position: absolute;
  top: -0.5em;
  left: 0em;
  z-index: 10;
  padding: 0 0.2em;
}

.character-special-caption small {
  font-size: 0.5em;
}

.character-special {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  top: -0.7em;
}

.character-special__text {
  display: block;
  padding: 0.5em 0.5em 0.5em 2.5em;
  margin-left: 2.5em;
  font-size: 0.9em;
  background: #232323;
  top: calc(100% - 1em);
  z-index: 10;
  position: relative;
}

.character-special__icon {
  width: 4.2em;
  position: absolute;
  bottom: calc(100% - 4em);
  z-index: 20;
  left: -2.5em;
}

.character-special__attacks {
  display: block;
  width: 7em;
  margin-left: 1em;
}

.character-special__name {
  display: inline-block;
  padding: 0.3em 0.5em 0.3em 2.25em;
  font-size: 1.1em;
  font-weight: 800;
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 15;
}

/* 色替え */
.ch-hero .character-name span {
  color: #b8de8a;
}

.ch-hero .character-special-caption {
  background: #b8de8a;
  color: #232323;
}

.ch-hero .character-special__name {
  background: #b8de8a;
  color: #232323;
}

.ch-hero .character-serif {
  color: #b8de8a;
}

.ch-arcanist .character-name span {
  color: #8295b4;
}

.ch-arcanist .character-special-caption {
  background: #8295b4;
  color: #232323;
}

.ch-arcanist .character-special__name {
  background: #8295b4;
  color: #232323;
}

.ch-arcanist .character-serif {
  color: #8295b4;
}

.ch-red .character-name span {
  color: #f84f55;
}

.ch-red .character-special-caption {
  background: #f84f55;
  color: #232323;
}

.ch-red .character-special__name {
  background: #f84f55;
  color: #232323;
}

.ch-red .character-serif {
  color: #f84f55;
}

.ch-priest .character-name span {
  color: #ffb96f;
}

.ch-priest .character-special-caption {
  background: #ffb96f;
  color: #232323;
}

.ch-priest .character-special__name {
  background: #ffb96f;
  color: #232323;
}

.ch-priest .character-serif {
  color: #ffb96f;
}

.ch-dread .character-name span {
  color: #f7ed97;
}

.ch-dread .character-special-caption {
  background: #f7ed97;
  color: #232323;
}

.ch-dread .character-special__name {
  background: #f7ed97;
  color: #232323;
}

.ch-dread .character-serif {
  color: #f7ed97;
}

.ch-lich .character-name span {
  color: #c2e0ff;
}

.ch-lich .character-special-caption {
  background: #c2e0ff;
  color: #232323;
}

.ch-lich .character-special__name {
  background: #c2e0ff;
  color: #232323;
}

.ch-lich .character-serif {
  color: #c2e0ff;
}

.ch-hydra .character-name span {
  color: #6ee2ac;
}

.ch-hydra .character-special-caption {
  background: #6ee2ac;
  color: #232323;
}

.ch-hydra .character-special__name {
  background: #6ee2ac;
  color: #232323;
}

.ch-hydra .character-serif {
  color: #6ee2ac;
}

.ch-beast .character-name span {
  color: #b899ed;
}

.ch-beast .character-special-caption {
  background: #b899ed;
  color: #232323;
}

.ch-beast .character-special__name {
  background: #b899ed;
  color: #232323;
}

.ch-beast .character-serif {
  color: #b899ed;
}

.character-profile-prev {
  width: 5%;
  position: absolute;
  left: 0;
  top: 52.5%;
  z-index: 10;
  -webkit-animation: anm-arrow-prev 2s ease infinite;
          animation: anm-arrow-prev 2s ease infinite;
  cursor: pointer;
}

.character-profile-prev img {
  vertical-align: bottom;
  width: 100%;
}

.character-profile-next {
  width: 5%;
  position: absolute;
  right: 0;
  top: 52.5%;
  z-index: 10;
  -webkit-animation: anm-arrow-next 2s ease infinite;
          animation: anm-arrow-next 2s ease infinite;
  cursor: pointer;
}

.character-profile-next img {
  vertical-align: bottom;
  width: 100%;
}

.character-profile-pagination {
  text-align: center;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #232323;
}

.swiper-pagination-bullet:not(:first-child) {
  margin-left: 10px;
}

.swiper-pagination-bullet:nth-of-type(1) {
  background: #b8de8a;
}

.swiper-pagination-bullet:nth-of-type(2) {
  background: #8295b4;
}

.swiper-pagination-bullet:nth-of-type(3) {
  background: #f84f55;
}

.swiper-pagination-bullet:nth-of-type(4) {
  background: #ffb96f;
}

.swiper-pagination-bullet:nth-of-type(5) {
  background: #f7ed97;
}

.swiper-pagination-bullet:nth-of-type(6) {
  background: #c2e0ff;
}

.swiper-pagination-bullet:nth-of-type(7) {
  background: #6ee2ac;
}

.swiper-pagination-bullet:nth-of-type(8) {
  background: #b899ed;
}

.swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
}

.product-section {
  width: 100%;
  padding: 100px 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(16, 16, 16, 0.7);
}

.product-contents {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 0 0 0 5em;
}

.product-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.product-package {
  width: 40%;
  position: relative;
}

.spec {
  width: 50%;
  position: relative;
}

.spec-title {
  font-weight: 500;
  font-size: 1.5em;
  margin-bottom: 1em;
}

.spec-table {
  width: 100%;
  font-size: 0.8em;
  -webkit-transform: rotate(0.01deg);
          transform: rotate(0.01deg);
}

.spec-table th {
  width: 25%;
  font-weight: 300;
  text-align: left;
  padding: 0.5em 0;
}

.spec-table td {
  width: 75%;
  padding: 0.5em 0;
}

.cero-icon {
  width: 15%;
}

.btn_store-wrapper.en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn_store {
  width: 60%;
  margin: 0 auto;
  padding: 2em 0 0;
}

.btn_store a {
  padding: 0.4em 0;
  display: block;
  background: #E70012;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
}

.btn_store a span {
  font-size: 0.7em;
}

.btn_store.en {
  width: 22%;
  margin: 0 1em;
  padding: 2em 0 0;
}

.btn_store.en a {
  padding: 0.4em 0;
  display: block;
  background: #E70012;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
}

.btn_store.en a span {
  font-size: 0.7em;
}

.glNav-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 1vh;
  top: 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 25em;
  padding: 0.3em 0;
  margin: 0 auto;
  font-family: 'Nunito', sans-serif;
}

.glNav-language__item {
  font-size: 0.8em;
  text-decoration: none;
  outline: none;
  letter-spacing: 0.1em;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
  z-index: 100;
}

.glNav-language__item a {
  text-decoration: none;
  outline: none;
  letter-spacing: 0.1em;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
  z-index: 100;
}

.glNav-language__item:hover a {
  color: #f7ed97;
}
