/*** The new CSS reset - version 1.5.1 (last updated 1.3.2022) ***/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&amp;family=Noto+Sans+SC:wght@100..900&amp;family=Noto+Sans+TC:wght@100..900&amp;family=Noto+Sans:ital,wght@0,100..900;1,100..900&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
body {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

a,
button {
  cursor: revert;
  text-decoration: none;
}

ol,
ul,
dl,
dt,
dd,
menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

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

body {
  background-color: #242834;
  color: #F4F4EA;
  overflow-x: hidden;
}
body.ja {
  font-family: "Noto Sans JP", serif;
}
body.en {
  font-family: "Noto Sans", serif;
}
@media screen and (min-width: 768px) {
  body p {
    font-size: 16px;
    line-height: 2.25;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1919.9px) and (min-width: 768px) {
  body p {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 767.99px) {
  body p {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.8666666667;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}

@media screen and (min-width: 768px) {
  html, css {
    touch-action: none;
  }
}

a {
  color: inherit;
  transition: all 0.3s;
}

.u-en {
  font-family: "Poppins", serif;
}

.d-ib {
  display: inline-block;
}

.c-btn {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-btn:hover::before {
    opacity: 1;
  }
}
.c-btn::before, .c-btn::after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.3s;
}
.c-btn::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.15) 0%, rgba(173, 173, 173, 0.05) 59.61%, rgba(128, 128, 128, 0.13) 100%);
}
.c-btn::after {
  top: 52%;
  transform: translateY(-50%) rotate(-90deg);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://www.citizenwatch-global.com/titaniumtechnology/event_report/assets/img/ic-arrow-wh.png);
}
@media screen and (min-width: 768px) {
  .c-btn::after {
    width: 12.5px;
    height: 7.5px;
    right: 20px;
  }
}
@media screen and (max-width: 1919.9px) and (min-width: 768px) {
  .c-btn::after {
    width: 0.6510416667vw;
    height: 0.390625vw;
    right: 1.0416666667vw;
  }
}
@media screen and (max-width: 767.99px) {
  .c-btn::after {
    width: 2.6666666667vw;
    height: 1.4666666667vw;
    right: 5.3333333333vw;
  }
}

