* {
  font-family: 'Noto Serif JP', serif;

}




#header {
    width: 100%;
    height: 60px;
    display: none;
    padding: none;
    background-color: rgba(204, 204, 204, 1);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
    font-family: 'VT323', monospace;
    text-align: right;
}

#header_menu {
  background-color: rgba(0, 0, 0, 0.5);
  font-family: 'VT323', monospace;
}
#header_menu ul{
  text-align: right;
}
#top {
    /*background-color: #705DA880;*/
    background-size:cover;
    padding-top: 0px;
}

#top-container {
  background-size:cover;

}

#top_image_content {
  background-size:cover;

}

#about {
    /* background-color: #705DA880; */
    background-color: #B7A8CC;

}
.discription_wrapper{
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  font-family: 'Noto Serif JP', serif;
  opacity: 0.7;
}

#Wafu_italic{
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.1px;
  font-style:italic;
  ;
}

#outline {
    /*background-color: #705DA880;*/
}

#works {
    /* background-color: #705DA880; */
    background-color: #B7A8CC;
}

#support {
    /*background-color: #705DA880;*/
}

#access {
    /* background-color: #705DA880; */
    background-color: #B7A8CC;
}
#access p{
  font-size: 18px;
}
#contact {
    /*background-color: #705DA880;*/
}
#contactInfo{
  text-align: left;
}


#buffer {
    height: 200px;
}

#footer {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    paccing-bottom:40px;
}
#footer p{
    color: white;
    /*font-family: Helvetica Neue Regular;*/
}

.works_value{
  padding-top: 15px;
  padding-bottom: 15px;
}
.works_value img{
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
}
.remodal{
  background-color: rgba(255,255,255,0.87)
}
.remodal img{
  max-width: 100%;
}
.remodal h3{
text-align: center;
padding-bottom: 5px;
}
.author{
  text-align: center;
  font-size: 15px;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 5px;
}
.authors{
  text-align: center;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}
.member{
  font-size: 15px;
  margin: 0px;
}

.work_description{
  text-align:left;
  font-size: 17px;
  width: 100%;
  padding-top: 0px;
}


.container-fluid {
  padding: 0px 60px 20px 60px;
}
.container-fluid-works {
    padding: 0px 60px 0px 60px;
}
.container-works{
    padding: 60px;
    padding-top: 0px;
}
.contents_value{
    margin-bottom: 40px;
}

.twitter_icon:before{
  font-family: "Font Awesome 5 Brands";
  content: '\f099';
  padding-right : 5px;/*文字との隙間*/
}
.twitter_icon{
  background-color: #00aced ;
  color: white;
  padding:0 10px;
  border-radius: 5px;
}

.clone_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    transition: .3s;
    transform: translateY(-100%);
}

.is-show {
    transform: translateY(0);
    background-color: rgba(204, 204, 204, 1);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
}

body{
  text-align: left;
}

ul {
    margin: 0px;
    padding: 20px;
    text-align: center;
}

li {
    list-style-type: none;
    display: inline;
}

h1 {
    /*color: white;*/
    font-family: 'VT323', monospace;
    font-size: 65px;
    text-align: left;
    margin-bottom: 20px;
}

article {
    text-align: left;
}

p {
    font-size: 20px;
    /*color: white;*/
    margin: 5px;
}



table {
    border-collapse: collapse;
    border-spacing: 0;
}

tr {
    /*background-color: rgba(131, 145, 230, 0.2);*/
}

th {
    width: 60px;
}

#image-test {
    height: auto;
    margin: 10px 0px;
}

@media (min-width: 1026px) {
    #main_visual {
        display: block;
    }

    #main_smart_visual {
        display: none;
    }
}

.fadeIn{
  animation-duration: 3s;
}

@media (max-width: 1025px) {

}

@media (max-width: 767px) {

    .container-works{
        padding: 10px;
        padding-top: 0px;
    }

    h1{
      font-size: 60px;
    }
}
