body {
    margin: 0;
    padding: 0;
    background-color: #f2f1eed7;
    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; }


#policy-wrapper{
    width:100%;
    height: auto;
    margin-top: 180px;
}
.policy-container{
    width: 70%;
    margin:0 auto;
    font-size: 1rem;
    position: relative;
    margin-bottom: 30px;
}
.policypage {
    display: flex;
    align-items: center; 
    justify-content: left;
    gap: 10px; 
    text-align: left; 
    font-weight: normal; 
    width: 100%;
    
    margin-bottom: 100px;
  }
  
  .policypage-title {
    font-size: 1.3rem; 
    font-weight: normal; 
  }
  
  .policypage-line {
    display: inline-block;
    width: 1px; 
    height: 10px; 
    background-color: #333; 
  }
  
  .policypage-sub {
    font-size: 1.1rem; 
    color: #666; 
  }
  .text-box h2{
    font-size: 1.2rem;
    border-top: 0.5px solid #696868;
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .text-box-last{
    border-top: 0.5px solid #696868;
    padding-top: 40px;
    margin-top: 45px;
  }
  .en-detail{
    margin-top: 25px;
    color: #838282;
    font-size: 0.9rem;
  }
  .en-detail .en-hl{
    font-size: 1rem; 
    padding-bottom: 10px;
  }
  .en-detail .en-text{
    padding-bottom: 45px;
  }
  .en-detail .en-list{
    padding-bottom: 45px;
  }
  .en-text-3 .li{
    padding-bottom: 45px;
  }

  .text-box ul, 
  .en-detail ul {
      list-style-type: disc; 
      padding-left: 20px; 
  }

  .text-box ul, 
  .en-detail ul {
      margin-top: 15px; 
  }
  .text-box ul li, 
  .en-detail ul li {
      padding-left: 5px; 
  }
.text-box a {
    text-decoration: underline; 
    color: #0073e6; 
    transition: color 0.3s ease; 
}


.text-box a:hover {
    color: #ff6600; 
}



@media screen and (max-width: 430px) {
    .morphing-area {
        position: fixed;
        top: -200px;
        left: 130px;
        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(90deg) scale(1);
          -ms-transform: rotate(90deg) scale(1);
          transform: rotate(90deg) scale(1);
      }
      path {
        fill: none;
        stroke-width: 0.8;
        stroke-linecap: round;
        stroke-opacity: 0.2;
    }
    #policy-wrapper{
        width:100%;
        height: auto;
        margin-top: 90px;
    }
    .policypage {
        display: flex;
        flex-direction: column;
        align-items: center; 
        justify-content: left;
        gap: 10px; 
        text-align: left; 
        font-weight: normal; 
        width: 100%;
        
        margin-bottom: 50px;
      }
      .policy-container{
        width: 80%;
        margin:0 auto;
        font-size: 1rem;
        position: relative;
        margin-bottom: 30px;
    }
}
.content07{
    
  background: rgba(255, 255, 255, 0.277);
}

