@charset "UTF-8";

body {
  font-family: "Libre Baskerville", "Noto Serif JP", serif;
  position: relative;
  min-height: 100vh;
}

h1 {
  font-weight: bold;
  margin: 0;
}

h2,
h3 {
  margin: 0;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.container-fluid {
  margin: 0;
  padding: 0;
}

.row {
  margin: 0;
  padding: 0;
}

.carousel-inner {
  max-width: 80%;
  margin: 0 auto;
}

.fa-circle-chevron-up {
  color: #000;
}

.menu-contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* Hamburger Menu */
.animated-icon1 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.animated-icon1 span {
  background: #000;
}

.animated-icon1 span:nth-child(1) {
  top: 0px;
}

.animated-icon1 span:nth-child(2) {
  top: 10px;
}

.animated-icon1 span:nth-child(3) {
  top: 20px;
}

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.navbar-toggler:focus {
  box-shadow: none;
}

/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  display: none;
  z-index: -1;
}

.overlay.show {
  display: block;
}

/* Members */
.ea-profile-1 {
  width: 100px;
  height: 100px;
  background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);
  border-radius: 50px;
  opacity: 1;
  margin: 0 auto;
}

.ea-profile-2 {
  width: 100px;
  height: 100px;
  background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
  border-radius: 50px;
  opacity: 1;
  margin: 0 auto;
}

.ea-profile-3 {
  width: 100px;
  height: 100px;
  background-image: linear-gradient(to right, #ec77ab 0%, #7873f5 100%);
  border-radius: 50px;
  opacity: 1;
  margin: 0 auto;
}

.ea-profile-4 {
  width: 100px;
  height: 100px;
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
  border-radius: 50px;
  opacity: 1;
  margin: 0 auto;
}

.ea-profile-5 {
  width: 100px;
  height: 100px;
  background-image: linear-gradient(60deg, #abecd6 0%, #fbed96 100%);
  border-radius: 50px;
  opacity: 1;
  margin: 0 auto;
}

.ea-profile-6 {
  width: 100px;
  height: 100px;
  background-image: linear-gradient(-225deg, #E3FDF5 0%, #FFE6FA 100%);
  border-radius: 50px;
  opacity: 1;
  margin: 0 auto;
}

/* Special Exhibition */

.the-ecosystem-of-house-family-and-hometown-and-the-portal-of-souvenirs-and-gifts-main-visual {
  max-width: 80%;
  margin: 0 auto;
}

model-viewer {
  width: 100%;
  height: 540px;
  margin: 0 auto;
}

.background_color_black {
  background-color: #000;
}