
.l-section{
    padding-left: 0;
    padding-right: 0;
}

    /* Section Spacing */
    .about-intro {
      margin-bottom: 160px;
    }

    .service-block--jisha {
      margin-bottom: 160px;
    }

    .service-block--matsuri {
      margin-bottom: 160px;
    }

    .waza-section {
      margin-bottom: 160px;
    }

    /* Section: About Intro */
    .about-intro {
      display: flex;
      min-height: 700px;
    }

    .about-intro-left {
      flex: 0 0 350px;
      display: flex;
    }

    .about-intro-left-bg {
      width: 380px;
      background: url("../img/about_bg.png") no-repeat;
      background-size: cover;
      background-position: center;
    }

    .about-intro-title {
      font-family: 'Noto Serif JP', serif;
      font-size: 4rem;
      font-weight: 400;
      letter-spacing: 0.3em;
      writing-mode: vertical-rl;
      text-orientation: mixed;
      line-height: 1.8;
      padding: 0px 20px;
      flex-shrink: 0;
    }

    .about-intro-right {
      flex: 1;
      display: flex;
      align-items: center;
      padding: 60px;
    }

    .about-intro-content {
      width: 100%;
    }

    .about-intro-text {
      font-size: 1.6rem;
      line-height: 2.4;
      text-align: center;
      margin-bottom: 60px;
    }

    .about-intro-text h3{
        font-size: 24px;
        margin-bottom: 24px;
    }

    .about-intro-text p {
      margin-bottom: 2em;
    }

    .about-intro-text p:last-child {
      margin-bottom: 0;
    }

    .about-intro-gallery {
      display: flex;
      gap: 20px;
      justify-content: center;
    }

    .about-intro-gallery img,
    .about-intro-gallery .placeholder-img {
      width: 250px;
      object-fit: cover;
    }

    /* Section: Service (寺社彫刻 / 祭り彫刻) */
    .service-section {
      position: relative;
    }

    .service-section--jisha {
      padding: 100px 0;
    }

    .service-section--matsuri {
      padding: 100px 0;
      background: #fff;
    }

    .service-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background-size: cover;
      background-position: center;
    }

    .service-section--jisha .service-bg {
      background-color: #888;
    }

    .service-section--matsuri .service-bg {
      left: auto;
      right: 0;
      background-color: #888;
    }

    .service-content {
      position: relative;
      z-index: 1;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .service-section--jisha .service-content {
      display: flex;
      align-items: center;
    }

    .service-section--matsuri .service-content {
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
    }

    .service-text-area {
      flex: 0 0 40%;
      padding: 40px;
      background: rgba(255,255,255,0.95);
    }

    .service-section--jisha .service-text-area {
      margin-left: 45%;
    }

    .service-section--matsuri .service-text-area {
      margin-right: 45%;
    }

    .service-title {
      font-family: 'Noto Serif JP', serif;
      font-size: 2.4rem;
      font-weight: 500;
      letter-spacing: 0.15em;
      margin-bottom: 20px;
      writing-mode: vertical-rl;
      text-orientation: mixed;
      display: inline-block;
    }

    .service-desc {
      font-size: 1.4rem;
      line-height: 2;
      color: #666;
    }

    .service-gallery {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
      width: 35%;
    }

    .service-section--jisha .service-gallery {
      right: 10%;
    }

    .service-section--matsuri .service-gallery {
      left: 10%;
    }

    .service-gallery img {
      width: 100%;
      aspect-ratio: 4/3;
      object-fit: cover;
    }

    /* Alternative Service Layout for Better Responsiveness */
    .service-block {
      position: relative;
      padding: 0;
      overflow: hidden;
    }

    /* 寺社彫刻セクション */
    .service-block--jisha {
      display: flex;
      min-height: 600px;
      background: #000;
    }

    .service-block--jisha .service-block-left {
      flex: 0 0 45%;
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 60px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: left bottom;
    }

    .service-block--jisha .service-block-left-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url("../img/service-block-left-bg.png");
      background-size: 60%;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      opacity: 0.8;
    }

    .service-block--jisha .service-block-text-overlay {
      position: relative;
      z-index: 1;
      background: transparent;
      padding: 0;
      text-align: center;
    }

    .service-block--jisha .service-block-text-overlay h3 {
      font-family: 'Noto Serif JP', serif;
      font-size: 2.8rem;
      font-weight: 400;
      letter-spacing: 0.15em;
      color: #fff;
      margin-bottom: 20px;
      writing-mode: horizontal-tb;
    }

    .service-block--jisha .service-block-text-overlay p {
      font-size: 1.6rem;
      line-height: 2;
      color: rgba(255,255,255,0.85);
      writing-mode: horizontal-tb;
    }

    .service-block--jisha .service-block-right {
      flex: 1;
      display: flex;
      gap: 20px;
      padding: 40px;
      padding-left: 60px;
      align-items: center;
      justify-content: center;
    }

    .service-block--jisha .service-block-right .placeholder-img {
      width: 200px;
      height: 350px;
      object-fit: cover;
      flex-shrink: 0;
    }

    .service-block--jisha .service-block-right .placeholder-img:nth-child(1),
    .service-block--jisha .service-block-right .placeholder-img:nth-child(3) {
      margin-top: 80px;
    }

    .service-block--jisha .service-block-right .placeholder-img:nth-child(2) {
      margin-top: 0;
    }

    /* 祭り彫刻セクション */
    .service-block--matsuri {
      display: flex;
      min-height: 600px;
      background: #fff;
    }

    .service-block--matsuri .service-block-left {
      flex: 0 0 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 40px;
    }

    .service-block--matsuri .service-block-left .composite-image {
      max-width: 100%;
      height: auto;

    }

    .service-block--matsuri .service-block-right {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      padding: 60px;
    }

    .service-block--matsuri .service-block-text-overlay {
      background: transparent;
      padding: 0;
    }

    .service-block--matsuri .service-block-text-overlay h3 {
      font-family: 'Noto Serif JP', serif;
      font-size: 2.8rem;
      font-weight: 400;
      letter-spacing: 0.15em;
      color: #333;
      margin-bottom: 30px;
      writing-mode: horizontal-tb;
    }

    .service-block--matsuri .service-block-text-overlay p {
      font-size: 1.6rem;
      line-height: 2;
      color: #666;
      writing-mode: horizontal-tb;
    }

    /* Section: Waza (受け継がれる匠の技) */
    .waza-section {
      display: flex;
      min-height: 800px;
      background: #f5f5f5;
    }

    .waza-section-left {
      flex: 0 0 350px;
      display: flex;
    }

    .waza-section-left-bg {
      width: 380px;
      background:url("../img/waza-section-left-bg.png");
      background-size: cover;
      background-position: center;
    }

    .waza-section-title {
      font-family: 'Noto Serif JP', serif;
      font-size: 3.2rem;
      font-weight: 400;
      letter-spacing: 0.3em;
      writing-mode: vertical-rl;
      text-orientation: mixed;
      line-height: 1.8;
      padding: 60px 20px;
      flex-shrink: 0;
    }

    .waza-section-right {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 60px;
    }

    .waza-lead {
      font-size: 1.6rem;
      line-height: 2.4;
      text-align: center;
      margin-bottom: 60px;
    }


    /* Responsive */
    @media (max-width: 1024px) {
      /* Section Spacing */
      .about-intro,
      .service-block--jisha,
      .service-block--matsuri,
      .waza-section {
        margin-bottom: 80px;
      }

      .about-intro {
        flex-direction: column;
        min-height: auto;
      }

      .about-intro-left {
        flex: none;
        width: 100%;
        flex-direction: row;
      }

      .about-intro-left-bg {
        width: 50%;
        height: 400px;
      }

      .about-intro-title {
        padding: 40px 20px;
        font-size: rem;
      }

      .about-intro-right {
        padding: 40px 20px;
      }

      .about-intro-gallery {
        flex-wrap: wrap;
      }

      .about-intro-gallery .placeholder-img {
        width: calc(50% - 10px);
      }
      .about-intro-text br{
        display: none;
      }

      /* 寺社彫刻 responsive */
      .service-block--jisha {
        flex-direction: column;
        min-height: auto;
      }

      .service-block--jisha .service-block-left {
        flex: none;
        width: 100%;
        min-height: 350px;
        padding: 40px 20px;
      }

      .service-block--jisha .service-block-right {
        padding: 40px 20px;
        justify-content: center;
        flex-wrap: wrap;
      }

      .service-block--jisha .service-block-right .placeholder-img {
        width: 160px;
        height: 380px;
      }

      .service-block--jisha .service-block-right .placeholder-img:nth-child(1),
      .service-block--jisha .service-block-right .placeholder-img:nth-child(3) {
        margin-top: 40px;
      }

      /* 祭り彫刻 responsive */
      .service-block--matsuri {
        flex-direction: column;
        min-height: auto;
      }

      .service-block--matsuri .service-block-left {
        flex: none;
        width: 100%;
        padding: 40px 20px;
      }

      .service-block--matsuri .service-block-left .composite-image {
        width: 100%;
        height: 400px;
      }

      .service-block--matsuri .service-block-right {
        padding: 40px 20px;
      }
    }

    @media (max-width: 768px) {

      .about-intro-left {
        flex-direction: column;
      }

      .about-intro-left-bg {
        width: 100%;
        height: 300px;
      }

      .about-intro-title {
        writing-mode: horizontal-tb;
        text-align: center;
        letter-spacing: 0.2em;
        padding: 30px 20px;
      }

      .about-intro-gallery .placeholder-img {
        width: 100%;
      }

      .service-block--jisha .service-block-right .placeholder-img {
        width: 140px;
        height: 220px;
      }

      .service-block--matsuri .service-block-left .composite-image {
      }

      .waza-section {
        flex-direction: column;
        min-height: auto;
      }

      .waza-section-left {
        flex: none;
        width: 100%;
        flex-direction: row;
      }

      .waza-section-left-bg {
        width: 50%;
        height: 400px;
      }

      .waza-section-title {
        padding: 40px 20px;
      }

      .waza-section-right {
        padding: 40px 20px;
      }

      .waza-circles-bottom {
        flex-wrap: wrap;
      }
    }



    /* Placeholder images */
    .placeholder-img {
      display: flex;
      align-items: center;
      justify-content: center;
      color: #999;
      font-size: 1.2rem;
        margin-bottom: 1em;
    }

    .waza-txt{
        text-align: center !important;
        line-height: 3;
        margin-bottom: 60px;
    }
    .waza-txt2{
        font-size: 1.6rem;
        line-height: 3;
    }