@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;600&text=0123456789");
@import url("https://fonts.googleapis.com/css2?family=Zen+Antique&display=swap&text=！!");
a.btn--basic {
  display: block;
  width: auto;
  padding: 0.5em 1em;
  margin: 2% auto;
  border: 2px #AAA solid;
  border-radius: 7px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 5px 3px rgba(255, 255, 255, 0.5) inset;
  background-size: auto;
  background-position: 0 0;
  background-repeat: repeat;
  background-attachment: scroll;
  background-image: linear-gradient(to bottom, #EEE, #CCC);
  background-color: transparent;
  background-origin: padding-box;
  background-clip: border-box;
  background-blend-mode: normal;
  font-size: 110%;
  font-weight: bold;
  font-style: normal;
  font-family: sans-serif;
  text-align: center;
  text-indent: 0;
  text-shadow: 1px 1px 2px #FFF;
  text-decoration: none;
  color: #222;
  line-height: normal;
}

* {
  box-sizing: border-box;
}

h1 {
  margin: 0;
  padding: 0;
}

h2 {
  margin: 0;
  padding: 0;
}

h3 {
  margin: 0;
  padding: 0;
}

h4 {
  margin: 0;
  padding: 0;
}

h5 {
  margin: 0;
  padding: 0;
}

ol, ul {
  margin: 0;
  padding: 0;
}
ol li, ul li {
  margin-left: 1.5em;
}

table {
  border-collapse: collapse;
}

.contents section .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contents section .items .menu {
  position: relative;
  display: flex;
  border: 5px #FFF solid;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.contents section .items .menu .menu_img, .contents section .items .menu .menu_name {
  display: block;
}
.contents section.project .items {
  justify-content: left;
}
.contents section.project .menu {
  display: block !important;
  justify-content: center;
  flex-wrap: wrap;
  width: 48%;
  margin: 1%;
  padding: 1%;
}
.contents section.project .menu.comingsoon {
  pointer-events: none;
  cursor: default;
}
.contents section.project .menu.comingsoon .menu_name {
  opacity: 0.5;
}
@media (max-width: 768px) {
  .contents section.project .menu {
    padding: 3%;
  }
}
@media (max-width: 640px) {
  .contents section.project .menu {
    width: 100%;
    margin: 2% 0;
  }
}
.contents section.project .menu .menu_img {
  width: 100%;
}
.contents section.project .menu .menu_name {
  width: 100%;
  padding: 0.5em;
  text-align: center;
  font-size: 100%;
  margin-top: 2%;
}
.contents section.project .menu .menu_name h5 {
  font-size: 120%;
  color: #111;
  font-weight: bold;
}
.contents section.project .menu .menu_name .prj__period {
  width: 17em;
  padding: 0.2em 1em;
  margin: 2% auto 0;
  border: 1px #BBB solid;
  border-radius: 2em;
  font-size: 90%;
  color: #444;
  text-align: center;
}
@media (max-width: 1024px) {
  .contents section.project .menu .menu_name .prj__period {
    font-size: 2vw;
  }
}
@media (max-width: 640px) {
  .contents section.project .menu .menu_name .prj__period {
    font-size: 3vw;
  }
}