/* =========================================================
   HQ Background: Style
   key: ren-base
   name: Regend ラウンジ蓮
   group: base
   type: Style
   layer: base
   value:
   selector:
   ========================================================= */

/* =========================================================
   Main Background (Full width + Fade)
   ========================================================= */

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%
  );
}

/* =========================================================
   Page Content
   ========================================================= */

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

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

/* =========================================================
   Heading Base
   ========================================================= */

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

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

/* h3 : メイン見出し（縦積み） */
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 : 中見出し（縦積みだが間隔は軽く） */
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 : 小見出し（横並び寄りにして間延び防止） */
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;
}


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

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

/* h3 */
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 */
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 */
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;
}

/* =========================================================
   Mobile
   ========================================================= */

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