@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Voltaire&display=swap"); /*
font-family: "Montserrat", sans-serif;
font-family: "Noto Sans JP", sans-serif;
font-family: "Noto Serif JP", serif;
font-family: "Libre Caslon Text", serif;
 font-family: "Zen Antique Soft", serif;
*/
body {
  font-family: "Montserrat", "Noto Sans JP", serif;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  color: #000;
  font-size: min(1.25vw, 28.5px);
  background: #fff;
}

section {
  margin-bottom: 8em;
}
@media screen and (max-width: 768px) {
  section {
    margin-bottom: 4em;
  }
}

figure {
  margin: 0;
  padding: 0;
}

h1 {
  margin: 0;
  line-height: 0;
}

h2 {
  margin-bottom: 1em;
  font-size: 3em;
  font-family: "Voltaire";
}

p {
  line-height: 1.6;
}

dl, dd {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

img {
  display: block;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: inherit;
  color: inherit;
  cursor: pointer;
}

a:visited {
  color: inherit;
}

.title-area {
  background: url(../img/bg-test.jpg) #eee;
  background-size: cover;
  padding: 4em 0;
  margin-bottom: 0;
}
.title-area .inner {
  width: 80%;
  margin: 0 auto;
  max-width: 1800px;
}
@media screen and (max-width: 768px) {
  .title-area .inner {
    width: 90%;
  }
}

.go_archive {
  margin-top: 2em;
  border: 0.1em solid #000;
  width: 30%;
  margin-left: auto;
  text-align: center;
  border-radius: 0.25em;
}
.go_archive a {
  position: relative;
  display: block;
  padding: 0.75em;
  transition: 0.3s;
}
.go_archive a:hover {
  background: #000;
  color: #fff;
}

.radius img {
  border-radius: 0.5em;
  overflow: hidden;
}

header {
  position: fixed;
  width: 100%;
  z-index: 11;
  top: 0;
  left: 0;
  background: #000;
  color: #fff;
}
header a {
  color: #fff;
  text-decoration: none;
}
header a:hover {
  text-decoration: underline;
}
header .inner {
  display: flex;
  align-items: center;
  padding: 1em 0;
  width: 80%;
  margin: 0 auto;
  max-width: 1800px;
}
@media screen and (max-width: 768px) {
  header .inner {
    width: 90%;
  }
}
header .inner h1 {
  width: 20%;
}
@media screen and (max-width: 768px) {
  header .inner h1 {
    width: 40%;
  }
}
header .inner nav {
  width: 50%;
  margin-left: auto;
}
header .inner nav dl {
  display: flex;
  justify-content: right;
  gap: 3%;
}
@media screen and (max-width: 768px) {
  header .inner nav dl {
    flex-direction: column;
    width: 80%;
  }
}
header .inner nav dl dt {
  display: none;
}
@media screen and (max-width: 768px) {
  header .inner nav dl dt {
    display: block;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 768px) {
  header .inner nav dl dd {
    border-bottom: 0.05em solid #fff;
  }
  header .inner nav dl dd a {
    width: 100%;
    padding: 0.75em;
    display: block;
  }
}

footer {
  padding: 4em 0;
  font-size: 0.9em;
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 0;
  }
}
footer .inner {
  width: 80%;
  margin: 0 auto;
  max-width: 1800px;
  border-top: #ccc solid 0.1em;
  padding-top: 2em;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  footer .inner {
    width: 90%;
  }
}
footer .inner figure {
  width: 20%;
}
@media screen and (max-width: 768px) {
  footer .inner figure {
    width: 35%;
  }
}
footer .inner dl {
  font-size: 0.8em;
  width: 80%;
  display: flex;
  justify-content: flex-end;
  gap: 2%;
}
@media screen and (max-width: 768px) {
  footer .inner dl {
    width: 65%;
  }
}
footer .inner dl a:hover {
  text-decoration: underline;
}
footer .inner small {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 2em;
}

section.mainvisual {
  overflow: hidden;
  position: relative;
  margin-bottom: 2em;
}
section.mainvisual img {
  width: 100%;
}
section.mainvisual h1 {
  position: absolute;
  right: 0;
  bottom: -3em;
  width: 25%;
}
section.mainvisual h2 {
  position: absolute;
}
section.mainvisual h3 {
  position: absolute;
}
@media screen and (max-width: 768px) {
  section.mainvisual {
    margin-bottom: 1em;
  }
}
section.mainvisual .inner-slides {
  width: 100%;
  margin: 0 auto;
  max-width: 1800px;
}
section.mainvisual .inner {
  width: 80%;
  margin: 0 auto;
  max-width: 1800px;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.mainvisual .inner {
    width: 90%;
  }
}

section.movie {
  background: #eee url(../img/bg-test.jpg);
  background-color: rgba(255, 255, 255, 0.2);
  background-blend-mode: lighten;
  background-size: cover;
  padding: 2em 0;
}
section.movie .inner {
  width: 80%;
  margin: 0 auto;
  max-width: 1800px;
}
section.movie .inner h2 {
  font-size: 4.4em;
  text-align: center;
  position: relative;
  margin: 0.5em auto;
}
@media screen and (max-width: 768px) {
  section.movie .inner h2 {
    font-size: 2.8em;
  }
}
section.movie .inner h2 span {
  font-size: 0.2em;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  color: #f6ab00;
  top: 6em;
}
@media screen and (max-width: 768px) {
  section.movie .inner {
    width: 90%;
  }
}
section.movie .inner iframe {
  aspect-ratio: 16/9;
  width: 70%;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  border-radius: 0.5em;
  overflow: hidden;
  box-shadow: 0 0 1em #888;
}
@media screen and (max-width: 768px) {
  section.movie .inner iframe {
    width: 100%;
  }
}

section.news .inner {
  width: 80%;
  margin: 0 auto;
  max-width: 1800px;
}
section.news .inner h2 {
  font-size: 4.4em;
  text-align: center;
  position: relative;
  margin: 0.5em auto;
}
@media screen and (max-width: 768px) {
  section.news .inner h2 {
    font-size: 2.8em;
  }
}
section.news .inner h2 span {
  font-size: 0.2em;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  color: #f6ab00;
  top: 6em;
}
@media screen and (max-width: 768px) {
  section.news .inner {
    width: 90%;
  }
}
section.news .inner ul {
  width: 100%;
  margin: 0 auto;
  border-top: 0.05em solid #ccc;
}
section.news .inner ul > li {
  border-bottom: 0.05em solid #ccc;
}
section.news .inner ul > li span {
  width: 10em;
}
section.news .inner ul > li a {
  background: none;
  transition: 0.3s;
  position: relative;
  display: flex;
  width: 100%;
  padding: 1em 1em;
  align-items: center;
}
section.news .inner ul > li a div {
  width: inherit;
}
section.news .inner ul > li a div ol {
  display: inline;
  line-height: 2.4;
}
section.news .inner ul > li a div ol li {
  color: #fff;
  background: #000;
  vertical-align: text-bottom;
  border-radius: 0.25em;
  font-size: 0.5em;
  padding: 0.3em 0.5em;
  border: none;
  display: inline-block;
  width: 8em;
  text-align: center;
  margin: 0 0.25em;
  display: inline;
}
section.news .inner ul > li a::after {
  transition: 0.3s;
  position: relative;
  right: 0.25em;
  border-right: 0.1em solid #ccc;
  border-top: 0.1em solid #ccc;
  content: "";
  width: 0.8em;
  height: 0.8em;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  section.news .inner ul > li a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
section.news .inner ul > li a:hover {
  background: #f6f6f6;
}
section.news .inner ul > li a:hover:after {
  right: 0em;
}
@media screen and (max-width: 768px) {
  section.news .inner ul > li a {
    flex-direction: column;
    align-items: flex-start;
    padding: 1em 2em 1em 0;
  }
}
@media screen and (max-width: 768px) {
  section.news .inner ul {
    margin-bottom: 2em;
  }
}

section.topics {
  margin-bottom: 0;
  --gap: 1%;
  --cols: 2;
}
section.topics .inner {
  width: 80%;
  margin: 0 auto;
  max-width: 1800px;
}
@media screen and (max-width: 768px) {
  section.topics .inner {
    width: 90%;
  }
}
section.topics .inner ul {
  display: flex;
  gap: var(--gap);
  justify-content: center;
}
@media screen and (max-width: 768px) {
  section.topics .inner ul {
    flex-direction: column;
  }
}
section.topics .inner ul li {
  width: calc((100% - (var(--cols) - 1) * var(--gap)) / var(--cols));
  border-radius: 0.5em;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section.topics .inner ul li {
    width: 100%;
    margin-bottom: 1em;
  }
}

section.error-404 .inner {
  width: 80%;
  margin: 0 auto;
  max-width: 1800px;
  padding-top: 4em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.error-404 .inner {
    width: 90%;
  }
}
section.error-404 .inner a {
  text-decoration: underline;
}
section.error-404 .inner a:hover {
  text-decoration: none;
}

section.single-page {
  margin-bottom: 2em;
}
section.single-page .inner {
  width: 80%;
  margin: 0 auto;
  max-width: 1800px;
  padding-top: 4em;
}
@media screen and (max-width: 768px) {
  section.single-page .inner {
    width: 90%;
  }
}
section.single-page .inner > h2 {
  font-size: 1.4em;
  font-family: "Montserrat", "Noto Sans JP", serif;
}
section.single-page .inner > ol {
  display: inline;
  line-height: 2.4;
}
section.single-page .inner > ol li {
  color: #fff;
  background: #000;
  vertical-align: text-bottom;
  border-radius: 0.25em;
  font-size: 0.5em;
  padding: 0.3em 0.5em;
  border: none;
  display: inline-block;
  width: 8em;
  text-align: center;
  margin: 0 0.25em;
  display: inline;
}
section.single-page .inner > div.contents {
  margin-bottom: 6em;
}

section.archive-page {
  padding-top: 4em;
}
section.archive-page .inner {
  width: 80%;
  margin: 0 auto;
  max-width: 1800px;
}
@media screen and (max-width: 768px) {
  section.archive-page .inner {
    width: 90%;
  }
}
section.archive-page .inner .tax-list {
  display: flex;
  gap: 0.5%;
  margin-bottom: 1em;
}
section.archive-page .inner .tax-list li {
  border: 0.05em solid #000;
  border-radius: 0.25em;
  font-size: 0.7em;
}
section.archive-page .inner .tax-list li a {
  padding: 0.25em 1em;
  display: block;
}
section.archive-page .inner .tax-list li a.active {
  background: #000;
  color: #fff;
}
section.archive-page .inner .archive_title {
  font-size: 1.4em;
}
section.archive-page .inner .archive-list ul {
  width: 100%;
  margin: 0 auto;
  border-top: 0.05em solid #ccc;
}
section.archive-page .inner .archive-list ul > li {
  border-bottom: 0.05em solid #ccc;
}
section.archive-page .inner .archive-list ul > li span {
  width: 10em;
}
section.archive-page .inner .archive-list ul > li a {
  background: none;
  transition: 0.3s;
  position: relative;
  display: flex;
  width: 100%;
  padding: 1em 1em;
  align-items: center;
}
section.archive-page .inner .archive-list ul > li a div {
  width: inherit;
}
section.archive-page .inner .archive-list ul > li a div ol {
  display: inline;
  line-height: 2.4;
}
section.archive-page .inner .archive-list ul > li a div ol li {
  color: #fff;
  background: #000;
  vertical-align: text-bottom;
  border-radius: 0.25em;
  font-size: 0.5em;
  padding: 0.3em 0.5em;
  border: none;
  display: inline-block;
  width: 8em;
  text-align: center;
  margin: 0 0.25em;
  display: inline;
}
section.archive-page .inner .archive-list ul > li a::after {
  transition: 0.3s;
  position: relative;
  right: 0.25em;
  border-right: 0.1em solid #ccc;
  border-top: 0.1em solid #ccc;
  content: "";
  width: 0.8em;
  height: 0.8em;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  section.archive-page .inner .archive-list ul > li a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
section.archive-page .inner .archive-list ul > li a:hover {
  background: #f6f6f6;
}
section.archive-page .inner .archive-list ul > li a:hover:after {
  right: 0em;
}
@media screen and (max-width: 768px) {
  section.archive-page .inner .archive-list ul > li a {
    flex-direction: column;
    align-items: flex-start;
    padding: 1em 2em 1em 0;
  }
}
@media screen and (max-width: 768px) {
  section.archive-page .inner .archive-list ul {
    margin-bottom: 2em;
  }
}

.slider-thumbnail {
  --gap: 1%;
  --cols: 4;
}
.slider-thumbnail .swiper {
  padding-right: var(--gap);
}
.slider-thumbnail .swiper-wrapper {
  display: flex;
  gap: 0;
  width: 90%;
}
@media (max-width: 768px) {
  .slider-thumbnail .swiper-wrapper {
    width: 100%;
  }
}
.slider-thumbnail .swiper-slide {
  flex: 0 0 auto;
  width: calc((100% - var(--cols) * var(--gap)) / var(--cols));
  margin-right: var(--gap);
  opacity: 0.5;
  transition: opacity 0.5s;
  border-radius: 0.5em;
  overflow: hidden;
}
.slider-thumbnail .swiper-slide:last-child {
  margin-right: 0;
}
.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
@media (max-width: 1024px) {
  .slider-thumbnail {
    --cols: 4;
  }
}
@media (max-width: 768px) {
  .slider-thumbnail {
    --cols: 2;
  }
}

.slider {
  margin-top: 1em;
  margin-bottom: 1em;
}
.slider .swiper-slide {
  border-radius: 0.5em;
  overflow: hidden;
  width: 80%;
  margin: 0 1%;
}
@media (max-width: 768px) {
  .slider .swiper-slide {
    width: 100%;
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .slider {
    margin-top: 0;
  }
}

.swprev {
  position: absolute;
  width: 2em;
  height: 100%;
  top: 0;
  z-index: 1;
  left: 0;
}
.swprev::after {
  width: 1em;
  height: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  position: absolute;
  content: "";
  left: 1em;
  border-left: 0.1em solid #000;
  border-bottom: 0.1em solid #000;
}
@media screen and (max-width: 768px) {
  .swprev::after {
    width: 0.5em;
    height: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .swprev {
    left: -1.75em;
  }
}

.swnext {
  position: absolute;
  width: 2em;
  height: 100%;
  top: 0;
  z-index: 1;
  right: 0;
}
.swnext::after {
  width: 1em;
  height: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  position: absolute;
  content: "";
  right: 1em;
  border-right: 0.1em solid #000;
  border-top: 0.1em solid #000;
}
@media screen and (max-width: 768px) {
  .swnext::after {
    width: 0.5em;
    height: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .swnext {
    right: -1.75em;
  }
}

.bg {
  position: fixed;
  width: 100%;
  z-index: -1;
  -webkit-mask-image: radial-gradient(130% 90% at 50% 120%, transparent 42%, rgba(0, 0, 0, 0.2) 55%, rgba(0, 0, 0, 0.6) 68%, rgb(0, 0, 0) 78%);
          mask-image: radial-gradient(130% 90% at 50% 120%, transparent 42%, rgba(0, 0, 0, 0.2) 55%, rgba(0, 0, 0, 0.6) 68%, rgb(0, 0, 0) 78%);
}

@media screen and (max-width: 768px) {
  #nav-toggle {
    top: 0.5em;
    right: 1.5em;
    height: 2em;
    cursor: pointer;
    position: absolute;
    width: 2em;
    z-index: 11;
  }
  #nav-toggle span {
    background: #fff;
    will-change: transform;
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    position: absolute;
    transition: top 0.3s ease;
    transition: transform 0.3s ease-in-out, top 0.3s ease;
  }
  #nav-toggle span:nth-child(1) {
    top: 0.8em;
  }
  #nav-toggle span:nth-child(2) {
    top: 1.2em;
  }
  .open #nav-toggle span:nth-child(1) {
    will-change: transform;
    top: 15px;
    transform: rotate(45deg);
    background: #fff;
  }
  .open #nav-toggle span:nth-child(2) {
    will-change: transform;
    top: 15px;
    transform: rotate(-45deg);
    background: #fff;
  }
}

@media screen and (max-width: 768px) {
  #gloval-nav {
    width: 100%;
    visibility: hidden;
    display: block;
    overflow: scroll;
    opacity: 0;
    z-index: 10;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    padding: 5.5% 7.5%;
  }
}

@media screen and (max-width: 768px) {
  .open #gloval-nav {
    visibility: visible;
    display: block;
    overflow: scroll;
    opacity: 1;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    padding: 5em 7.5%;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: clamp(0.1rem, 40 / var(--font) * 100vw, 80px);
  }
  .go_archive {
    width: 90%;
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */