body {
    margin: 0;
    padding: 0;
    font-family: 
      "Hiragino Kaku Gothic ProN", 
      "Yu Gothic", 
      "Noto Sans JP", 
      "Meiryo", 
      sans-serif;
    color: #39393D;
    overflow-x: hidden;
   
    
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  .morphing-area {
    position: fixed;
    top: 180px;
    left: 60px;
    width: 120%;
    height: 100%;
    z-index: -1; 
    pointer-events: none;
    overflow: visible;
    transform-origin: center; 
    transition: transform 0.5s ease, opacity 0.5s ease; 
    -webkit-transform: rotate(130deg) scale(1);
      -ms-transform: rotate(130deg) scale(1);
      transform: rotate(130deg) scale(1);
  }
  
  

svg {
    width: 100%;
    height: auto;
  }
  
path {
    fill: none;
    stroke-width: 0.2;
    stroke-linecap: round;
    stroke-opacity: 0.2;
}
.morphing-area2 path{
    stroke-width: 0.7;
    stroke-opacity: 0.4;
}

.yarn {
    
    stroke: #ffd700;
    transition: stroke 0.5s ease; 
    
  }
  #yarnLeft1 { stroke: #8faadc; }
  #yarnLeft2 { stroke: #747474; }
  #yarnLeft3 { stroke: #87a96b; }
  #yarnLeft4 { stroke: #ffb6c1; }
  #yarnLeft5 { stroke: #ffd700; }
  #yarnLeft6 { stroke: #ff6347; }
  #yarnLeft7 { stroke: #8faadc; }
  #yarnLeft8 { stroke: #747474; }
  #yarnLeft9 { stroke: #87a96b; }
  #yarnLeft10 { stroke: #ffb6c1; }
  #yarnLeft11 { stroke: #ffd700; }
  #yarnLeft12 { stroke: #8faadc; }
  #yarnLeft13 { stroke: #747474; }
  #yarnLeft14 { stroke: #87a96b; }
  #yarnLeft15 { stroke: #ffb6c1; }
  #yarnLeft16 { stroke: #ffd700; }
  #smallYarn1 { stroke: #ff6347; }
  #smallYarn2 { stroke: #87a96b; }
  #smallYarn3 { stroke: #007bff; }
  #smallYarn4 { stroke: #87a96b; }
  #smallYarn5 { stroke: #ffb6c1; }
  #smallYarn6 { stroke: #ffd700; }
  #smallYarn7 { stroke: #747474; }
  #smallYarn8 { stroke: #87a96b; }
  #smallYarn9 { stroke: #ffb6c1; }

#contact-wrapper{
    width:100%;
    height: auto;
    margin-top: 180px;
    margin-bottom: 90px;
}
.contact-container{
    width: 70%;
    margin:0 auto;
    font-size: 0.9rem;
    position: relative;
}
.contactpage {
    display: flex;
    align-items: center; 
    justify-content: left;
    gap: 10px; 
    text-align: left; 
    font-weight: normal; 
    width: 40%;
    
    margin-bottom: 100px;
  }
  
  .contactpage-title {
    font-size: 1.3rem; 
    font-weight: normal; 
  }
  
  .contactpage-line {
    display: inline-block;
    width: 1px; 
    height: 10px; 
    background-color: #333; 
  }
  
  .contactpage-sub {
    font-size: 1.1rem; 
    color: #666; 
  }
.step {
    display: none;
}
  
.step.active {
    display: block;
}
.form_container form{
    display: flex;
    gap: 40px;
    margin: 0 auto;
    justify-content: space-between;
}
.form_container form .left{
    width: 36.5%;
}
.form_container form .right{
    width: 45%;
   
}
.form_container form .left .step .txt {
    letter-spacing: 0.06em;
    line-height: 1.6;
}
.form_container form .right ul li {
    margin-bottom: 21px;
    position: relative;
}
.form_container form .right ul li input, .form_container form .right ul li textarea {
    
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: 0px;
    
    background-color: #ffffffa9;
    padding: 22px 5%;
    letter-spacing: 0.07em;
    box-shadow: 0px 0px 0px 0.5px #fae269 inset;
}
.form_container form .right ul li textarea {
    resize: none;
    height: 155px;
    font-family: inherit;
    box-shadow: 0px 0px 0px 0.5px #fae269 inset;
}
.form_container form .right ul li.check_raw input {
    width: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    box-shadow: 0px 0px 0px 1.5px #fae269 inset;
    background-color: #fff;
    padding: 0;
    margin-left: 0px;
    margin-right: 7px;
    cursor: pointer;
  
    
}
.form_container form .right ul li.check_raw input:checked {
    background-color: #c74808;
    border: 1px solid #c74808;
}
.form_container form .right ul li.check_raw {
    padding-top: 9px;
    font-size: 1rem;
    position: relative;
    z-index: 1;
    
}
.txt-translation{
    margin-top: 30px;
    
}
.txt-translation,.ui-translation{
    color: rgb(146, 133, 114);
    font-size: 0.8rem;
    letter-spacing: 0.05rem;
}
.btn_raw {

    display: flex; 
    justify-content: flex-end; 
    margin-top: 20px; 
    gap:30px;

}
.btn_raw02{
    display: flex; 
    justify-content: flex-start; 
    margin-top: 60px; 
    gap:30px;
}
.btn {
    display: flex;
    flex-direction: column; 
    align-items: center; 
    justify-content: center; 
    text-align: center; 
    line-height: 1; 
}

