/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */


.logo{
  max-height: 60px;
}
.logo-footer{
  max-height: 40px;
}
a.services-2{
  color: inherit;
}

.ql-container{
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
}

.ql-editor h1{
 /*font-family: "Shippori Mincho", serif; */
 font-weight: 400;
}
.ql-editor h2, .heading-section h2{
  font-size: 1.2em!important;
  padding: 0.5em;
  border-left: 5px solid #000;
  background: #f4f4f4;
  margin: 1em 0 0.5em;
  font-weight: 400;
}

.ql-editor h3, .heading-section h3{
  font-size: 1em!important;
  padding: 0 0.3em;
  border-left: 5px solid #000;
  margin-bottom: 0.5em;
  margin: 1em 0 0.5em;
  font-weight: 400;
}

.ql-editor h4, .heading-section h4{
  font-size: 1em!important;
  padding: 0;
  margin-bottom: 0.5em;
  
  font-weight: 400;
}

.ql-editor p{
  margin-bottom: 5px;
  line-height: 1.5;
  font-size: 1em;
  color: #30302F;
}

.ql-editor ul li:not(.ql-direction-rtl){
  padding-left: 0;
}


label, .form-label{
  font-size: 1rem;
}

.services-2 ul li{
  text-align: left;
}

.white {
    filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}

.work p{
  font-weight: 400;
}

.beginning-of-content{
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


.img2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 黒の半透明オーバーレイ */
  z-index: 1;
}
.text {
  position: relative;
  z-index: 2; /* テキストを前面に */
}

.ql-editor{
  white-space: normal!important;
}

/* ===================================
   黒ベース高級感デザイン
   =================================== */

/* ベース設定 */
body {
  background-color: #000000;
  color: #ffffff;
}

/* ヘッダーナビゲーション */
.navbar-luxury {
  background-color: #000000;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.navbar-brand-luxury {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.navbar-brand-luxury:hover {
  opacity: 0.7;
  color: #ffffff;
}

.brand-text {
  display: inline-block;
}

