@charset "utf-8";

:root,
::after,
::before {
  --body-font: "Noto Sans JP", sans-serif;
  --body-color: #fff;
  --cont-color: #fff;
  --cont-bg-color: #000;
  --section_line-bg: 90deg, rgba(0, 0, 0, 0.2), #fff, rgba(180, 150, 90, 0.2);
  --section_line-filter: 0 0 4px rgba(217, 183, 108, 0.3);
  --m_ttl-font: "Cormorant Garamond", serif;
  --topcont-bg-color: #000;
  --scroll-color: #666 #000;
  --topnav_hv-color: #ddd;
  --news_border: none;
  --open-label-bg: #fff;
  --modal-bg-color: #000;
  --header_link-color: #fff;
  --header_bg-color: #000000cc;
  --hamburger-color: #fff;
  --hamburger_menu-bgcolor: rgb(0 0 0 / 90%);
  --sys_txt-bg: #272727bb;
  --sys_txt-bd: 1px solid #3f3f3f;
  --links-color: #fff; /* n */
  --links_wrap-bg: #55555573;
  --rec_u_name-bg: #e7e7e7;
  --rec_u_name-color: #7d7d7d;
  --swiper-theme-color: #ffffff;
  --swiper-navigation-size: 30px;
  --blog_cont-bg: #f0f0f0;
  --sc_cont-color: #fff;
  --sc_cont-bd: #fff;
  --sc_current-bg: #fff;
  --sc_current-color: #333;
}

/* 背景画像使用時 */

#contents:before {
  content: "";
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/bg.jpg");
  background-size: cover;
}

/* ----- parallax -----*/

.bg_parallax {
  margin-bottom: 5rem;
}

#system .bg_parallax,
#recruit .bg_parallax {
  position: relative;
  overflow: hidden;
  min-height: clamp(250px, 28vw, 300px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px #000;
  text-shadow:
    0 0 5px #000,
    0 0 5px #000,
    0 0 5px #000,
    0 0 5px #000,
    0 0 5px #000;
}

#system .pbg,
#recruit .pbg {
  position: absolute;
  inset: -20% 0 -20% 0;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

#system .pbg {
  background: url("/assets/img/pbg.jpg") right/cover no-repeat;
  opacity: 0.8;
}

#recruit .pbg {
  background: url("/assets/img/pbg.jpg") right/cover no-repeat;
  opacity: 0.85;
}

.sys_ttl_wrap {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
}

.footer {
  background: url("/assets/img/fbg.jpg") center;
  background-size: cover;
}

/* 追加 */

.coupon_wrap h3 {
  background: linear-gradient(#ffffff 50%, #cfcfcf);
}

.news_cont {
  padding: 0.5rem 1rem 1rem;
  background: hsl(0deg 0% 100% / 90%);
  color: #333;
  border-radius: 1rem;
  margin-bottom: 1rem;
}

.news_date {
  padding: 0 0.5rem;
  text-align: right;
  color: #666;
  font-size: 0.8rem;
}

.ae_ttl,
.aec_ttl {
  margin: 0 auto 1rem;
  max-width: 800px;
  text-align: center;
  color: #f974aa;
  background: #ffe5ee;
  border-top: 1px solid #ffcce3;
  border-bottom: 1px solid #ffcce3;
}

.ae_ttl {
  letter-spacing: 0.1rem;
}

.rec_form_table th {
  color: #f974aa;
  letter-spacing: 0.05rem;
}
