/* =========================================================
   HQ Background: Style
   key: dbar-base
   name: welina D-Bar CASABLANCA
   group: base
   type: Style
   layer: base
   value:
   selector:
   ========================================================= */

/* =========================================================
   D-Bar Headings
   ========================================================= */

.c-heading-plain {
  margin: 0 0 40px;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.c-heading-plain .en,
.c-heading-plain .jp {
  display: block;
}

.c-heading-plain .en {
  font-family: "Title", cursive;
  font-weight: 400;
  line-height: 1;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
}

.c-heading-plain .jp {
  margin-top: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.14em;
  color: #bfa136;
}

/* h2 */
h2.c-heading-plain .en {
  font-size: 45px;
}

h2.c-heading-plain .jp {
  font-size: 13px;
}

/* h3 */
h3.c-heading-plain .en {
  font-size: 28px;
}

h3.c-heading-plain .jp {
  font-size: 12px;
}

/* h4 */
h4.c-heading-plain .en {
  font-size: 24px;
}

h4.c-heading-plain .jp {
  font-size: 11px;
}

/* h5 */
h5.c-heading-plain .en {
  font-size: 20px;
}

h5.c-heading-plain .jp {
  font-size: 10px;
}

/* =========================================================
   SP Headings
   ========================================================= */

@media (max-width: 767px) {
  .c-heading-plain {
    margin-bottom: 28px;
  }

  .c-heading-plain .jp {
    margin-top: 10px;
    letter-spacing: 0.12em;
  }

  h2.c-heading-plain .en {
    font-size: 30px;
  }

  h2.c-heading-plain .jp {
    font-size: 12px;
  }

  h3.c-heading-plain .en {
    font-size: 28px;
  }

  h3.c-heading-plain .jp {
    font-size: 11px;
  }

  h4.c-heading-plain .en {
    font-size: 24px;
  }

  h4.c-heading-plain .jp {
    font-size: 10px;
  }

  h5.c-heading-plain .en {
    font-size: 20px;
  }

  h5.c-heading-plain .jp {
    font-size: 10px;
  }
}

/* =========================================================
   D-Bar Fixed Background
   ========================================================= */

html,
body {
  min-height: 100%;
}

body {
  position: relative;
  z-index: 0;
  background: #050505;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url("../img/dbar-bg.webp") center center / cover no-repeat;
  z-index: -2;
  pointer-events: none;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.38);
  z-index: -1;
  pointer-events: none;
}

.l-canvas {
  position: relative;
  z-index: 1;
}

/* =========================================================
   Ren Base Backup
   D-Bar用に必要なものだけ、今後ここから上へ移動
   ========================================================= */

/*

body.page .l-canvas {
  position: relative;
  z-index: 0;
}

body.page .l-canvas::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: url("../img/page_bg.webp") no-repeat center bottom / 100%;
  z-index: -1;
  pointer-events: none;
  opacity: 0.65;

  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.1) 8%,
    rgba(0, 0, 0, 0.3) 16%,
    rgba(0, 0, 0, 0.6) 28%,
    rgba(0, 0, 0, 0.85) 40%,
    #000 55%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.1) 8%,
    rgba(0, 0, 0, 0.3) 16%,
    rgba(0, 0, 0, 0.6) 28%,
    rgba(0, 0, 0, 0.85) 40%,
    #000 55%
  );
}

body.page .p-page-content {
  max-width: 840px;
}

body.page .p-page-content p {
  padding-bottom: 25px;
}

.c-heading-plain {
  margin: 0 0 40px;
  line-height: 1;
}

.c-heading-plain .en,
.c-heading-plain .jp {
  display: block;
}

h3.c-heading-plain {
  text-align: center;
}

h3.c-heading-plain .en {
  font-family: "Smythe", serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 36px;
}

h3.c-heading-plain .jp {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

h4.c-heading-plain {
  text-align: center;
}

h4.c-heading-plain .en {
  font-family: "Smythe", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 14px;
}

h4.c-heading-plain .jp {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

h5.c-heading-plain {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px 12px;
  text-align: center;
}

h5.c-heading-plain .en {
  display: inline-block;
  font-family: "Smythe", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}

h5.c-heading-plain .jp {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.c-heading-line {
  margin: 0 0 32px;
  text-align: center;
  line-height: 1;
}

.c-heading-line .en,
.c-heading-line .jp {
  display: block;
}

h3.c-heading-line .en {
  font-family: "Smythe", serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 14px;
}

h3.c-heading-line .jp {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

h3.c-heading-line::after {
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  margin: 18px auto 0;
  background: currentColor;
}

h4.c-heading-line .en {
  font-family: "Smythe", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}

h4.c-heading-line .jp {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}

h4.c-heading-line::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  margin: 14px auto 0;
  background: currentColor;
}

h5.c-heading-line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px 10px;
  flex-wrap: wrap;
}

h5.c-heading-line .en {
  display: inline-block;
  font-family: "Smythe", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

h5.c-heading-line .jp {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

h5.c-heading-line::after {
  content: "";
  display: block;
  flex-basis: 100%;
  width: 36px;
  height: 1px;
  margin: 8px auto 0;
  background: currentColor;
}

@media (max-width: 767px) {
  body.page .p-page-content {
    padding: 0 14px;
  }
}

*/
