@charset "UTF-8";
/* default settings */
/* only for new website (remove if you are updating for other website)
 * normalize, reset
 * =================================================================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS. */
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers. */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE. */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari. */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE. */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10. */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari. */
b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers. */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers. */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 * ========================================================================== */
/**
 * Remove the border on images inside links in IE 10. */
img {
  border-style: none;
}

/* Forms
 * ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge. */
button, input {
  /* 1 */
  overflow: visible;
}
button::-ms-clear, button::-ms-reveal, input::-ms-clear, input::-ms-reveal {
  display: none;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox. */
button, select {
  /* 1 */
  text-transform: none;
}
button::-ms-expand, select::-ms-expand {
  display: none;
}
button:focus::-ms-value, select:focus::-ms-value {
  background-color: inherit;
  color: #515151;
}

/**
 * Correct the inability to style clickable types in iOS and Safari. */
button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox. */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers. */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+. */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10. */
[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome. */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari. */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS. */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox. */
details {
  display: block;
}

/*
 * Add the correct display in all browsers. */
summary {
  display: list-item;
}

/* Misc
 * ========================================================================== */
/**
 * Add the correct display in IE 10+. */
template, [hidden] {
  display: none;
}

/**
 * Add the correct display in IE 10. */
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team. */
/* ==========================================================================
 * Base styles: opinionated defaults
 * ========================================================================== */
html {
  color: #000;
  line-height: 1.4;
}
@media (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  html {
    font-size: 1.1713030747vw;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design. */
::-moz-selection, ::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::-moz-selection, ::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https: */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles. */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas. */
textarea {
  resize: vertical;
}

/* ==========================================================================
 * Author's custom styles
 * ========================================================================== */
/* ==========================================================================
 * Helper classes
 * ========================================================================== */
/*
 * Hide visually and from screen readers */
.hidden, [hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https: */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https: */
/*
 * Hide visually and from screen readers, but maintain layout */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements. */
.clearfix::before {
  content: " ";
  display: table;
}

.clearfix::after {
  content: " ";
  display: table;
  clear: both;
}

/* ==========================================================================
 * EXAMPLE Media Queries for Responsive Design.
 * These examples override the primary ('mobile first') styles.
 * Modify as content requires.
 * ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
 * Print styles.
 * Inlined to avoid the additional HTTP request:
 * https://www.phpied.com/delay-loading-your-print-css/
 * ========================================================================== */
@media print {
  * {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  *::before, *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol */
  a[href^="#"]::after, a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https: */
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
ul, li, p, dl, dt, dd, h1, h2, h3, h4, button {
  padding: 0;
  margin: 0;
  list-style: none;
  background: none;
}

a, a[href^=tel], a:link {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
@media (min-width: 768px) {
  a:hover, a[href^=tel]:hover, a:link:hover {
    color: #fff;
    opacity: 0.6;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
}
@media (max-width: 767px) {
  a:hover, a:active, a[href^=tel]:hover, a[href^=tel]:active, a:link:hover, a:link:active {
    opacity: 1 !important;
    color: #fff !important;
  }
}

button {
  cursor: pointer;
  color: inherit;
}

@media (max-width: 767px) {
  *:focus, *:focus-visible {
    outline: none;
  }
  input, select, textarea {
    color: inherit;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}

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

@media (max-width: 767px) {
  a:hover, a:active, a[href^=tel]:hover, a[href^=tel]:active, a:link:hover, a:link:active {
    color: inherit !important;
  }
}
* {
  -webkit-tap-highlight-color: transparent;
}

body {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.top-show .scroll-down-child-page {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  position: fixed;
}
@media (max-width: 767px) {
  .top-show .communication .logo-sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .show-child #kv .logo-sp {
    display: none;
  }
}
.show-child .scroll-down-child-page {
  opacity: 1;
  visibility: visible;
  z-index: 9;
  position: fixed;
}

.body-hidden {
  visibility: hidden;
}

h1:after {
  content: none;
}

/* CSS */
body {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  background-image: none !important;
  font-family: YakuHanJP, "Noto Sans JP", Meiryo, sans-serif;
}
@media (max-width: 767px) {
  body {
    background-color: #000;
  }
}

.block-top {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.block-section {
  z-index: 2;
  overflow: hidden;
}

@media (min-width: 768px) {
  #main {
    position: relative;
  }
  #main:before {
    content: "";
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: #E93817;
  }
}

@media (max-width: 767px) {
  #main {
    min-height: 100dvh; /* fallback */
    min-height: 100svh; /* khi thanh hiện */
    min-height: 100lvh; /* khi thanh ẩn */
  }
}
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.wow {
  visibility: hidden;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.fadeInUp {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
@media (max-width: 767px) {
  .fadeInUp {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
  }
}

@-webkit-keyframes kvFadeIn {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
    opacity: 1;
  }
}

@keyframes kvFadeIn {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
    opacity: 1;
  }
}
.kvFadeIn {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: kvFadeIn;
          animation-name: kvFadeIn;
}

@-webkit-keyframes arrowmove {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes arrowmove {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.btn {
  width: 21.875rem;
  height: 4.0625rem;
  font-size: 1.75rem;
  letter-spacing: 0.375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  font-weight: 500;
  color: #fff;
  outline: none !important;
  border: none;
}
@media (max-width: 767px) {
  .btn {
    width: 21.875rem;
    height: 4.0625rem;
    font-size: 1.75rem;
    letter-spacing: 0.375rem;
  }
}
.btn:focus-visible {
  outline: -webkit-focus-ring-color auto 5px !important;
}
.btn::before {
  background: #ED3001;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  -webkit-transform: skew(-5deg, 0deg);
          transform: skew(-5deg, 0deg);
}
@media (max-width: 767px) {
  .btn::before {
    -webkit-transform: skew(-5deg, 0deg);
            transform: skew(-5deg, 0deg);
  }
}
.btn::after {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  margin-left: 0.875rem;
  content: "";
}
@media (max-width: 767px) {
  .btn::after {
    margin-left: 0.875rem;
  }
}
.btn:link {
  color: #fff;
}
.btn.-more::after {
  background-image: url("../img/arrow-icon.png");
  width: 0.75rem;
  height: 1.25rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: 0.1875rem;
}
@media (max-width: 767px) {
  .btn.-more::after {
    width: 0.75rem;
    height: 1.25rem;
    margin-top: 0.1875rem;
  }
}
.btn.is-close-btn::after {
  background-image: url("../img/x-icon.png");
  width: 1.125rem;
  height: 1.125rem;
}
@media (max-width: 767px) {
  .btn.is-close-btn::after {
    width: 1.125rem;
    height: 1.125rem;
  }
}

@media (max-width: 767px) {
  body::before {
    display: none;
  }
}
body.nav--open {
  overflow: hidden;
  height: 100%;
}
body.modal--open {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}
body .special-container {
  overflow: hidden;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.25rem;
}
@media (max-width: 767px) {
  body .special-container {
    letter-spacing: 0.25rem;
  }
}
body h2::before, body h2::after {
  display: none !important;
}
body #top-cover {
  opacity: 0;
}
body.is-loaded #top-cover {
  opacity: 1;
}

.wrap {
  width: 72.25rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .wrap {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.bejcom-header {
  padding-top: 1rem !important;
  isolation: isolate;
  top: calc(100vh - 1.5rem - 4.5rem - 1rem);
  width: 100%;
}
@media (min-width: 768px) {
  .bejcom-header {
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .bejcom-header {
    top: auto;
    bottom: 0.5rem;
    position: fixed !important;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
  }
}
.bejcom-header.header {
  position: absolute;
  z-index: 98;
}
@media (max-width: 767px) {
  .bejcom-header.header {
    margin: 0 !important;
  }
}
.bejcom-header.header.is-fixed {
  position: fixed !important;
  left: 0;
  right: 0;
  z-index: 98;
}
@media (min-width: 768px) {
  .bejcom-header.header.is-fixed {
    top: 0 !important;
  }
}
@media (max-width: 767px) {
  .bejcom-header.header.is-fixed {
    top: auto;
  }
}
@media (min-width: 768px) {
  .bejcom-header .header-logo {
    width: 20%;
  }
}
.bejcom-header .header-logo img {
  margin-top: -0.4375rem;
  margin-left: 0;
  width: 10.0625rem;
  height: auto;
}
.bejcom-header .header {
  isolation: isolate;
}
.bejcom-header .header-inner {
  margin: 0 auto;
  padding: 0 2rem;
  padding-right: 1.5625rem;
  height: 4.5rem;
  width: calc(100% - 7.6875rem);
  background-color: rgba(233, 56, 23, 0.7);
  backdrop-filter: blur(12px);
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .bejcom-header .header-inner {
    background-color: rgba(233, 56, 23, 0.7);
    backdrop-filter: blur(12px);
    padding: 0;
    height: 5.625rem;
    width: 22.5rem;
    border-radius: 0.75rem;
    -webkit-backdrop-filter: blur(15px); /* quan trọng cho iOS */
    will-change: backdrop-filter, opacity;
    -webkit-transform: translateZ(0);
  }
}
.bejcom-header .header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-family: "Noto Sans JP", serif;
  font-weight: 600;
  font-style: normal;
  position: relative;
}
@media (max-width: 767px) {
  .bejcom-header .header-nav {
    height: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    z-index: 1;
  }
}
.bejcom-header .header-nav a {
  color: #fff !important;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .bejcom-header .header-nav .topic-item {
    padding-right: 1.6875rem;
    margin-right: 1rem;
    position: relative;
  }
  .bejcom-header .header-nav .topic-item a {
    font-size: 1rem;
  }
  .bejcom-header .header-nav .topic-item:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 1.5rem;
    background-color: rgba(255, 255, 255, 0.3);
  }
}
.bejcom-header .header-nav .main-nav {
  margin-left: 1.25rem;
}
@media (max-width: 767px) {
  .bejcom-header .header-nav .main-nav {
    margin-left: 0;
    height: 100%;
    width: 100%;
  }
}
.bejcom-header .header-nav .main-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 0.5625rem;
}
@media (max-width: 767px) {
  .bejcom-header .header-nav .main-nav ul {
    padding: 0.6875rem 0.1875rem;
    height: 100%;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}
.bejcom-header .header-nav .main-nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .bejcom-header .header-nav .main-nav ul li {
    width: 33.33%;
    height: 1.5rem;
  }
}
.bejcom-header .header-nav .main-nav ul li a {
  font-size: 0.9375rem;
}
@media (max-width: 767px) {
  .bejcom-header .header-nav .main-nav ul li a {
    font-size: 0.75rem;
    line-height: 0.75rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) {
  .bejcom-header .header-nav .main-nav ul li a:hover {
    opacity: 1;
  }
}
.bejcom-header .header-nav .main-nav ul li a small {
  font-size: 1rem;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .bejcom-header .header-nav .main-nav ul li a small.txt-sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .bejcom-header .header-nav .main-nav ul li a small {
    font-size: 0.75rem;
    line-height: 0.75rem;
  }
  .bejcom-header .header-nav .main-nav ul li a small.txt-pc {
    display: none;
  }
}
.bejcom-header .header-nav .main-nav ul li a span {
  padding: 0.375rem 1rem 0.375rem;
  display: inline-block;
  position: relative;
  border-radius: 1.75rem;
  background-color: transparent;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .bejcom-header .header-nav .main-nav ul li a span {
    padding: 0.375rem 0.75rem;
    border-radius: 1.25rem;
    white-space: nowrap;
  }
}
.bejcom-header .header-nav .main-nav ul li a.active span {
  background-color: #fff;
  color: #E93817 !important;
}

.logo-sp {
  position: fixed;
  top: 0;
  left: 0;
  width: 130px;
  height: 53px;
  z-index: 9;
  background-color: #ef4624;
  backdrop-filter: blur(12px);
  border-radius: 0 0 1rem 0;
  -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
.logo-sp a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.logo-sp img {
  margin-top: -0.375rem;
  width: 100%;
}

.to-top {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.to-top.is-hide {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.to-top.is-show {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  pointer-events: auto;
}

@media (max-width: 767px) {
  .header,
  .to-top {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .header.is-hide,
  .to-top.is-hide {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    pointer-events: none;
  }
  .header.is-show,
  .to-top.is-show {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    pointer-events: auto;
  }
}
.head-return,
.section-p-sm.undernav,
.social,
#footer {
  position: relative;
  z-index: 99;
}

@media (min-width: 768px) {
  #top-cover {
    z-index: -1;
  }
}
.footer-content .content-max-md {
  max-width: 1200px;
}

.section-note {
  background-color: #fff;
  position: relative;
  z-index: 99;
}

.breadcrumb {
  position: relative;
  z-index: 99;
}

@media (min-width: 768px) {
  #footer .container {
    max-width: 1040px;
  }
}
@media (max-width: 767px) {
  #footer .container {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}

.to-top {
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  position: fixed;
  right: 0.625rem;
  bottom: 1.5625rem;
  z-index: 9999;
}
@media (max-width: 767px) {
  .to-top {
    right: 0.5625rem;
    bottom: 6.875rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}

.share-sns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.25rem;
  margin-top: 1rem;
  width: 100%;
}

/* Base share button */
.btn-share {
  min-width: unset;
  min-height: unset;
  border: 0;
  color: #fff !important;
  font-family: Helvetica, Arial, "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif;
  vertical-align: middle;
}
.btn-share > span {
  display: inline-block;
}

.fb-share-button {
  border-radius: 3px;
  font-size: 11px;
  line-height: 1;
  height: 20px;
  width: 91px;
  padding: 2px 0;
  margin: 0;
  border: 0;
  color: #fff !important;
  background: #1877f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  white-space: nowrap;
  font-weight: 300;
  line-height: 20px;
}
.fb-share-button ::after {
  content: none;
}
.fb-share-button span {
  width: 12px;
}
.fb-share-button span img {
  margin-top: -2px;
  width: 12px;
  height: 12px;
  line-height: 0;
}

.share-tw {
  width: 77px;
  height: 20px;
}
.share-tw .twitter-share-button {
  width: 77px;
  height: 20px;
  padding: 1px 0 0 0;
  margin: 0;
  background-color: #000;
  border-radius: 13px;
  border: 0;
  font-size: 12px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  white-space: nowrap;
}
.share-tw .twitter-share-button span {
  width: 14px;
  height: 14px;
}

.share-line {
  width: 87px;
  height: 20px;
}
.share-line .line-it-button {
  width: 87px;
  height: 20px;
  padding: 0;
  margin: 0;
  background-color: #06c755;
  border: 0;
  font-size: 10px;
  vertical-align: top;
  line-height: 20px;
  font-weight: 600;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  white-space: nowrap;
}
.share-line .line-it-button span {
  width: 13px;
}

.section.section-note.pt-md {
  padding-bottom: 0;
}

/* only for new website (remove if you are updating for other website)
 * layout
 * =================================================================== */
.kv {
  width: 100%;
  position: relative;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media (min-width: 768px) {
  .kv {
    aspect-ratio: 16/9;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    max-height: 100vh;
  }
}
@media (max-width: 767px) {
  .kv {
    height: calc(100vh + 80px);
    height: calc(100lvh + 80px);
  }
}
.kv-fixed {
  width: 100%;
  background: none;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-color: black;
  overflow: hidden;
}
@media (min-width: 768px) {
  .kv-fixed {
    aspect-ratio: 16/9;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    max-height: 100vh;
  }
  .kv-fixed .video-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .kv-fixed {
    top: 0;
    background-image: url("../img/kv-img-sp.jpg");
    background-position: right top;
    background: none;
    height: 100vh;
    height: 100lvh;
  }
  .kv-fixed.is-video-01:after {
    content: "";
    position: absolute;
    top: 23.875rem;
    left: 0;
    right: 0;
    width: 100%;
    height: 1.25rem;
    background: #000000;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
  }
}
@media (max-width: 767px) and (max-width: 322px) {
  .kv-fixed.is-video-01:after {
    top: 290px;
  }
}
@media (max-width: 767px) {
  .kv-fixed:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(12.5rem + 80px);
    background: #000000;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    z-index: 5;
  }
}
.kv-fixed video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -o-object-position: center center;
     object-position: center center;
  display: none;
  background-color: black;
  -o-object-fit: unset;
     object-fit: unset;
}
@media (min-width: 768px) {
  .kv-fixed video {
    height: auto;
    min-height: 100%;
  }
}
@media (max-width: 767px) {
  .kv-fixed video {
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    height: 100vh;
    height: 100lvh;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 100%;
    -o-object-fit: contain !important;
       object-fit: contain !important;
    -o-object-position: top center;
       object-position: top center;
  }
}
@media (max-width: 767px) and (max-width: 322px) {
  .kv-fixed video.video_kv_01 {
    height: 342px !important;
    max-width: unset;
    width: auto;
    -o-object-position: bottom center;
       object-position: bottom center;
    top: -40px;
    object-position: bottom center;
  }
}
@media (max-width: 767px) {
  .kv-fixed video.video_kv_02, .kv-fixed video.video_kv_03, .kv-fixed video.video_kv_04, .kv-fixed video.video_kv_05, .kv-fixed video.video_kv_06 {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
}
.kv .bejcom-logo {
  position: absolute;
  top: 1.3125rem;
  left: -0.25rem;
  z-index: 0;
  isolation: isolate;
}
@media (min-width: 768px) {
  .kv .bejcom-logo {
    display: none;
  }
}
@media (max-width: 767px) {
  .kv .bejcom-logo {
    z-index: 99;
  }
}
.kv .bejcom-logo a {
  display: block;
  width: 9.4375rem;
  height: 3.0625rem;
  border-radius: 0 1rem 1rem 0;
  background-color: rgba(233.325, 53.4225, 21.675, 0.7);
  backdrop-filter: blur(12px);
  -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0.5625rem;
  will-change: backdrop-filter, opacity;
  -webkit-transform: translateZ(0.01);
}
@media (max-width: 767px) {
  .kv .bejcom-logo a {
    width: 7.25rem;
    height: 2.5rem;
    border-radius: 0 0.625rem 0.625rem 0;
  }
}
.kv .bejcom-logo img {
  width: 6.1875rem;
}
@media (max-width: 767px) {
  .kv .bejcom-logo img {
    width: 4rem;
    height: auto;
  }
}
.kv-txt {
  position: absolute;
  top: calc(50% + 0.5rem);
  right: 9.5625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}
@media (max-width: 767px) {
  .kv-txt {
    position: fixed;
    top: auto;
    bottom: 6rem;
    -webkit-transform: none;
            transform: none;
    left: 1.9375rem;
    right: auto;
  }
}
@media (max-width: 767px) and (max-width: 322px) {
  .kv-txt {
    bottom: 5.3125rem;
  }
}
.kv-txt img {
  width: 25.625rem;
}
@media (max-width: 767px) {
  .kv-txt img {
    width: 15.125rem;
    height: auto;
  }
}
@media (max-width: 767px) and (max-width: 322px) {
  .kv-txt img {
    width: 12.5rem;
  }
}
.kv-txt[style*=visible] img {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: opacity, -webkit-transform;
  transition: opacity, -webkit-transform;
  transition: opacity, transform;
  transition: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.4s, 0.72s;
          transition-duration: 0.4s, 0.72s;
  -webkit-transition-timing-function: linear, ease-out;
          transition-timing-function: linear, ease-out;
}
.kv-music {
  position: fixed;
  top: 4.375rem;
  right: 0.6875rem;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  z-index: 99;
}
@media (max-width: 767px) {
  .kv-music {
    top: 3.75rem;
    right: 1.25rem;
    width: 1.875rem;
    height: 1.875rem;
  }
}

.scroll-down {
  position: absolute;
  left: 1.1875rem;
  bottom: 0;
  width: 1.5rem;
  height: 6.3125rem;
  overflow: hidden;
  z-index: 999;
}
@media (max-width: 767px) {
  .scroll-down {
    position: fixed;
    left: auto;
    right: 0.875rem;
    bottom: 8.0625rem;
    width: 1.0625rem;
    height: 4.5rem;
  }
}
.scroll-down .kv_scroll {
  position: absolute;
  top: 0.625rem;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../img/scroll-text.svg") no-repeat top right;
  background-size: auto 3.875rem;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  .scroll-down .kv_scroll {
    top: 0.25rem;
    background-size: auto 2.875rem;
  }
}
.scroll-down .kv_scroll:before {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0;
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-animation: scroll-move 1.5s infinite cubic-bezier(0.4, 0, 0.2, 1);
          animation: scroll-move 1.5s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes scroll-move {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  70% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes scroll-move {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  70% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.kv-music {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .kv-music {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.kv-music:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: url("../img/circle-playing.png") no-repeat center center;
  background-size: 2.5rem;
  z-index: 1;
  opacity: 0;
}
@media (max-width: 767px) {
  .kv-music:before {
    width: 1.875rem;
    height: 1.875rem;
    background-size: 1.875rem;
  }
}
.kv-music.is-playing:before {
  opacity: 1;
}
.kv-music.is-playing:after {
  opacity: 0;
}
.kv-music.is-playing .music-wrap {
  opacity: 1;
}
.kv-music:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: url("../img/circle-music-playing.png") no-repeat center center;
  background-size: 2.5rem;
  z-index: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .kv-music:after {
    width: 1.875rem;
    height: 1.875rem;
    background-size: 1.875rem;
  }
}

.kv-music .music-wrap {
  width: 0.75rem;
  height: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.5;
  display: none;
}

.kv-music .music-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.125rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 0.875rem;
}

.kv-music .music-inner span {
  display: block;
  width: 1px;
  background: #fff;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

/* 🌟 Chiều cao mặc định khi đứng yên (giống hình bro gửi) */
.kv-music .music-inner span:nth-child(1) {
  height: 0.28125rem;
}

.kv-music .music-inner span:nth-child(2) {
  height: 0.625rem;
}

.kv-music .music-inner span:nth-child(3) {
  height: 0.875rem;
}

.kv-music .music-inner span:nth-child(4) {
  height: 0.28125rem;
}

.kv-music .music-inner span:nth-child(5) {
  height: 0.6875rem;
}

/* 🔊 Khi playing thì animate */
.kv-music.is-playing .music-inner span {
  -webkit-animation: bounce 1s infinite ease-in-out;
          animation: bounce 1s infinite ease-in-out;
}

.kv-music.is-playing .music-inner span:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.kv-music.is-playing .music-inner span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.kv-music.is-playing .music-inner span:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.kv-music.is-playing .music-inner span:nth-child(4) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.kv-music.is-playing .music-inner span:nth-child(5) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
.kv-play-video {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  position: fixed;
  top: 1.25rem;
  right: 0.6875rem;
  cursor: pointer;
  z-index: 99;
}
@media (max-width: 767px) {
  .kv-play-video {
    top: 1.25rem;
    right: 1.25rem;
    width: 1.875rem;
    height: 1.875rem;
  }
}
.kv-play-video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: url("../img/icon-pause.png") no-repeat center center;
  background-size: 2.5rem;
  z-index: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .kv-play-video:after {
    width: 1.875rem;
    height: 1.875rem;
    background-size: 100%;
  }
}
.kv-play-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: url("../img/icon-play.png") no-repeat center center;
  background-size: 2.5rem;
  z-index: 1;
  opacity: 0;
}
@media (max-width: 767px) {
  .kv-play-video:before {
    width: 1.875rem;
    height: 1.875rem;
    background-size: 100%;
  }
}
.kv-play-video.is-pause:after {
  opacity: 0;
}
.kv-play-video.is-pause:before {
  opacity: 1;
}

@media (max-width: 767px) {
  .is-anchor .logo-sp {
    opacity: 0 !important;
  }
}
@media (min-width: 768px) {
  .scroll-down.scroll-down-fixed {
    position: fixed;
    bottom: 1.5625rem;
    left: 1.1875rem;
    z-index: 9;
    display: none;
  }
}
@media (max-width: 767px) {
  .scroll-down.scroll-down-fixed {
    right: 0.5625rem;
    bottom: 6.875rem;
    display: none;
  }
}

.has-loading {
  background: url("../img/loading_pc.jpg") no-repeat center top/cover;
}
@media (max-width: 767px) {
  .has-loading {
    background: url("../img/loading_sp.jpg") no-repeat center top/cover;
    background-size: 100% auto;
  }
  .has-loading:after {
    content: "";
    position: absolute;
    top: 23.875rem;
    left: 0;
    right: 0;
    width: 100%;
    height: 1.25rem;
    background: #000000;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
  }
}
@media (max-width: 767px) and (max-width: 322px) {
  .has-loading {
    background-position: 50% -40px;
  }
}
.has-loading .dotted-loader {
  width: 3.75rem;
  height: 3.75rem;
  border-width: 4px;
  border-color: #fff;
  border-style: solid solid solid dotted;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-animation: rotate-right 2s linear infinite;
          animation: rotate-right 2s linear infinite;
  opacity: 3;
}
@media (max-width: 767px) {
  .has-loading .dotted-loader {
    top: 10rem;
    -webkit-animation: rotate-right-sp 2s linear infinite;
            animation: rotate-right-sp 2s linear infinite;
  }
}
.has-loading .dotted-loader.is-hide {
  opacity: 0;
}

@-webkit-keyframes rotate-right {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotate-right {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes rotate-right-sp {
  from {
    -webkit-transform: translateX(-50%) rotate(0);
            transform: translateX(-50%) rotate(0);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(360deg);
            transform: translateX(-50%) rotate(360deg);
  }
}
@keyframes rotate-right-sp {
  from {
    -webkit-transform: translateX(-50%) rotate(0);
            transform: translateX(-50%) rotate(0);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(360deg);
            transform: translateX(-50%) rotate(360deg);
  }
}
@-webkit-keyframes rotate-left {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes rotate-left {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.kv-hide .kv {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.hide-music .kv-music {
  display: none;
}

.bejcom-logo {
  position: fixed;
  top: 1.3125rem;
  left: -0.25rem;
  z-index: 0;
  isolation: isolate;
}
@media (min-width: 768px) {
  .bejcom-logo {
    display: none;
  }
}
@media (max-width: 767px) {
  .bejcom-logo {
    z-index: 99;
  }
}
.bejcom-logo a {
  display: block;
  width: 9.4375rem;
  height: 3.0625rem;
  border-radius: 0 1rem 1rem 0;
  background-color: rgba(233.325, 53.4225, 21.675, 0.7);
  backdrop-filter: blur(12px);
  -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0.5625rem;
  will-change: backdrop-filter, opacity;
  -webkit-transform: translateZ(0.01);
}
@media (max-width: 767px) {
  .bejcom-logo a {
    width: 7.25rem;
    height: 2.5rem;
    border-radius: 0 0.625rem 0.625rem 0;
  }
}
.bejcom-logo img {
  width: 6.1875rem;
}
@media (max-width: 767px) {
  .bejcom-logo img {
    width: 4rem;
    height: auto;
  }
}

.topic {
  padding: 6.4375rem 0 7.5rem;
  background: #E93817;
}
@media (max-width: 767px) {
  .topic {
    padding: 7.25rem 0 6.625rem;
  }
}
.topic-ttl {
  font-family: "PT Sans", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: left;
  font-weight: 400;
}
@media (max-width: 767px) {
  .topic-ttl {
    padding-left: 1px;
    font-size: 2.25rem;
  }
}
.topic-list {
  margin-top: 4.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5625rem 2.5rem;
}
@media (max-width: 767px) {
  .topic-list {
    margin-top: 2.4375rem;
    gap: 1.5rem 0;
  }
}
.topic-list .topic-item {
  width: 34.875rem;
  background-color: #fff;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .topic-list .topic-item {
    width: 100%;
    border-radius: 0.625rem;
  }
}
.topic-list .topic-item a {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  border-radius: 0.625rem;
  color: #000 !important;
}
@media (max-width: 767px) {
  .topic-list .topic-item a {
    border: 0.0625rem solid rgba(255, 255, 255, 0.5);
    border-radius: 0.625rem;
  }
}
.topic-list .topic-item a:hover {
  color: inherit;
  opacity: 1;
}
@media (min-width: 768px) and (hover: hover) {
  .topic-list .topic-item a:hover {
    color: inherit;
    opacity: 1;
  }
  .topic-list .topic-item a:hover .topic-item-thumb:before {
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
  }
}
.topic-list .topic-item-thumb {
  width: 100%;
  height: 14.125rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
  background-color: #ccc;
  position: relative;
}
@media (max-width: 767px) {
  .topic-list .topic-item-thumb {
    height: 8.4375rem;
    margin-bottom: 0.3125rem;
  }
}
.topic-list .topic-item-thumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 1;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.topic-list .topic-item-thumb picture, .topic-list .topic-item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.topic-list .topic-item-ttl {
  text-align: left;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .topic-list .topic-item-ttl {
    font-size: 1.125rem;
    line-height: 1.6875rem;
    letter-spacing: 0.06em;
    margin-right: -1.875rem;
  }
}
.topic-list .topic-item-desc {
  padding: 0.5625rem 5.625rem 2rem 2rem;
  position: relative;
  background: url("../img/icon-arrow-right-orange.svg") no-repeat 94% 40%;
  background-size: 2.5rem;
}
@media (max-width: 767px) {
  .topic-list .topic-item-desc {
    padding: 1.0625rem 4.25rem 1.4375rem 1.25rem;
    background-size: 2.5rem;
    background-position: 95% 56%;
  }
}
.topic-list .topic-item-desc p {
  margin-top: 0.75rem;
  font-size: 1rem;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .topic-list .topic-item-desc p {
    margin-top: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.06em;
  }
}
.topic-list .topic-item-desc-ttl {
  font-weight: bold;
  font-size: 1.25rem;
  text-align: left;
}
@media (max-width: 767px) {
  .topic-list .topic-item-desc-ttl {
    font-size: 1.125rem;
    line-height: 1.6875rem;
    letter-spacing: 0.06em;
    text-align: left;
  }
}

.video-fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}
@media (max-width: 767px) {
  .video-fixed {
    height: 100lvh;
  }
}
.video-fixed.fixed {
  position: fixed;
}
.video-fixed video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .video-fixed video {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .video-fixed:after {
    content: none;
    width: 100%;
    height: 19.6875rem;
    background: url("../img/bgd-under-video.png") no-repeat center bottom/100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
}

.section-page {
  margin-top: -1px;
  position: relative;
  padding: 110dvh 0 0 0;
  color: #fff;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 767px) {
  .section-page {
    padding: calc(100lvh - 17.0625rem) 0 0 0;
  }
}
.section-page:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  left: 0;
  right: 0;
  bottom: -0.0625rem;
  backdrop-filter: blur(10px);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0.8)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 40%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0.8)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 40%);
  mask-repeat: no-repeat;
  mask-size: cover;
}
@media (max-width: 767px) {
  .section-page:before {
    bottom: -0.0625rem;
  }
}
.section-page:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -0.0625rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, 0.55)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 30%);
}
@media (min-width: 768px) {
  .section-page:after {
    height: calc(100% - 95vh);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(35%, rgba(0, 0, 0, 0.5)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 35%);
  }
}
@media (max-width: 767px) {
  .section-page:after {
    height: calc(100% - 64vh);
    height: calc(100% - 64dvh);
    height: calc(100% - 64lvh);
    bottom: -0.0625rem;
  }
}
.section-page h2, .section-page h3 {
  color: #fff;
  text-align: left;
  text-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0, 0, 0, 0.4);
}
.section-page .kv-play-video {
  position: fixed;
  top: calc(100dvh - 12.5rem);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media (max-width: 767px) {
  .section-page .kv-play-video {
    top: calc(100lvh - 14.375rem);
  }
}
.section-page.fixed .kv-play-video {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.section-label {
  margin: 0 0 5.875rem 0;
  padding: 0 0 0 1.25rem;
  font-size: 1.125rem;
  line-height: 2.125rem;
  letter-spacing: 0.12em;
  font-weight: 700;
  position: relative;
  text-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .section-label {
    margin: 0 0 1rem 0;
    padding: 0 0 0 1.25rem;
    font-size: 1.125rem;
    line-height: 2.125rem;
    letter-spacing: 0.12em;
  }
}
.section-label::before {
  position: absolute;
  content: "";
  background: #E93817;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  top: 0.75rem;
  left: 0;
}
@media (max-width: 767px) {
  .section-label::before {
    width: 0.25rem;
    height: 0.25rem;
    top: 0.75rem;
  }
}
.section-label::after {
  position: absolute;
  content: "";
  background: #E93817;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  top: 1.1625rem;
  left: 0;
}
@media (max-width: 767px) {
  .section-label::after {
    width: 0.25rem;
    height: 0.25rem;
    top: 1.1625rem;
  }
}
.section-page-ttl {
  font-size: 3rem;
  line-height: 5.25rem;
  letter-spacing: 0.3em;
  font-weight: 400;
}
@media (max-width: 767px) {
  .section-page-ttl {
    font-size: 2rem;
    line-height: 3.5rem;
    letter-spacing: 0.16em;
  }
}
.section-txt {
  font-size: 1.25rem;
  line-height: 3rem;
  letter-spacing: 0.11em;
  margin: 0 0 17.125rem 0;
  text-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .section-txt {
    font-size: 1rem;
    line-height: 2.5rem;
    letter-spacing: 0.11em;
    margin: 0 0 8.5rem 0;
  }
  .section-txt.mr {
    margin-right: -0.5625rem;
  }
}

.bg-gradient {
  position: relative;
  z-index: 1;
}
.bg-gradient::before {
  content: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 14.75rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(88.2%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 88.2%, rgba(0, 0, 0, 0.5) 100%);
}
@media (max-width: 767px) {
  .bg-gradient::before {
    height: 6.125rem;
  }
}
.bg-gradient > * {
  position: relative;
  z-index: 1;
}

.bg-full {
  position: relative;
  z-index: 1;
  padding: 2.5rem 0 20.75rem 0;
}
@media (max-width: 767px) {
  .bg-full {
    padding: 5.1875rem 0 8.9375rem 0;
  }
}
.bg-full::before {
  content: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
}
.bg-full > * {
  position: relative;
  z-index: 1;
}

.list-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0 5rem;
}
@media (max-width: 767px) {
  .list-card {
    gap: 2.25rem 0;
  }
}
.list-card .card {
  padding-bottom: 0.75rem;
  width: 33.625rem;
  position: relative;
}
@media (max-width: 767px) {
  .list-card .card {
    padding-bottom: 0.625rem;
    width: 100%;
  }
}
.list-card .card-thumb {
  position: relative;
}
.list-card .card-thumb::before {
  position: absolute;
  content: "";
  background: #E93817;
  border-radius: 2rem;
  top: 0.75rem;
  left: 0;
  right: 0;
  bottom: -0.75rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .list-card .card-thumb::before {
    border-radius: 1.5rem;
    top: 0.3125rem;
    bottom: -0.3125rem;
  }
}
.list-card .card-thumb img {
  width: 100%;
  height: auto;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .list-card .card-thumb img {
    border-radius: 1.5rem;
  }
}
.list-card .card-content {
  padding-bottom: 11.4375rem;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: absolute;
  bottom: -3rem;
  left: 1.75rem;
  right: 2rem;
  z-index: 1;
  height: auto;
}
@media (max-width: 767px) {
  .list-card .card-content {
    left: 0;
    right: 1rem;
    bottom: -2.125rem;
    padding: 0 0 6.5rem 0.9375rem;
    z-index: 3;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
}
.list-card .card-content-ttl {
  padding: 0 0 0 1.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .list-card .card-content-ttl {
    margin-bottom: 1.625rem;
    padding: 0 0 0 0.9375rem;
  }
}
.list-card .card-content-ttl::before {
  position: absolute;
  content: "";
  top: 0.3125rem;
  left: 0;
  bottom: 0.25rem;
  border-left: 0.25rem solid #E93817;
}
@media (max-width: 767px) {
  .list-card .card-content-ttl::before {
    top: 0.5625rem;
    bottom: 0.125rem;
    border-left: 0.1875rem solid #E93817;
  }
}
.list-card .card-content-row {
  padding: 0 0 0 1.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .list-card .card-content-row {
    padding: 0 0 0 0.9375rem;
  }
}
.list-card .card-content-row::before {
  position: absolute;
  content: "";
  top: 0.3125rem;
  left: 0;
  bottom: 0.375rem;
  border-left: 0.25rem solid transparent;
}
@media (max-width: 767px) {
  .list-card .card-content-row::before {
    top: 0.5rem;
    bottom: 0.0625rem;
    border-left: 0.1875rem solid transparent;
  }
}
.list-card .card-hover {
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-transform: translateY(6.25rem);
          transform: translateY(6.25rem);
  -webkit-transition-delay: 0;
          transition-delay: 0;
  opacity: 0;
  position: absolute;
  left: 1.75rem;
  right: 0;
  bottom: 10rem;
}
@media (min-width: 768px) {
  .list-card .card-hover {
    padding-right: 1.875rem;
  }
}
@media (max-width: 767px) {
  .list-card .card-hover {
    left: 1rem;
    right: 1rem;
    bottom: 6.5rem;
  }
}
.list-card .card-hover .card-txt {
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media (max-width: 767px) {
  .list-card .card-hover .card-txt {
    font-size: 0.875rem;
    line-height: 1.53125rem;
    letter-spacing: 0;
  }
}
.list-card .card-item-ttl {
  font-size: 3rem;
  line-height: 3.75rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin: 0 0 0.6875rem 0;
  text-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .list-card .card-item-ttl {
    font-size: 1.75rem;
    line-height: 2.5rem;
    letter-spacing: 0.1em;
    margin: 0 0 0.4375rem 0;
  }
  .list-card .card-item-ttl .lp {
    letter-spacing: 0;
  }
}
.list-card .card-sub-ttl {
  font-size: 1.5rem;
  line-height: 2.25rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media (min-width: 768px) {
  .list-card .card-sub-ttl {
    margin: 1rem 0 2.8125rem 0;
  }
}
@media (max-width: 767px) {
  .list-card .card-sub-ttl {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.04em;
  }
}
.list-card .card-txt {
  font-size: 1.375rem;
  line-height: 2.25rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin: 0;
  font-weight: 500;
  text-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .list-card .card-txt {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0.1em;
  }
  .list-card .card-txt .lp {
    display: inline-block;
    letter-spacing: 0.08em;
    margin: 0 -0.5rem 0 0;
  }
}
.list-card .card-txt small {
  margin-top: 1.25rem;
  display: block;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .list-card .card-txt small {
    margin-top: 0.75rem;
  }
}
.list-card .card-plus {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  bottom: 2.8125rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  border-radius: 50%;
  opacity: 0.7;
  cursor: pointer;
  background: url("../img/icon-plus.png") no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .list-card .card-plus {
    margin: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    z-index: 100;
    background: none;
  }
  .list-card .card-plus:after {
    content: "";
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    background: #fff;
    border-radius: 50%;
    bottom: 1.9375rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: -1;
    background: url("../img/icon-plus.png") no-repeat center center;
    background-size: 100% 100%;
  }
}
.list-card .card .button-viewmore {
  position: absolute;
  width: 7.5rem;
  right: 2rem;
  bottom: 2.8125rem;
  opacity: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .list-card .card .button-viewmore {
    width: 8.8125rem;
    right: 5.6875rem;
    bottom: 2.1875rem;
  }
}
.list-card .card.has-content {
  cursor: pointer;
  overflow: hidden;
}
.list-card .card.has-content::after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0.75rem;
  border-radius: 2rem;
  opacity: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
@media (max-width: 767px) {
  .list-card .card.has-content::after {
    border-radius: 1.5rem;
    bottom: 0.625rem;
  }
}
.list-card .card.has-content.is-hover::after {
  opacity: 1;
}
.list-card .card.has-content.is-hover .button-viewmore {
  opacity: 1;
  z-index: 101;
}
.list-card .card.has-content.is-hover .card-hover {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  opacity: 1;
  z-index: 1;
}
.list-card .card.has-content.is-hover .card-content {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
@media (min-width: 768px) {
  .list-card .card.has-content.is-hover .card-plus {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .list-card .card.has-content.is-hover .card-plus:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    left: 1.375rem;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
}
.list-card .card:nth-child(2n) {
  margin: 5rem 0 0 0;
}
@media (max-width: 767px) {
  .list-card .card:nth-child(2n) {
    margin: 0;
  }
}

#topic {
  z-index: 0;
}

.communication {
  position: relative;
}
.communication .communication-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 17.3125rem;
  height: auto;
  z-index: 9;
}
@media (max-width: 767px) {
  .communication .communication-logo {
    width: 218px;
    height: auto;
  }
}
.communication .communication-logo img {
  width: 100%;
  height: auto;
}
.communication .logo-sp {
  z-index: 8;
}
#community_based {
  padding-bottom: 12.6875rem;
}
@media (max-width: 767px) {
  #community_based {
    padding-bottom: 12.375rem;
  }
}
#community_based .bg-full {
  padding-bottom: 12rem;
}
@media (max-width: 767px) {
  #community_based .bg-full {
    padding-bottom: 8.375rem;
  }
}
#topic {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  #topic {
    min-height: 107rem;
  }
}
@media (max-width: 767px) {
  #topic {
    min-height: unset;
  }
}

@media (min-width: 768px) {
  #communication {
    min-height: 200rem;
  }
}
@media (max-width: 767px) {
  #communication {
    min-height: unset;
  }
}

@media (min-width: 768px) {
  #entertainment {
    min-height: 197.5rem;
  }
}
@media (max-width: 767px) {
  #entertainment {
    min-height: unset;
  }
}

