@charset "UTF-8";
/* Scss Document */
* {
  margin: 0;
  padding: 0;
}

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

a {
  word-break: break-all;
  border-bottom: none;
  text-decoration: none;
}
a img {
  border-bottom: none;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  border-bottom: none;
}

img {
  vertical-align: top;
}

ul, li {
  list-style: none;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
}

/* FORM */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.radio input {
  display: inline-block;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

/* Scss Document */
.headShake:hover {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  animation: shake 0.5s;
  /* When the animation is finished, start again */
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
}
/* COLOR */
/* PURPLE */
/* PURPLE */
/* PURPLE */
/* BLACK */
/* GRAY */
/* BLUE */
/* GREEN */
/* BLACK */
/* BLACK */
/* BLACK */
/* vp:480px */
/* vp:896px */
/* vp:1024px */
.width-1 {
  width: 5% !important;
}

.width-2 {
  width: 10% !important;
}

.width-3 {
  width: 15% !important;
}

.width-4 {
  width: 20% !important;
}

.width-5 {
  width: 25% !important;
}

.width-6 {
  width: 30% !important;
}

.width-7 {
  width: 35% !important;
}

.width-8 {
  width: 40% !important;
}

.width-9 {
  width: 45% !important;
}

.width-10 {
  width: 50% !important;
}

.width-11 {
  width: 55% !important;
}

.width-12 {
  width: 60% !important;
}

.width-13 {
  width: 65% !important;
}

.width-14 {
  width: 70% !important;
}

.width-15 {
  width: 75% !important;
}

.width-16 {
  width: 80% !important;
}

.width-17 {
  width: 85% !important;
}

.width-18 {
  width: 90% !important;
}

.width-19 {
  width: 95% !important;
}

.width-20 {
  width: 100% !important;
}

.margin-1 {
  margin: 5px !important;
}

.margin-2 {
  margin: 10px !important;
}

.margin-3 {
  margin: 15px !important;
}

.margin-4 {
  margin: 20px !important;
}

.margin-5 {
  margin: 25px !important;
}

.margin-6 {
  margin: 30px !important;
}

.margin-7 {
  margin: 35px !important;
}

.margin-8 {
  margin: 40px !important;
}

.margin-9 {
  margin: 45px !important;
}

.margin-10 {
  margin: 50px !important;
}

.margin-11 {
  margin: 55px !important;
}

.margin-12 {
  margin: 60px !important;
}

.margin-13 {
  margin: 65px !important;
}

.margin-14 {
  margin: 70px !important;
}

.margin-15 {
  margin: 75px !important;
}

.margin-16 {
  margin: 80px !important;
}

.margin-17 {
  margin: 85px !important;
}

.margin-18 {
  margin: 90px !important;
}

.margin-19 {
  margin: 95px !important;
}

.margin-20 {
  margin: 100px !important;
}

.marginTop-1 {
  margin-top: 5px !important;
}

.marginTop-2 {
  margin-top: 10px !important;
}

.marginTop-3 {
  margin-top: 15px !important;
}

.marginTop-4 {
  margin-top: 20px !important;
}

.marginTop-5 {
  margin-top: 25px !important;
}

.marginTop-6 {
  margin-top: 30px !important;
}

.marginTop-7 {
  margin-top: 35px !important;
}

.marginTop-8 {
  margin-top: 40px !important;
}

.marginTop-9 {
  margin-top: 45px !important;
}

.marginTop-10 {
  margin-top: 50px !important;
}

.marginTop-11 {
  margin-top: 55px !important;
}

.marginTop-12 {
  margin-top: 60px !important;
}

.marginTop-13 {
  margin-top: 65px !important;
}

.marginTop-14 {
  margin-top: 70px !important;
}

.marginTop-15 {
  margin-top: 75px !important;
}

.marginTop-16 {
  margin-top: 80px !important;
}

.marginTop-17 {
  margin-top: 85px !important;
}

.marginTop-18 {
  margin-top: 90px !important;
}

.marginTop-19 {
  margin-top: 95px !important;
}

.marginTop-20 {
  margin-top: 100px !important;
}

.marginBottom-1 {
  margin-bottom: 5px !important;
}

.marginBottom-2 {
  margin-bottom: 10px !important;
}

.marginBottom-3 {
  margin-bottom: 15px !important;
}

.marginBottom-4 {
  margin-bottom: 20px !important;
}

.marginBottom-5 {
  margin-bottom: 25px !important;
}

.marginBottom-6 {
  margin-bottom: 30px !important;
}

.marginBottom-7 {
  margin-bottom: 35px !important;
}

.marginBottom-8 {
  margin-bottom: 40px !important;
}

.marginBottom-9 {
  margin-bottom: 45px !important;
}

.marginBottom-10 {
  margin-bottom: 50px !important;
}

.marginBottom-11 {
  margin-bottom: 55px !important;
}

.marginBottom-12 {
  margin-bottom: 60px !important;
}

.marginBottom-13 {
  margin-bottom: 65px !important;
}

.marginBottom-14 {
  margin-bottom: 70px !important;
}

.marginBottom-15 {
  margin-bottom: 75px !important;
}

.marginBottom-16 {
  margin-bottom: 80px !important;
}

.marginBottom-17 {
  margin-bottom: 85px !important;
}

.marginBottom-18 {
  margin-bottom: 90px !important;
}

.marginBottom-19 {
  margin-bottom: 95px !important;
}

.marginBottom-20 {
  margin-bottom: 100px !important;
}

.padding-1 {
  padding: 5px !important;
}

.padding-2 {
  padding: 10px !important;
}

.padding-3 {
  padding: 15px !important;
}

.padding-4 {
  padding: 20px !important;
}

.padding-5 {
  padding: 25px !important;
}

.padding-6 {
  padding: 30px !important;
}

.padding-7 {
  padding: 35px !important;
}

.padding-8 {
  padding: 40px !important;
}

.padding-9 {
  padding: 45px !important;
}

.padding-10 {
  padding: 50px !important;
}

.padding-11 {
  padding: 55px !important;
}

.padding-12 {
  padding: 60px !important;
}

.padding-13 {
  padding: 65px !important;
}

.padding-14 {
  padding: 70px !important;
}

.padding-15 {
  padding: 75px !important;
}

.padding-16 {
  padding: 80px !important;
}

.padding-17 {
  padding: 85px !important;
}

.padding-18 {
  padding: 90px !important;
}

.padding-19 {
  padding: 95px !important;
}

.padding-20 {
  padding: 100px !important;
}

@media screen and (min-width:481px) and (max-width: 896px) {
  .sp_width-1 {
    width: 5% !important;
  }
  .sp_width-2 {
    width: 10% !important;
  }
  .sp_width-3 {
    width: 15% !important;
  }
  .sp_width-4 {
    width: 20% !important;
  }
  .sp_width-5 {
    width: 25% !important;
  }
  .sp_width-6 {
    width: 30% !important;
  }
  .sp_width-7 {
    width: 35% !important;
  }
  .sp_width-8 {
    width: 40% !important;
  }
  .sp_width-9 {
    width: 45% !important;
  }
  .sp_width-10 {
    width: 50% !important;
  }
  .sp_width-11 {
    width: 55% !important;
  }
  .sp_width-12 {
    width: 60% !important;
  }
  .sp_width-13 {
    width: 65% !important;
  }
  .sp_width-14 {
    width: 70% !important;
  }
  .sp_width-15 {
    width: 75% !important;
  }
  .sp_width-16 {
    width: 80% !important;
  }
  .sp_width-17 {
    width: 85% !important;
  }
  .sp_width-18 {
    width: 90% !important;
  }
  .sp_width-19 {
    width: 95% !important;
  }
  .sp_width-20 {
    width: 100% !important;
  }
  .sp_margin-1 {
    margin: 5px !important;
  }
  .sp_margin-2 {
    margin: 10px !important;
  }
  .sp_margin-3 {
    margin: 15px !important;
  }
  .sp_margin-4 {
    margin: 20px !important;
  }
  .sp_margin-5 {
    margin: 25px !important;
  }
  .sp_margin-6 {
    margin: 30px !important;
  }
  .sp_margin-7 {
    margin: 35px !important;
  }
  .sp_margin-8 {
    margin: 40px !important;
  }
  .sp_margin-9 {
    margin: 45px !important;
  }
  .sp_margin-10 {
    margin: 50px !important;
  }
  .sp_margin-11 {
    margin: 55px !important;
  }
  .sp_margin-12 {
    margin: 60px !important;
  }
  .sp_margin-13 {
    margin: 65px !important;
  }
  .sp_margin-14 {
    margin: 70px !important;
  }
  .sp_margin-15 {
    margin: 75px !important;
  }
  .sp_margin-16 {
    margin: 80px !important;
  }
  .sp_margin-17 {
    margin: 85px !important;
  }
  .sp_margin-18 {
    margin: 90px !important;
  }
  .sp_margin-19 {
    margin: 95px !important;
  }
  .sp_margin-20 {
    margin: 100px !important;
  }
  .sp_marginTop-1 {
    margin-top: 5px !important;
  }
  .sp_marginTop-2 {
    margin-top: 10px !important;
  }
  .sp_marginTop-3 {
    margin-top: 15px !important;
  }
  .sp_marginTop-4 {
    margin-top: 20px !important;
  }
  .sp_marginTop-5 {
    margin-top: 25px !important;
  }
  .sp_marginTop-6 {
    margin-top: 30px !important;
  }
  .sp_marginTop-7 {
    margin-top: 35px !important;
  }
  .sp_marginTop-8 {
    margin-top: 40px !important;
  }
  .sp_marginTop-9 {
    margin-top: 45px !important;
  }
  .sp_marginTop-10 {
    margin-top: 50px !important;
  }
  .sp_marginTop-11 {
    margin-top: 55px !important;
  }
  .sp_marginTop-12 {
    margin-top: 60px !important;
  }
  .sp_marginTop-13 {
    margin-top: 65px !important;
  }
  .sp_marginTop-14 {
    margin-top: 70px !important;
  }
  .sp_marginTop-15 {
    margin-top: 75px !important;
  }
  .sp_marginTop-16 {
    margin-top: 80px !important;
  }
  .sp_marginTop-17 {
    margin-top: 85px !important;
  }
  .sp_marginTop-18 {
    margin-top: 90px !important;
  }
  .sp_marginTop-19 {
    margin-top: 95px !important;
  }
  .sp_marginTop-20 {
    margin-top: 100px !important;
  }
  .sp_marginBottom-1 {
    margin-bottom: 5px !important;
  }
  .sp_marginBottom-2 {
    margin-bottom: 10px !important;
  }
  .sp_marginBottom-3 {
    margin-bottom: 15px !important;
  }
  .sp_marginBottom-4 {
    margin-bottom: 20px !important;
  }
  .sp_marginBottom-5 {
    margin-bottom: 25px !important;
  }
  .sp_marginBottom-6 {
    margin-bottom: 30px !important;
  }
  .sp_marginBottom-7 {
    margin-bottom: 35px !important;
  }
  .sp_marginBottom-8 {
    margin-bottom: 40px !important;
  }
  .sp_marginBottom-9 {
    margin-bottom: 45px !important;
  }
  .sp_marginBottom-10 {
    margin-bottom: 50px !important;
  }
  .sp_marginBottom-11 {
    margin-bottom: 55px !important;
  }
  .sp_marginBottom-12 {
    margin-bottom: 60px !important;
  }
  .sp_marginBottom-13 {
    margin-bottom: 65px !important;
  }
  .sp_marginBottom-14 {
    margin-bottom: 70px !important;
  }
  .sp_marginBottom-15 {
    margin-bottom: 75px !important;
  }
  .sp_marginBottom-16 {
    margin-bottom: 80px !important;
  }
  .sp_marginBottom-17 {
    margin-bottom: 85px !important;
  }
  .sp_marginBottom-18 {
    margin-bottom: 90px !important;
  }
  .sp_marginBottom-19 {
    margin-bottom: 95px !important;
  }
  .sp_marginBottom-20 {
    margin-bottom: 100px !important;
  }
  .sp_padding-1 {
    padding: 5px !important;
  }
  .sp_padding-2 {
    padding: 10px !important;
  }
  .sp_padding-3 {
    padding: 15px !important;
  }
  .sp_padding-4 {
    padding: 20px !important;
  }
  .sp_padding-5 {
    padding: 25px !important;
  }
  .sp_padding-6 {
    padding: 30px !important;
  }
  .sp_padding-7 {
    padding: 35px !important;
  }
  .sp_padding-8 {
    padding: 40px !important;
  }
  .sp_padding-9 {
    padding: 45px !important;
  }
  .sp_padding-10 {
    padding: 50px !important;
  }
  .sp_padding-11 {
    padding: 55px !important;
  }
  .sp_padding-12 {
    padding: 60px !important;
  }
  .sp_padding-13 {
    padding: 65px !important;
  }
  .sp_padding-14 {
    padding: 70px !important;
  }
  .sp_padding-15 {
    padding: 75px !important;
  }
  .sp_padding-16 {
    padding: 80px !important;
  }
  .sp_padding-17 {
    padding: 85px !important;
  }
  .sp_padding-18 {
    padding: 90px !important;
  }
  .sp_padding-19 {
    padding: 95px !important;
  }
  .sp_padding-20 {
    padding: 100px !important;
  }
}
html {
  font-size: 62.5%; /*16px x 0.625 = 10px(=1rem) */
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  display: none;
  font-family: tbchibirgothicplusk-pro, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  color: #3B3439;
  font-size: 1.6rem;
  font-display: swap;
  letter-spacing: 0.15rem;
  line-height: 2;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  body {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  body {
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width:480px) {
  body {
    font-size: 3.3333333333vw;
  }
}
body .article p {
  padding-bottom: 1.6rem;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  body .article p {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  body .article p {
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width:480px) {
  body .article p {
    font-size: 3.3333333333vw;
  }
}

img {
  max-width: 100%;
}

a {
  color: #3B3439;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover, a:active {
  color: #94848F;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

::selection {
  background: #BF70A5;
  color: #fff;
}

::-moz-selection {
  background: #BF70A5;
  color: #fff;
}

.sp-non {
  display: block;
}
@media screen and (max-width:480px) {
  .sp-non {
    display: none;
  }
}

.pc-non {
  display: none;
}
@media screen and (max-width: 1024px) {
  .pc-non {
    display: block;
  }
}

/*------ MODULE -------*/
.h2-title {
  font-family: metalista-web, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", serif;
  font-weight: 400;
  font-style: normal;
  color: #3B3439;
  font-size: 6rem;
  font-size: 7rem;
  text-align: center;
  padding: 100px 0;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .h2-title {
    font-size: 5.37109375vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .h2-title {
    font-size: 5.9151785714vw;
  }
}
@media screen and (max-width:480px) {
  .h2-title {
    font-size: 10.4166666667vw;
  }
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .h2-title {
    font-size: 5.859375vw;
    padding: 80px 0;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .h2-title {
    font-size: 5.5803571429vw;
    padding: 60px 0;
  }
}
@media screen and (max-width:480px) {
  .h2-title {
    font-size: 8.3333333333vw;
    padding: 40px 0;
  }
}

.article-title {
  border-bottom: 1px solid #94848F;
}

/*------ TOP -  LAYOUT -------*/
header {
  position: relative;
  height: 100vh;
  background-image: url("../img/bg-en.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
header::before {
  position: absolute;
  content: "";
  background-image: url("../img/kv4.png");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  max-width: 1200px;
  margin: auto;
  right: 0;
  left: 0;
}
header .fix nav .nav-menu {
  font-family: metalista-web, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", serif;
  font-weight: 400;
  font-style: normal;
  color: #3B3439;
  font-size: 6rem;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  header .fix nav .nav-menu {
    font-size: 5.37109375vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  header .fix nav .nav-menu {
    font-size: 5.9151785714vw;
  }
}
@media screen and (max-width:480px) {
  header .fix nav .nav-menu {
    font-size: 10.4166666667vw;
  }
}
header .fix nav .nav-menu .nav-list {
  line-height: 1;
  text-shadow: 1px 1px 0px #fff;
}
header .fix nav .nav-menu .nav-list a {
  color: #221915;
}
header .fix .sns li {
  background-color: #221915;
}
header .language {
  color: #3B3439;
  background-color: #221915;
}
header .language * {
  color: #fff;
}
@media screen and (max-width:480px) {
  header {
    height: 400px;
  }
  header::before {
    background-position: 55% 90%;
  }
  header .sp-logo {
    padding-top: 30px;
  }
}
@media screen and (min-width:481px) and (max-width: 1024px) {
  header::before {
    background-position: 50% 75%;
  }
}
header.iOS {
  background: url("../img/bg-en.png") center/cover no-repeat;
}

main #about {
  /*square*/
}
main #about::before, main #about::after {
  height: 50px;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  main #about::before, main #about::after {
    height: 25px;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  main #about::before, main #about::after {
    height: 20px;
  }
}
@media screen and (max-width:480px) {
  main #about::before, main #about::after {
    height: 16px;
  }
}
main #about::before {
  background-image: url("../img/square-top.png");
  top: -2px;
}
main #about::after {
  background-image: url("../img/square-bottom.png");
  bottom: -2px;
}
@media screen and (max-width:480px) {
  main #about::after {
    height: -5px;
  }
}
main #about .about-inner .about-img::before {
  background-image: url("../img/fan-en.png");
  background-size: 30%;
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 500px;
}
main #movie {
  background-color: #221915;
}
main #movie .h2-title {
  color: #fff;
}

footer small {
  font-family: metalista-web, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", serif;
  font-weight: 400;
  font-style: normal;
  color: #3B3439;
  font-size: 6rem;
  font-size: 1.3rem;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  footer small {
    font-size: 5.37109375vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  footer small {
    font-size: 5.9151785714vw;
  }
}
@media screen and (max-width:480px) {
  footer small {
    font-size: 10.4166666667vw;
  }
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  footer small {
    font-size: 1.26953125vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  footer small {
    font-size: 1.4508928571vw;
  }
}
@media screen and (max-width:480px) {
  footer small {
    font-size: 2.7083333333vw;
  }
}

/*------ 配下ページ - LAYOUT ------*/
#under {
  /* PROFILE */
  /* CONTACT */
}
#under .profile .tab li {
  color: #3B3439;
  border: 3px solid #221915;
}
#under .profile .tab #hidarin:before {
  background-image: url("../img/hidarin.png");
  background-position: center left;
}
#under .profile .tab #hidarin.active:before {
  background-size: 50%;
  background-image: url("../img/hidarin02.png");
}
#under .profile .tab #manaka:before {
  background-image: url("../img/manaka.png");
  background-position: center;
  background-size: 35%;
}
#under .profile .tab #manaka.active:before {
  background-size: 70%;
  background-image: url("../img/manaka02.png");
}
#under .profile .tab #miggy:before {
  background-image: url("../img/miggy.png");
  background-position: center right;
  background-size: 40%;
}
#under .profile .tab #miggy.active:before {
  background-size: 65%;
  background-image: url("../img/miggy02.png");
}
#under .profile .tab .active {
  border: 3px solid #221915;
  color: #fff;
  background-color: rgba(34, 25, 21, 0.3);
}
#under .profile .tab .active a {
  color: #fff;
}
#under .profile .profile-list .profile-member .profile-member-inner .profile-text {
  color: #221915;
}
#under .contact .contact-form .contact-form-lists {
  color: #3B3439;
}
#under .contact .contact-form .contact-form-lists .form-content {
  background-color: rgba(34, 25, 21, 0.3);
}
#under .contact .contact-form .btn-normal:hover {
  color: #fff;
  background-color: #221915;
}
#under .contact .contact-form .btn-normal.checked:hover {
  color: #221915;
  background-color: #fff;
}

/*------ COMPONENT -------*/
/* LOADING */
#loading {
  background-color: #221915;
}
#loading .loading-chara {
  right: auto;
  left: 0;
}

/*HUM MENU*/
@media screen and (max-width: 1024px) {
  header .hum-menu .menu-link {
    color: #221915;
  }
  header .hum-menu .menu-link:before {
    background: #221915;
  }
  header .hum-menu .menu-link:after {
    background: #221915;
  }
  header .fix {
    background: #221915;
    color: #fff;
  }
  header .fix nav .nav-menu a {
    color: #fff !important;
    text-shadow: none;
  }
  .open .hum-menu .menu-link {
    color: #fff;
  }
  .open .hum-menu .menu-link:before {
    background: #fff;
  }
  .open .hum-menu .menu-link:after {
    background: #fff;
  }
}
.link {
  color: #221915;
}
.link:hover {
  border-bottom: 1px solid #94848F;
}

.btn-normal {
  color: #3B3439;
  background-color: #221915;
  color: #fff;
  border: solid 2px #221915;
  border-radius: 1px;
}
.btn-normal:hover {
  color: #221915;
  background-color: #fff;
}

.category-tag {
  color: #3B3439;
  background-color: #221915;
  color: #fff;
}
.category-tag a {
  color: #fff;
}

