@charset "UTF-8";
html {
    overflow-y: scroll; 
    scroll-behavior: smooth;
  }
  
body {
    background-color: #FFF4DD; 
    margin: 0;
    padding: 0;
    width: 100%;

}
html, body {
    overflow-x: hidden;
  }
.site-title{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-size: 2vw;
    letter-spacing: 0.5vw;
    font-style: normal;
    padding-left: 80px;
}
.logo-image {
    width: 100%;
    max-width: 55vw;
    height: auto;
    display: block;
    margin-top: 3vw; 
    margin-left: -0.3vw;
    padding-left: 80px;
    padding-bottom: 80px;
    background-color: transparent; /* 念のため */
}
.logo-and-catchcopy {
    display: flex;
    align-items: center;
    gap: 5vw; 
    position: relative;
    width: fit-content; 
    padding-right: 200px;

}
.catchcopy  {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-size: 6vw;
    color: #000;
    position: relative;
    left: -14vw; 
    top: -5.0vw;
    z-index: 1;
    gap: 0.1vw;
    display: flex;
    flex-direction: column;
  }

h2{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: clamp(24px, 5vw, 64px);
    letter-spacing: 0.5vw;
    color: #FFB366;
}
.about{
    padding: 80px;
}
.work{
    padding: 80px;
}
.founder{
    padding: 80px;
    position: relative;
    
}
.company-info{
    padding: 80px;
    padding: 5vw 8vw;  /* 左右に余白を追加 */
}
.footer-contact-cta{
    padding: 80px;
}
.subheading{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: clamp(12px, 1.3vw, 18px);
    letter-spacing: 0.10em;
    margin-top: -32px;
    margin-bottom: 50px;
}
.main-message{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size:clamp(24px, 5vw, 64px);
    letter-spacing: 0.2vw;
}
p{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    letter-spacing: 0.2vw; 
    line-height: 3.0vw; 
}
h3{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
}
dt{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200
    ;
}
dd{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
}
.logo-sub-image {
    width: 100%;
    max-width: 10vw;
    height: auto;
    display: block;
    float: right;
    margin-top:-3vw;
    margin-right: 1vw;
    background-color: transparent; /* 念のため */
  }

.service-box{
    text-align: center;
    background-color: #fff;
    border-radius: 32px;
    padding: 32px;
    margin-bottom: 32px;
    border: 3px solid #FFB366;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.service-box.show {
    opacity: 1;
    transform: translateY(0);
  }
.founder-message{
    position: relative; 
    max-width: 829px;        
    width: 100%;
    background-color: #fff;
    border-radius: 32px;
    padding: 32px;
    border: 3px solid #FFB366;
    box-sizing: border-box; 
    margin: 0 0 32px auto;   
}
.founder-wrapper {
    display: flex;
    align-items: flex-end; 
    justify-content: space-between;
    gap: 2rem;
  }
.bee-image {
    position: absolute;
    bottom: 5vw;
    right: 70vw;
    width: 18vw;
    height: auto;
    z-index: 2;
    background-color: transparent; /* 念のため */
  }
  @media screen and (min-width: 768px) and (max-width: 999px) {
    .bee-image {
      left: -10vw; /* ← 調整値 */
      width: 16vw; /* ← 調整値 */
    }
  }

.company-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 5vw 8vw;  
  }
  
  .info-left {
    width: 20%;
    position: relative;
  }
  
  .info-background-text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 4vw;
    letter-spacing: 0.2vw;
    line-height: 1.2;
    color: #f6a950;
    margin: 0;
  }
  
  .info-title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: clamp(14px, 1.3vw, 18px);
    margin-top: 20px;
    color: #111;
  }
  
  .info-right {
    width: 64%;
  }
  
  .info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;  /* baseline → center */
    border-bottom: 3px solid #f6a950;
    padding: 32px 0;
    width: 97%;
    margin: 0 auto;
   
  }
  
  dt {
    font-weight: bold;
    color: #111;
    width: 10%;
  }
  
  
  dd {
    margin: 0;
    width: 80%;
    color: #333;
  }
  /* PC用（768px以上） */
