@charset "utf-8";




main {
    display: block;
    width: 700px!important;
    margin: 0 auto;
 font-family: "Zen Kaku Gothic New", sans-serif;
    color: #3E3A39;
       font-size: 14px; 
    text-align: center;
}






main img{
    width: 100%;
}



main a{
    display: inline-block;
border: 1px solid #3E3A39;
    border-radius: 20px;
    padding: 1px 20px;
    text-decoration: none;
    color: #3E3A39;
    margin-top: 30px;
}



.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: flex; 
justify-content:center;
    font-size: 10px; 
        width: 700px;
        margin-top: 70px;
}


.content2 h1{
 border-top: 1px solid #3E3A39;
    border-bottom: 1px solid #3E3A39;
    padding: 10px 30px;
}


.content2 h1:first-of-type{
 border-right: 1px solid #3E3A39;
    width: 100px;
}
.content2 h1:nth-of-type(2){
    width: 600px;
}



.content3 {
    display: flex;
    width: 550px;
    margin: 50px auto;
    justify-content:space-between;
    gap:30px;
}

.content3 div{
width: 80%;
    margin: 0 auto;
}



.content3 p{
font-weight: bold;
    margin-bottom: 30px;
}


.content4{
            margin-bottom: 100px;
}

.content4 div:first-child{
    margin:  80px 0 100px 0;
    border-top: 1px solid #3E3A39;
    border-bottom: 1px solid #3E3A39;
    padding: 20px 35px ;
      text-align: left;
     letter-spacing: 0.3px;
}

.content4 div:nth-child(2) {
    display: flex;
  flex-direction: column;
    background-color:  #DAC556;
    padding: 30px 0;
      gap: 30px;
}

.content4 div:nth-child(2)  img{
    display: block;
    width: 80%;
    margin: 0 auto;
}


