.word-balloon {
  background: rgba(34, 25, 21, 0.3);
  border: solid 3px #221915;
}
.word-balloon:before {
  border-right: 12px solid #BCBAB8;
}
.word-balloon:after {
  border-right: 14px solid #221915;
}
@media screen and (max-width: 1024px) {
  .word-balloon {
    margin: 0;
  }
  .word-balloon:before {
    margin-top: -21px;
    border: 50px solid transparent;
    top: -8px;
    left: 50%;
    margin-top: none;
    margin-left: -40px;
    border-right: none;
    transform: rotate(225deg);
    border-bottom: 50px solid #C4C2C3;
  }
  .word-balloon:after {
    top: 16px;
    left: 50%;
    margin-top: -50px;
    border: 50px solid transparent;
    margin-left: -40px;
    border-right: none;
    transform: rotate(225deg);
    border-bottom: 50px solid #221915;
  }
}

time {
  color: #3B3439;
}

.pager li {
  color: #3B3439;
}
.pager .current {
  color: #fff;
  background-color: #221915;
}

.en-theme-color {
  color: #221915;
}

.tab .active {
  border: 2px solid #221915;
  color: #221915;
  background-color: #fff;
}
.tab .active a {
  color: #221915;
}
.tab .bg-highlight-color1 {
  color: #fff;
  background-color: #707BBF;
}
.tab .bg-highlight-color1.active {
  border: 2px solid #707BBF;
  color: #707BBF;
  background-color: #fff;
}
.tab .bg-highlight-color1.active a {
  color: #707BBF;
}
.tab .bg-highlight-color2 {
  color: #fff;
  background-color: #70BF9D;
}
.tab .bg-highlight-color2.active {
  border: 2px solid #70BF9D;
  color: #70BF9D;
  background-color: #fff;
}
.tab .bg-highlight-color2.active a {
  color: #70BF9D;
}

