@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;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes floating {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-2%);
  }
}
@keyframes flash {
  0% {
    transform: scale(1.5);
    filter: brightness(10);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    filter: brightness(1);
    opacity: 1;
  }
}
@keyframes flare {
  0% {
    filter: brightness(20);
    opacity: 0;
  }
  30% {
    filter: brightness(10);
    opacity: 1;
  }
  100% {
    filter: brightness(1);
    opacity: 1;
  }
}
.wrap {
  transition: all 0.5s 0s ease-in-out;
}
.wrap.blur {
  backdrop-filter: blur(5px);
}

header {
  position: relative;
  overflow-x: hidden;
}
header .visual_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 95%;
  margin: 7.5% auto 0;
  visibility: hidden;
}
header .visual_container .visual {
  width: 25%;
  height: 25vh;
}
@media (orientation: portrait) {
  header .visual_container .visual {
    height: 15vh;
  }
}
header .visual_container .visual > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (orientation: portrait) {
  header .visual_container .visual > div {
    width: 110%;
    height: 110%;
    margin-top: -5%;
    margin-left: -5%;
  }
}
header .visual_container .visual > div > img {
  display: block;
  box-shadow: 0 0 20px #FFF, 0 0 10px white;
  border-radius: 5px;
}
header .visual_container .visual.wp10 {
  z-index: 1;
}
header .visual_container .visual.wp1 > div {
  transform: scale(0.9);
}
header .visual_container .visual.wp2 > div {
  transform: scale(0.91);
}
header .visual_container .visual.wp3 > div {
  transform: scale(0.92);
}
header .visual_container .visual.wp4 > div {
  transform: scale(0.93);
}
header .visual_container .visual.wp5 > div {
  transform: scale(0.94);
}
header .visual_container .visual.wp6 > div {
  transform: scale(0.95);
}
header .visual_container .visual.wp7 > div {
  transform: scale(0.96);
}
header .visual_container .visual.wp8 > div {
  transform: scale(0.97);
}
header .visual_container .visual.wp9 > div {
  transform: scale(0.98);
}
header .visual_container .visual.wp10 > div {
  transform: scale(1.2);
}
header .visual_container.intro_motion {
  visibility: visible;
}
header .visual_container.intro_motion .visual.wp1 {
  animation: flash 1s 0s ease-in-out backwards;
}
header .visual_container.intro_motion .visual.wp1 img {
  width: 70%;
  animation: floating 2s 0s ease-in-out alternate infinite;
}
header .visual_container.intro_motion .visual.wp2 {
  animation: flash 1s 0.1s ease-in-out backwards;
}
header .visual_container.intro_motion .visual.wp2 img {
  width: 72%;
  animation: floating 2s 0.2s ease-in-out alternate infinite;
}
header .visual_container.intro_motion .visual.wp3 {
  animation: flash 1s 0.3s ease-in-out backwards;
}
header .visual_container.intro_motion .visual.wp3 img {
  width: 60%;
  animation: floating 2s 0.5s ease-in-out alternate infinite;
}
header .visual_container.intro_motion .visual.wp4 {
  animation: flash 1s 0.4s ease-in-out backwards;
}
header .visual_container.intro_motion .visual.wp4 img {
  width: 82%;
  animation: floating 2s 0.7s ease-in-out alternate infinite;
}
header .visual_container.intro_motion .visual.wp5 {
  animation: flash 1s 0.6s ease-in-out backwards;
}
header .visual_container.intro_motion .visual.wp5 img {
  width: 85%;
  animation: floating 2s 0.8s ease-in-out alternate infinite;
}
header .visual_container.intro_motion .visual.wp6 {
  animation: flash 1s 0.8s ease-in-out backwards;
}
header .visual_container.intro_motion .visual.wp6 img {
  width: 70%;
  animation: floating 2s 1s ease-in-out alternate infinite;
}
header .visual_container.intro_motion .visual.wp7 {
  animation: flash 1s 1s ease-in-out backwards;
}
header .visual_container.intro_motion .visual.wp7 img {
  width: 92%;
  animation: floating 2s 1.2s ease-in-out alternate infinite;
}
header .visual_container.intro_motion .visual.wp8 {
  animation: flash 1s 1.2s ease-in-out backwards;
}
header .visual_container.intro_motion .visual.wp8 img {
  width: 95%;
  animation: floating 2s 1.5s ease-in-out alternate infinite;
}
header .visual_container.intro_motion .visual.wp9 {
  animation: flash 1s 1.4s ease-in-out backwards;
}
header .visual_container.intro_motion .visual.wp9 img {
  width: 95%;
  animation: floating 2s 1.7s ease-in-out alternate infinite;
}
header .visual_container.intro_motion .visual.wp10 {
  animation: flash 2s 2s ease-in-out backwards;
}
header .visual_container.intro_motion .visual.wp10 img {
  width: 100%;
  animation: floating 2s 2s ease-in-out alternate infinite;
}
header .icon_loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: rotation 3s 0s linear infinite;
}
header .header_logo {
  visibility: hidden;
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  width: min(60%, 630px);
  z-index: 2;
}
header .header_logo.intro_motion {
  visibility: visible;
  animation: flare 2s 4s ease-in-out backwards;
}
header h1 {
  margin-top: 0;
  position: relative;
  z-index: 10;
}
header h1 .header_title {
  display: block;
  margin: 0 auto;
  width: min(80%, 890px);
}

main .lead {
  margin: 3% auto;
  text-align: center;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: min(2.8vw, 24px);
  font-weight: bold;
  color: #0d2515;
  line-height: 1.7;
  text-shadow: 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF;
}
main .contents section h4 {
  margin-bottom: 2%;
}
main .contents section h4 img {
  display: block;
  margin: 0 auto;
  width: min(40%, 400px);
}
main .contents section .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main .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;
}
main .contents section .items .menu .menu_img, main .contents section .items .menu .menu_name {
  display: block;
}
main .contents section.special .menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 2%;
}
main .contents section.special .menu .menu_img {
  width: min(40%, 400px);
}
main .contents section.special .menu .menu_name {
  width: min(40%, 500px);
  margin-right: min(10%, 500px);
}
main .contents section.project .menu {
  width: 31.2%;
}
main .contents section.project .menu.comingsoon {
  display: block !important;
}
@media (max-width: 1024px) {
  main .contents section.project .menu {
    width: 49%;
  }
}
@media (max-width: 640px) {
  main .contents section.project .menu {
    width: 100%;
  }
}
main .contents section.links .items {
  justify-content: center;
}
main .contents section.links .items .banner {
  display: block;
  margin: 1%;
  width: 48%;
  max-width: 487px;
}
main .contents section.links .items .banner.full {
  width: 98%;
  max-width: 1000px;
}
main .contents section.links .items .banner img {
  display: block;
  width: 100%;
  border: 1px #BBB solid;
  outline: 3px solid rgba(255, 255, 255, 0.3);
  outline-offset: -8px;
}