@charset "UTF-8";
@import url("https://use.typekit.net/urd1mfk.css");

/* ============================================================================================
  BASE
============================================================================================ */

body {
  font: 22px/1.4 'din-2014', sans-serif;
	background-color: #000;
	color: #fff;
	word-break: normal;
	font-weight: normal;
	-webkit-font-smoothing: subpixel-antialiased;
}

body#jp, body#jp .article--text--wrap h3,body#jp .header--video--discription {
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

body#tch, body#tch .article--text--wrap h3,body#tch .header--video--discription {
  font-family: "Noto Sans TC", sans-serif;
}

body#fr .header--video--discription {
  font-size: 2.4vw;
}

img {
	width: 100%;
}

a {
  transition: .3s;
}

hr {
  border-color: #333;
  margin: 10px 0;
  border-style: dotted;
}

*::selection {
  background: #6  00;
}

.wrapper {
  background-color: #000;
}


.wallpaper--wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.wallpaper--wrapper div {
  width: 46%;
  font-size: 10px;
  text-align: center;
  margin-bottom: 20px;
}

.wallpaper--wrapper div img {
  margin-bottom: 5px;
}


/* ======================== temporary ======================== */


.header--video .slick-dots li, .slick-dots li button {
  width: 10%;
}

/* .header--video .slick-dots li:nth-child(1)::before {
  content: '';
  display: block;
  background: rgba(255,120,0,1);
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  margin: 0 auto;
  line-height: 13px;
  height: 13px;
  padding: 0 5px;
  z-index: 3;
  width: 24px;
  border-radius: 10px;
  -webkit-animation:blink 1.6s ease-in-out infinite alternate;
  animation:blink 1.6s ease-in-out infinite;
  box-sizing: content-box;
  border: rgba(255, 180, 0, 0) solid 2px;
  transform-origin: center;
}


.header--video .slick-dots li:nth-child(1)::after {
  content: 'NEW';
  display: block;
  background: rgba(255,120,0,1);
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  font-size: 10px;
  font-family: sans-serif;
  line-height: 13px;
  height: 13px;
  padding: 0 5px;
  color: #000;
  z-index: 3;
  width: 30px;
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
  font-family: din-2014-narrow, sans-serif;
} */

/* ======================== CLASS ======================== */

.note {
  font-size: 60%;
  padding: 2% 0;
}

/* ======================== btn ======================== */

.btn {
  display: block;
  border: #a00 solid 1px;
  padding: 12px 0;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  box-sizing:border-box;
  background-color: transparent;
  color: #a00;
  transition: .6s;
  position: relative;
  z-index: 0;
  cursor: pointer;
  letter-spacing: 0.1em;
  line-height: 46px;
  height: 100%;
}

.btn::before,
.btn::after {
  content: '';
  box-sizing:border-box;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: .3s;
  transform-origin: 50% 100%;
}
.btn::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #a00;
  position: absolute;
  transition: .3s all;
  transform: scale(0,1);
  transform-origin: 0 0;
  opacity: 0;
  z-index: -1;
}

.btn::before {
  content: '';
  display: block;
  background-color: #000;
}

.btn span {
  width: 15%;
  height: 1px;
  display: block;
  position: absolute;
  right: 10%;
  top: 36px;
  background: #a00;
  transition: .3s ease-out;
}

.btn span::before {
  content: '';
  width: 20%;
  height: 1px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: #a00;
  transform-origin: right;
  transform: rotateZ(20deg);
  transition: .3s ease-out;
}


.btn--none {
  border: solid 1px #444;
  color: #444;
  cursor: default;
  pointer-events: none;
}

/* ======================== SETUP ======================== */

*:focus {
  outline: none;
}

#youtube--icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 14%;
  margin: auto;
  transition: all .6s cubic-bezier(0.075, 0.820, 0.165, 1.000); /* easeOutCirc */
  fill: #1f1f1f;
  opacity: 0.8;
}

/* ======================== ICON ======================== */


.icon-new:before {
  content: '';
  display: block;
  background: rgba(255,120,0,1);
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  margin: 0 auto;
  line-height: 13px;
  height: 13px;
  padding: 0 5px;
  z-index: 3;
  width: 24px;
  border-radius: 10px;
  -webkit-animation:blink 1.6s ease-in-out infinite alternate;
  animation:blink 1.6s ease-in-out infinite;
  box-sizing: content-box;
  border: rgba(255, 180, 0, 0) solid 2px;
  transform-origin: center;
}


.icon-new:after {
  content: 'NEW';
  display: block;
  background: rgba(255,120,0,1);
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  font-size: 10px;
  font-family: sans-serif;
  line-height: 13px;
  height: 13px;
  padding: 0 5px;
  color: #000;
  z-index: 3;
  width: 30px;
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
  font-family: din-2014-narrow, sans-serif;
}

@-webkit-keyframes blink{
    0% { -webkit-transform: scale(0.8); opacity: 1; }
    100% { -webkit-transform: scale(1.6); opacity: 0; ;}
}

@keyframes blink{
    0% { transform: scale(0.8); opacity: 1; }
    100% { transform: scale(1.6); opacity: 0; ;}
}



/* ============================================================================================
  LOADER
============================================================================================ */

#loader {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
  z-index: 999;
}



