@charset "utf-8";


.content1 h1{
   display: block;
    margin: 0 auto;
    height: 50px;
    position: relative;
    text-align: center;
    padding-top: 20px;
    width: 200px;
    border-bottom: 2px solid #DAC556;
 margin-top: 50px;
}

.content1 h1::before{
    position: absolute;
    font-size: 17px;
   content: "Story";
    top: 0;
    left: 50%; 
transform: translateX(-50%);
    letter-spacing: 0.7px;
}



.content2{
    display: block;
    width: 700px;
     margin: 100px auto 180px;
}





.thumbnail{
/*
    background-color: #D9C2B6;
    padding: 25px 40px ;
    border-radius: 20px;
*/
    width: 620px;
}


.thumbnail img{
    background-color: #D9C2B6;
    padding: 25px 40px ;
    border-radius: 20px;
    width: 620px;
}

.thumbnail:hover{
    opacity: 0.6;
}

.thumbnail p{
text-align: center;
     width: 700px;
     font-family: "Noto Sans JP", sans-serif;
    font: bold;
    font-size: 1.2em;
}




.introduction{
    width: 620px;
   margin: 0 auto;
}


.introduction p:first-child{
     margin-top: 20px;
font-size: 17px;
    font-weight: 600;
}



.introduction p:nth-child(2){
 margin-bottom: 40px;
}





.product{
    display: flex;
    width: 620px;
    margin: 0 auto 15px;
    justify-content: left;
}



.product div{
    width: 150px;
    margin-right: 20px;
}

.product img{
    width: 150px;
}



.product p{
    width: 150px;
  color: #3E3A39;
    text-decoration: none;
        font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
text-align: center;
}