.btn-japanese {
    
    font-weight: bold;
    margin-bottom: 5px; 
}

.btn-english {
    font-size: 0.8rem; 
    color: #7b7979; 
}

.btn.brackets.font1 {
    padding: 10px 20px; 
    background-color: #100f0f; 
    color: white; 
    border: none; 
    border-radius: 5px; 
    cursor: pointer; 
    transition: background-color 0.3s ease; 
}

.btn.brackets.font1:hover {
    background-color: #925d5d; 
}
.input-error {
    border: 1px solid red !important;
    
    background-color: #ffe6e6; 
}
.error-message {
    display: none; 
    color: red; 
    font-size: 0.7rem; 
    margin-top: 5px; 
}
.item-header {
    display: flex;
    align-items: center; 
    gap: 10px; 
    text-align: left; 
    font-weight: normal;
    margin-bottom: 10px;
    color: #666;
  }
  
  .item-title  {
    
    font-weight: normal; 
  }
  
  .item-sub {
    
   
  }
  .item.check_raw {
    display: flex;
    align-items: center; 
    gap: 3px; 
}

.checkbox-text-container {
    display: flex;
    flex-direction: column; 
    justify-content: center; 
}

.checkbox_txt
{
    font-size: 0.8rem;
    color: #39393D;
    text-align: left; 
}
.checkbox_txt-translation {
    font-size: 0.7rem;
    color: #39393D;
    text-align: left; 
}
.checkbox-text-container a {
    text-decoration: underline;
    color: #333; 
    transition: color 0.3s ease;
}

.checkbox-text-container a:hover {
    color: #b88c4c; 
    text-decoration: underline;
}
.step3 {
    min-height: 40vh; 
    
    padding: 40px 20px;
  }
@media screen and (max-width: 800px) {
    .contactpage {
        display: flex;
        align-items: center; 
        justify-content: left;
        gap: 10px; 
        text-align: left; 
        font-weight: normal; 
        width: 50%;
        
        margin-bottom: 50px;
      }
    .form_container form {
        display: flex;
        flex-direction: column; 
        gap: 40px; 
        margin: 0 auto;
        align-items: center; 
    }
    .form_container form .left{
        width: 100%;
    }
    .form_container form .right{
        width: 100%;
       
    }

}
@media screen and (max-width: 430px) {
    .contact-container{
        width: 80%;
        margin:0 auto;
        font-size: 0.9rem;
        position: relative;
    }
    .morphing-area {
        position: fixed;
        top: -200px;
        left: -160px;
        width: 100%;
        height: 100%;
        z-index: -1; 
        pointer-events: none;
        overflow: visible;
        transform-origin: center; 
        transition: transform 0.5s ease, opacity 0.5s ease; 
        -webkit-transform: rotate(130deg) scale(1);
          -ms-transform: rotate(130deg) scale(1);
          transform: rotate(130deg) scale(1);
      }
      path {
        fill: none;
        stroke-width: 0.8;
        stroke-linecap: round;
        stroke-opacity: 0.2;
    }
    #contact-wrapper{
        width:100%;
        height: auto;
        margin-top: 90px;
    }
    .contactpage {
        display: flex;
        align-items: center; 
        justify-content: left;
        gap: 10px; 
        text-align: left; 
        font-weight: normal; 
        width: 40%;
        
        margin-bottom: 50px;
      }
    .form_container form {
        display: flex;
        flex-direction: column; 
        gap: 40px; 
        margin: 0 auto;
        align-items: center; 
    }
    .form_container form .left{
        width: 100%;
    }
    .form_container form .right{
        width: 100%;
       
    }
    .center-btn {
        display: flex;
        justify-content: center;
        margin-top: 50px;
    }
    
}
.content07{
    background: rgba(255, 255, 255, 0.277);
  }
