@import url("https://use.typekit.net/dsu4grd.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  background: #000;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  font-size: 62.5%;
  /*
  	@media screen and (max-width: 374px) {
  		font-size: 56.3%;
  	}
  */
}

body,
header,
main,
div,
ul, li,
hgroup,
h1, h2, h3, h4, h5, h6,
form, input, textarea, button,
dl, dt, dd,
p,
blockquote,
figure,
picture,
img {
  margin: 0;
  padding: 0;
}

body {
  background: #000;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  -webkit-text-size-adjust: 100% !important;
  letter-spacing: 0.05em;
  /*
  	min-width: f.$min;
  	@media screen and (max-width: f.$bp) {
  		min-width: auto;
  	}
  */
}

img {
  border: 0;
  vertical-align: top;
}

address, caption, cite, code, dfn, em, strong, var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-weight: bold;
}

ul li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

input,
textarea,
select,
button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select,
button {
  *font-size: 100%;
}

/*
@media screen and (max-width: f.$bp) {
	br.pc {
		display: none;
	}
}

br.sp {
	display: none;
	@media screen and (max-width: f.$bp) {
		display: inline;
	}
}
*/
a {
  cursor: pointer;
  text-decoration: underline;
  color: inherit;
}
@media (any-hover: hover) {
  a:hover {
    text-decoration: none;
  }
}

#side {
  background: rgba(0, 0, 0, 0.7) url("../img/side_bg.png") no-repeat right bottom;
  position: fixed;
  top: 0;
  left: 0;
  width: 240px;
  height: 100%;
  z-index: 2;
  font-size: 10px;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 25px 25px;
}
#side a {
  display: block;
  text-decoration: none;
  color: inherit;
}
#side h1 {
  margin-bottom: 30px;
}

#nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 20px;
}
#nav a {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  padding-left: 12px;
  position: relative;
}
#nav a::before {
  content: "";
  display: block;
  width: 4px;
  aspect-ratio: 1/2;
  position: absolute;
  left: 0;
  top: 52%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background: #fff;
}
@media (any-hover: hover) {
  #nav a:hover {
    opacity: 0.6;
  }
}
#nav .en {
  font-family: "nimbus-sans", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}
#nav .ja {
  padding-left: 0.5em;
  font-weight: 700;
  font-size: 1rem;
}

#top #nav a.top,
#about #nav a.about,
#news #nav a.news,
#menu #nav a.menu,
#access #nav a.access {
  opacity: 0.6;
}
@media (any-hover: hover) {
  #top #nav a.top:hover,
  #about #nav a.about:hover,
  #news #nav a.news:hover,
  #menu #nav a.menu:hover,
  #access #nav a.access:hover {
    opacity: 0.6;
  }
}

#cal {
  margin-top: 30px;
  color: #f9ed98;
}
#cal .en {
  display: block;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
}
#cal .ja {
  display: block;
  margin-top: 4px;
  font-weight: 700;
  font-size: 1.1rem;
}
#cal a {
  position: relative;
  padding-left: 30px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media (any-hover: hover) {
  #cal a:hover {
    opacity: 0.6;
  }
}
#cal a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 11px);
  width: 22px;
  height: 25px;
  background: url("../img/ico_cal.svg") no-repeat center center/contain;
}

#sns {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
#sns a {
  width: 20px;
  aspect-ratio: 1;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media (any-hover: hover) {
  #sns a:hover {
    opacity: 0.6;
  }
}
#sns a.fb {
  background: url("../img/ico_fb.svg") no-repeat center center/contain;
}
#sns a.x {
  background: url("../img/ico_x.svg") no-repeat center center/contain;
}
#sns a.in {
  background: url("../img/ico_in.svg") no-repeat center center/contain;
}

#link {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #666;
}
#link h2 {
  font-family: "nimbus-sans", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}
#link ul {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 2px;
}
#link a {
  background: url("../img/side_link_listmark.gif") no-repeat left top;
  padding-left: 8px;
  font-size: 10px;
  line-height: 15px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media (any-hover: hover) {
  #link a:hover {
    opacity: 0.6;
  }
}

#content {
  margin-left: 240px;
  width: calc(100% - 240px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 80px;
  overflow: visible;
  position: relative;
  z-index: 10;
}
#content .inr {
  width: 90%;
  margin: 0 auto;
  text-align: left;
  position: relative;
  z-index: 1;
}
#content h2 {
  margin-bottom: 20px;
}
#content .box {
  background: url("../img/content_bg.png") repeat center top;
  padding: 80px;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
a.blank {
	background: url(../img/blank.gif) no-repeat right 2px;
	padding-right: 14px;
}
*/
.copyright {
  position: fixed;
  right: 10px;
  bottom: 10px;
  font-size: 11px;
  font-family: "nimbus-sans", sans-serif;
  letter-spacing: 0.02em;
  color: #fff;
  font-style: normal;
  text-align: right;
  line-height: 1.6;
}

#modal {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#modal.on {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
#modal .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
}
#modal .box {
  width: 700px;
  height: 580px;
  position: absolute;
  left: calc(50% - 350px);
  top: calc(50% - 290px);
}
#modal iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
#modal .close {
  position: absolute;
  display: block;
  text-decoration: none;
  right: 20px;
  top: 20px;
  width: 40px;
  aspect-ratio: 1;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#modal .close::before, #modal .close::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  top: calc(50% - 1px);
  left: 0;
  position: absolute;
}
#modal .close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#modal .close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (any-hover: hover) {
  #modal .close:hover {
    opacity: 0.7;
  }
}