@charset "UTF-8";
/*----------------------------------------
変数
----------------------------------------*/
/*===============================================
●共通
===============================================*/
body {
  font-family: "Tektur", cursive;
}

.gallery {
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .gallery {
    margin-bottom: 6rem;
  }
}
.gallery .inner {
  max-width: 1060px;
}
.gallery #gallery_header {
  background: url(../images/header.jpg) no-repeat top right/cover;
  padding: 10rem 0 4rem;
  text-shadow: 0.5rem 0.5rem 0.8rem #000;
}
@media screen and (max-width: 768px) {
  .gallery #gallery_header {
    padding: 7rem 0 2rem;
  }
}
.gallery #gallery_header #header_bg {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .gallery #gallery_header #header_bg {
    padding: 2rem 0;
  }
}
.gallery #gallery_header h1,
.gallery #gallery_header p {
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1rem;
}
.gallery #gallery_header h1 {
  font-size: 6.5rem;
  font-weight: 900;
  margin-bottom: 1rem;
  letter-spacing: 0.8rem;
}
@media screen and (max-width: 768px) {
  .gallery #gallery_header h1 {
    font-size: 4rem;
    letter-spacing: 0.5rem;
  }
}
.gallery #gallery_header p {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 768px) {
  .gallery #gallery_header p {
    font-size: 2rem;
    letter-spacing: 0.3rem;
  }
}
.gallery .tab_area {
  max-width: 60rem;
  margin: 8em auto 10rem;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .gallery .tab_area {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    margin: 5rem auto;
  }
}
.gallery .tab_area .tab {
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.5rem;
  line-height: 1.25;
  text-shadow: 0px 0.3rem 1rem #fff;
  border: 2px solid #9DF2EF;
  box-shadow: inset 0 0 2rem #00FFF6;
  border-radius: 1rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .gallery .tab_area .tab {
    font-size: 2.5rem;
    letter-spacing: 0.3rem;
    height: auto;
    padding: 1rem 0;
    box-shadow: inset 0 0 1.5rem #00FFF6;
    border-width: 1px;
  }
}
.gallery .tab_area .tab:hover, .gallery .tab_area .tab.active {
  background-color: #9DF2EF;
  color: #000;
  box-shadow: inset 0 0 2rem #000;
}
.gallery .title {
  text-align: center;
  font-size: 5rem;
  font-weight: 500;
  text-shadow: 0 0 3rem #00FFF6;
  line-height: 1.3;
  letter-spacing: 0.5rem;
  margin-bottom: 3.5rem;
}
.gallery .title span {
  position: relative;
  padding: 0 5rem;
}
@media screen and (max-width: 768px) {
  .gallery .title span {
    padding: 0 3rem;
  }
}
.gallery .title span::before, .gallery .title span::after {
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 3rem;
  height: 0.2rem;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .gallery .title span::before, .gallery .title span::after {
    width: 2rem;
  }
}
.gallery .title span::before {
  left: 0;
}
.gallery .title span::after {
  right: 0;
}
@media screen and (max-width: 768px) {
  .gallery .title {
    font-size: 3rem;
    letter-spacing: 0.3rem;
    margin-bottom: 2rem;
  }
}
.gallery .panel_area {
  display: none;
}
.gallery .panel_area.active {
  display: block;
}
.gallery .photo {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
}
.gallery .photo a {
  width: 31.3%;
  margin-bottom: 3%;
}
.gallery .movie li {
  width: 100%;
  aspect-ratio: 16/9;
}
.gallery .movie li:not(:last-of-type) {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .gallery .movie li:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}
.gallery .movie li iframe {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=styles.css.map */