@charset "UTF-8";
/* =========================================================
font import
========================================================= */
@import url("https://use.typekit.net/bie7okh.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@font-face {
  font-family: "PTSansNarrow";
  src: url("../fonts/PTSansNarrow-Bold.ttf") format("truetype");
  src: url("./fonts/PTSansNarrow-Regular.ttf") format("truetype");
}
/* =========================================================
body
========================================================= */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "ヒラギノ角ゴシック", "Hiragino Kaku Gothic", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  -webkit-overflow-scrolling: touch;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-weight: 400;
  overflow-x: hidden;
  color: #484848;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }
}

.wrapper {
  overflow-x: hidden;
}

img {
  width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

main {
  display: block; /*IE*/
}

@media screen and (max-width: 768px) {
  .sp-hide {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .pc-hide {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .lsp-hide {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .lpc-hide {
    display: none !important;
  }
}
@media screen and (max-width: 425px) {
  .ssp-hide {
    display: none !important;
  }
}
@media screen and (min-width: 426px) {
  .spc-hide {
    display: none !important;
  }
}
body.en .en-hide {
  display: none !important;
}
body:not(.en) .jp-hide {
  display: none !important;
}

.ptf {
  font-family: "PTSansNarrow", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}

.nof {
  font-family: "new-order", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}

/* =========================================================
Header
========================================================= */
.header {
  position: fixed;
  background: #fff;
  left: 0;
  width: 100%;
  z-index: 500;
  transition: 0.8s ease;
}
.header__band {
  background-color: #000;
  padding: 12px 0;
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .header__band {
    padding: 0;
  }
}
.header__hamburger button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
}
.header__text {
  width: fit-content;
  margin: 0 auto;
}
.header__text p {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .header__text p {
    font-size: 12px;
    line-height: 1.5833333333;
  }
}
@media screen and (max-width: 768px) {
  .header__text {
    padding: 10px 10px 10px 0;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 90px;
  width: calc(100% - 60px);
  max-width: 1300px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .header__inner {
    width: 100%;
    background: #EDE4D3;
    height: auto;
    padding: 60px 20px 120px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    height: 100vh;
    height: 100lvh;
    align-items: flex-start;
    flex-direction: column;
    overflow-y: scroll;
    left: -100%;
    transition: left 0.5s;
    z-index: 2;
  }
  .header__inner.active {
    left: 0;
  }
}
.header__logo {
  width: 156px;
}
.header__language {
  margin-left: 30px;
  font-size: 16px;
}
.header__language p span {
  text-decoration: underline;
}
.header__language p a:hover {
  text-decoration: underline;
}
.header__itemlist {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .header__itemlist {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
  }
}
.header__itemlist .item {
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  gap: 0 40px;
}
.header__itemlist .item.current > a {
  pointer-events: none;
  text-decoration: underline;
}
.header__itemlist .item a {
  font-size: 20px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1024px) {
  .header__itemlist .item a {
    width: 100px;
  }
}
.header__itemlist .item a:not(.ptf) {
  font-size: 18px;
}
.header__itemlist .item a:hover {
  text-decoration: underline;
}
.header__itemlist .item .btn_pulldown {
  width: 24px;
  height: 24px;
  position: relative;
  display: block;
}
.header__itemlist .item .btn_pulldown::before, .header__itemlist .item .btn_pulldown::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #292929;
}
.header__itemlist .item .btn_pulldown::before {
  width: calc(100% - 4px);
  height: 4px;
}
.header__itemlist .item .btn_pulldown::after {
  width: 4px;
  height: calc(100% - 4px);
}
.header__itemlist .item .pulldown__list {
  position: absolute;
  display: flex;
  bottom: 0;
  left: -10px;
  transform: translateY(100%);
  width: max-content;
  padding: 0 20px 0 10px;
  background: #fff;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
  max-height: 0;
  transition: 0.5s ease;
}
@media screen and (max-width: 1024px) {
  .header__itemlist .item .pulldown__list {
    background: none;
    padding: 0 0 10px 10px;
    position: static;
    transform: none;
    width: 100%;
    gap: 30px;
  }
}
.header__itemlist .item .pulldown__list li:nth-child(1) {
  margin-top: 20px;
}
.header__itemlist .item .pulldown__list li:nth-last-child(1) {
  margin-bottom: 20px;
}
.header__itemlist .item .pulldown__list a {
  font-size: 18px;
}
.header__itemlist .item .pulldown__list a:not(.ptf) {
  font-size: 16px;
}
.header__itemlist .item.active .btn_pulldown::after {
  display: none;
}
.header__itemlist .item.active .pulldown__list {
  max-height: 400px;
}
@media screen and (min-width: 1025px) {
  .header__itemlist .item:hover .pulldown__list {
    max-height: 340px;
  }
}
.header .info-wrap {
  width: 100%;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid;
}
.header .info-wrap h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.header .info-wrap .sns-list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.header .info-wrap .sns-list .sns {
  width: 40px;
}
.header .info-wrap .copylight {
  font-size: 14px;
  text-align: center;
  margin-top: 30px;
}
.header__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
}

/* =========================================================
Footer
========================================================= */
.footer {
  padding: 60px 0;
}
.footer__sns h2 {
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.footer__sns .sns__list {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.footer__sns .sns__list .sns {
  width: 40px;
}
.footer__logo p {
  max-width: 394px;
  width: 100%;
  margin: 0 auto;
}
.footer__copylight {
  margin-top: 40px;
}
.footer__copylight p {
  font-size: 16px;
  text-align: center;
}

/* =========================================================
Footer Banner
========================================================= */
.footer_banner {
  width: 100%;
  max-width: none;
}
.footer_banner_header._parallax {
  height: 360px;
  clip-path: inset(0 0);
}
@media screen and (max-width: 768px) {
  .footer_banner_header._parallax {
    height: 180px;
  }
}
.footer_banner_header._parallax img {
  position: fixed;
  top: 0;
  height: 100vh;
  object-fit: cover;
}
.footer_banner_cont {
  width: 100%;
  box-sizing: border-box;
  padding: 40px 20px;
  text-align: center;
}
.footer_banner_cont h2 {
  font-size: 44px;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .footer_banner_cont h2 {
    font-size: 38px;
  }
}
.footer_banner_cont h3 {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .footer_banner_cont h3 {
    font-size: 16px;
  }
}
.footer_banner_cont p {
  margin: 0 auto;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .footer_banner_cont p {
    max-width: 480px;
  }
}
.footer_banner_cont._exhibit {
  color: #fff;
  background: #484646;
}
.footer_banner_cont._sponsor {
  background: #939393;
}
.footer_banner_cont._visit {
  background: #C7C5C5;
}
.footer_banner_cont._letter {
  background: #F5F5F5;
}

/* =========================================================
FIXED BTN
========================================================= */
.fixed_btn {
  position: fixed;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}
.fixed_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
  line-height: 1.2;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  border: 1px solid #000;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .fixed_btn a {
    width: 50px;
    height: 50px;
    font-size: 12px;
  }
}
.fixed_btn a._red {
  background-color: #FF0000;
  border: none;
  color: #fff;
}
.fixed_btn a._black {
  background-color: #000000;
  border: none;
  color: #fff;
}
.fixed_btn a.page-top {
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.fixed_btn a.page-top svg {
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 768px) {
  .fixed_btn a.page-top svg {
    width: 25px;
  }
}
.fixed_btn a.language-btn {
  border-radius: 0;
  background-color: #C7C5C5;
}
@media screen and (max-width: 768px) {
  .fixed_btn a.language-btn {
    font-size: 16px;
  }
}/*# sourceMappingURL=default.css.map */