/** Shopify CDN: Minification failed

Line 904:38 Expected "}" to go with "{"

**/
@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  color: #fff;
  word-break: break-all;
  overflow-x: hidden;
  background-color: #0F1116;
}
body.is_fixed {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

a:active {
  text-decoration: none;
  color: #707070 !important;
}

a {
  text-decoration: none;
  color: #707070;
}
a:hover {
  opacity: 0.8;
}

div,
a {
  box-sizing: border-box;
}

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

.e_enTxt {
  font-family: "Noto Sans Myanmar", sans-serif;
}

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

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

.header {
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  z-index: 1000;
  top: 0;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer {
  padding: 32px 20px 20px;
  box-sizing: border-box;
  background: url(//xenis.jp/cdn/shop/t/1/assets/lp_bg_footer.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.footer__entry {
  margin-bottom: 32px;
}
.footer__contact {
  display: block;
  margin-bottom: 170px;
}
.footer__logo {
  margin-bottom: 24px;
  display: block;
}
.footer__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
}
.footer .sns li + li {
  margin-top: 5px;
}
.footer .txt li {
  font-size: 12px;
  text-align: right;
}
.footer .txt li a {
  color: #fff;
}
.footer .txt li + li {
  margin-top: 10px;
}

.box {
  display: flex;
}
.box .left {
  width: 50%;
  position: fixed;
  height: 100%;
  z-index: 2;
  left: 0;
}
@media screen and (max-width: 768px) {
  .box .left {
    display: none;
  }
}
.box .left__inner {
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 420px;
  margin: 0 auto;
}
.box .left .logo {
  margin-bottom: 40px;
}
.box .left h3 {
  margin-bottom: 20px;
  font-size: 28px;
  letter-spacing: 0.1em;
  font-weight: normal;
  color: #fff;
}
.box .left p {
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 40px;
}
.box .left .copyright {
  text-align: center;
}
.box .right {
  width: 50%;
  display: flex;
  margin-left: auto;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .box .right {
    width: 100%;
  }
}
.box .right > .sns {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding-top: 75px;
  position: fixed;
  right: 10%;
}
@media screen and (max-width: 1320px) {
  .box .right > .sns {
    right: 5%;
  }
}
@media screen and (max-width: 1320px) {
  .box .right > .sns {
    display: none;
  }
}
.box .right > .sns li {
  margin-bottom: 8px;
}

.contents {
  max-width: 390px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 1320px) {
  .contents {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .contents {
    max-width: 100%;
  }
}
.contents img {
  vertical-align: bottom;
}

.fv {
  height: 80vh;
  position: relative;
}
.fv__copy {
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.fv__movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.fv__movie video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.comment {
  padding: 64px 20px 80px;
}
.comment__title {
  margin-bottom: 32px;
}
.comment__box + .comment__box {
  margin-top: 50px;
}

.concept {
  background: #1A1C20;
}
.concept__movie {
  height: 70vh;
  position: relative;
  background: url(../img/about_movie.png) no-repeat;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
}
.concept__movie video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.concept__copy {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 12px 40px;
  width: 100%;
}
.concept .en_title {
  margin-bottom: 10px;
}
.concept__inner {
  padding: 10px 12px 80px;
}
.concept__title {
  font-weight: 900;
  font-size: 58px;
  margin-bottom: 40px;
}
.concept__subTitle {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 40px;
  line-height: 1.4;
}
.concept__text {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.7;
}
.concept .concept__text02 {
  margin: 15px 0;
}

.xenis__title {
  padding-top: 190px;
  padding-bottom: 50px;
  background: #0F1116;
  position: relative;
}
.xenis__title video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.xenis__title img {
  position: relative;
  z-index: 1;
}
.xenis__item {
  margin-top: 64px;
}

.benefits__title {
  margin-bottom: 80px;
}
.benefits__subTitle {
  margin-bottom: 40px;
}
.benefits__item {
  padding: 0 20px;
}
.benefits__item + .benefits__item {
  margin-top: 50px;
}

.spec {
  padding-top: 80px;
  padding-bottom: 130px;
}
.spec__title {
  margin-bottom: 24px;
}
.spec__table {
  overflow-x: auto;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}
.spec__table::-webkit-scrollbar {
  display: none;
}
.spec__table--wrap {
  padding: 0 24px 20px;
  width: -moz-max-content;
  width: max-content;
}
.spec__table img {
  width: 557px;
}

.perfection {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #1A1C20;
}
.perfection__title {
  margin-bottom: 65px;
}
.perfection__item + .perfection__item {
  margin-top: 80px;
}

.message {
  padding-bottom: 130px;
}
.message__title {
  margin-bottom: 80px;
  position: relative;
}
.message__title video {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 94%;
}
.message__item + .message__item {
  margin-top: 80px;
}

.owners {
  position: relative;
}
.owners__movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.owners__movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.owners__inner {
  position: relative;
  z-index: 2;
}
.owners__inner img {
  position: relative;
  z-index: 2;
}

.series {
  padding: 0 20px;
}
.series__title {
  margin-bottom: 50px;
}
.series__item {
  display: block;
}
.series__item + .series__item {
  margin-top: 10px;
}
.series__btn {
  display: block;
  margin-top: 50px;
}

.faq {
  padding: 130px 0 80px;
}
.faq__title {
  margin-bottom: 32px;
}
.faq__index {
  padding: 0 20px;
}
.faq__index--item {
  display: block;
  border: 1px solid #75777C;
  border-radius: 4px;
  color: #1A1C20;
  font-size: 16px;
  padding: 14px 20px;
  background: url(//xenis.jp/cdn/shop/t/1/assets/lp_icon_arrow_bottom.png) no-repeat;
  background-size: 44px;
  background-position: 95%;
}
.faq__index--item + .faq__index--item {
  margin-top: 12px;
}
.faq__section {
  margin-top: 80px;
  padding: 0 20px;
}
.faq__section--en {
  margin-bottom: 20px;
}
.faq__section--title {
  font-size: 24px;
  color: #1A1C20;
  margin-bottom: 35px;
}
.faq__item {
  padding: 24px 0;
  border-top: 1px solid #393B40;
}
.faq__item.border {
  border-bottom: 1px solid #393B40;
}
.faq__item--title {
  display: flex;
  cursor: pointer;
  padding-right: 40px;
  background: url(../img/icon_plus.png) no-repeat;
  background-position: right;
  background-size: 33px;
}
.faq__item--title.is_active {
  background: url(../img/icon_minus.png) no-repeat;
  background-position: right;
  background-size: 33px;
}
.faq__item--title p {
  font-size: 15px;
  line-height: 1.5;
  color: #1A1C20;
  width: 92%;
}
.faq__item--title span {
  margin-right: 10px;
  padding-top: 4px;
}
.faq__item--text {
  height: 0;
  overflow: hidden;
  transition: 0.2s ease height;
}
.faq__item--text p {
  font-size: 15px;
  line-height: 1.7;
  color: #1A1C20;
  width: 94%;
}
.faq__item--text span {
  margin-right: 10px;
  padding-top: 8px;
}
.faq__item--wrap {
  padding-top: 20px;
  display: flex;
}
.faq .info {
  margin-top: 32px;
  font-size: 14px;
  color: #000000;
  padding: 0 20px;
  line-height: 1.7;
}
.faq .info a {
  color: #000;
  text-decoration: underline;
}

.fade-in {
  opacity: 0; /* 初期状態で透明 */
  transform: translateY(50px); /* 下に少しずらす */
  transition: opacity 1s ease, transform 1s ease; /* アニメーションの設定 */
}

.fade-in.show {
  opacity: 1; /* 表示 */
  transform: translateY(0); /* 元の位置 */
}

.slider {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: fixed;
  z-index: 1;
  bottom: 0;
}

.slider-track {
  display: flex;
  width: 12000px; /* 幅は画像の数×画像の横幅に合わせて調整 */
  animation: scroll 50s linear infinite;
}

.slide {
  flex: 0 0 auto;
  width: 2000px; /* 各画像の幅に合わせる */
  margin: 0 40px;
}

.slide img {
  width: 100%;
  display: block;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.floating {
  display: none;
}
@media screen and (max-width: 768px) {
  .floating {
    display: block;
    position: fixed;
    bottom: 20px;
    left: 50%;
    width: 94%;
    transform: translateX(-50%);
    z-index: 1000;
  }
}

.floating {
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.floating.hide {
  opacity: 0;
  visibility: hidden;
}/*# sourceMappingURL=style.css.map */

.voice {
  padding: 80px 0 40px;
}
.voice__main {
  margin: 40px 0;
}
.voice__lists {
  padding: 0 16px;
}
.voice__list + .voice__list {
  margin-top: 64px;
}

.campaign {
  background: #1A1C20;
}
.campaign__item {
  margin-top: 56px;
}

.access {
  padding: 56px 16px;
  background: #1A1C20;
}
.access__map {
  margin: 24px auto 12px;
}
.access__map iframe {
  border-radius: 4px;
}
.access__text {
  display: block;
  margin-bottom: 56px;
}

.faq {
  padding-top: 80px;
}

.flow {
  padding: 80px 32px;
  background: #2E3035;
}
.flow__title {
  margin-bottom: 40px;
}
.flow__lists {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media screen and (max-width: 768px) {
  .floating {
    bottom: -5px !important;
  }

  .popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(197, 198, 204, 0.4);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  z-index: 10000;
}
.popupContents {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 500px;
  width: 100%;
  max-height: 90%;
  height: -moz-max-content;
  height: max-content;
}
.popupContents img {
  width: 100%;
}
@media screen and (max-width: 520px) {
  .popupContents {
    max-width: 90%;
  }
}
.popup__close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 32px;
  cursor: pointer;
}
.popup .btn-box {
  display: flex;
  justify-content: space-between;
  padding: 24px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.popup .btn-box a {
  width: 48%;
  display: block;
  height: 131px;
  border-radius: 8px;
}

.popup {
  display: none; /* 初期は非表示 */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
}

.popup.show {
  display: block;
  opacity: 1;
  visibility: visible;
}

.popup.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}/*# sourceMappingURL=style.css.map */