.bg-highlight-color1 {
  background-color: #707BBF;
}

.bg-highlight-color2 {
  background-color: #70BF9D;
}

.comingsoon {
  color: #3B3439;
}

.scrollWrap .scrollInner p {
  color: #3B3439;
  color: #fff;
}
.scrollWrap .scroll {
  background-color: transparent;
}
.scrollWrap .scroll::before {
  background-color: #fff;
}
@media screen and (max-width:480px) {
  .scrollWrap {
    bottom: -100px;
    z-index: 9997;
  }
}
@media screen and (max-width: 1024px) {
  .scrollWrap {
    left: auto;
    right: 0;
  }
}

.border::before, .border::after {
  background-color: #221915;
}

.bg-check {
  width: 100%;
  background: linear-gradient(90deg, rgba(34, 25, 21, 0.3) 50%, transparent 50%), linear-gradient(rgba(34, 25, 21, 0.3) 50%, transparent 50%);
  background-color: #fff;
  background-size: 34px 37px;
  background-attachment: fixed;
}

.bg-grange {
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
  background-image: url("../img/bg-grange.png");
  background-attachment: fixed;
}

.bg-asfalt {
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url("../img/bg-asfalt.png");
  background-attachment: fixed;
}
.bg-asfalt p {
  color: #fff;
}

.frame:before,
.frame:after,
body:before,
body:after {
  background: #221915;
}

/*------ Slick -------*/
.slide-dots li button:before {
  color: #221915;
}

/*------ MOVIE -------*/
/*MODAL*/
.movie-modal .modal-wrap {
  background-color: rgba(0, 0, 0, 0.6);
}
.movie-modal .modal-wrap .btn-movie-close {
  color: #fff;
}/*# sourceMappingURL=style-en.css.map */