@media (min-width: 768px) {
  #sports {
    min-height: 200rem;
  }
}
@media (max-width: 767px) {
  #sports {
    min-height: unset;
  }
}

@media (min-width: 768px) {
  #life_support {
    min-height: 205rem;
  }
}
@media (max-width: 767px) {
  #life_support {
    min-height: unset;
  }
}

@media (max-width: 767px) {
  #community_based {
    min-height: unset;
  }
}

.block-section {
  position: relative;
}
.block-section .scroll-down {
  top: calc(100lvh - 12.25rem);
  z-index: 3;
  position: fixed;
}

.bg-gradient,
.bg-full {
  -webkit-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s;
  -webkit-transition-delay: 5s;
          transition-delay: 5s;
}

.block-section.is-show .bg-gradient,
.block-section.is-show .bg-full {
  opacity: 1;
  -webkit-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s;
  -webkit-transition-delay: 5s;
          transition-delay: 5s;
}

.logo-bottom {
  position: relative;
  z-index: 3;
  text-align: center;
}
.logo-bottom img {
  width: 28.125rem;
}
@media (max-width: 767px) {
  .logo-bottom img {
    width: 14.375rem;
  }
}

@media (min-width: 768px) {
  .is-child-fixed .play-video-child {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
}

.play-video-child {
  position: fixed;
  bottom: 4.9375rem;
  right: 3.75rem;
}
@media (min-width: 768px) {
  .play-video-child {
    top: 18.75rem;
    right: 0.625rem;
    bottom: unset;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
}
@media (max-width: 767px) {
  .play-video-child {
    bottom: 10rem;
    right: 0.5625rem;
    display: none;
  }
}

/* update from client (prod) */
@media screen and (max-width: 767px) {
  #top-cover {
    width: 60px;
    height: 60px;
    bottom: 50px;
    right: 9px;
  }
}
.bejcom-container {
  position: relative;
}

html.is-preloading body {
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

html.is-preloading * {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
          animation: none !important;
}