.loader,
.loader:after {
  border-radius: 50%;
  width: 3em;
  height: 3em;
	transition: 0.3s;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: .4em solid rgba(255, 255, 255, 0.2);
  border-right: .4em solid rgba(255, 255, 255, 0.2);
  border-bottom: .4em solid rgba(255, 255, 255, 0.2);
  border-left: .4em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loaderAnime 1.1s infinite linear;
  animation: loaderAnime 1.1s infinite linear;
}
@-webkit-keyframes loaderAnime {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loaderAnime {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ======================== SLICK ======================== */

/*.slick-dotted.slick-slider {
  margin-bottom: 50px;
}*/

.slick-dots li, .slick-dots li button {
  width: 5%;
  height: 5px;
}

.slick-dots li button:before {
  color: #333;
  width: 100%;
  height: 5px;
  background: #333;
  content: '';
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: #a00;
  background: #a00;
  opacity: 1;
}


/* ============================================================================================
  HEADER
============================================================================================ */

.header {
	height: 76vw;
  position: relative;
  z-index: 1;
  background: #000;
}

.header--bg {
  position: absolute;
  width: 100%;
  top: 0;
  transition: 3s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  opacity: 0.6;
  pointer-events: none;
  /*transform: scale(1.04);*/
}

.header--bg2 {
  position: absolute;
  width: 100%;
  top: 0;
  transition: 3s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  opacity: 0;
  pointer-events: none;
  /*transform: scale(1.04);*/
}

.header--info {
}

.header--logo {
  position: absolute;
  pointer-events: none;
  width: 30vw;
  z-index: 1;
  top: 34vw;
  left: 8vw;
}

.header--date {
  position: absolute;
  width: 30vw;
  z-index: 1;
  top: 46vw;
  left: 8vw;
	font-size: 3.4vw;
  font-weight: bold;
  text-align: center;
  line-height: 3.4vw;
  text-shadow: 0px 0px 10px #000,0px 0px 10px #000,0px 0px 10px #000;
  font-family: din-2014-narrow, sans-serif;
}

.header--link {
  position: absolute;
  width: 34vw;
  z-index: 1;
  top: 66vw;
  left: 8vw;
  font-size: 1.4vw;
}


.header--platform {
  position: absolute;
  top: 53vw;
  left: 2vw;
  filter: drop-shadow(0px 0px 3px #000);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* justify-content: space-between; */
  width: 40vw;
  pointer-events: none;
}

#uk .header--platform,
#fr .header--platform,
#it .header--platform,
#de .header--platform,
#es .header--platform {
  width: 38vw;
  left: 6vw;
}

.header--platform img {
  height: 1.5vw;
  width: auto;
  display: block;
	/* margin-top: -0.1vw; */
  margin:0 0.4vw 1vw;
}

.header--platform img:nth-child(1) {
	height: 1.5vw;
  display: block;
	margin-top: -0.1vw;
}

.header--platform img:nth-child(2) {
  height: 1.2vw;
  margin-top: 0.1vw;
}


#uk .header--platform img:nth-child(2),
#fr .header--platform img:nth-child(2),
#it .header--platform img:nth-child(2),
#de .header--platform img:nth-child(2),
#es .header--platform img:nth-child(2) {
  height: 3vw;
  margin-top: -0.9vw;
}
/* .header--platform img:nth-child(2) {
  height: 1.2vw;
}
.header--platform img:nth-child(3) {
}
.header--platform img:nth-child(4) {
	height: 1.2vw;

}*/
.header--platform img:nth-child(5) {
	height: 1.6vw;
}
.header--platform img:nth-child(6) {
	height: 1.5vw;
}
.header--platform img:nth-child(7) {
	height: 1.9vw;
}



.header--wrap {
  opacity: 0;
  transition: .8s ease-in;
  height: 100%;
}

.header--video {
	display: block;
	position: relative;
  top: 8vw;
  left: 52%;
	width: 40%;
}

.header--video--slider {
  width:84%;
  margin:0 auto;
  margin-bottom:2.3vw!important;
}

.header--video--img {
  position: relative;
  background-color: #000;
}

.header--video--img a {
  display: block;
}

.header--video--discription {
  font-family: din-2014-narrow, sans-serif;
  font-size: 2.4vw;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0px 0px 10px #a00, 0px 0px 10px #a00, 0px 0px 10px #a00;
  font-style: italic;
  text-align: center;
}



.header--news {
  width: 48%;
  position: absolute;
  top: 43vw;
  right: -1%;
  z-index: 3;
  opacity: 0;
  transition: .8s ease-in;
}

.header--news a {
  display: flex;
  padding: 0.5vw;
  /*background: #fff;*/
  background: url(../img/bg003.jpg);
  background-size: 50% auto;
}

.header--news--img {
  width: 30vw;
  position: relative;
}

.header--news--img.icon-new::before {
  left: -8px;
  right: auto;
  top: -2px;
}

.header--news--img.icon-new::after {
  left: -4px;
  right: auto;
  top: 0px;
}

.header--news--info {
  color: #000;
  margin-left: 1vw;
  margin-right: 1vw;
  font-size: 1.04vw;
  width: 100%;
}

.header--news--date {
  font-family: din-2014-narrow, sans-serif;
  font-size: 1.14vw;
}

.header--news--text {
}


.banner--area {
  position: absolute;
  top: 62vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.banner--area a {
  display: block;
  width: 49%;
}



/* ============================================================================================
  MAIN
============================================================================================ */

main {
  position: relative;
  z-index: 2;
}



/* ============================================================================================
  NAVI
============================================================================================ */

nav {
  font-family: din-2014-narrow, sans-serif;
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
  right: 0;
  z-index: 10;
  opacity: 0;
  transition: 1s cubic-bezier(0.075, 0.820, 0.165, 1.000);
}

nav ul {
  display: block;
  position: absolute;
  line-height: 30px;
  padding-top: 10px;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

nav ul li {
  padding: 0 20px;
}

nav div.nav__top {
  position: absolute;
  left: 20px;
  z-index: 11;
  top: 6px;
  display: none;
}

nav div.nav__top a img {
  height: 40px;
  width: auto;
  opacity: 1;
  transition: all .3s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  filter: drop-shadow(0px 0px 10px black);
}

nav ul li a {
  color: #fff;
  font-size: 18px;
  position: relative;
  display: inline-block;
}

nav.follow-nav {
  height: 50px;
  background: rgba(0,0,0,0.6);
}

nav.follow-nav div.nav__top {
  display: block;
}

nav.follow-nav ul {
}

nav.follow-nav ul li a {
  font-size: 14px;
  line-height: 24px;
}

nav ul li.nav-buy {
}

nav ul li.nav-buy a {
  font-size: 16px;
  background: #900;
  padding: 6px 40px;
  font-weight: bold;
  line-height: 20px;
  height: 30px;
  display: block;
}

/* ============================================================================================
  ABOUT
============================================================================================ */

.section--about {
  background-image: url(../img/bg003.jpg);
  background-size: 50%;
  background-color: #000;
  position: relative;
  height: 48vw;
  transform: skewY(-4deg);
  overflow: hidden;
  z-index: 1;
}

.section--about::before {
  content: '';
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  top: -25px;
  z-index: 1;
  background: url(../img/line.png);
  background-size: auto 50px;
}

.section--about::after {
  content: '';
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: -25px;
  z-index: 1;
  background: url(../img/line2.png);
  background-size: auto 50px;
}

.section--about--wrap {
  height: 120%;
  position: relative;
  background-image: url(../img/about_image001.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 70vw auto;
  /*mix-blend-mode: color-burn;*/
  transform: skewY(4deg);
  margin-top: -4vw;
}

.section--about--wrap::after {
  content: '';
  display: block;
  width: 100%;
  background: #000;
  height: 100%;
  position: absolute;
  z-index: 1;
  transition: width 0.4s ease-in 0s;
  top: 0;
  right: 0;
}

.section--about--wrap.aos-animate {
  transition: none;
}

.section--about--wrap.aos-animate::after {
  width: 0;
}

.section--about--title {
  height: 20vw;
  background-image: url(../img/about_title.png);
  background-size: auto 20vw;
  background-repeat: no-repeat;
  position: relative;
  top: 6vw;
  left: 1vw;
}

.section--about--title span {
  display: none;
}

.section--about--text {
  width: 40vw;
  line-height: 2;
  position: relative;
  left: 6vw;
  margin-top: 5vw;
  font-size: 1.5vw;
}

.section--about--text span {
  background: rgb(0,0,0);
}


.section--about--image--01 {
  position: absolute;
  width: 33vw;
  right: 30vw;
  top: 20vw;
  filter: drop-shadow(0px 0px 3px black);
  pointer-events: none;
}

.section--about--image--02 {
  position: absolute;
  width: 13vw;
  right: 6vw;
  top: 10vw;
  filter: drop-shadow(0px 0px 3px black);
  pointer-events: none;
}

.section--about--image--03 {
  position: absolute;
  width: 6vw;
  right: 2vw;
  top: 3vw;
  pointer-events: none;
}


/* ============================================================================================
  FEATURES
============================================================================================ */

.section--features {
  background-image: url(../img/bg004.jpg);
  background-size: 50%;
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.section--features::before {
  content: '';
  height: 100px;
  background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
}

.section--features::after {
  content: '';
  height: 100px;
  background: linear-gradient(to top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.section--features--title {
  height: 20vw;
  background-image: url(../img/features_title.png);
  background-size: auto 20vw;
  background-repeat: no-repeat;
  position: relative;
  top: 1vw;
  left: 1vw;
}

.section--features--title span {
  display: none;
}

.section--features--wrap {
  padding-bottom: 100px;
  padding-top: 50px;
}


/* ============================================================================================
  ARTICLE
============================================================================================ */

article {
  display: flex;
  width: 100%;
  justify-content: space-between;
  background-image: url(../img/features_movie_bg.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 70% auto;
  padding: 15vw 0;
  margin-top: -8vw;
}

article:nth-child(odd) {
  flex-flow: row-reverse;
  background-image: url(../img/features_movie_bg2.png);
  background-position: top right;
}

.article--movie {
  width: 50%;
  position: relative;
}

.article--movie--inner {
  width: 100%;
  height: 100%;
}

.article--movie--inner::after {
  content: '';
  display: block;
  width: 100%;
  background: #000;
  height: 100%;
  position: absolute;
  z-index: 1;
  transition: width 0.2s ease-in 0s;
  top: 0;
  right: 0;
}

article:nth-child(odd) .article--movie--inner::after {
  left: 0;
}

.article--movie--inner.aos-animate {
  transition: none;
}

.article--movie--inner.aos-animate::after {
  width: 0;
}




.article--movie--inner video {
  width: 100%;
  display: block;
}

.article--text--wrap {
  width: 50%;
}

.article--text--wrap h3 {
  font-family: din-2014-narrow, sans-serif;
  font-size: 2.8vw;
  line-height: 3.6vw;
  background-image: url(../img/features_title_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 6vw 4vw;
  margin-top: -4vw;
  font-weight: bold;
}

/*article:nth-child(4) .article--text--wrap h3 {
  line-height: 7.2vw;
}*/



.article--text {
  padding: 0vw 4vw;
  font-size: 1.4vw;
}




/* ============================================================================================
  TITLES
============================================================================================ */

.section--titles {
  background-color: #000;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/*.section--titles::before {
  content: '';
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  top: -25px;
  z-index: 1;
  background: url(../img/line.png);
  background-size: auto 50px;
}

.section--titles::after {
  content: '';
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: -25px;
  z-index: 1;
  background: url(../img/line2.png);
  background-size: auto 50px;
}*/

.section--titles--wrap {
  position: relative;
}

.section--titles--title {
  display: none;
}


.section--titles--contents {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4vw;
}

.section--titles--inner {
  width: 33.33%;
  position: relative;
  cursor: pointer;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  border: #000 solid 0.5vw;
}

.section--titles--modal--link {
  display: block;
}

.section--titles--inner--bg {
    transition: .4s cubic-bezier(0.075, 0.820, 0.165, 1.000);
}

.section--titles--inner--logo {
  position: absolute;
  bottom: 3vw;
  width: 100%;
  z-index: 1;
  margin: 0;
  left: 0;
}


/* ============================================================================================
  FAQ
============================================================================================ */

#faq {
  display: none;
}

.faq--wrap {
  background: url(../img/bg005.jpg);
  color: #fff;
  padding-bottom: 10px;
}

.faq--inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 80px;
}

.faq--wrap h2 {
  margin-top: 60px;
  margin-bottom: 10px;
  font-size: 30px;
  border-bottom: #900 solid 3px;
  font-weight: bold;
  padding-bottom: 8px;
  display: block;
  position: relative;
}

.faq--wrap h2.icon-new:before {
  left: -10px;
  right: auto;
}

.faq--wrap h2.icon-new:after {
  left: -6px;
  right: auto;
}

.faq--content {
  font-size: 16px;
  padding: 10px 0 20px 0;
}

.faq--content .icon-new {
  position: relative;
}

.faq--content .icon-new:before {
  left: -10px;
  right: auto;
  top: 0;
}

.faq--content .icon-new:after {
  left: -6px;
  right: auto;
  top: 2px;
}

.q, .a {
  padding-left: 2.4em;
}

.a:not(:last-child) {
  padding-bottom: 1em;
  border-bottom: #333 solid 1px;
}

.q {
  padding-top: 1em;
}

.q span {
  font-size: 70%;
}

.q::before {
  content: 'Q.';
  display: inline-block;
  font-size: 160%;
  font-weight: bold;
  margin-right: 0.2em;
  margin-left: -1.3em;
  color: #aac;
}

.a::before {
  content: 'A.';
  display: inline-block;
  font-size: 160%;
  font-weight: bold;
  margin-right: 0.2em;
  margin-left: -1.3em;
  color: #caa;
}

.faq--table {
  padding: 10px 0 20px 0;
  overflow: auto;
}

.faq--table table {
  font-size: 13px;
  background: #111;
  border: #333 solid 2px;
}

.faq--table th {
  padding: 0.5em;
  background: #311;
  border: 2px solid #333;
  text-align: center;
  vertical-align: middle;
}

.faq--table td {
  padding: 0.5em;
  border: 2px solid #333;
  vertical-align: middle;
}


.faq--text p {
  font-size: 14px;
  line-height: 1.4;
  padding-bottom: 10px;
}

.faq--table .table--color {
  background: #222;
}


.modal--close--wrap {
  width: 300px;
  margin: 4% auto;
}

.modal--steam--wrap {
  width: 300px;
  margin: 2% auto;
}

.faq--link--wrap {
  width: 60%;
  margin: 4% auto;
}

.faq--notice {
  border: #900 solid 1px;
  padding: 1.2em;
  position: relative;
  margin-top: 60px;
  background: #111;
}

.faq--notice h3 {
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: 18px;
}

.faq--content .faq--notice.icon-new:before {
  top: -5px;
}

.faq--content .faq--notice.icon-new:after {
  top: -3px;
}

/* ============================================================================================
  modal setup
============================================================================================ */

.modaal-container {
  background: #000;
}


.modaal-content-container {
  padding: 0
}

.modaal-close::after, .modaal-close::before {
  border-radius: 0;
  top: 9px;
  left: 23px;
  width: 1px;
  height: 30px;
}

.modaal-close::after, .modaal-close::before {
  background: #a00;
}


.modaal-fullscreen .modaal-close, .modaal-wrapper .modaal-close {
  background: none;
  border-radius: initial;
  border: #a00 solid 1px;
  box-sizing: border-box;
  right: 2%;
  top: 2%;
}

.modaal-close:focus, .modaal-close:hover {
  background: #a00;
}

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #000;
}


.modaal-gallery-control:after, .modaal-gallery-control:before {
  background: #a00;
  border-radius: 0;
  width: 1px;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  background: none;
}

.modaal-gallery-control::before {
  margin: -6px 0 0 0;
}

.modaal-gallery-control::after {
  margin: 6px 0 0 0;
}

.modaal-gallery-prev::before {
  margin: 6px 0 0 0;
}

.modaal-gallery-prev::after {
  margin: -6px 0 0 0;
}

/* ============================================================================================
  modal inner
============================================================================================ */


.section--titles--modal {
  background-color: #000;
  background-size: auto;
  color: #fff;
  min-height: 100vh;
  width: 100%;
  padding: 28% 0;
}

/*.section--titles--modal::before {
  content: '';
  opacity: 0.3;
  height: 100%;
  width: 100%;
  background: #000;
  position: fixed;
  top: 0;
}*/


.section--titles--modal01 {
  background: #000 url(../img/titles-modal_bg001.jpg) no-repeat top center fixed;
  background-size: 100% auto;
}

.section--titles--modal02 {
  background: #000 url(../img/titles-modal_bg002.jpg) no-repeat top center fixed;
  background-size: 100% auto;
}

.section--titles--modal03 {
  background: #000 url(../img/titles-modal_bg003.jpg) no-repeat top center fixed;
  background-size: 100% auto;
}

.section--titles--modal--logo {
  width: 70%;
  margin: 0 auto 0;
}

.section--titles--modal--inner {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 10px #000;
}

.section--titles--modal--title {
  font-size: 40px;
  letter-spacing: 0.2em;
  font-weight: 700;
  margin-bottom: 3%;
  text-align: center;
}

.section--titles--modal--title span {
  font-size: 60%;
}

.section--titles--modal--image {
  width: 100%;
}

.section--titles--modal--image img {
  margin-bottom: 3%;
}

.section--titles--modal--text {
  margin-bottom: 6%;
}

.section--titles section {
  display: none;
}

.section--titles--modal--close--wrap {
  width: 300px;
  margin: 4% auto;
}


/* ============================================================================================
  DELUXE
============================================================================================ */


.section--deluxe {
  background-image: url(../img/bg004.jpg);
  background-size: 50%;
  background-color: #000;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-bottom: 10vw;
}

.section--deluxe::before {
  content: '';
  height: 60px;
  background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
}

/*.section--deluxe::after {
  content: '';
  height: 60px;
  background: linear-gradient(to top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
}*/

.section--deluxe--wrap {
  padding: 10vw 0 3vw;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  font-size: 1.3vw;
  position: relative;
}

.section--deluxe--title {
  display: none;
}

.section--deluxe--wrap .article--text {
  width: 90%;
  margin: 0 auto;
}


.section--deluxe--wrap h3 {
  font-family: din-2014-narrow, sans-serif;
  font-size: 5vw;
  line-height: 5vw;
  background-image: url(../img/deluxe_title_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 70% auto;
  padding: 7vw 4vw;
  margin-top: -11vw;
  font-weight: bold;
  text-align: center;
  display: block;
}

.section--deluxe--wrap h3 span {
  display: block;
  position: relative;
}


.section--deluxe--slider {
  margin-top: 3vw;
}


.section--deluxe--slider--inner .slick-slide {
  transform: scale(0.9);
  transition: .3s;
  filter:brightness(50%);
  pointer-events: none;
  box-shadow: none;
}

.section--deluxe--slider--inner .slick-slide.slick-center {
  transform: scale(1);
  filter: none;
  pointer-events: auto;
}


.slick-arrow {
  height: 200px;
  width: 50px;
}

.slick-prev {
  left: 20%;
  z-index: 1;
}

.slick-next {
  right: 20%;
  z-index: 1;
}


.slick-arrow:before {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  background: transparent;
  border-top: 2px solid #900;
  border-right: 2px solid #900;
  border-left: none;
  border-bottom: none;
  display: block;
  z-index: 10;
  transition: border-color .3s;
  outline: none;
  text-indent: -9999px;
}

.slick-prev:before {
  left: 20px;
  margin-top: -25px;
  transform:rotate(-135deg);
}
.slick-next:before {
  right: 20px;
  margin-top: -25px;
  transform:rotate(45deg);
}


/* ============================================================================================
  BUY
============================================================================================ */

.section--buy {
  display: none;
}

.section--buy--modal {
  padding-top: 1px;
  background: url(../img/bg005.jpg);
  background-size: 100% auto;
}

.section--buy--modal h2 {
  font-size: 24px;
  margin-top: 3vw;
  text-align: center;
  font-weight: bold;
  background: #c00;
  line-height: 1.8;
  border-radius: 5px;
}

.section--buy--modal h3 {
  font-size: 14px;
  margin-top: 1.4vw;
  margin-bottom: 0.6vw;
  text-align: center;
  font-weight: bold;
}

.section--buy--modal--inner {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 90%;
  color: #fff;
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
}

.section--buy--modal--text {
  font-size: 14px;
  border: #900 solid 1px;
  background: #100;
  padding: 10px;
}

.section--buy--modal--text--title {
  color: #c00;
  font-size: 80%;
  margin-bottom: 5px;
}

.section--buy--modal--btns {
  display: flex;
  justify-content: space-between;
}

.section--buy--modal--btns > div {
  width: 24.5%;
}

.section--buy--modal--btns .btn--none {
  line-height: 23px;
}

.section--buy--modal--btns2 .btn--none {
  line-height: 46px;
}

.section--buy--modal--btns .btn--none div {
  line-height: 20px;
  font-size: 12px;
  display: inline-block;
  background: #444;
  padding: 0 4%;
  border-radius: 4px;
  color: #000;
}

.section--buy--modal--btns2 > div {
  width: 49.7%;
}

.section--buy--modal--btns .btn {
  letter-spacing: 0;
  line-height: 40px;
}

.section--buy--modal--btns3 .btn {
  line-height: 20px;
}

.section--buy--modal--btns3 .btn div {
  line-height: 16px;
  font-size: 12px;
  display: inline-block;
  /*padding: 0 4%;
  background: #300;
  border-radius: 4px;*/
}


.section--buy--modal--btn--wrap {
  width: 100%;
  margin: 4% auto;
}
.section--buy--modal--btn--wrap a{
  margin-bottom:0.5em;
}

/* ============================================================================================
  PRODUCTS
============================================================================================ */


.section--products {
  /*background-image: url(../img/bg005.jpg);
  background-size: 100%;*/
  background-color: #000;
  position: relative;
  overflow: hidden;
  text-align: center;
}

/*.section--products::before {
  content: '';
  height: 60px;
  background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
}
*/
/*.section--products::after {
  content: '';
  height: 100px;
  background: linear-gradient(to top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
}*/

.section--products--wrap {
  padding: 10vw 0 3vw;
  width: 80%;
  margin: 0 auto;
  text-align: left;
  font-size: 1vw;
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
}

.section--products--title {
  display: none;
}

.section--products--table {
  display: table;
  width: 100%;
}

.section--products--table dl {
  display: table-row;
}

.section--products--table dl dt {
  padding-right: 1em;
}

.section--products--table dl dt, .section--products--table dl dd {
  word-break: break-all;
  display: table-cell;
  line-height: 1.5;
  padding: 5px;
  border-bottom: solid 1px #333;
}

.section--products--table dl dd span {
  font-size: 60%;
  /* background: #111; */
  display: inline-block;
  /*padding: 3px;
  border-radius: 3px;*/
}

sup {
  vertical-align: baseline;
  position: relative;
  font-size: 0.7em;
}

.section--products--info {
  width: 67%;
}


.section--products--image {
  width: 30%;
}

.section--products--image img {
  display: block;
  margin-bottom: 70px;
}

.section--products--box {
  border: #600 solid 1px;
  padding: 0 2%;
  background: #100;
}


.sample {
  position: relative;
  background: #900;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  height: 16px;
  padding: 2px 4px;
  text-align: center;
  display: inline-block;
  text-shadow: none;
  margin-left: 14px;
  vertical-align: middle;
}

.sample:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  margin-top: -8px;
  border: 8px solid transparent;
  border-right: 8px solid #900;
  height: auto;
  width: auto;
  right: auto;
  background: none;
}

/* ============================================================================================
  FOOTER
============================================================================================ */

.footer {
  position: relative;
  background: #000;
  z-index: 1;
  width: 100%;
  /*overflow: hidden;*/
}

.footer--logos {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 74vw;
  justify-content:center;
  margin: 4% auto;
}
#uk .footer--logos,
#fr .footer--logos,
#it .footer--logos,
#de .footer--logos,
#es .footer--logos {
  width: 70vw;
}

.footer--logos img {
  position: relative;
  display: block;
  height: 2vw;
  width:auto;
  margin:0 1vw 2vw;
}


.footer--logos img:nth-child(1) {
  height: 2.4vw;
  margin-top: -0.2vw;
}

.footer--logos img:nth-child(2) {
  height: 2vw;
}

#uk .footer--logos img:nth-child(2),
#fr .footer--logos img:nth-child(2),
#it .footer--logos img:nth-child(2),
#de .footer--logos img:nth-child(2),
#es .footer--logos img:nth-child(2) {
  height: 4vw;
  margin-top: -1vw;
}

.footer--logos img:nth-child(3) {
}

.footer--logos img:nth-child(5) {
  height: 2vw;
  margin-top: -0.3vw;
}

.footer--logos img:nth-child(6) {
  height: 2vw;
}
.footer--logos img:nth-child(7) {
  height: 2.5vw;
  margin-top: -0.4vw;
}


.footer--rating {
  display: flex;
  justify-content: center;
  margin-bottom: 8%;
}

.footer--rating--logo {
  height: 80px;
}

.footer--rating--logo:nth-child(2) {
  margin-right: 20px;
  border-right: solid #666 1px;
  padding-right: 20px;
}

.footer--rating--logo img {
  width: auto;
  height: 100%;
}



.footer--rating--text {
  width: 300px;
  font-size: 12px;
  margin-right: 20px;
}

.footer--rating--text hr {
  margin-top: 8px;
  margin-bottom: 8px;
  border-color: #333;
  border-style: dotted;
}



.attend {
  text-align: center;
  display: block;
  color: #fff;
  font-size: 12px;
  margin-bottom: 2%;
}





.copy {
  text-align: center;
  display: block;
  color: #ccc;
  font-size: 12px;
  margin-bottom: 2%;
}

.copy img {
  height: 8px;
  width: auto;
  vertical-align: baseline;
  display: inline-block;
  margin: 0 2px;
}



.footer--language {
  font-size: 14px;
  display: block;
  line-height: 30px;
  margin-left: -30px;
  width: 240px;
  margin: auto;
  text-align: center;
  margin-bottom: 8%;
}

.footer--language::before {
  content: '';
  position: absolute;
  background-image: url(../img/icon_language.svg);
  background-size: 30px;
  height: 30px;
  width: 30px;
}

.footer--language a {
  margin-left: 44px;
  transition: .3s ease-out;
  letter-spacing: 0.2em;
}

#us .footer--rating--logo {
  height: 160px;
}



/* ============================================================================================
  Hover
============================================================================================ */


@media screen and (min-width:769px) {

  .sp { display: none; }
  .pc { display: block; }

  nav ul li a:hover {
    color: #900;
    opacity: 1;
  }

  nav ul li.nav-buy a:hover {
    color: #fff;
    background: #f00;
  }

  .slider { display: none; }

  .article--movie--inner img {
    display: none;
  }

  .section--titles--modal--link:hover .section--titles--inner--bg {
    transform: scale(1.1);
  }

  a.section--titles--modal--link:hover {
    opacity: 1;
  }

	a:hover #youtube--icon {
    fill: #f00;
    opacity: 1;
  }

  a:hover {
    opacity: 0.7;
  }

  /* btn */

  .btn:hover {
    color: #000;
    opacity: 1;
  }

  .btn:hover::after {
    transform: scale(1,1);
    opacity: 1;
  }

  .btn:hover span {
    right: 3%;
    background: #000;
  }

  .btn:hover span::before {
    background: #000;
  }


}

/* ============================================================================================
  SP
============================================================================================ */


@media screen and (max-width: 768px) {

  .sp { display: block; }
  .pc { display: none; }

  .banner--area{
    position: relative;
    top:auto!important;
  }
  .banner--area a {
    width: 100%;
    margin-bottom: 10px;
  }

  nav .icon-new:before {
    top: 0;
    left: -47px;
    right: auto;
    width: 30px;
    margin: auto;
    bottom: 0;
  }

  nav .icon-new:after {
    top: 0;
    left: -40px;
    right: auto;
    width: 30px;
    margin: auto;
    bottom: 0;
  }

  .section--deluxe--slider--inner .slick-slide {
    transform: scale(1);
    filter: none;
    pointer-events: auto;
  }

  .article--movie--inner video {
    display: none;
  }

  .header--news {
    position: relative;
    width: 92%;
    left: 4%;
    top: 0;
  }

  .header--news a {
    padding: 1.5vw;
  }

  .header--news--img {
    width: 100%;
  }

  .header--news--info {
    width:100%;
    margin-left: 2vw;
    margin-right: 2vw;
    font-size: 2.2vw;
  }

  .header--news--date {
    font-size: 3vw;
  }
  .header--news--text {
    font-size: 3vw;
    line-height: 1.4;
  }
  .slick-dotted.slick-slider{
    margin-bottom:12vw;
  }
  .banner--area {
    top: 206vw;
    width: 92%;
  }

  #youtube--icon {
    fill: #f00;
  }

  .header {
    height: auto;
    padding-top:100vw;
    padding-bottom:30vw;
  }

  .header--info {
    top: 0vw;
    position: relative;
  }

  .header--logo {
    position: relative;
    top: 0;
    width: 60vw;
    left: 20vw;
  }

  .header--date {
    position: relative;
    top: auto;
    width: 100vw;
    font-size: 8vw;
    line-height: 8vw;
    height: auto;
    left: 0;
    text-align: center;
    margin:3vw 0 6vw;
  }

  .header--platform {
    position: relative;
    top: auto;
    width: 90vw;
    left: auto;
    margin:1vw auto 8vw;
  }

  .header--platform img {
    height: 3.4vw;
    margin:0 1vw 3vw;
  }

  .header--platform img:nth-child(1) {
    height: 3.6vw;
    margin-top: -0.8vw;
  }

  .header--platform img:nth-child(2) {
    height: 2.8vw;
    margin-top: -0.4vw;
  }

  #uk .header--platform img:nth-child(2),
  #fr .header--platform img:nth-child(2),
  #it .header--platform img:nth-child(2),
  #de .header--platform img:nth-child(2),
  #es .header--platform img:nth-child(2) {
    height: 7vw;
    margin-top: -2.4vw;
  }

  .header--platform img:nth-child(3) {
    height: 3.6vw;
    margin-top: -0.7vw;
  }

  .header--platform img:nth-child(4) {
    height: 3.6vw;
    margin-top: -0.8vw;
  }
  .header--platform img:nth-child(5) {
    height: 3.6vw;
    margin-top: -0.8vw;
  }
  .header--platform img:nth-child(6) {
    height: 3.4vw;
    margin-top: -0.9vw;
  }
  .header--platform img:nth-child(7) {
    height: 4.4vw;
    margin-top: -1.3vw;
  }

  .header--video {
    width: 100%;
    top: auto;
    left: auto;
    margin:0 auto;
  }

  .header--video--img {
    width: 100%;
  }

  .header--video--discription {
    line-height: 1.4;
    font-size: 3.6vw !important;
    margin-bottom:8vw!important;
  }

  .header--video--slider{
    width:80%;
    margin-bottom:8vw!important;
  }



  .section--about {
    height: 120vw;
  }

  .section--about--wrap {
    background-image: url(../img/about_image001_sp.png);
    background-size: 130vw auto;
    background-position: -10vw 0;
  }


  .section--about--title {
    height: 30vw;
    background-size: auto 30vw;
  }


  .section--about--text {
    width: 94vw;
    left: 3vw;
    margin-top: 47vw;
    font-size: 3.2vw;
    line-height: 1.7;
  }


  .section--about--image--01 {
    width: 47vw;
    left: -7vw;
    top: 36vw;
  }

  .section--about--image--02 {
    width: 20vw;
    right: 13vw;
    top: 28vw;
  }


  .section--about--image--03 {
    width: 12vw;
    right: 5vw;
    top: 7vw;
  }

  .section--features--wrap {
    padding-top: 1vw;
    padding-bottom: 5vw;
  }

  .section--features--title {
    height: 30vw;
    background-size: auto 30vw;
  }


  article {
    display: block;
    background-position: 0 -10vw;
    background-size: 130% auto;
  }

  .article--movie {
    width: 90%;
    margin: 0 auto;
  }

  .article--text--wrap {
    width: 100%;
  }

  .article--text--wrap h3 {
    font-size: 5.8vw;
    line-height: 6.6vw;
    padding: 14vw 8vw;
  }

  .article--text {
    padding: 0 8vw;
    font-size: 3.6vw;
  }

  .section--titles--modal {
    background-attachment: initial;
  }

  .section--titles--modal--inner {
    width: 80%;
  }

  .section--titles--modal--title {
    font-size: 5vw;
  }

  .section--titles--modal--text {
    font-size: 4vw;
  }

  .section--deluxe--wrap .article--text {
    width: auto;
  }

  .section--deluxe--wrap h3 {
    font-size: 8vw;
    background-size: 110% auto;
    padding: 12vw 4vw;
    line-height: 1;
  }


  .section--products--wrap {
    width: 90%;
    padding: 20vw 0 10vw;
    display: block;
    font-size: 2.5vw;
  }

  .section--products--image {
    width: 70%;
    margin: 0 auto 10vw;
  }

  .section--products--info {
    width: 100%;
  }


  .footer {
    width: 100%
  }


  .footer--logos {
    margin: 8% auto;
    width: 80%;
  }

  .footer--logos img {
    width: auto;
  }

  .footer--rating {
    flex-wrap: wrap;
  }

  .footer--rating--text {
    width: 60%;
  }

  .footer--rating--logo:nth-child(2) {
    padding: 0;
    margin: 0;
    border: none;
  }

  .footer--rating--logo {
    height: 60px;
  }

  .footer--rating--line {
    height: 1px;
    background: #333;
    width: 80%;
    margin: 20px auto;
  }


  .copy {
    font-size: 8px;
    margin-bottom: 5%;
  }

  #us .footer--rating--logo {
    height: 160px;
  }




  /* nav */
  nav, nav.follow-nav {
    background: rgba(0,0,0,1);
    left: -100%;
    height: 100%;
    width: 70%;
    box-shadow: 0 0 10px #000;
  }

  nav ul, nav.follow-nav ul {
    position: relative;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    height: auto;
    padding-top: 0;
  }

  nav ul li {
    padding: 0;
    border-bottom: solid 1px rgba(75,0,0,0.6);
    height: 50px;
    line-height: 50px;
    text-align: center;
  }

  /*nav ul li.nav-introduction, #index nav ul li.nav-introduction, #index nav.follow-nav ul li.nav-introduction {
    padding: 0;
  }*/

  nav ul li a, nav.follow-nav ul li a {
    font-size: 18px;
    color: #fff;
    line-height: 50px;
  }

  nav ul li.nav-buy {
    position: relative;
    right: auto;
  }

  nav ul li.nav-buy a {
    border-radius: 0;
    font-size: 18px;
    line-height: 50px;
    display: block;
    height: auto;
    padding: initial;
  }

  nav div.nav__top {
    position: relative;
    height: auto;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5% 20%;
    display: block;
  }

  nav div.nav__top a img {
    height: auto;
    width: 100%;
  }

  nav div.nav__top a {
    display: block;
  }

  /*  #index nav div.nav__top a img, #index nav.follow-nav div.nav__top a img, nav div.nav__top a img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 1;
  }*/

  nav.sp-nav-open {
    left: 0;
    animation: all .3s;
  }

  .sp-nav__btn {
    display: block;
    background: #000;
    position: fixed;
    height: 56px;
    width: 50px;
    bottom: 20px;
    left: 20px;
    box-sizing: border-box;
    z-index: 999;
    box-shadow: 0 0 10px #000;
    border: #ccc solid 1px;
  }

  .sp-nav__btn-name {
    font-size: 10px;
    line-height: 10px;
    display: block;
    text-align: center;
  }

  .sp-nav__btn-reserve {
    background: #fff;
    animation: bgcolorred 3s infinite ease-in-out;
    width: 40%;
    position: fixed;
    bottom: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: small;
    max-width: 200px;
    display: block;
    z-index: 9999;
  }
  .sp-nav__btn-reserve:before{
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
    top: 0;
    left: 0;
    border-width: 25px 0px 25px 15px;
    border-color: transparent transparent transparent #000;
    border-style: solid;
  }

  .sp-nav__bg {
    position: absolute;
    background: #000;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 200;
    top: 50px;
  }

  .nav__behavior {
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0);
    position: fixed;
    z-index: -1;
    bottom: 0;
    transition: background-color 0.3s ease-out;
  }
  .nav__behavior.act {
    display: block;
    background-color: rgba(0,0,0,0.6);
    z-index: 9;
  }


  .nav__banner {
    width: 80%;
    margin: 10px auto;
  }

  .nav__banner img {
    width: 80%;
  }






 /* menu-trigger */
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .3s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 32px;
    height: 32px;
    margin: 0 8px;
    cursor: pointer;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 10px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 20px;
  }
  .menu-trigger span:nth-of-type(3) {
    top: 30px;
  }
  .sp-nav__btn.act {
  }
  .menu-trigger.act span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .menu-trigger.act span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.act span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }

  .btn span {
    right: 5%;
  }

  .section--buy--modal h2 {
    font-size: 3.6vw;
  }

  .section--buy--modal h3 {
    font-size: 3vw;
  }

  .section--buy--modal--btn--wrap {
    width: 70vw;
  }

  .section--buy--modal--inner {
    width: 96%;
  }

  .section--buy--modal--btns {
    flex-wrap: wrap;
  }

  .section--buy--modal--btns > div {
    width: 49.7%;
    margin-bottom: 1vw;
  }


  .section--buy--modal--btns .btn {
    font-size: 2.8vw;
  }

  .section--buy--modal--btns .btn--none div {
    font-size: 10px;
    line-height: 16px;
    padding: 0 2%;
  }

  .section--buy--modal--link.btn, .section--titles--modal--close.btn {
    line-height: 23px;
    font-size: 12px;
  }

  .section--buy--modal--link.btn span {
    top: 24px;
  }

  .faq--wrap h2 {
    margin-top: 40px;
    font-size: 20px;
    padding-bottom: 4px;
  }

  .faq--content {
    font-size: 14px;
  }

  .faq--notice h3 {
    font-size: 14px;
  }

}