.navbar-toggler-luxury {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.navbar-toggler-luxury:hover {
  border-color: rgba(255, 255, 255, 0.6);
}

.navbar-toggler-icon-luxury {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-luxury {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-item-luxury {
  margin-left: 0.5rem;
}

.nav-link-luxury {
  color: #cccccc;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease;
  display: block;
}

.nav-link-luxury:hover {
  color: #ffffff;
}

.nav-link-luxury.active {
  color: #ffffff;
  font-weight: 500;
}

.nav-link-luxury-cta {
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 0.5rem 1.5rem;
  transition: all 0.3s ease;
  display: block;
  border-radius: 4px;
  text-align: center;
}

.nav-link-luxury-cta:hover {
  background: #ffffff;
  color: #000000;
}

@media (max-width: 991px) {
  .navbar-nav-luxury {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 0;
  }

  .nav-item-luxury {
    margin-left: 0;
    width: 100%;
  }

  .nav-link-luxury {
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .nav-item-cta {
    margin-top: 1rem;
  }

  .nav-link-luxury-cta {
    display: inline-block;
  }
}

/* ヒーローセクション - 参考サイト風 */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: #000000;
  padding: 4rem 0;
  overflow: hidden;
}

.hero-text-content {
  padding-right: 2rem;
}

.hero-main-title {
  font-size: 4.5rem;
  font-weight: 300;
  letter-spacing: 0.15em;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 3rem;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.hero-description {
  writing-mode: horizontal-tb;
}

.hero-subtitle-en {
  font-size: 0.9rem;
  font-weight: 300;
  letter-spacing: 0.3em;
  color: #888888;
  text-transform: uppercase;
  margin-bottom: 2rem;
  display: block;
}

.hero-description-text {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  color: #cccccc;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

.hero-images-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  height: 550px;
}

.hero-image-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #000000;
}

.hero-image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, opacity 0.3s ease;
}

.hero-image-item:hover img {
  transform: scale(1.08);
  opacity: 0.8;
}

.hero-image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.hero-image-item:hover .hero-image-overlay {
  opacity: 1;
}

.hero-image-label {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero-image-large {
  grid-row: span 2;
}

@media (max-width: 991px) {
  .hero-text-content {
    padding-right: 0;
    margin-bottom: 3rem;
  }

  .hero-main-title {
    font-size: 3.5rem;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    margin-bottom: 2rem;
  }

  .hero-images-grid {
    grid-template-columns: 1fr;
    height: auto;
  }

  .hero-image-item {
    height: 300px;
  }

  .hero-image-large {
    grid-row: span 1;
    height: 400px;
  }
}

@media (max-width: 768px) {
  .hero-main-title {
    font-size: 2.5rem;
  }

  .hero-description-text {
    font-size: 0.9rem;
  }

  .hero-image-item {
    height: 250px;
  }

  .hero-image-large {
    height: 350px;
  }
}

/* About Introセクション */
.about-intro-section {
  background-color: #0a0a0a;
  padding: 6rem 0;
  position: relative;
}

.about-intro-image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.about-intro-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
}

.about-intro-image:hover img {
  transform: scale(1.05);
}

.about-intro-content {
  padding-left: 2rem;
}

.about-intro-label {
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.25em;
  color: #888888;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.about-intro-title {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  color: #ffffff;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
}

.about-intro-text {
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 2;
  color: #cccccc;
  margin-bottom: 1.5rem;
}

.about-intro-link {
  margin-top: 2.5rem;
}

.circle-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-decoration: none;
  transition: all 0.4s ease;
  position: relative;
}

.circle-link:hover {
  background: #ffffff;
  border-color: #ffffff;
  transform: rotate(90deg);
}

.circle-link-text {
  font-size: 0.85rem;
  color: #ffffff;
  letter-spacing: 0.05em;
  position: absolute;
  transition: all 0.4s ease;
}

.circle-link:hover .circle-link-text {
  color: #000000;
}

.circle-link-icon {
  font-size: 1.5rem;
  color: #ffffff;
  position: absolute;
  opacity: 0;
  transition: all 0.4s ease;
}

.circle-link:hover .circle-link-icon {
  opacity: 1;
  color: #000000;
}

.circle-link:hover .circle-link-text {
  opacity: 0;
}

@media (max-width: 991px) {
  .about-intro-content {
    padding-left: 0;
    margin-top: 2rem;
  }

  .about-intro-title {
    font-size: 1.5rem;
  }
}

/* セクション共通 */
.section-dark {
  background-color: #0a0a0a;
  color: #ffffff;
  padding: 6rem 0;
}

.section-darker {
  background-color: #000000;
  color: #ffffff;
  padding: 6rem 0;
}

.section-gray {
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 6rem 0;
}

/* セクションタイトル */
.section-title {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  margin-bottom: 3rem;
  color: #ffffff;
  position: relative;
  text-align: center;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background: #ffffff;
}

.section-title-left {
  text-align: left;
}

.section-title-left::after {
  left: 0;
  transform: translateX(0);
}

@media (max-width: 768px) {
  .section-dark, .section-darker, .section-gray {
    padding: 4rem 0;
  }

  .section-title {
    font-size: 1.5rem;
  }
}

/* サイドタイトル */
.section-title-side {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #ffffff;
  margin-bottom: 1rem;
}

.section-subtitle-side {
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.3em;
  color: #888888;
  text-transform: uppercase;
  margin-bottom: 0;
}

/* お知らせリスト - シンプル版 */
.news-list-simple {
  background-color: transparent;
}

.news-item-simple {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem 0;
  transition: all 0.3s ease;
}

.news-item-simple:last-child {
  border-bottom: none;
}

.news-item-simple:hover {
  padding-left: 0.5rem;
}

.news-item-simple a {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  transition: opacity 0.3s ease;
}

.news-item-simple a:hover {
  opacity: 0.7;
}

.news-date-simple {
  color: #888888;
  font-size: 0.85rem;
  min-width: 120px;
  margin-right: 2rem;
  flex-shrink: 0;
  font-weight: 300;
}

.news-title-simple {
  color: #ffffff;
  flex: 1;
  font-size: 0.95rem;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .news-item-simple a {
    flex-direction: column;
  }

  .news-date-simple {
    margin-bottom: 0.5rem;
    margin-right: 0;
  }
}

/* 特徴セクション */
.feature-item {
  padding: 2rem;
  margin-bottom: 2rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  transition: all 0.4s ease;
}

.feature-item:hover {
  transform: translateY(-10px);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.feature-title {
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 1rem;
  color: #ffffff;
  letter-spacing: 0.05em;
}

.feature-description {
  color: #cccccc;
  line-height: 1.8;
  font-size: 0.95rem;
}

/* 代表挨拶セクション */
.greeting-section {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  padding: 6rem 0;
}

.greeting-label {
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  color: #888888;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  display: inline-block;
}

.greeting-title {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 2rem;
  color: #ffffff;
  letter-spacing: 0.05em;
}

.greeting-text {
  color: #cccccc;
  line-height: 2;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

.greeting-text:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .greeting-section {
    padding: 4rem 0;
  }

  .greeting-title {
    font-size: 1.5rem;
  }
}

/* ボタン */
.btn-luxury {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 1rem 3rem;
  font-size: 1rem;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.btn-luxury:hover {
  background: #ffffff;
  color: #000000;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
}

/* ブログカード */
.blog-card {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.4s ease;
  height: 100%;
}

.blog-card:hover {
  transform: translateY(-10px);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.blog-card-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blog-card:hover .blog-card-img {
  transform: scale(1.05);
}

.blog-card-body {
  padding: 1.5rem;
}

.blog-card-date {
  color: #888888;
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}

.blog-card-title {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.blog-card-text {
  color: #cccccc;
  font-size: 0.9rem;
  line-height: 1.6;
}

/* フェードインアニメーション */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-up {
  animation: fadeInUp 0.8s ease forwards;
}

/* 製品カード */
a.services-2 {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 2rem 1rem;
  transition: all 0.4s ease;
  display: block;
  height: 100%;
}

a.services-2:hover {
  transform: translateY(-10px);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  color: inherit;
  text-decoration: none;
}

a.services-2 .icon img {
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}

a.services-2:hover .icon img {
  transform: scale(1.1);
}

a.services-2 .text h2 {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 1rem;
}




