@charset "utf-8";

html,  body { 
    margin: 0px;
    padding: 0px;
   }

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #f9f0d9;
  }
  
.top-left.top-right{
    display: flex;
}

.top-left{
    position: absolute;
    left: 20px;
    top: 14px;
}

.top-right{
    position: absolute;
    right: 10px;
    top: 14px;

}

.menu-container {
    position: relative;
    margin-left: auto;
    max-width: 100px;
  }
  
  .menu-trigger {
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  
  .menu-image {
    width: 50%;
    height: 50%;
    object-fit: cover;
    
    
  }
  
  .menu {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 200px;
  }
  
  .menu ul {
    list-style: none;
    margin: 0;
    padding: 10px;
  }
  
  .menu li {
    margin: 10px 0;
  }
  
  .menu a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    display: block;
  }
  
 
  




  .top-section {
    width: 100%;
    height: 550px;
    text-align: center;
    position: absolute;
   
  }

  .socks-image img{
    width: 100%;
  }
  
  
  .title {
    font-size: 1em;
    writing-mode: vertical-rl;
    font-weight: bold;
    color: black;
    position: absolute;
    top: 70px;
    right: 18px;
    background-color: white;
    padding: 10px 8px;
  }
  
  .text-jp {
    font-size: 1em;
    writing-mode: vertical-rl;
    font-weight: bold;
    color: black;
    position: absolute;
    left: 18px;
    top: 55%;
    background-color: white;
    padding: 10px 8px;
  }




.next {
    background-color: #f9f0d9;
    width: 390px;
    height: 350px;
    display: inline-block; 
    position: relative;
    top: 550px;
}

  h1  {
    font-family: Rubic;
    position: absolute;
    left: 20px;
    color: black;
    font-size: 15px;
  }

.next .image {
  display: inline-block;
  margin: 0;
  padding: 0;
  top: 70px;
  position: absolute;
}
.next .text {
  display: inline-block;
  top: 30px;
  left: 177px;
  right: 13px;
  margin: 0 0 0 10px;
  padding: 0;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 2em;
  position: absolute;
}

.box1 {
    top: 275px;
    left: 285px;
    width: 55px;
    padding: 0.3em 0.7em;
    margin: 2em 0;
    font-size: 12px;
    font-weight: bold;
    border: solid 3px #c92323;
    background-color: white;
    position: absolute;
    letter-spacing: 1.5px;
    
}
.box1 p {
    margin: 0; 
    padding: 0;
}


.next2 {
    background-color: white;
    height: 1100px;
    top: 550px;
    position: relative;
    }

    h2{
        left: 20px;
        color: black;
        font-size: 20px;
        text-align: center;
        top: 30px;
    }

    @media screen and (max-width: 480px){
        .scroll_list{
          margin: 0 auto;
          padding: 0;
          width: 90%;  /* コンテンツが見切れて見えるようにする */
          overflow-x: auto;  /* 横スクロールの指定 */
          white-space: nowrap;  /* 横スクロールの指定 */
          -webkit-overflow-scrolling: touch;  /* スクロールを滑らかにする */
        }
        .scroll_list li{
          display: inline-block;  /* 横並びにする指定 */
          list-style: none;
          height: 100px;  /* 横スクロールする範囲の高さを指定 */
        }
        .list1{
          margin-left: 0;
        }
        .list2, .list3{
          margin-left: 30px;
        }
        }
        

        .setumei{
            display: flex;
            margin-top: 10px;
        }

        .y-box{
            background-color: rgb(227, 178, 79);
            margin-top: 10px;
            width: 55px;
            height: 30px;
        }
        .sox-1{
            font-size: 12px;
            margin-left: 20px;
        }

        .setumei-2{
            display: flex;
            font-size: 12px;
            margin-left: 20px;
        }
        .cart{
            margin-top: 20px;
            width: 25px;
            height: auto;
            margin-left: 30px;
        }


        @media screen and (max-width: 480px){
            .scroll_list2{
              margin: 0 auto;
              padding: 0;
              width: 90%;  /* コンテンツが見切れて見えるようにする */
              overflow-x: auto;  /* 横スクロールの指定 */
              white-space: nowrap;  /* 横スクロールの指定 */
              -webkit-overflow-scrolling: touch;  /* スクロールを滑らかにする */
            }
            .scroll_list2 li{
              display: inline-block;  /* 横並びにする指定 */
              list-style: none;
              height: 100px;  /* 横スクロールする範囲の高さを指定 */
            }
            .list2-1{
              margin-left: 0;
            }
            .list2-2, .list2-3{
              margin-left: 5px;
            }

            }
            .setumei3{
                display: flex;
                margin-top: 10px;
            }
    
            .y-box{
                background-color: rgb(227, 178, 79);
                margin-top: 10px;
                width: 55px;
                height: 30px;
            }
            .sox-2{
                font-size: 12px;
                margin-left: 20px;
            }
    
            .setumei-4{
                display: flex;
                font-size: 12px;
                margin-left: 20px;
            }
            .cart{
                margin-top: 20px;
                width: 25px;
                height: auto;
                margin-left: 30px;
            }

.osusume{
    background-color: white;
    height: 700px;
    top: 260px;
    display: flex;
    position: relative;
}
.osusumetex{
    font-size: 13px;
    font-weight: bold;
    height: 40px;
    width: 130px;
    margin-left: 120px;
    margin-top: 400px;
    letter-spacing: 0.5px;
    text-align: center;
    background-color: #fcf6e6;
    border: solid 3px #c92323;
    
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    
}
    .osusume img{
        margin-left: 15px;
        
        position: absolute;
        width: 90%;
    }
    .fin {
        position: relative;
        height: 330px;
    }