@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Poppins:wght@400;500;700&display=swap");
*,
*:active,
*:focus,
*:hover,
*:link,
*:visited {
  -o-transition: background-color 0.2s linear, border-color 0.1s linear;
  -webkit-transition: background-color 0.2s linear, border-color 0.1s linear;
  -moz-transition: background-color 0.2s linear, border-color 0.1s linear;
  transition: background-color 0.2s linear, border-color 0.1s linear;
}

/* ------- 標頭設計(字級,字距,顏色) ------- */
@media (min-width: 1200px) {
  .border-xl {
    border: 1px solid #dee2e6 !important;
  }

  .border-xl-left {
    border-left: 1px solid #dee2e6 !important;
  }

  .border-xl-right {
    border-right: 1px solid #dee2e6 !important;
  }

  .border-xl-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-xl-0 {
    border: none !important;
  }
}
@media (min-width: 992px) {
  .border-lg {
    border: 1px solid #dee2e6 !important;
  }

  .border-lg-0 {
    border: none !important;
  }

  .border-lg-bottom-0 {
    border-bottom: none !important;
  }

  .border-lg-left {
    border-left: 1px solid #dee2e6 !important;
  }

  .border-lg-right {
    border-right: 1px solid #dee2e6 !important;
  }

  .border-lg-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }
}
@media (max-width: 992px) {
  .border-md {
    border: 1px solid #dee2e6 !important;
  }

  .border-md-left {
    border-left: 1px solid #dee2e6 !important;
  }

  .border-md-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-md-0 {
    border: none !important;
  }
}
@media (max-width: 575px) {
  .border-sm {
    border: 1px solid #dee2e6 !important;
  }

  .border-sm-left {
    border-left: 1px solid #dee2e6 !important;
  }

  .border-sm-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-sm-0 {
    border: none !important;
  }
}
.border-gray {
  border-color: #757575 !important;
}

.rounded-10 {
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.rounded-15 {
  -ms-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.line-hight-fit {
  line-height: 1 !important;
}

/* Shadow 0dp */
.shadow-0 {
  box-shadow: none !important;
}

/* Shadow 1dp */
.shadow-1 {
  box-shadow: 0 1px 1px 0 rgba(113, 130, 255, 0.14), 0 2px 1px -1px rgba(113, 130, 255, 0.12), 0 1px 3px 0 rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 2dp */
.shadow-2 {
  box-shadow: 0 2px 2px 0 rgba(113, 130, 255, 0.14), 0 3px 1px -2px rgba(113, 130, 255, 0.12), 0 1px 5px 0 rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 3dp */
.shadow-3 {
  box-shadow: 0 3px 4px 0 rgba(113, 130, 255, 0.14), 0 3px 3px -2px rgba(113, 130, 255, 0.12), 0 1px 8px 0 rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 4dp */
.shadow-4 {
  box-shadow: 0 4px 5px 0 rgba(113, 130, 255, 0.14), 0 1px 10px 0 rgba(113, 130, 255, 0.12), 0 2px 4px -1px rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 6dp */
.shadow-6 {
  box-shadow: 0 6px 10px 0 rgba(113, 130, 255, 0.14), 0 1px 18px 0 rgba(113, 130, 255, 0.12), 0 3px 5px -1px rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 8dp */
.shadow-8 {
  box-shadow: 0 8px 10px 1px rgba(113, 130, 255, 0.14), 0 3px 14px 2px rgba(113, 130, 255, 0.12), 0 5px 5px -3px rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 9dp */
.shadow-9 {
  box-shadow: 0 9px 12px 1px rgba(113, 130, 255, 0.14), 0 3px 16px 2px rgba(113, 130, 255, 0.12), 0 5px 6px -3px rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 12dp */
.shadow-12 {
  box-shadow: 0 12px 17px 2px rgba(113, 130, 255, 0.14), 0 5px 22px 4px rgba(113, 130, 255, 0.12), 0 7px 8px -4px rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 16dp */
.shadow-16 {
  box-shadow: 0 16px 24px 2px rgba(113, 130, 255, 0.14), 0 6px 30px 5px rgba(113, 130, 255, 0.12), 0 8px 10px -5px rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 24dp */
.shadow-24 {
  box-shadow: 0 24px 38px 3px rgba(113, 130, 255, 0.14), 0 9px 46px 8px rgba(113, 130, 255, 0.12), 0 11px 15px -7px rgba(113, 130, 255, 0.2) !important;
}

.shadow-hover-effect-1 {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 3px 6px rgba(113, 130, 255, 0), 0 3px 6px rgba(113, 130, 255, 0);
}
.shadow-hover-effect-1:hover {
  box-shadow: 0 3px 6px rgba(113, 130, 255, 0.04), 0 3px 6px rgba(113, 130, 255, 0.04);
}

.shadow-hover-effect-2 {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 3px 6px rgba(113, 130, 255, 0), 0 3px 6px rgba(113, 130, 255, 0);
}
.shadow-hover-effect-2:hover {
  box-shadow: 0 3px 6px rgba(113, 130, 255, 0.04), 0 3px 6px rgba(113, 130, 255, 0.04);
}

@media (min-width: 991px) {
  .shadow-lg-0 {
    box-shadow: none !important;
  }

  .shadow-lg-block {
    box-shadow: 0 0.125rem 0.25rem rgba(113, 130, 255, 0.075) !important;
  }
}
.img-cover {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.img-contain {
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.img-user-word {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  color: #fff;
  line-height: 1;
}

img.lazy-image {
  opacity: 0.1;
  will-change: opacity;
  transition: all 0.3s;
  background-color: #333;
}

img.lazy-image.loaded {
  opacity: 1;
}

.img-6-5,
.img-4-3,
.img-3-2,
.img-3-1,
.img-1-1,
.img-1-2,
.img-2-1,
.img-16-9 {
  width: 100%;
  position: relative;
  background: #fff url() 50% 50% no-repeat;
  background-size: cover;
  background-clip: content-box;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transform: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.img-6-5:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 80%;
}

.img-4-3:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 70%;
}

.img-3-2:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 66.6666667%;
}

.img-3-1:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 33.3333333%;
}

.img-1-2:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 120%;
}

.img-2-3:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 150%;
}

.img-1-1:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 100%;
}

.img-2-1:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 50%;
}

.img-16-9:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 56.25%;
}

#preview {
  position: absolute;
  border: 1px solid #979797;
  background: #979797;
  padding: 1px;
  display: none;
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  max-width: 350px;
}
#preview img {
  width: 100%;
}

.--img-card .img-wrap {
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 30, 71, 0);
  -ms-box-shadow: 0 0 15px 0 rgba(0, 30, 71, 0);
  box-shadow: 0 0 15px 0 rgba(0, 30, 71, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.--img-card .img-wrap img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.--img-card .img-wrap:after, .--img-card .img-wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.--img-card .img-wrap:after {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  opacity: 0.5;
}
.--img-card .img-wrap:before {
  background: -moz-linear-gradient(top, rgba(154, 0, 33, 0) 0%, #9a0021 100%);
  background: -webkit-linear-gradient(top, rgba(154, 0, 33, 0) 0%, #9a0021 100%);
  background: linear-gradient(to bottom, rgba(154, 0, 33, 0) 0%, #9a0021 100%);
  opacity: 0;
}
.--img-card:hover {
  text-decoration: none;
}
.--img-card:hover .img-wrap {
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 30, 71, 0.4);
  -ms-box-shadow: 0 0 25px 0 rgba(0, 30, 71, 0.4);
  box-shadow: 0 0 25px 0 rgba(0, 30, 71, 0.4);
}
.--img-card:hover .img-wrap:after {
  opacity: 0;
}
.--img-card:hover .img-wrap:before {
  opacity: 1;
}
.--img-card:hover .img-wrap img {
  width: 120%;
  height: 120%;
  transition-delay: 0.2s;
}

.--type .type {
  list-style: none;
  padding: 0.5rem 0;
  margin: 0 -1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.6;
}
.--type .type li {
  text-transform: uppercase;
  color: #999999;
  font-size: 1.4rem;
  padding: 0 1rem;
}
.--type .type li + li {
  border-left: 1px solid #999999;
}

@media (min-width: 768px) {
  .bg-md-white {
    background-color: #fff !important;
  }
}
@media (min-width: 992px) {
  .bg-lg-light {
    background-color: #f7f7f7 !important;
  }

  .bg-lg-white {
    background-color: #fff !important;
  }

  .bg-lg-transparent {
    background-color: transparent !important;
  }

  .bg-lg-misty-grey {
    background-color: #f2f2f2 !important;
  }
}
@media (min-width: 1200px) {
  .bg-xl-light {
    background-color: #f7f7f7 !important;
  }

  .bg-xl-transparent {
    background-color: transparent !important;
  }
}
@media (max-width: 992px) {
  .alert-xs-transparent {
    background-color: transparent !important;
  }
}
.bg-none {
  background: none;
}

.bg-gold {
  background: #C49D62;
}

.bg-FB {
  background-color: #3b5998;
}

.bg-line {
  background-color: #00c200;
}

.bg-twitter {
  background-color: #76a9ea;
}

.bg-gray {
  background-color: #C2BCB2;
}

.bg-silver {
  background-color: #D4DFE6;
}

.scrollBar-theme {
  overflow-y: auto;
  /* Track */
  /* Handle */
}
.scrollBar-theme::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0);
}
.scrollBar-theme::-webkit-scrollbar-track {
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.scrollBar-theme::-webkit-scrollbar-thumb {
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: rgba(85, 85, 85, 0.6);
}
.scrollBar-theme::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(85, 85, 85, 0.6);
}

@media (max-width: 992px) {
  .overflow-xs-hidden {
    overflow: hidden;
  }
}
.font-en {
  font-family: "Poppins", sans-serif;
}

.font-ch {
  font-family: "Noto Sans JP", sans-serif;
}

html {
  font-size: 10px;
}

body {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

.h1-large {
  font-size: 4.2rem;
}

h1,
.h1 {
  font-size: 3.2rem;
  line-height: 1.6;
  letter-spacing: 3.5px;
}

h2,
.h2 {
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 3px;
}

h3,
.h3 {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 2.6px;
}

h4,
.h4 {
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 2.4px;
}

h5,
.h5 {
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 2px;
}

h6,
.h6 {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 2px;
}

p,
.p,
.p-sm {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 1px;
}

.note {
  font-size: 1.2rem;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

header {
  width: 100%;
  position: relative;
  z-index: 2;
}

.project-logo {
  width: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -o-flex-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
}
.project-logo .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  position: relative;
}
.project-logo .logo-1 {
  width: 180px;
  top: 2px;
  margin-right: 1.5rem;
  padding-right: 1.5rem;
}
.project-logo .logo-1:before {
  content: "";
  width: 1px;
  height: 25px;
  background-color: #F5BEA5;
  position: absolute;
  right: 0;
  top: 0;
}
.project-logo .logo-2 {
  width: 60px;
}
.project-logo .logo img {
  width: 100%;
  object-fit: contain;
}

.nav-top-tool {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-flex-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  font-weight: 500;
}
.nav-top-tool .btn-back {
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -o-flex-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-top-tool .btn-back:hover {
  text-decoration: none;
  opacity: 0.5;
}
.nav-top-tool a {
  color: #F5BEA5;
}
.nav-top-tool .lang-switch {
  position: relative;
  margin-right: 1.5rem;
  padding-right: 1.5rem;
}
.nav-top-tool .lang-switch:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #F5BEA5;
  position: absolute;
  right: 0;
  top: 0;
}

.logo-group {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-flex-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  font-weight: 500;
}
.logo-group a {
  display: block;
  position: relative;
}
.logo-group .site-logo {
  color: #F5BEA5;
}
.logo-group .site-logo:hover {
  text-decoration: none;
}
.logo-group .site-logo:hover span.font-en:after {
  width: 100%;
  left: 0;
  right: inherit;
}
.logo-group .site-logo span {
  position: relative;
  display: block;
  font-size: 1.6rem;
}
.logo-group .site-logo span.font-en:after {
  content: "";
  opacity: 0.5;
  width: 0;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #F5BEA5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.logo-group .site-logo span.font-ch {
  margin-top: 1rem;
  left: -1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -o-flex-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.logo-group .site-logo span .icon-pattern {
  fill: #F5BEA5;
  width: 20px;
  margin-right: 1rem;
  -webkit-animation: rotate 10s linear infinite both;
  /* Safari 4+ */
  -moz-animation: rotate 10s linear infinite both;
  /* Fx 5+ */
  -o-animation: rotate 10s linear infinite both;
  /* Opera 12+ */
  animation: rotate 10s linear infinite both;
  /* IE 10+, Fx 29+ */
}
@-webkit-keyframes rotate {
  0%, 100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  50% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes rotate {
  0%, 100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  50% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes rotate {
  0%, 100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  50% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@media (max-width: 1024px) {
  .logo-group .site-logo span.font-ch {
    margin-top: 0.5rem;
  }

  .project-logo .logo-1 {
    width: 150px;
  }
  .project-logo .logo-1:before {
    height: 100%;
  }

  .project-logo .logo-2 {
    width: 40px;
  }

  .nav-top-tool .btn-bac {
    font-size: 1.6rem;
  }
}
@media (max-width: 992px) {
  .logo-group .site-logo span {
    font-size: 1.4rem;
  }
  .logo-group .site-logo span.font-en {
    font-size: 1.2rem;
    white-space: nowrap;
  }
  .logo-group .site-logo span.font-ch {
    margin-top: 0.5rem;
  }

  .project-logo .logo-1 {
    width: 100px;
  }

  .nav-top-tool .btn-back {
    font-size: 1.4rem;
  }

  .project-logo .logo-2 {
    width: 30px;
  }
}
footer {
  position: relative;
  width: 100%;
  z-index: 2;
}
footer .date-range,
footer .vendor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-flex-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
footer .art-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -o-flex-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
footer .art-info * {
  -ms-flex: 0 1 auto;
}
footer .art-info .warning-txt {
  color: #fff;
  margin-bottom: 1rem;
}
footer .art-info .warning-txt p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  font-size: 1.6rem;
  margin-bottom: 0;
}
footer .art-info .warning-txt p .fa-exclamation-triangle {
  margin-right: 1rem;
  font-size: 2rem;
}
footer .date-range h6 {
  font-size: 2rem;
  margin-bottom: 0;
}
footer .date-range span {
  display: inline-block;
  font-size: 3rem;
  line-height: 1;
}
footer .nav-menu {
  position: relative;
  width: 100%;
  margin-top: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-flex-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
}
footer .nav-menu > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
footer .nav-menu > ul > li + li {
  margin-left: 10vw;
}
footer .nav-menu > ul > li > a {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  height: 30px;
  overflow: hidden;
}
footer .nav-menu > ul > li > a > * {
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .nav-menu > ul > li > a span {
  display: inline-block;
}
footer .nav-menu > ul > li > a:after {
  content: "";
  width: 0;
  height: 20px;
  position: absolute;
  left: 0;
  top: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transform: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  z-index: -1;
}
footer .nav-menu > ul > li > a .data {
  opacity: 1;
}
footer .nav-menu > ul > li > a .data-hover {
  position: absolute;
  top: 100%;
  left: 0;
  height: 30px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 0;
}
footer .nav-menu > ul > li > a:hover:after {
  width: 100%;
  left: inherit;
  right: 0;
}
footer .nav-menu > ul > li > a:hover .data, footer .nav-menu > ul > li > a:focus .data {
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
}
footer .nav-menu > ul > li > a:hover .data-hover, footer .nav-menu > ul > li > a:focus .data-hover {
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 1;
  color: #fff;
}

@media (max-width: 1024px) {
  footer .nav-menu > ul > li > a,
footer .date-range h6,
footer .art-info .warning-txt p .fa-exclamation-triangle {
    font-size: 1.6rem;
  }

  footer .nav-menu > ul > li > a {
    display: inline;
  }
  footer .nav-menu > ul > li > a .data-hover {
    display: none;
  }
}
@media (max-width: 992px) {
  footer .date-range h6 {
    font-size: 1.4rem;
  }

  footer .art-info .warning-txt p {
    font-size: 1rem;
    opacity: 0.5;
  }
  footer .art-info .warning-txt p .fa-exclamation-triangle {
    font-size: 1.4rem;
  }

  footer .nav-menu > ul > li + li {
    margin-left: 5vw;
  }

  footer .nav-menu > ul > li > a {
    font-size: 1.4rem;
  }
  footer .nav-menu > ul > li > a .font-en {
    font-size: 1.2rem;
    opacity: 0.5;
  }
}
.line-hight-fit {
  line-height: 1 !important;
}

.limit-line-1 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.limit-line-2 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.limit-line-3 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.limit-line-4 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.limit-line-5 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

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

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

.dot-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}
.dot-title:before {
  content: "";
  display: block;
  background: radial-gradient(ellipse at center, #ffffff 0%, #ffffff 30%, transparent 30%);
  background-size: 15px 15px;
  background-repeat: repeat-x;
  background-position: center center;
  width: 100%;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.dot-title .in-ttl {
  display: inline-block;
  position: relative;
  color: #333;
  font-size: 2.4rem;
  padding: 1.5rem 2rem;
  font-weight: 600;
  z-index: 1;
}
.dot-title .in-ttl:before, .dot-title .in-ttl:after {
  content: "";
  position: absolute;
  transform-origin: 0 0;
  -moz-transform: skewX(-50deg) translate(-50%, -50%);
  -webkit-transform: skewX(-50deg) translate(-50%, -50%);
  -o-transform: skewX(-50deg) translate(-50%, -50%);
  -ms-transform: skewX(-50deg) translate(-50%, -50%);
  transform: skewX(-50deg) translate(-50%, -50%);
  width: 100%;
  min-width: 320px;
  height: 100%;
  z-index: -1;
}
.dot-title .in-ttl:after {
  top: 50%;
  left: 50%;
  background-color: #F8B03B;
}
.dot-title .in-ttl:before {
  top: calc(50% - 3px);
  left: calc(50% + 9px);
  background-color: #fff;
}

@media (max-width: 767px) {
  .dot-title .in-ttl {
    padding: 1rem 2rem;
  }

  .dot-title .in-ttl::before,
.dot-title .in-ttl::after {
    width: 100%;
    min-width: 200px;
  }
}
.shareGroup {
  position: relative;
}

.socialMedia_share-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.socialMedia_share-wrap > h6 {
  font-size: 1.6rem;
  color: #F5BEA5;
  margin-bottom: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.socialMedia_share-wrap > h6:after {
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #F5BEA5;
  margin: 0 1.5rem;
}
.socialMedia_share-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.socialMedia_share-group .tooltiptext {
  visibility: hidden;
  width: 70px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 4px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px;
  white-space: nowrap;
}
.socialMedia_share-group .tooltiptext:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.socialMedia_share-group .clone {
  position: relative;
}
.socialMedia_share-group .clone:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.socialMedia_share-group li {
  width: 25px;
  height: 25px;
}
.socialMedia_share-group li + li {
  margin-left: 1rem;
}
.socialMedia_share-group li > a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-border-radius: 50rem;
  -moz-border-radius: 50rem;
  -webkit-border-radius: 50rem;
  border-radius: 50rem;
  color: #808080;
  font-size: 14px;
}
.socialMedia_share-group li > a.btn-share-FB:hover {
  color: #3B5998;
}
.socialMedia_share-group li > a.btn-share-clone:hover {
  color: #66BFB6;
}
.socialMedia_share-group li > a.btn-share-line:hover {
  color: #00B900;
}

@media (min-width: 768px) {
  .socialMedia_share-group li {
    width: 36px;
    height: 36px;
  }
  .socialMedia_share-group li > a {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  .socialMedia_share-wrap > h6 {
    display: none;
  }
}
@media (max-width: 767px) {
  .socialMedia_share-group li > a {
    font-size: 2rem;
  }
  .socialMedia_share-group li > a.btn-share-FB {
    color: #3B5998;
  }
  .socialMedia_share-group li > a.btn-share-line {
    color: #00B900;
  }
  .socialMedia_share-group li > a.btn-share-clone {
    color: #66BFB6;
  }
}
html,
body {
  background-color: #000;
  height: calc((var(--vh, 1vh) * 100));
  overflow: hidden;
}

.min-vh {
  min-height: calc((var(--vh, 1vh) * 100));
}
@media (max-width: 1024px) {
  .min-vh {
    min-height: 768px;
  }
}
@media (max-width: 767px) {
  .min-vh {
    min-height: 670px;
  }
}

main.inpage {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 15rem);
  z-index: 10;
  overflow: hidden;
  padding: 2rem 4rem;
  padding-bottom: 5rem;
}
main.inpage-artist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -o-flex-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
main.inpage-artist * {
  -ms-flex: 0 1 auto;
}
main.inpage-artist .inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
main.inpage-artist .inner * {
  -ms-flex: 0 1 auto;
}
main.inpage-artist .inner:before, main.inpage-artist .inner:after {
  content: "";
  position: absolute;
  width: 50%;
  left: 0;
  background: -moz-linear-gradient(top, black 0%, black 7%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, black 0%, black 7%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, black 0%, black 7%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 2;
}
main.inpage-artist .inner:before {
  top: -1px;
  height: 20%;
}
main.inpage-artist .inner:after {
  bottom: -1px;
  height: 10%;
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
main.inpage-artist article {
  width: 40%;
  min-width: 500px;
}
main.inpage-project .inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
main.inpage-project .inner * {
  -ms-flex: 0 1 auto;
}
main.inpage-project .inner:before, main.inpage-project .inner:after {
  content: "";
  position: absolute;
  width: 50%;
  left: 0;
  background: -moz-linear-gradient(top, #c49d62 0%, #c49d62 7%, rgba(196, 157, 98, 0) 100%);
  background: -webkit-linear-gradient(top, #c49d62 0%, #c49d62 7%, rgba(196, 157, 98, 0) 100%);
  background: linear-gradient(to bottom, #c49d62 0%, #c49d62 7%, rgba(196, 157, 98, 0) 100%);
  pointer-events: none;
  z-index: 2;
}
main.inpage-project .inner:before {
  top: -1px;
  height: 20%;
}
main.inpage-project .inner:after {
  bottom: -1px;
  height: 10%;
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
main.inpage-project article {
  width: 50%;
  min-width: 500px;
}
main.inpage-project .image {
  width: 50%;
  padding-left: 10vw;
}
main.inpage article {
  position: relative;
  padding-top: calc((var(--vh, 1vh) * 30));
  padding-bottom: 10rem;
  padding-right: 1rem;
  overflow-y: auto;
  height: calc((var(--vh, 1vh) * 100) - 20rem);
}
main.inpage article::-webkit-scrollbar {
  display: none;
}

.txt-inner h2 {
  color: #F5BEA5;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  position: relative;
}
.txt-inner h2:after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #F5BEA5;
  position: absolute;
  left: 0;
  bottom: 0;
}
.txt-inner h3 {
  color: #F5BEA5;
  font-size: 24px;
  letter-spacing: 0;
  margin-bottom: 2rem;
}
.txt-inner h4 {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 2rem;
}
.txt-inner p {
  font-size: 16px;
  letter-spacing: 0;
  color: #fff;
  line-height: 30px;
  font-weight: 400;
  opacity: 0.8;
}
.txt-inner .ig-link {
  color: #F5BEA5;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  position: relative;
}

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

.under-line {
  text-decoration: underline;
}

.pointer-events-none {
  pointer-events: none;
}

.breadcrumb-wrap {
  display: block;
  margin-bottom: 1rem;
}
.breadcrumb-wrap .breadcrumb {
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
  flex-wrap: nowrap;
}
.breadcrumb-wrap .breadcrumb-item,
.breadcrumb-wrap .breadcrumb-item * {
  color: #828585;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .breadcrumb-wrap .breadcrumb-item,
.breadcrumb-wrap .breadcrumb-item * {
    font-size: 1.4rem;
  }
}
.breadcrumb-wrap .breadcrumb-item.active {
  color: #333;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.breadcrumb-wrap .breadcrumb-item + .breadcrumb-item::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "";
  color: #828585;
  font-size: 10px;
  opacity: 0.8;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.page-link {
  border: 1px solid #F5BEA5 !important;
  color: #F5BEA5;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  font-size: 1.4rem;
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.page-item.active .page-link {
  background-color: #F5BEA5;
  color: #fff !important;
}

.page-link:hover {
  background-color: #F3B6D0;
  color: #fff;
}

.page-item {
  color: #F5BEA5;
  margin: 0 5px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  line-height: 1;
  height: 30px;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
  border: none !important;
}

@media (max-width: 1024px) {
  .homepage.otherpage .inner {
    padding: 2rem;
  }

  main.inpage {
    padding: 2rem;
    height: calc(100% - 50px);
  }
  main.inpage article {
    height: calc((var(--vh, 1vh) * 100) - 100px);
    padding-right: 0;
  }
  main.inpage-artist article, main.inpage-project article {
    width: 80%;
    min-width: inherit;
    padding-top: 5rem;
    padding-bottom: 0;
  }
  main.inpage-artist .inner:before,
main.inpage-artist .inner:after, main.inpage-project .inner:before,
main.inpage-project .inner:after {
    width: 100%;
    height: 10%;
  }
}
@media (max-width: 992px) {
  main.inpage-artist, main.inpage-project {
    height: calc((var(--vh, 1vh) * 100) - 100px);
  }
  main.inpage-artist article, main.inpage-project article {
    padding-top: 2rem;
    margin-right: auto;
  }
  main.inpage-artist .inner:before,
main.inpage-artist .inner:after, main.inpage-project .inner:before,
main.inpage-project .inner:after {
    bottom: 5%;
  }
  main.inpage-project .inner {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  main.inpage-project .inner * {
    -ms-flex: 0 1 auto;
  }
  main.inpage-project article {
    padding-bottom: 10rem;
  }
  main.inpage-project .image {
    position: absolute;
    left: 80%;
    top: 40%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  main.inpage article {
    padding-top: 5rem;
  }

  main.inpage-artist article,
main.inpage-project article {
    width: 100%;
  }
  main.inpage-artist .inner:before,
main.inpage-artist .inner:after,
main.inpage-project .inner:before,
main.inpage-project .inner:after {
    bottom: -1px;
  }

  main.inpage-project .image {
    left: 50%;
    top: 40%;
    width: 100%;
    height: auto;
  }
}
.homepage {
  position: relative;
  width: 100%;
  height: calc((var(--vh, 1vh) * 100));
  background-color: #000;
  overflow: hidden;
}
.homepage .inner {
  width: 100%;
  height: 100%;
  height: calc((var(--vh, 1vh) * 100));
  overflow: hidden;
  padding: 5rem 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-flex-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: #F5BEA5;
}
.homepage .inner * {
  -ms-flex: 0 1 auto;
}
.homepage .inner a {
  color: #F5BEA5;
}
.homepage #main-vision-mobile {
  position: absolute;
  width: 100%;
  height: calc((var(--vh, 1vh) * 100));
  overflow: hidden;
  z-index: 0;
}
.homepage #main-vision-mobile .main-title {
  position: absolute;
  left: 50%;
  top: 40%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  background: url(../../assets/img/mobile/KV-title.png) no-repeat center center;
  background-size: contain;
  width: 80%;
  padding-top: 20.83333%;
}
.homepage #main-vision-mobile .play-icon {
  position: absolute;
  left: 50%;
  top: 65%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: #fff;
  -ms-border-radius: 50rem;
  -moz-border-radius: 50rem;
  -webkit-border-radius: 50rem;
  border-radius: 50rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.homepage #main-vision-mobile .play-icon:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #F5BEA5;
  position: relative;
  -moz-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  left: 2px;
}
.homepage #main-vision-mobile:after {
  content: "";
  position: absolute;
  opacity: 0.3;
  left: 0;
  right: 0;
  bottom: -2rem;
  display: block;
  background: url(../../assets/img/mobile/KV-bottom.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  padding-top: 23.33333%;
  pointer-events: none;
}
.homepage #main-vision {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}
.homepage .btn-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 70vw;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: transparent;
  cursor: url(../../assets/img/cursor-play.png) 3 3, auto !important;
  cursor: -webkit-image-set(url(../../assets/img/cursor-play.png) 1x, url(../../assets/img/cursor-play.png) 2x) 3 3, pointer !important;
  z-index: 3;
}
.homepage .btn-start:hover .btn-effect {
  opacity: 1;
}
.homepage .btn-start:before {
  content: "";
  padding-top: 48%;
  display: block;
}
.homepage .btn-start .btn-effect {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 50%;
  bottom: 25%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 200px;
  height: 60px;
  background-color: #fff;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-shadow: 0 10px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-animation: push 1.5s ease-in-out infinite both;
  /* Safari 4+ */
  -moz-animation: push 1.5s ease-in-out infinite both;
  /* Fx 5+ */
  -o-animation: push 1.5s ease-in-out infinite both;
  /* Opera 12+ */
  animation: push 1.5s ease-in-out infinite both;
  /* IE 10+, Fx 29+ */
}
@-webkit-keyframes push {
  0%, 100% {
    -webkit-box-shadow: 0 15px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 0 rgba(0, 0, 0, 0.2);
    -moz-transform: translate(-50%, -15px);
    -webkit-transform: translate(-50%, -15px);
    -o-transform: translate(-50%, -15px);
    -ms-transform: translate(-50%, -15px);
    transform: translate(-50%, -15px);
  }
  50% {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@-moz-keyframes push {
  0%, 100% {
    -webkit-box-shadow: 0 15px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 0 rgba(0, 0, 0, 0.2);
    -moz-transform: translate(-50%, -15px);
    -webkit-transform: translate(-50%, -15px);
    -o-transform: translate(-50%, -15px);
    -ms-transform: translate(-50%, -15px);
    transform: translate(-50%, -15px);
  }
  50% {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@keyframes push {
  0%, 100% {
    -webkit-box-shadow: 0 15px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 0 rgba(0, 0, 0, 0.2);
    -moz-transform: translate(-50%, -15px);
    -webkit-transform: translate(-50%, -15px);
    -o-transform: translate(-50%, -15px);
    -ms-transform: translate(-50%, -15px);
    transform: translate(-50%, -15px);
  }
  50% {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.homepage .btn-start .btn-effect .arrow {
  position: relative;
  left: 10px;
  top: -5px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 40px;
  border-color: transparent transparent transparent #F5BEA5;
}

#main-vision-mobile {
  display: none;
}

.mobile-alert-notice {
  position: relative;
  width: 100%;
  height: calc((var(--vh, 1vh) * 100));
  background-color: #000;
  overflow: hidden;
  display: none;
}
.mobile-alert-notice .logo-group {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 40px;
}
.mobile-alert-notice .logo-group .site-logo span {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.mobile-alert-notice article p {
  color: #fff;
}
.mobile-alert-notice .foot-logo {
  width: 100%;
  height: 60px;
  text-align: center;
}
.mobile-alert-notice .foot-logo img {
  width: 200px;
  object-fit: contain;
}
.mobile-alert-notice > .inner {
  width: 100%;
  height: 100%;
  padding: 5rem 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-flex-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.mobile-alert-notice > .inner * {
  -ms-flex: 0 1 auto;
}

@media (max-width: 1024px) {
  #main-vision-mobile {
    display: block;
  }

  .homepage:not(.otherpage) .inner {
    padding: 2rem;
  }
  .homepage:not(.otherpage) #main-vision {
    display: none;
  }
  .homepage:not(.otherpage) #main-vision + .btn-start {
    display: none;
  }
}
@media (max-width: 767px) {
  .homepage:not(.otherpage) .inner {
    padding: 2rem 1rem;
  }
  .homepage:not(.otherpage) #main-vision {
    display: none;
  }
}
@media screen and (orientation: portrait) {
  .homepage:not(.otherpage) {
    display: none;
  }

  .mobile-alert-notice {
    display: block;
  }
}
.back_to_top {
  position: fixed;
  z-index: 9999;
  right: 2rem;
  bottom: 2rem;
  opacity: 0;
  height: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.back_to_top.show_arrow {
  opacity: 1 !important;
}
.back_to_top a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 40px;
  height: 100%;
  background: #9A0021;
  padding: 0.5rem;
  -ms-border-radius: 50rem;
  -moz-border-radius: 50rem;
  -webkit-border-radius: 50rem;
  border-radius: 50rem;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 2rem;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
}
.back_to_top a .icon-arrow-up {
  color: #fff;
}
.back_to_top a:hover {
  text-decoration: none;
  background: #de002c;
}
.back_to_top a:hover .icon-arrow-up {
  color: #fff;
}

.hamburger {
  position: relative;
  top: 2px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger > span {
  position: relative;
  left: 2px;
  display: block;
  font-size: 1.6rem;
  text-align: center;
  color: #ccc;
  letter-spacing: 6px;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/* Animation */
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
.shining-effect {
  position: relative;
  overflow: hidden;
}
.shining-effect:before {
  content: "";
  opacity: 0.6;
  width: 200%;
  height: 200%;
  background: url(../../assets/img/pattern/shine-light.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: btn_shine 2s infinite;
  animation: btn_shine 2s infinite;
  pointer-events: none;
}
@keyframes btn_shine {
  0% {
    left: -100%;
  }
  50%, to {
    left: 200%;
  }
}

/* Variables */
/* Loading Icon */
.loading-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.loading-wrap * {
  -ms-flex: 0 1 auto;
}
.loading-wrap > span {
  font-size: 16px;
  color: #333;
  margin-bottom: 2rem;
}

.loading {
  width: 100px;
  height: 100px;
  margin: 2rem auto;
}
.loading__ring {
  position: absolute;
  width: 100px;
  height: 100px;
}
.loading__ring:first-child {
  transform: skew(30deg, 20deg);
}
.loading__ring:last-child {
  transform: skew(-30deg, -20deg) scale(-1, 1);
}
.loading__ring:last-child svg {
  animation-delay: -0.5s;
}
.loading__ring svg {
  animation: rotate 1s linear infinite;
  fill: rgba(0, 0, 0, 0.2);
}

.cloud-sm {
  background: url();
}

.cloud-pattern-border {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10%;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-flex-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  z-index: 1;
}
.cloud-pattern-border .left,
.cloud-pattern-border .right {
  width: 35vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.cloud-pattern-border .left *,
.cloud-pattern-border .right * {
  -ms-flex: 0 1 auto;
}
.cloud-pattern-border .left {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.cloud-pattern-border .cloud {
  object-fit: contain;
}
.cloud-pattern-border .cloud-3 {
  width: 30%;
}
.cloud-pattern-border .cloud-2 {
  width: 50%;
}
.cloud-pattern-border .cloud-1 {
  width: 100%;
}

.menu_on {
  overflow: hidden;
}
.menu_on header .nav-topBar .menu {
  right: 0;
  pointer-events: auto;
}
.menu_on main {
  -moz-transform: translateX(-250px);
  -webkit-transform: translateX(-250px);
  -o-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}
.menu_on main::after {
  opacity: 0.6;
  transition-delay: 0.3s;
}

.window-open,
.modal-open {
  overflow: hidden;
}
.window-open header,
.modal-open header {
  top: -78px;
}
.window-open .nav-fixed-left,
.modal-open .nav-fixed-left {
  left: -180px;
}
.window-open .share-socialMedia,
.modal-open .share-socialMedia {
  right: -180px;
}

.char-slide-in .char {
  overflow: hidden;
  color: transparent;
}
.char-slide-in .char:before, .char-slide-in .char:after {
  visibility: visible;
  color: transparent;
  animation-delay: calc(0.2s + (0.02s * (var(--char-index))));
}
.char-slide-in .char:before {
  color: #de002c;
  animation-delay: calc(0.02s * (var(--char-index)));
}
.char-slide-in .char:before {
  animation-delay: calc(0.2s + (0.02s * (var(--char-index))));
}
.char-slide-in .char:after {
  animation-delay: calc(0.02s * (var(--char-index)));
}
@keyframes text-slide-in {
  0% {
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateX(-90px) skewX(40deg);
  }
  to {
    transform: translateX(0) skewX(0);
  }
}
@keyframes will-change {
  0% {
    will-change: transform;
  }
  100% {
    will-change: auto;
  }
}
.char-slide-in.animated .char:before {
  animation: text-slide-in 1s cubic-bezier(0.9, 0, 0.2, 1) 0s both, will-change 2s linear;
}

.text-slide-in .char {
  animation-delay: calc(0.5s * var(--char-percent));
  opacity: 0.99;
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateX(-150%) scaleX(0.5);
  }
}
@keyframes will-change {
  0% {
    will-change: transform;
  }
  100% {
    will-change: auto;
  }
}
.text-slide-in.animated .char {
  animation: slide-in 1.75s cubic-bezier(0, 0.75, 0, 1) 0s both, will-change 2s linear;
}

.icon-md {
  font-size: 4.5rem;
}

.icon-lg {
  font-size: 6rem;
}

.lang-switch .nav-tabs .nav-link.active,
.lang-switch .nav-tabs .nav-item.show .nav-link {
  background: none;
  color: #F5BEA5;
}
.lang-switch .nav-tabs .nav-link.active:before,
.lang-switch .nav-tabs .nav-item.show .nav-link:before {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.lang-switch .nav-tabs {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -o-flex-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  height: 100%;
  border: none;
}
.lang-switch .nav-tabs * {
  -ms-flex: 0 1 auto;
}
.lang-switch .nav-tabs .nav-link {
  border: none;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 20px;
  padding: 0;
  line-height: 1;
  text-align: right;
  position: relative;
  padding-left: 2rem;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.lang-switch .nav-tabs .nav-link:hover {
  opacity: 0.5;
}
.lang-switch .nav-tabs .nav-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
  background-color: #F5BEA5;
  -ms-border-radius: 50rem;
  -moz-border-radius: 50rem;
  -webkit-border-radius: 50rem;
  border-radius: 50rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.lang-switch .nav-tabs .nav-link + .nav-link {
  margin-top: 1rem;
}

@media (max-width: 1024px) {
  .lang-switch .nav-tabs .nav-link {
    font-size: 1.6rem;
  }
}
@media (max-width: 992px) {
  .lang-switch .nav-tabs .nav-link {
    font-size: 1.4rem;
  }
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.input-container {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
}
.input-container .feedback {
  color: #de002c;
  font-size: 12px;
  padding: 4px 0;
  opacity: 0;
  pointer-events: none;
}
.input-container input {
  height: 40px;
}
.input-container input,
.input-container textarea {
  width: 100%;
  border: 1px solid #CBCBCB;
  -ms-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  padding: 1rem 1.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  box-shadow: none;
  -webkit-appearance: none;
}
.input-container input.is-invalid,
.input-container textarea.is-invalid {
  border-color: #de002c;
}
.input-container input.is-invalid + label + .feedback,
.input-container textarea.is-invalid + label + .feedback {
  opacity: 1;
}
.input-container input:focus,
.input-container textarea:focus {
  border-color: #07877a;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(7, 135, 122, 0.25);
}
.input-container input:focus + label,
.input-container textarea:focus + label {
  top: -14px;
  left: 0.5rem;
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  font-weight: 400;
}
.input-container input:valid + label,
.input-container textarea:valid + label {
  top: -14px;
  left: 0.5rem;
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  font-weight: 400;
  color: #07877a;
}
.input-container > label {
  position: absolute;
  top: 9px;
  left: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 0.8rem;
  margin-bottom: 0;
  color: #999999;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fff;
  pointer-events: none;
  white-space: nowrap;
}

.custom_select-wrapper.select-pink .arrow {
  color: #F5BEA5;
}
.custom_select-wrapper.select-pink .custom_select__trigger {
  border: 2px solid #F5BEA5;
}
.custom_select-wrapper.select-pink .custom_options {
  border: 2px solid #F5BEA5;
  /* Track */
  /* Handle */
}
.custom_select-wrapper.select-pink .custom_options::-webkit-scrollbar-track {
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.custom_select-wrapper.select-pink .custom_options::-webkit-scrollbar-thumb {
  background: #f5bea5;
}
.custom_select-wrapper.select-pink .custom_options::-webkit-scrollbar-thumb:window-inactive {
  background: #f5bea5;
}
.custom_select-wrapper.select-pink .custom_option.selected {
  background-color: #F5BEA5;
}

.custom_select-wrapper.select-silver .arrow {
  color: #8AA7B3;
}
.custom_select-wrapper.select-silver .custom_select__trigger {
  border: 2px solid #8AA7B3;
}
.custom_select-wrapper.select-silver .custom_options {
  border: 2px solid #8AA7B3;
  /* Track */
  /* Handle */
}
.custom_select-wrapper.select-silver .custom_options::-webkit-scrollbar-track {
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.custom_select-wrapper.select-silver .custom_options::-webkit-scrollbar-thumb {
  background: #8aa7b3;
}
.custom_select-wrapper.select-silver .custom_options::-webkit-scrollbar-thumb:window-inactive {
  background: #8aa7b3;
}
.custom_select-wrapper.select-silver .custom_option.selected {
  background-color: #8AA7B3;
}

.custom_select-wrapper {
  position: relative;
  user-select: none;
  width: 100%;
}
.custom_select-wrapper .arrow {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform-origin: 50% 50%;
  width: 20px;
  height: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.custom_select-wrapper .open .arrow {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.custom_select {
  display: flex;
  flex-direction: column;
}
.custom_select.open .custom_options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.custom_select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5rem;
  font-size: 1.6rem;
  color: #333;
  height: 45px;
  line-height: 45px;
  -ms-border-radius: 50rem;
  -moz-border-radius: 50rem;
  -webkit-border-radius: 50rem;
  border-radius: 50rem;
  background: #ffffff;
  cursor: pointer;
  word-break: keep-all;
}
.custom_options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  border-top: 0;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 99;
  max-height: 200px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* Track */
  /* Handle */
}
.custom_options::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0);
}
.custom_options::-webkit-scrollbar-track {
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.custom_options::-webkit-scrollbar-thumb {
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.custom_option {
  position: relative;
  display: block;
  padding: 0.6rem 2.5rem;
  font-size: 1.6rem;
  color: #333;
  line-height: 45px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custom_option:hover {
  cursor: pointer;
  background-color: #f2f2f2;
}
.custom_option.selected {
  color: #ffffff;
}
.custom_option.disabled_option {
  pointer-events: none;
  color: #ddd !important;
  background-color: #fff !important;
}
@media (max-width: 767px) {
  .custom_select .select-fade {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    opacity: 0;
  }
  .custom_select.open .select-fade {
    opacity: 1;
    pointer-events: auto;
  }
  .custom_options {
    position: fixed;
    width: 320px;
    max-height: calc(var(--vh, 1vh) * 60);
    z-index: 1000;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: none;
  }
}

@media (min-width: 992px) {
  .custom_select__trigger {
    border: 1px solid #F5BEA5;
  }

  .custom_options {
    border: 1px solid #ccc;
    top: calc(100% + .5rem);
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 30, 71, 0.25);
    -ms-box-shadow: 0 0 15px 0 rgba(0, 30, 71, 0.25);
    box-shadow: 0 0 15px 0 rgba(0, 30, 71, 0.25);
    border: 1px solid #F5BEA5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .custom_options * {
    -ms-flex: 0 1 auto;
  }
  .custom_options::-webkit-scrollbar {
    display: none;
  }

  .custom_option {
    line-height: normal;
    white-space: nowrap;
    flex: 0 0 auto;
  }
  .custom_option:first-child {
    -ms-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
  }
  .custom_option:last-child {
    -ms-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
  }
  .custom_option + .custom_option {
    border-top: 1px solid #eee;
  }
}
.radio-container-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -o-flex-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.radio-container-inline + .radio-container-inline {
  margin-left: 1rem;
}

.radio-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -o-flex-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.radio-container-inline input[type=radio],
.radio-container input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio-container-inline input[type=radio] + .radio-label,
.radio-container input[type=radio] + .radio-label {
  font-size: 1.6rem;
  color: #333;
}
.radio-container-inline input[type=radio] + .radio-label:before,
.radio-container input[type=radio] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #FBF8F3;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 2px;
  margin-right: 0.6rem;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio-container-inline input[type=radio]:checked + .radio-label:before,
.radio-container input[type=radio]:checked + .radio-label:before {
  background-color: #07877a;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio-container-inline input[type=radio]:focus + .radio-label:before,
.radio-container input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #07877a;
}
.radio-container-inline input[type=radio]:disabled + .radio-label:before,
.radio-container input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio-container-inline input[type=radio] + .radio-label:empty:before,
.radio-container input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.custom-control-label::before {
  top: 0;
}

.custom-switch .custom-control-label::after {
  top: 2px;
}

.custom-switch.custom-switch-sm .custom-control-label {
  padding-left: 1rem;
  padding-bottom: 1rem;
}
.custom-switch.custom-switch-sm .custom-control-label::before {
  height: 1rem;
  width: calc(1rem + 0.75rem);
  border-radius: 2rem;
}
.custom-switch.custom-switch-sm .custom-control-label::after {
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  border-radius: calc(1rem - (1rem / 2));
}
.custom-switch.custom-switch-sm .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(calc(1rem - 0.25rem));
}

.custom-switch.custom-switch-md .custom-control-label {
  padding-left: 2rem;
  padding-bottom: 1.5rem;
}
.custom-switch.custom-switch-md .custom-control-label::before {
  height: 1.5rem;
  width: calc(2rem + 0.75rem);
  border-radius: 3rem;
}
.custom-switch.custom-switch-md .custom-control-label::after {
  width: calc(1.5rem - 4px);
  height: calc(1.5rem - 4px);
  border-radius: calc(2rem - (1.5rem / 2));
}
.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(calc(1.5rem - 0.25rem));
}

.custom-switch.custom-switch-lg .custom-control-label {
  padding-left: 3rem;
  padding-bottom: 2rem;
}
.custom-switch.custom-switch-lg .custom-control-label::before {
  height: 2rem;
  width: calc(3rem + 0.75rem);
  border-radius: 4rem;
}
.custom-switch.custom-switch-lg .custom-control-label::after {
  width: calc(2rem - 4px);
  height: calc(2rem - 4px);
  border-radius: calc(3rem - (2rem / 2));
}
.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(calc(2rem - 0.25rem));
}

.custom-switch.custom-switch-xl .custom-control-label {
  padding-left: 4rem;
  padding-bottom: 2.5rem;
}
.custom-switch.custom-switch-xl .custom-control-label::before {
  height: 2.5rem;
  width: calc(4rem + 0.75rem);
  border-radius: 5rem;
}
.custom-switch.custom-switch-xl .custom-control-label::after {
  width: calc(2.5rem - 4px);
  height: calc(2.5rem - 4px);
  border-radius: calc(4rem - (2.5rem / 2));
}
.custom-switch.custom-switch-xl .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(calc(2.5rem - 0.25rem));
}

.checkbox-container {
  --background: #fff;
  --border: #ddd;
  --border-hover: #BBC1E1;
  --border-active: #000;
  --tick: #fff;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -o-flex-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
}

.checkbox-container input,
.checkbox-container svg {
  width: 21px;
  height: 21px;
  display: block;
  flex: 0 0 auto;
}

.checkbox-container span {
  font-size: 1.6rem;
  position: relative;
  top: -1px;
  margin-left: 0.6rem;
  color: #333;
}

.checkbox-container input {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  outline: none;
  background: var(--background);
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 4px;
  transition: box-shadow 0.3s;
  box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));
}

.checkbox-container input:hover {
  --s: 2px;
  --b: var(--border-hover) ;
}

.checkbox-container input:checked {
  --b: var(--border-active) ;
}

.checkbox-container svg {
  pointer-events: none;
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: var(--stroke, var(--border-active));
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  transform: scale(var(--scale, 1)) translateZ(0);
}

.checkbox-container.path input:checked {
  --s: 2px;
  transition-delay: 0.4s;
}

.checkbox-container.path input:checked + svg {
  --a: 16.1 86.12;
  --o: 102.22 ;
}

.checkbox-container.path svg {
  stroke-dasharray: var(--a, 86.12);
  stroke-dashoffset: var(--o, 86.12);
  transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
}

.checkbox-container.bounce {
  --stroke: var(--tick) ;
}

.checkbox-container.bounce input:checked {
  --s: 11px ;
}

.checkbox-container.bounce input:checked + svg {
  animation: bounce 0.4s linear forwards 0.2s;
}

.checkbox-container.bounce svg {
  --scale: 0 ;
}

@keyframes bounce {
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.tooltip-box.tooltip-box-md {
  width: auto;
  max-width: 300px;
}

.tooltip-inner {
  max-width: inherit;
  padding: 1rem;
  color: #fff;
  text-align: center;
  background-color: #1f4d5d;
  border-radius: 10px;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #1F4D5D;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #1F4D5D;
}

.modal-backdrop {
  background: #000;
}
.modal-backdrop.show {
  opacity: 0.8;
}

#modal-credits,
#modal-MV_about {
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-opening header,
.modal-opening footer,
.modal-opening .volume-control {
  opacity: 0;
}

.modal-full-page {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: calc((var(--vh, 1vh) * 100));
  background-color: #000;
  overflow: hidden;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modal-full-page.show {
  opacity: 1;
  pointer-events: auto;
}
.modal-full-page .btn-close {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 4rem;
  top: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transform: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  background-color: rgba(255, 255, 255, 0);
  -ms-border-radius: 50rem;
  -moz-border-radius: 50rem;
  -webkit-border-radius: 50rem;
  border-radius: 50rem;
  z-index: 10;
}
.modal-full-page .btn-close:before, .modal-full-page .btn-close:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  background-color: #F5BEA5;
}
.modal-full-page .btn-close:before {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal-full-page .btn-close:after {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-full-page .btn-close:hover {
  background-color: rgba(255, 255, 255, 0.1);
  -moz-transform: rotate(360deg) scale(0.6);
  -webkit-transform: rotate(360deg) scale(0.6);
  -o-transform: rotate(360deg) scale(0.6);
  -ms-transform: rotate(360deg) scale(0.6);
  transform: rotate(360deg) scale(0.6);
}
.modal-full-page .logo-group {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 60px;
}
.modal-full-page .logo-group .site-logo span {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.modal-full-page .foot-logo {
  width: 100%;
  height: 60px;
  text-align: center;
}
.modal-full-page .foot-logo img {
  width: 200px;
  object-fit: contain;
}
.modal-full-page > .inner {
  width: 100%;
  height: 100%;
  padding: 5rem 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-flex-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.modal-full-page > .inner * {
  -ms-flex: 0 1 auto;
}
.modal-full-page > .inner.soap-album {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
}
.modal-full-page > .inner.soap-album * {
  -ms-flex: 0 1 auto;
}
.modal-full-page > .inner.soap-album article {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-flex-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 5rem 4rem;
}
.modal-full-page > .inner.soap-album article * {
  -ms-flex: 0 1 auto;
}
.modal-full-page > .inner.soap-album article .nav-top-tool {
  width: 100%;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -o-flex-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
}
.modal-full-page > .inner.soap-album article .tab-pane {
  position: relative;
}
.modal-full-page > .inner.soap-album article .tab-pane:before, .modal-full-page > .inner.soap-album article .tab-pane:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  background: -moz-linear-gradient(top, black 0%, black 7%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, black 0%, black 7%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, black 0%, black 7%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 2;
}
.modal-full-page > .inner.soap-album article .tab-pane:before {
  top: -1px;
  height: 20%;
}
.modal-full-page > .inner.soap-album article .tab-pane:after {
  bottom: -1px;
  height: 10%;
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.modal-full-page > .inner.soap-album article .txt-inner {
  position: relative;
  padding-top: calc((var(--vh, 1vh) * 30));
  padding-bottom: 10rem;
  padding-right: 1rem;
  overflow-y: auto;
  height: calc((var(--vh, 1vh) * 100) - 20rem);
}
.modal-full-page > .inner.soap-album article .txt-inner::-webkit-scrollbar {
  display: none;
}
.modal-full-page > .inner.soap-album .album-slide {
  width: 50%;
  position: relative;
}
.modal-full-page > .inner.soap-album .album-slide .project-mainPic .imgCover {
  width: 100%;
  height: calc((var(--vh, 1vh) * 100));
  position: relative;
  background: url() 50% 50% no-repeat;
  background-size: cover;
  background-clip: content-box;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transform: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.modal-full-page > .inner.soap-album .album-slide .itemPic {
  padding: 5px;
}
.modal-full-page > .inner.soap-album .album-slide .itemPic .imgCover {
  width: 100%;
  position: relative;
  background: url() 50% 50% no-repeat;
  background-size: 100%;
  background-clip: content-box;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transform: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.modal-full-page > .inner.soap-album .album-slide .itemPic .imgCover:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 66%;
}
.modal-full-page > .inner.soap-album .album-slide .project-mainPic {
  position: relative;
}
.modal-full-page > .inner.soap-album .album-slide .project-mainPic.slick-current .img-note {
  transition-delay: 0.4s;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.modal-full-page > .inner.soap-album .album-slide .project-mainPic .img-note {
  position: relative;
  z-index: 2;
  width: 95%;
  margin: -25px auto 10px;
  background-color: #333;
  padding: 1.2rem 2rem;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -o-flex-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  height: 50px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}
.modal-full-page > .inner.soap-album .album-slide .project-mainPic .img-note h5 {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.6rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.modal-full-page > .inner.soap-album .album-slide .sub-slide {
  width: 40vw;
  position: absolute;
  left: 50%;
  bottom: 2rem;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.modal-full-page > .inner.soap-album .album-slide .itemPic {
  position: relative;
  cursor: pointer;
}
.modal-full-page > .inner.soap-album .album-slide .itemPic:focus, .modal-full-page > .inner.soap-album .album-slide .itemPic:active {
  outline: none;
  box-shadow: none;
  border: none;
}
.modal-full-page > .inner.soap-album .album-slide .itemPic .imgCover {
  border: 3px solid transparent;
}
.modal-full-page > .inner.soap-album .album-slide .itemPic .imgCover:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.modal-full-page > .inner.soap-album .album-slide .itemPic.slick-current .imgCover {
  border: 2px solid #F5BEA5;
}
.modal-full-page > .inner.soap-album .album-slide .itemPic.slick-current .imgCover:after {
  opacity: 0;
}

.credits-wrap {
  position: relative;
  height: calc(100% - 200px);
}
.credits-wrap > .inner {
  padding: 5rem 0;
  padding-top: 10rem;
  height: 100%;
  overflow: auto;
}
.credits-wrap > .inner::-webkit-scrollbar {
  display: none;
}
.credits-wrap .heading-ttl {
  color: #fff;
  text-align: center;
  padding: 5rem 0;
  margin-top: 2rem;
}
.credits-wrap .heading-ttl .font-ch {
  font-size: 2.4rem;
}
.credits-wrap .heading-ttl .font-en {
  font-size: 1.4rem;
  opacity: 0.6;
}
.credits-wrap .lyric {
  color: #fff;
  text-align: center;
  margin-top: 5rem;
  padding-top: 5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.credits-wrap .lyric p {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 300;
}
.credits-wrap .lyric p b {
  font-weight: 600;
}

.credits-list {
  position: relative;
}
.credits-list.list-long .multiple p > span {
  display: block;
}
.credits-list + .credits-list {
  margin-top: 2rem;
}
.credits-list dl {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
}
.credits-list dl dt {
  width: 45%;
  color: #fff;
}
.credits-list dl dt > span {
  display: block;
  text-align: right;
}
.credits-list dl dt .font-en {
  font-size: 1.4rem;
  opacity: 0.5;
}
.credits-list dl dd {
  width: 55%;
}
.credits-list dl dt,
.credits-list dl dd {
  padding: 0 1.5rem;
}
.credits-list .font-ch,
.credits-list .font-en {
  font-size: 2rem;
  font-weight: 400;
}
.credits-list .multiple p {
  color: #CCCCCC;
}
.credits-list .multiple p .font-en {
  font-size: 1.4rem;
  opacity: 0.5;
}

#modal-MV_bonus > .inner.soap-album article {
  width: 100%;
}
#modal-MV_bonus > .inner.soap-album article .txt-inner {
  text-align: center;
  padding-top: 10rem;
}
#modal-MV_bonus > .inner.soap-album article .txt-inner h2:after {
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (orientation: landscape) {
  .modal-full-page > .inner.soap-album .album-slide {
    width: 40%;
  }
  .modal-full-page > .inner.soap-album article {
    width: 60%;
  }
  .modal-full-page > .inner.soap-album article .txt-inner {
    padding-top: 15rem;
    height: calc((var(--vh, 1vh) * 100) - 10rem);
  }
}
@media screen and (orientation: portrait) {
  .modal-full-page .btn-close {
    width: 40px;
    height: 40px;
    left: 1rem;
    top: 1rem;
  }
  .modal-full-page > .inner.soap-album {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: Flex-start;
    -moz-justify-content: Flex-start;
    -o-flex-justify-content: Flex-start;
    justify-content: Flex-start;
    overflow-y: auto;
  }
  .modal-full-page > .inner.soap-album * {
    -ms-flex: 0 1 auto;
  }
  .modal-full-page > .inner.soap-album article {
    padding: 1.5rem;
  }
  .modal-full-page > .inner.soap-album article .tab-pane:before,
.modal-full-page > .inner.soap-album article .tab-pane:after {
    display: none;
  }
  .modal-full-page > .inner.soap-album article .txt-inner {
    padding-top: 3rem;
    overflow: visible !important;
    height: auto;
    padding-right: 0;
  }
  .modal-full-page > .inner.soap-album .album-slide,
.modal-full-page > .inner.soap-album article {
    width: 100%;
  }
  .modal-full-page > .inner.soap-album .album-slide .sub-slide {
    width: 80%;
    bottom: 1rem;
  }
  .modal-full-page > .inner.soap-album .album-slide .project-mainPic .imgCover {
    height: auto;
  }
  .modal-full-page > .inner.soap-album .album-slide .project-mainPic .imgCover:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
}
@media (max-width: 1024px) {
  .credits-wrap {
    height: calc(100% - 100px);
  }

  .credits-list .font-ch,
.credits-list .font-en {
    font-size: 1.6rem;
  }

  .modal-full-page .logo-group,
.modal-full-page .foot-logo {
    padding: 0.5rem;
    height: auto;
  }
  .modal-full-page .btn-close {
    left: 2rem;
    top: 2rem;
  }
  .modal-full-page > .inner {
    padding: 2rem;
  }
  .modal-full-page > .inner.soap-album .album-slide .sub-slide {
    z-index: 2;
  }
  .modal-full-page > .inner.soap-album .album-slide .slider-for {
    pointer-events: none;
    z-index: 0;
  }
  .modal-full-page > .inner.soap-album article {
    padding: 2rem;
  }
  .modal-full-page > .inner.soap-album article .txt-inne {
    padding-right: 0;
  }

  .credits-wrap > .inner {
    padding-top: 5rem;
  }
}
@media (max-width: 992px) {
  .modal-full-page .btn-close {
    width: 40px;
    height: 40px;
    left: 1rem;
    top: 1rem;
  }
  .modal-full-page > .inner.soap-album .album-slide {
    width: 40%;
  }
  .modal-full-page > .inner.soap-album article {
    width: 60%;
  }
  .modal-full-page > .inner.soap-album article .txt-inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
    height: calc((var(--vh, 1vh) * 100) - 5rem);
  }
}
*,
*:active,
*:focus,
*:hover,
*:link,
*:visited {
  -o-transition: background-color 0.2s linear, border-color 0.1s linear;
  -webkit-transition: background-color 0.2s linear, border-color 0.1s linear;
  -moz-transition: background-color 0.2s linear, border-color 0.1s linear;
  transition: background-color 0.2s linear, border-color 0.1s linear;
}

/* ------- 標頭設計(字級,字距,顏色) ------- */
@media (min-width: 1200px) {
  .border-xl {
    border: 1px solid #dee2e6 !important;
  }

  .border-xl-left {
    border-left: 1px solid #dee2e6 !important;
  }

  .border-xl-right {
    border-right: 1px solid #dee2e6 !important;
  }

  .border-xl-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-xl-0 {
    border: none !important;
  }
}
@media (min-width: 992px) {
  .border-lg {
    border: 1px solid #dee2e6 !important;
  }

  .border-lg-0 {
    border: none !important;
  }

  .border-lg-bottom-0 {
    border-bottom: none !important;
  }

  .border-lg-left {
    border-left: 1px solid #dee2e6 !important;
  }

  .border-lg-right {
    border-right: 1px solid #dee2e6 !important;
  }

  .border-lg-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }
}
@media (max-width: 992px) {
  .border-md {
    border: 1px solid #dee2e6 !important;
  }

  .border-md-left {
    border-left: 1px solid #dee2e6 !important;
  }

  .border-md-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-md-0 {
    border: none !important;
  }
}
@media (max-width: 575px) {
  .border-sm {
    border: 1px solid #dee2e6 !important;
  }

  .border-sm-left {
    border-left: 1px solid #dee2e6 !important;
  }

  .border-sm-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-sm-0 {
    border: none !important;
  }
}
.border-gray {
  border-color: #757575 !important;
}

.rounded-10 {
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.rounded-15 {
  -ms-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.line-hight-fit {
  line-height: 1 !important;
}

/* Shadow 0dp */
.shadow-0 {
  box-shadow: none !important;
}

/* Shadow 1dp */
.shadow-1 {
  box-shadow: 0 1px 1px 0 rgba(113, 130, 255, 0.14), 0 2px 1px -1px rgba(113, 130, 255, 0.12), 0 1px 3px 0 rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 2dp */
.shadow-2 {
  box-shadow: 0 2px 2px 0 rgba(113, 130, 255, 0.14), 0 3px 1px -2px rgba(113, 130, 255, 0.12), 0 1px 5px 0 rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 3dp */
.shadow-3 {
  box-shadow: 0 3px 4px 0 rgba(113, 130, 255, 0.14), 0 3px 3px -2px rgba(113, 130, 255, 0.12), 0 1px 8px 0 rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 4dp */
.shadow-4 {
  box-shadow: 0 4px 5px 0 rgba(113, 130, 255, 0.14), 0 1px 10px 0 rgba(113, 130, 255, 0.12), 0 2px 4px -1px rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 6dp */
.shadow-6 {
  box-shadow: 0 6px 10px 0 rgba(113, 130, 255, 0.14), 0 1px 18px 0 rgba(113, 130, 255, 0.12), 0 3px 5px -1px rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 8dp */
.shadow-8 {
  box-shadow: 0 8px 10px 1px rgba(113, 130, 255, 0.14), 0 3px 14px 2px rgba(113, 130, 255, 0.12), 0 5px 5px -3px rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 9dp */
.shadow-9 {
  box-shadow: 0 9px 12px 1px rgba(113, 130, 255, 0.14), 0 3px 16px 2px rgba(113, 130, 255, 0.12), 0 5px 6px -3px rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 12dp */
.shadow-12 {
  box-shadow: 0 12px 17px 2px rgba(113, 130, 255, 0.14), 0 5px 22px 4px rgba(113, 130, 255, 0.12), 0 7px 8px -4px rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 16dp */
.shadow-16 {
  box-shadow: 0 16px 24px 2px rgba(113, 130, 255, 0.14), 0 6px 30px 5px rgba(113, 130, 255, 0.12), 0 8px 10px -5px rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 24dp */
.shadow-24 {
  box-shadow: 0 24px 38px 3px rgba(113, 130, 255, 0.14), 0 9px 46px 8px rgba(113, 130, 255, 0.12), 0 11px 15px -7px rgba(113, 130, 255, 0.2) !important;
}

.shadow-hover-effect-1 {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 3px 6px rgba(113, 130, 255, 0), 0 3px 6px rgba(113, 130, 255, 0);
}
.shadow-hover-effect-1:hover {
  box-shadow: 0 3px 6px rgba(113, 130, 255, 0.04), 0 3px 6px rgba(113, 130, 255, 0.04);
}

.shadow-hover-effect-2 {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 3px 6px rgba(113, 130, 255, 0), 0 3px 6px rgba(113, 130, 255, 0);
}
.shadow-hover-effect-2:hover {
  box-shadow: 0 3px 6px rgba(113, 130, 255, 0.04), 0 3px 6px rgba(113, 130, 255, 0.04);
}

@media (min-width: 991px) {
  .shadow-lg-0 {
    box-shadow: none !important;
  }

  .shadow-lg-block {
    box-shadow: 0 0.125rem 0.25rem rgba(113, 130, 255, 0.075) !important;
  }
}
.img-cover {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.img-contain {
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.img-user-word {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  color: #fff;
  line-height: 1;
}

img.lazy-image {
  opacity: 0.1;
  will-change: opacity;
  transition: all 0.3s;
  background-color: #333;
}

img.lazy-image.loaded {
  opacity: 1;
}

.img-6-5,
.img-4-3,
.img-3-2,
.img-3-1,
.img-1-1,
.img-1-2,
.img-2-1,
.img-16-9 {
  width: 100%;
  position: relative;
  background: #fff url() 50% 50% no-repeat;
  background-size: cover;
  background-clip: content-box;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transform: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.img-6-5:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 80%;
}

.img-4-3:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 70%;
}

.img-3-2:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 66.6666667%;
}

.img-3-1:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 33.3333333%;
}

.img-1-2:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 120%;
}

.img-2-3:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 150%;
}

.img-1-1:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 100%;
}

.img-2-1:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 50%;
}

.img-16-9:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 56.25%;
}

#preview {
  position: absolute;
  border: 1px solid #979797;
  background: #979797;
  padding: 1px;
  display: none;
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  max-width: 350px;
}
#preview img {
  width: 100%;
}

.--img-card .img-wrap {
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 30, 71, 0);
  -ms-box-shadow: 0 0 15px 0 rgba(0, 30, 71, 0);
  box-shadow: 0 0 15px 0 rgba(0, 30, 71, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.--img-card .img-wrap img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.--img-card .img-wrap:after, .--img-card .img-wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.--img-card .img-wrap:after {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  opacity: 0.5;
}
.--img-card .img-wrap:before {
  background: -moz-linear-gradient(top, rgba(154, 0, 33, 0) 0%, #9a0021 100%);
  background: -webkit-linear-gradient(top, rgba(154, 0, 33, 0) 0%, #9a0021 100%);
  background: linear-gradient(to bottom, rgba(154, 0, 33, 0) 0%, #9a0021 100%);
  opacity: 0;
}
.--img-card:hover {
  text-decoration: none;
}
.--img-card:hover .img-wrap {
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 30, 71, 0.4);
  -ms-box-shadow: 0 0 25px 0 rgba(0, 30, 71, 0.4);
  box-shadow: 0 0 25px 0 rgba(0, 30, 71, 0.4);
}
.--img-card:hover .img-wrap:after {
  opacity: 0;
}
.--img-card:hover .img-wrap:before {
  opacity: 1;
}
.--img-card:hover .img-wrap img {
  width: 120%;
  height: 120%;
  transition-delay: 0.2s;
}

.--type .type {
  list-style: none;
  padding: 0.5rem 0;
  margin: 0 -1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.6;
}
.--type .type li {
  text-transform: uppercase;
  color: #999999;
  font-size: 1.4rem;
  padding: 0 1rem;
}
.--type .type li + li {
  border-left: 1px solid #999999;
}

@media (min-width: 768px) {
  .bg-md-white {
    background-color: #fff !important;
  }
}
@media (min-width: 992px) {
  .bg-lg-light {
    background-color: #f7f7f7 !important;
  }

  .bg-lg-white {
    background-color: #fff !important;
  }

  .bg-lg-transparent {
    background-color: transparent !important;
  }

  .bg-lg-misty-grey {
    background-color: #f2f2f2 !important;
  }
}
@media (min-width: 1200px) {
  .bg-xl-light {
    background-color: #f7f7f7 !important;
  }

  .bg-xl-transparent {
    background-color: transparent !important;
  }
}
@media (max-width: 992px) {
  .alert-xs-transparent {
    background-color: transparent !important;
  }
}
.bg-none {
  background: none;
}

.bg-gold {
  background: #C49D62;
}

.bg-FB {
  background-color: #3b5998;
}

.bg-line {
  background-color: #00c200;
}

.bg-twitter {
  background-color: #76a9ea;
}

.bg-gray {
  background-color: #C2BCB2;
}

.bg-silver {
  background-color: #D4DFE6;
}

.scrollBar-theme {
  overflow-y: auto;
  /* Track */
  /* Handle */
}
.scrollBar-theme::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0);
}
.scrollBar-theme::-webkit-scrollbar-track {
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.scrollBar-theme::-webkit-scrollbar-thumb {
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: rgba(85, 85, 85, 0.6);
}
.scrollBar-theme::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(85, 85, 85, 0.6);
}

@media (max-width: 992px) {
  .overflow-xs-hidden {
    overflow: hidden;
  }
}
.editor-content {
  position: relative;
  z-index: 1;
}

.homepage .inner *:not(.btn-start),
.inpage *:not(.btn-start) {
  cursor: url(../../assets/img/cursor.png) 3 3, auto !important;
  cursor: -webkit-image-set(url(../../assets/img/cursor.png) 1x, url(../../assets/img/cursor.png) 2x) 3 3, pointer !important;
}

.light {
  mix-blend-mode: difference;
}

_:-ms-fullscreen,
:root .light {
  opacity: 0.4;
}

.light,
.shadow,
.lightclick {
  position: fixed;
  top: 0;
  left: 0;
  transform: translate3d(var(--x, -150px), var(--y, -150px), 0);
  pointer-events: none;
  height: 0;
  width: 0;
  margin-top: 0;
  margin-left: 0;
  backface-visibility: hidden;
  z-index: 99999999999999;
  display: none;
}
.light.hide,
.shadow.hide,
.lightclick.hide {
  display: none !important;
}

.light-inner,
.shadow-inner,
.lightclick-inner {
  opacity: 1;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  transform: translateZ(0) scale(var(--scale, 1));
  z-index: 1100;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out 0.5s;
  transition: transform 0.5s cubic-bezier(0.07, 0.08, 0.16, 0.99), opacity 0.5s ease-out 0.5s;
  transform-origin: 50% 50%;
  backface-visibility: hidden;
  -webkit-transition: all 1s;
  -webkit-animation-timing-function: cubic-bezier(0.48, 0.02, 0, 0.99);
  animation-timing-function: cubic-bezier(0.48, 0.02, 0, 0.99);
}

.light-inner.on,
.shadow-inner.on,
.lightclick-inner.on {
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
  transition: all 1s;
  -webkit-transition: all 1s;
  -webkit-animation-timing-function: cubic-bezier(0.48, 0.02, 0, 0.99);
  animation-timing-function: cubic-bezier(0.48, 0.02, 0, 0.99);
}

.light-inner {
  background: #fff;
}

.shadow-inner {
  background: 0 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.lightclick-inner {
  box-sizing: border-box;
  height: 70px;
  width: 70px;
  margin-top: -35px;
  margin-left: -35px;
  border: 35px solid #fff;
  transform: scale(0);
}

@media (max-width: 1024px) {
  .light,
.shadow,
.lightclick {
    display: none !important;
  }
}
.ie-page {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wrapper {
    display: none;
  }

  .ie-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    position: fixed;
    width: 100%;
    min-height: 600px;
    height: 100vh;
  }
  .ie-page .ie-alert {
    text-align: center;
    padding-bottom: 100px;
    color: #fff;
  }
  .ie-page .ie-alert .title {
    font-size: 100px;
    font-weight: 900;
    display: block;
    color: #222;
    margin-bottom: 50px;
  }
  .ie-page h5 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .ie-page p {
    line-height: 1.8;
    opacity: 0.6;
  }
  .ie-page a {
    margin-top: 20px;
    display: inline-block;
    width: 300px;
    padding: 12px 15px;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    background-color: #222;
    color: #fff;
  }
}
@-moz-document url-prefix() {}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .search-site-container .input-group .autocomplete-out > ul,
.custom_options {
      /*Scroll bar nav*/
      /* Track */
      /* Handle */
    }
    .search-site-container .input-group .autocomplete-out > ul::-webkit-scrollbar,
.custom_options::-webkit-scrollbar {
      width: auto;
    }
    .search-site-container .input-group .autocomplete-out > ul::-webkit-scrollbar-track,
.custom_options::-webkit-scrollbar-track {
      -webkit-box-shadow: auto;
      -webkit-border-radius: auto;
      border-radius: auto;
      background: auto;
    }
    .search-site-container .input-group .autocomplete-out > ul::-webkit-scrollbar-thumb,
.custom_options::-webkit-scrollbar-thumb {
      -webkit-border-radius: auto;
      border-radius: auto;
      background: auto;
      -webkit-box-shadow: auto;
    }
    .search-site-container .input-group .autocomplete-out > ul::-webkit-scrollbar-thumb:window-inactive,
.custom_options::-webkit-scrollbar-thumb:window-inactive {
      background: auto;
    }
  }
}