@media screen and (min-width: 768px) {
  .company-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 60px 8vw;
    gap: 40px;
  }

  .info-left {
    width: 20%;
    position: relative;
  }

  .info-background-text {
    font-size: 3.5vw;
    letter-spacing: 0.2vw;
    line-height: 1.2;
  }

  .info-right {
    width: 70%;
  }

  .info-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 2px solid #f6a950;
    padding: 28px 0;
  }

  dt {
    width: 20%;
    margin-right: 1rem;
    font-weight: bold;
    color: #111;
  }

  dd {
    width: 75%;
    margin: 0;
    line-height: 1.8;
    color: #333;
  }
}

  
  .info-row:first-of-type {
    align-items: center;
    border-top: 3px solid #FFB366;
  }
  .info-row dt,
  .info-row dd {
    line-height: 1.2;      /* 数値を揃える */
    padding: 0.2em 0;      /* 上下に均等余白 */
    display: flex;
    align-items: center;   /* 中央揃え */
  }
  .footer-contact-bg {
    background-color: #C0CDDC;
    width: 100%;
  }
  
  .footer-contact-cta {
    margin: 0 auto;
    padding: 4vw 2vw;
    text-align: center;
  }
.contact-heading{
    margin: 0 auto;
    color: #000;
    text-align: center;
    letter-spacing: 1vw;
}
small{
    text-align: center;
}
.footer-inner {
    background-color: #fff;
    text-align: center;
    padding: 0.1rem 0; 
  }
  
  .footer-inner small {
    font-size: 0.8rem;
    color: #000000;
  }
  .contact-button{
    display: inline-block;
    background-color: #FFB366;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-weight:400;
    letter-spacing: 0.3vw;
    font-size: 1rem;
    padding: 0.75em 4em;
    border-radius: 999px; 
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    transform: scale(1);
  }
  .contact-button:hover {
    background-color: #FFF4DD;      
    transform: translateY(-2px); 
    transform: scale(1.05);   
  }
  .contact-button:active {
    transform: scale(0.95);
  }
  .hamburger {
    position: fixed;
    top: 9px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 3000;
    cursor: pointer;

  }
  
  .hamburger span {
    width: 25px;
    height: 5px;
    background-color: #000000;
    display: block;
    transition: all 0.3s ease;
    border-radius: 8px;

    }
    /* ハンバーガーが active のときバツに変形 */
.hamburger.active span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
  
  .menu-popup {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 60px;  /* バツ印の下 */
    right: 13px; /* 右上に近づける */
    background-color: #fff;
    padding: 1.5rem 2rem; /* 少しコンパクトに */
    border-radius: 1.5rem;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    z-index: 2000;
    width: 120px; /* コンパクトに */
    text-align: left;
    font-size: 0.9rem;
  }
  
  .menu-popup.active {
    display: flex;
  }
  
  .menu-popup::before {
    content: "";
    position: absolute;
    top: -20px;
    right: 20px;  /* バツ印の中央に矢印がくるように調整 */
    border: 10px solid transparent;
    border-bottom-color: #fff;
  }

  /* メニュー内のリンクを縦に整列＆可愛い感 */
  .menu-list a,
.bee-list a {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  position: relative;
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-size: 1rem;
  margin: 1rem 0;
  transition: color 0.3s ease;
}

.menu-list a::after,
.bee-list a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFB366;
  transform: scaleX(0);               /* ← ここが重要 */
  transform-origin: left;
  transition: transform 0.3s ease;    /* ← アニメーション時間 */
}