.l-inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 800px;
  }
}
@media screen and (max-width: 1919.9px) and (min-width: 768px) {
  .l-inner {
    max-width: 41.6666666667vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-inner {
    max-width: 89.3333333333vw;
  }
}

.l-header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10000001;
  width: 100vw;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .l-header {
    top: 46px;
  }
}
@media screen and (max-width: 1919.9px) and (min-width: 768px) {
  .l-header {
    top: 2.3958333333vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-header {
    top: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-header.is-loaded .l-header__navwrap {
    animation: fade 1s 1s forwards;
  }
}
.l-header.is-scrolled .l-header__logo {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    max-width: 1740px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1919.9px) and (min-width: 768px) {
  .l-header__inner {
    max-width: 90.625vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-header__inner {
    padding-right: 3.8666666667vw;
    padding-left: 5.6vw;
  }
}
.l-header__btn {
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  position: relative;
  background-color: #242834;
}
@media screen and (max-width: 767.99px) {
  .l-header__btn {
    font-size: calc(18 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .l-header__btn {
    width: 214px;
    height: 40px;
    border-radius: 19px;
    font-size: 18px;
    padding-left: 44px;
  }
}
@media screen and (max-width: 767.99px) {
  .l-header__btn {
    width: 28.5333333333vw;
    height: 5.3333333333vw;
    padding-left: 5.8666666667vw;
    border-radius: 2.5333333333vw;
  }
}
.l-header__btn::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://www.citizenwatch-global.com/titaniumtechnology/event_report/assets/img/ic-arrow.png);
  top: 50%;
  transform: translateY(-50%) scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .l-header__btn::before {
    width: 6px;
    height: 11px;
    left: 20px;
  }
}
@media screen and (max-width: 767.99px) {
  .l-header__btn::before {
    width: 0.6666666667vw;
    height: 1.2vw;
    left: 2.6666666667vw;
  }
}
.l-header__lang {
  position: relative;
  z-index: 1000001;
  display: flex;
  width: max-content;
}
@media screen and (min-width: 768px) {
  .l-header__lang {
    margin-left: auto;
  }
}
@media screen and (max-width: 767.99px) {
  .l-header__lang {
    margin-right: auto;
    margin-left: 4vw;
  }
}
.l-header__lang::before, .l-header__lang::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 2;
}
.l-header__lang::before {
  background-image: url(https://www.citizenwatch-global.com/titaniumtechnology/event_report/assets/img/ic-language.png);
}
@media screen and (min-width: 768px) {
  .l-header__lang::before {
    width: 12px;
    height: 12px;
    left: 9px;
  }
}
@media screen and (max-width: 767.99px) {
  .l-header__lang::before {
    width: 3.0666666667vw;
    height: 3.0666666667vw;
    left: 2.5333333333vw;
  }
}
.l-header__lang::after {
  background-image: url(https://www.citizenwatch-global.com/titaniumtechnology/event_report/assets/img/ic-arrow-wh.png);
}
@media screen and (min-width: 768px) {
  .l-header__lang::after {
    width: 7px;
    height: 4px;
    right: 12px;
  }
}
@media screen and (max-width: 1919.9px) and (min-width: 768px) {
  .l-header__lang::after {
    width: 0.3645833333vw;
    height: 0.2083333333vw;
    right: 0.625vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-header__lang::after {
    width: 1.7333333333vw;
    height: 0.9333333333vw;
    right: 3.2vw;
  }
}
.l-header__lang select {
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  background-color: #242834;
  color: #fff;
  font-family: "Poppins", "Noto Sans JP", serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 767.99px) {
  .l-header__lang select {
    font-size: calc(25 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .l-header__lang select {
    font-size: 12px;
    letter-spacing: 0.05em;
    width: 137px;
    height: 25px;
    border-radius: 19px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 767.99px) {
  .l-header__lang select {
    backdrop-filter: blur(10px);
    --webkit-backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.1);
    height: 6.1333333333vw;
    width: 32vw;
    padding-left: 6.4vw;
    border-radius: 3.4666666667vw;
  }
}
.l-header__lang select option {
  color: #000;
}
.l-header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    position: relative;
    z-index: 1000001;
    margin-left: 48px;
  }
  .l-header__logo:hover {
    opacity: 0.7;
  }
}
.l-header__logo img {
  height: auto;
}
@media screen and (min-width: 768px) {
  .l-header__logo img {
    width: 95px;
  }
}
@media screen and (max-width: 767.99px) {
  .l-header__logo img {
    width: 19.4666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .p-home {
    padding: 100px 0 80px;
  }
}
@media screen and (max-width: 1919.9px) and (min-width: 768px) {
  .p-home {
    padding: 5.2083333333vw 0 4.1666666667vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-home {
    padding: 13.3333333333vw 0 10.6666666667vw;
  }
}
.p-home .l-header__btn {
  margin: 0 auto;
}

.l-footer {
  background-color: #202020;
}
.l-footer .l-side-space {
  box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .l-footer .l-side-space {
    padding-inline: 6.6666666667vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-footer .l-side-space {
    padding-inline: 5.3333333333vw;
  }
}
.l-footer .l-inner {
  max-width: 1040px;
  margin-inline: auto;
}
@media screen and (max-width: 767.99px) {
  .l-footer .l-inner {
    max-width: none;
    flex-direction: column;
  }
}

.l-footer__copyright {
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .l-footer__head {
    padding-block: 53px 42px;
  }
  .l-footer__logo {
    width: 100px;
  }
  .l-footer__body {
    padding-block: 36px;
  }
  .l-footer__body-inner {
    gap: 36px;
  }
  .l-footer__list {
    gap: 36px;
  }
  .l-footer__bnr {
    padding-block: 72px;
    gap: 25px;
  }
}
@media screen and (max-width: 767.99px) {
  .l-footer__head {
    padding-block: 53px 37px;
  }
  .l-footer__logo {
    width: 100px;
  }
  .l-footer__body {
    padding-block: 35px 50px;
  }
  .l-footer__list {
    gap: 17px;
  }
  .l-footer__copyright {
    margin-top: 39px;
  }
  .l-footer__bnr {
    padding-block: 72px 22px;
    gap: 48px;
  }
}
@media screen and (min-width: 768px) {
  .u-hv-op:hover {
    opacity: 0.7;
  }
}

.u-lh-15 {
  line-height: 1.5;
}

.u-ls-30 {
  letter-spacing: 0.03em;
}

.u-flex {
  display: flex;
}

.u-flex-between-md {
  display: flex;
  justify-content: space-between;
}

.u-flex-wrap {
  flex-wrap: wrap;
}

.u-fs-14 {
  font-size: 0.875rem;
}

@media screen and (max-width: 767.99px) {
  .u-flex-col-not-md {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .p-mv {
    text-align: center;
    padding-top: 140px;
  }
}
@media screen and (max-width: 1919.9px) and (min-width: 768px) {
  .p-mv {
    padding-top: 7.2916666667vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-mv {
    padding-top: 18.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-mv__ttl {
    font-size: 46px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1919.9px) and (min-width: 768px) {
  .p-mv__ttl {
    font-size: 2.3958333333vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-mv__ttl {
    font-size: calc(46 / 750 * 100vw);
    line-height: 1.652173913;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-mv__ttl {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1919.9px) and (min-width: 768px) {
  .p-mv__ttl {
    margin-bottom: 0.625vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-mv__ttl {
    margin-bottom: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-mv__subttl {
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1919.9px) and (min-width: 768px) {
  .p-mv__subttl {
    font-size: 1.3541666667vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-mv__subttl {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-mv__subttl {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1919.9px) and (min-width: 768px) {
  .p-mv__subttl {
    margin-bottom: 3.6458333333vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-mv__subttl {
    margin-bottom: 9.6vw;
    padding-left: 5.3333333333vw;
  }
}
.p-mv__movie {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-mv__movie {
    height: 55.46875vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-mv__movie {
    height: 56.2666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .p-event {
    padding: 100px 0 0;
  }
}
@media screen and (max-width: 1919.9px) and (min-width: 768px) {
  .p-event {
    padding: 5.2083333333vw 0 0;
  }
}
@media screen and (max-width: 767.99px) {
  .p-event {
    padding: 10.6666666667vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  .p-event__lead {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1919.9px) and (min-width: 768px) {
  .p-event__lead {
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-event__lead {
    margin-bottom: 19.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-event__item {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1919.9px) and (min-width: 768px) {
  .p-event__item {
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-event__item {
    margin-bottom: 21.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-event__item-ttl {
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1919.9px) and (min-width: 768px) {
  .p-event__item-ttl {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-event__item-ttl {
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-event__item-ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1919.9px) and (min-width: 768px) {
  .p-event__item-ttl {
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-event__item-ttl {
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-event__item-subttl {
    font-size: 24px;
    line-height: 1.3333333333;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1919.9px) and (min-width: 768px) {
  .p-event__item-subttl {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-event__item-subttl {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-event__item-subttl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1919.9px) and (min-width: 768px) {
  .p-event__item-subttl {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-event__item-subttl {
    margin-bottom: 7.2vw;
  }
}
@media screen and (min-width: 768px) {
  .p-event__item-subttl.mt {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1919.9px) and (min-width: 768px) {
  .p-event__item-subttl.mt {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-event__item-subttl.mt {
    margin-top: 13.3333333333vw;
  }
}
.p-event__item-img {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-event__item-img {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 1919.9px) and (min-width: 768px) {
  .p-event__item-img {
    margin-bottom: 1.875vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-event__item-img {
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-event__item p {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1919.9px) and (min-width: 768px) {
  .p-event__item p {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-event__item p {
    margin-bottom: 7.2vw;
  }
}
.p-event__item-btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-event__item-btn {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1919.9px) and (min-width: 768px) {
  .p-event__item-btn {
    font-size: 0.7291666667vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-event__item-btn {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .p-event__item-btn {
    margin-top: 45px;
    border-radius: 20px;
    width: 385px;
    height: 40px;
  }
}
@media screen and (max-width: 1919.9px) and (min-width: 768px) {
  .p-event__item-btn {
    margin-top: 2.34375vw;
    border-radius: 1.0416666667vw;
    width: 20.0520833333vw;
    height: 2.0833333333vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-event__item-btn {
    width: 89.3333333333vw;
    height: 9.3333333333vw;
    border-radius: 5.3333333333vw;
    margin-top: 8vw;
  }
}
.p-event__slider {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-event__slider {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1919.9px) and (min-width: 768px) {
  .p-event__slider {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-event__slider {
    margin-top: 7.2vw;
  }
}
.p-event__slider:hover .p-event__slider-wrap {
  animation-play-state: paused;
}
.p-event__slider-wrap {
  display: flex;
  animation: scroll-left 30s infinite linear 0.5s both;
}
.p-event__slider-wrap .slide {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-event__slider-wrap .slide {
    width: 400px;
  }
}
@media screen and (max-width: 1919.9px) and (min-width: 768px) {
  .p-event__slider-wrap .slide {
    width: 20.8333333333vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-event__slider-wrap .slide {
    width: 53.3333333333vw;
  }
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.lum-lightbox {
  z-index: 10000011;
  background: unset;
}
.lum-lightbox.lum-open + .lum-lightbox-bg {
  opacity: 1;
  z-index: 10000010;
}
.lum-lightbox-inner {
  right: auto;
}
@media screen and (min-width: 768px) {
  .lum-lightbox-inner {
    left: calc((100vw - 1200px) / 2);
    width: 1200px;
  }
}
@media screen and (max-width: 1919.9px) and (min-width: 768px) {
  .lum-lightbox-inner {
    left: calc((100vw - 62.5vw) / 2);
    width: 62.5vw;
  }
}
@media screen and (max-width: 767.99px) {
  .lum-lightbox-inner {
    left: 5.3333333333vw;
    width: 89.3333333333vw;
  }
}

.lum-lightbox-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -100;
  opacity: 0;
  backdrop-filter: blur(14.5703001022px);
  -webkit-backdrop-filter: blur(14.5703001022px);
}

.lum-gallery-button {
  display: none;
}

.lum-close-button {
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  opacity: 1;
  cursor: pointer;
  left: 50%;
  transform: translateX(-50%);
  right: auto;
  top: auto;
}
@media screen and (min-width: 768px) {
  .lum-close-button {
    bottom: calc((100vh - 799px) / 2);
    width: 131px;
    height: 30px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 1919.9px) and (min-width: 768px) {
  .lum-close-button {
    bottom: calc((100vh - 41.6145833333vw) / 2);
    width: 6.8229166667vw;
    height: 1.5625vw;
    border-radius: 1.0416666667vw;
  }
}
@media screen and (max-width: 767.99px) {
  .lum-close-button {
    bottom: calc((100vh - 72vw) / 2);
    width: 34.9333333333vw;
    height: 8vw;
    border-radius: 5.3333333333vw;
  }
}
.lum-close-button::before, .lum-close-button::after {
  border: none;
  top: 50%;
  transform: translateY(-50%);
  background-color: unset;
}
.lum-close-button::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://www.citizenwatch-global.com/titaniumtechnology/event_report/assets/img/ic-close.png);
}
@media screen and (min-width: 768px) {
  .lum-close-button::before {
    width: 12px;
    height: 12px;
    left: 34px;
  }
}
@media screen and (max-width: 1919.9px) and (min-width: 768px) {
  .lum-close-button::before {
    width: 0.625vw;
    height: 0.625vw;
    left: 1.7708333333vw;
  }
}
@media screen and (max-width: 767.99px) {
  .lum-close-button::before {
    width: 3.2vw;
    height: 3.2vw;
    left: 9.0666666667vw;
  }
}
.lum-close-button::after {
  position: absolute;
  content: "Close";
  font-family: "Poppins", serif;
  display: block;
  color: #FAF8F2;
  width: auto;
  height: auto;
}
@media screen and (min-width: 768px) {
  .lum-close-button::after {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1919.9px) and (min-width: 768px) {
  .lum-close-button::after {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 767.99px) {
  .lum-close-button::after {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .lum-close-button::after {
    left: 53px;
  }
}
@media screen and (max-width: 1919.9px) and (min-width: 768px) {
  .lum-close-button::after {
    left: 2.7604166667vw;
  }
}
@media screen and (max-width: 767.99px) {
  .lum-close-button::after {
    left: 14.1333333333vw;
  }
}

@media screen and (max-width: 767.99px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}