*{
    padding: 0;
    margin: 0;
}

html, body {
    overflow-x: hidden;

}

header{ 
    top: 0;
    background-color:#ffffff;
    width: 100%
    
}

.toprogo{
    width: 240px;
    height: auto;
    margin: 10px;
    padding-left: 20px;
}
@media screen and (max-width:1024px){
    .toprogo{
        width: 230px;
        height: auto;
        margin: 10px;
        padding-left: 20px;
   
    }
}

@media screen and (max-width:768px){
    .toprogo{
        width: 200px;
        height: auto;
        margin: 8px;
        padding-left: 15px;
   
    }

}
@media screen and (max-width:480px){
    .toprogo{
        width: 150px;
        height: auto;
        margin: 8px;
        padding-left: 5px;
   
    }

}


body{
    background-color: #ffffff;
    align-items: center;
    height: auto; 
    width: auto; 
    margin: auto; 

}

main{
    height:auto;
    width: auto;
    flex-shrink: 0;
}


  
.pinkcontentsdesign {
    position: relative;
    width: 100%
}
.pinkcontentsdesign {
    position: relative;
    display: inline-block;
}

.pinkcontents{
    max-width: 100%; 
    height: auto; 
    display: block;
    width: 100%;
}


.会社概要取扱商品・仕入先 {
    position: absolute;
    color: white;
    font-family: "Zen Kaku Gothic Antique";
    font-size: 29px;
    font-style: normal;
    font-weight: 550;
    line-height: normal;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);  
    padding: 15px;
}

@media screen and (max-width:1024px){
    .会社概要取扱商品・仕入先 {
        font-size: 29px;

    }

}
@media screen and (max-width:768px){
    .会社概要取扱商品・仕入先 {
        font-size: 20px;

    }

}
@media screen and (max-width:480px){
    .会社概要取扱商品・仕入先 {
        font-size: 16px;

    }

}


.handlingcontents{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 80px;

}
@media screen and (max-width:1024px){
    .handlingcontents{
        padding: 30px;
        margin-bottom: 80px;

    }

}
@media screen and (max-width:768px){
    .handlingcontents{
        padding: 20px;
        margin-bottom: 0px;

    }

}
@media screen and (max-width:480px){
    .handlingcontents{
        padding: 10px;
        margin-bottom: 0px;

    }

}

.handling{
    width:  90%;
    height: auto; 
}



.purchasecontents{
    display: flex;
    justify-content: center;
    align-items: center; 
    padding: 50px;
    margin-bottom: 80px;
      
}
@media screen and (max-width:1024px){
    .purchasecontents{
        padding: 30px;

    }

}
@media screen and (max-width:768px){
    .purchasecontents{
        padding: 20px;

    }

}
@media screen and (max-width:480px){
    .purchasecontents{
        padding: 5px;

    }

}

.purchase{
    width: 100%;; 
    height: auto;
}


footer{
    background: #EBA5B4;
    height: auto;
    margin-top: 300px;

}
@media screen and (max-width:1024px){
    footer{
        margin-top: 300px;
    
    }

}
@media screen and (max-width:768px){
    footer{
        margin-top: 200px;
    
    }

}
@media screen and (max-width:480px){
    footer{
        margin-top: -50px;
        }

}


.footer-content{
    display: flex;
    gap: 50px; 
    color: #ffffff;
    padding: 70px;
    display: flex;              
    justify-content: center;    
    align-items: center;     
}

@media screen and (max-width:768px){
    .footer-content {
        flex-direction: column; 
        align-items: center; 
        gap: 20px; 
      }

}
@media (max-width: 480px) {
    .footer-content {
      flex-direction: column; 
      align-items: center; 
      gap: 20px; 
      padding: 40px;

    }
  }


.toprogowhite{
    width: 350px;
    height: auto;
    margin: 10px;
    padding-left: 50px;
}

@media screen and (max-width:1024px){
    .toprogowhite{
        width: 300px;
        height: auto;
        margin: 10px;
        padding-left: 20px;
   
    }
}

@media screen and (max-width:768px){
    .toprogowhite{
        width: 280px;
        height: auto;
        margin: 8px;
        padding-left: 15px;
   
    }

}
@media screen and (max-width:480px){
    .toprogowhite{
        width: 200px;
        height: auto;
        margin: 8px;
        padding-left: 5px;
   
    }

}

.お問合せ先{
    font-family: "Zen Kaku Gothic Antique";
    font-style: normal;
    font-size: 25px;
    font-weight: 550;
    padding-bottom: 10px;
}

@media screen and (max-width:1024px){
    .お問合せ先{
        font-size: 25px;
        font-weight: 550;
        padding-bottom: 10px;
    }

}

@media screen and (max-width:768px){
    .お問合せ先{
        font-size: 20px;
        font-weight: 550;
        padding-bottom: 10px;
    }

}
@media screen and (max-width:480px){
    .お問合せ先{
        font-size: 17px;
        font-weight: 550;
        padding-bottom: 10px;
    }

}

.お問合せ内容{
    font-family: "Zen Kaku Gothic Antique";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;

}
@media screen and (max-width:768px){
    .お問合せ内容{
        font-size: 15px;
        font-weight: 550;
    }

}
@media screen and (max-width:480px){
    .お問合せ内容{
        font-size: 12px;
        font-weight: 550;
    }

}

.copywrite{
    font-size: 13px;
    width: 100%;
    background: #EBA5B4;
    color: #ffffff;
    float: right;
    text-align: right;
}

@media screen and (max-width:1024px){
    .copywrite{
        font-size: 13px;
    }

}

@media screen and (max-width:768px){
    .copywrite{
        font-size: 12px;
    }

}
@media screen and (max-width:480px){
    .copywrite{
        font-size: 10px;
    }

}