@charset "utf8";

body {
    font-family: 'Times New Roman', Times, serif;
    font-size: 0.8em;
    font-feature-settings: "palt";

}

header {
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 60px; 
    background-color: rgba(255,255,255,0.3);
    }

#menu{
    width:3em;
    height:3em;
    margin-right: 20px;
}

header nav {
    padding: 12px 0 0 12px;
    display: flex;
    justify-content: right;
    ul{
        display: flex;
    justify-content: right    
    }

 li{
    font-size: 1.2em;
    margin: 10px 50px 20px 0px;
}
}



h1 {
    font-size: 3vw;
    font-family: "Bodoni Moda SC", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    letter-spacing: 0.05em;
    padding: 0px 0px 16px 0px;

}

h2 {
    background-color: rgb(25, 25, 25);
    color: #ffffff;
    font-size: 1em;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: <bold>;
    font-style: normal;
    margin:  30px 0px 8px;
    padding: 3px ;
    letter-spacing: 0.02em;
}

h3 {
    font-size: 1.8em;
    font-family: "Bodoni Moda SC", serif;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    padding: 3px 2px 3px 0px;
    margin: 10px 0px 0px;
}

img {
    width: 100%;
}

p{
    line-height: 1.7em;
}



#top_visual{
    width:60%;
    margin:90px auto 50px;
    p{
        font-family: Arial,sans-serif;
        font-size: 1.8em;
        padding-bottom: 10px;
    
    }
    #category{
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-weight: bold;
        font-size: 1.1em;
        margin:20px 0px 40px;
    
    }

}


main{
    background-color: rgb(255, 255, 255);
    padding: 0px 0px 80px;
    width: 50vw;
    margin: 0px 0px 0px 40px;



dl{display: flex;
  flex-wrap: wrap;
  width: 100%;
}

dt {
    width: 50%;
    padding-bottom: 2px;
    margin-bottom: 10px;
  }
  
  dd {
    width: 50%;
    padding-bottom: 2px;
    margin-bottom: 10px;
  }

ul{
    list-style-type: square;
    line-height: 1.8em;
    margin-left: 16px;

}
img{
box-shadow: 0px 0px 0.6px 1.2px #c0c0c0;
}

#bottom_margin{
    margin-bottom: 100px;
}

}
  #detail{
    margin-top: 100px;
p{
    margin: 15px 0px 50px;
}


  }

aside{
    margin-top: 30px;
    background-color: rgb(238, 233, 237);
    border: 1px solid rgb(220, 220, 220);
    padding: 10px 15px;
    width: 12vw;
    height: fit-content;
    align-items: flex-start;

    img{
    margin: 0px 0px 0px;
    }

    #otherWorks{

        font-family: sans-serif;
        font-size: 0.9em; 
    }

    p{
        font-family: sans-serif;
        font-size: 0.7em;
        margin-top: 3px;
        line-height: 1.4em;
        padding: 0px 0px 5px 3px;
    }

 
}


.aside_and_main{
    width: 60%;
    margin:0 auto 50px;
    display:flex;

}

.aside_Individual_other_works 

  a{
    display: block;
    margin: 10px 0px 30px 0;
        background-color: #ffffff;
    }

    footer{
        background-color: rgb(25, 25, 25);
        font-size: 0.8em;
        font-family:  sans-serif;
        font-weight: bold;
        color: #ffffff;
        text-align: center;
        
        p{
    
        padding: 30px 0px;
    }
}


    @media screen and (max-width:960px) {

        .aside_and_main{
            display: block;
            width: 80%;
        }
    aside{
        display:none
    }

    #top_visual{
        width:80%;
    }
    main{
        padding: 0px 0px 0px;
        width: 80vw;
        margin: 0px;

    }

    h3{
        font-size: 1.4em;
    }
    
    }