.menu-list a:hover::after,
.bee-list a:hover::after {
  transform: scaleX(1);               /* ← ニョイっと出る */
}


  
  .menu-list a:nth-child(1) { animation-delay: 0.1s; }
  .menu-list a:nth-child(2) { animation-delay: 0.2s; }
  .menu-list a:nth-child(3) { animation-delay: 0.3s; }
  .menu-list a:nth-child(4) { animation-delay: 0.4s; }
  .menu-list a:nth-child(5) { animation-delay: 0.5s; }
  
  
      
  @keyframes menuFadeUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  

    .catchcopy-sp{
        display: none;
  }
  .br-sp {
    display: none;
  }
  .dot-pc {
    display: inline;
  }
  .catchcopy p {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
  }
  
  .catchcopy p.visible {
    opacity: 1;
    transform: translateY(0);
  }
 
  h2 span.char {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    animation: h2fadeUp 0.6s ease forwards;
  }
  .bee-menu-header {
    position: fixed; 
    top: 50px;
    right: 18px;        /* ← ここを大きくして余白UP */
    z-index: 1000;
    display: flex;
    flex-direction: column;   /* ← 縦並びにする */
    align-items: flex-end;
    gap: 8px;       /* ← ボタン間のスペース */
  }
  
  .bee-button {
    width: 48px;
    cursor: pointer;
    transition: transform 0.2s ease;
  }
  .bee-button:hover {
    animation: beeBuzz 0.3s ease-in-out infinite alternate;
  }
  @keyframes beeBuzz {
    0% { transform: translateX(0) rotate(0deg); }
    100% { transform: translateX(1.5px) rotate(2deg); }
  }
  
  
  .bee-popup {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 110px;  /* バツ印の下 */
    right: 13px; /* 右上に近づける */
    background-color: #fff;
    padding: 1.5rem 2rem; /* 少しコンパクトに */
    border-radius: 1.5rem;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    z-index: 2000;
    width: 50px; /* コンパクトに */
    text-align: left;
    font-size: 0.9rem;
  }
  
  .bee-popup::before {
    content: "";
    position: absolute;
    top: -20px;
    right: 20px;  /* バツ印の中央に矢印がくるように調整 */
    border: 10px solid transparent;
    border-bottom-color: #fff;
  }
  .bee-popup.active {
    display: block;
  }
  
  .bee-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
 
  
  @keyframes h2fadeUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @media screen and (max-width: 767px) {
    .br-sp {
        display: inline;
      }
      .dot-pc {
        display: none;
      }
      .about .subheading {
        margin-top: 0;          
        margin-bottom: 6vw;    
      }
      .about h2 {
        margin-bottom: 1.5vw; 
      }
    .site-title{
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-weight: 200;
        font-size: clamp(16px, 2vw, 32px);
        letter-spacing: 0.5vw;
        font-style: normal;
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 32px;
        margin-bottom: 20px;
    }
    .logo-image {
        width: 100%;
        max-width: 55vw;
        height: auto;
        display: block;
        margin-right: 20px;
        margin-top: -20px;
        padding-left: 24px;
        padding-bottom: 32px;
    }
    .logo-sub-image{
        width: 100%;
        max-width: 100px;
        position: absolute; 
        right: 5%;
    }
    .about{
        padding: 24px;
    }
    .work{
        padding: 24px;
    }
 
    .founder{
        padding: 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
        
    }
    .company-info{
      padding: clamp(24px, 5vw, 80px);

    }
    .footer-contact-cta{
      
    }
      h2{
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-weight: Medium;
        font-size: 10vw;
        letter-spacing: 0.5vw;
        color: #FFB366;
    }
    .subheading{
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-size: 3vw;
        letter-spacing: 0.10em;
        margin-top: 0;       
        margin-bottom: 24px; 

    }
    .main-message{
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-size:9vw;
        letter-spacing: 0.2em;
        line-height: 1.6;
    }
    p{
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-weight: 100;
        letter-spacing: 0.2em;
        line-height: 1.6;
        font-size: light;
    }
    .catchcopy-sp{
        letter-spacing: 1.0vw;
        display: block;
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-weight: 100;
        font-size: 7vw;
        color: #000;
        position: relative;
        left: -20vw; 
        top: -5.0vw;
        z-index: 1;
        gap: 5vw;
        display: flex;
        flex-direction: column;
        margin-top: -30px;
  }
  .catchcopy{
    display: none;
  }
  .company-info {
    display: block;
    padding: 40px 5vw;
    text-align: center;
  }

  .info-left {
    width: 100%;
    margin-bottom: 32px;
  }

  .info-background-text {
    font-size: 10vw;
    letter-spacing: 0.5vw;
  }

  .info-title {
    font-size: 3vw;
    margin-top: 8px;
  }

  .info-right {
    width: 100%;
  }

  .info-row {
    display: flex;
    justify-content: space-between;
    align-items: center; 
    flex-wrap: wrap;
    gap: 8px 10px;
    border-bottom: 2px solid #f6a950;
    padding: clamp(16px, 2vw, 32px) 0;
    width: 100%;
    margin: 0 auto;
  }

  
  dt {
    font-weight: 400;
    color: #000;
    width: 6em; 
    flex-shrink: 0;
    text-align: left;
  }

  dd {
    margin: 0;
    flex: 1;
    color: #000;
    line-height: 1.8;
    text-align: left;   
    word-break: break-word;
    font-size: 16px;
    
  }

  .info-row:first-of-type {
    border-top: 2px solid #f6a950;
    padding-top: 24px;
    margin-top: 0;
  }
  .contact-heading{
    margin: 0 auto;
    color: #000;
    text-align: center;
    letter-spacing: 0.5vw;
    font-size: 4.0rem; 
    font-weight: 400;

  }
  .contact-subtext{ 
    font-size: 1rem;
    margin-bottom: 25px;
    font-weight: 400;
    letter-spacing: 0.3vw;
  }
  .contact-button {
    display: inline-block;
    background-color: #FFB366;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    padding: 0.9em 3.5em;  
    border-radius: 999px;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    transform: scale(1);
  }
  .footer-contact-cta {
    padding: 64px 5vw 80px;
    text-align: center;
  }
  .work .subheading {
    text-align: center;
  }

  .founder .subheading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 6vw; 
  }
  .work h2{
    text-align: center;
    margin-top: 10vw;
    margin-bottom: 2vw;
  }
  .work .subheading {
    margin-top: 0;
    margin-bottom: 6vw; 
  }
  .founder h2{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10vw;
    margin-bottom: 2vw;
  }
  .bee-image {
    position: absolute;
    top: 0;           
    right: 0;  
    width: 25vw;
    height: auto;
    z-index: 1;
    transform: translate(20%, -90%);
  }


  .founder-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .fade-box {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  
  .fade-box.show {
    opacity: 1;
    transform: translateY(0);
  }
    .menu-popup {
        background-color: #FFB366;
        color: #fff; 
      top: 0;
      right: auto;
      left: 0%;
      height: 100vh;
      width: 50vw;
      border-radius: 0; 
      box-shadow: none;
      z-index: 999;
      transform: translateX(-100%);
      transition: transform 0.6s ease, opacity 0.6s ease;
      opacity: 0;
    }
  
    .menu-popup.active {
        transform: translateX(0);
        opacity: 1;
    }
  
    .menu-popup::before {
      display: none;
    }
  
    .menu-list {
      display: flex;
      flex-direction: column;
      padding-top: 80px;
    }
  
    .menu-list a {
      font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
      -webkit-font-smoothing: antialiased;
      font-weight: 200;
      font-optical-sizing: auto;
      font-size: 1.3rem;
      margin: 1rem 2rem;
    }
    .menu-list a::after {
        background-color: #fff !important; 
      }
    
  }
  

