@charset "UTF-8";
body.fs-active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page32 .fs {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  min-width: 100vw;
  overflow-y: scroll;
  opacity: 0;
  z-index: -1;
  transition: 0.2s;
}
.page32 .fs.fs-active {
  opacity: 1;
  z-index: 1001;
}
@media print, screen and (min-width: 768px) {
  .page32 .fs-inner {
    display: flex;
    align-items: center;
    min-height: 100%;
  }
}
.page32 .fs-block-wrap {
  padding: 70px 20px 20px;
}
@media print, screen and (min-width: 768px) {
  .page32 .fs-block-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 20px 20px;
  }
}
.page32 .fs-block {
  margin: 20px 0 0;
}
.page32 .fs-block:nth-of-type(1) {
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  .page32 .fs-block {
    width: 50%;
    max-width: 400px;
    padding: 20px 20px;
    margin: 0;
  }
}
.page32 .fs-parent {
  font-size: 20px;
  position: relative;
  font-weight: bold;
  padding: 0 2em 0 0;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .page32 .fs-parent {
    font-size: 24px;
  }
}
.page32 .fs-parent::after {
  content: "＋";
  position: absolute;
  top: 0;
  right: 0;
}
.page32 .fs-parent.active::after {
  content: "－";
}
@media print, screen and (min-width: 768px) {
  .page32 .fs-parent {
    cursor: auto;
  }
  .page32 .fs-parent::after {
    display: none;
  }
}
.page32 .fs-child-ul {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .page32 .fs-child-ul {
    display: block;
  }
}
.page32 .fs-child-li {
  padding: 0.5em 0;
}
.page32 .fs-child-li:nth-of-type(1) {
  border-top: 1px solid #aaa;
  margin: 10px 0 0;
}
.page32 .mn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1002;
  width: 60px;
  height: 60px;
  color: #fff;
  background: var(--color-mu08);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .page32 .mn {
    width: 80px;
    height: 80px;
  }
}
.page32 .mn-bar {
  width: 30px;
  height: 1px;
  background: #fff;
  margin: 6px 0 0;
  transition: 0.2s;
}
.page32 .mn-bar:nth-child(1) {
  margin-top: 0;
}
.page32 .mn-bar:nth-child(1).fs-active {
  transform: translateY(7px) rotate(-45deg);
}
.page32 .mn-bar:nth-child(2).fs-active {
  opacity: 0;
}
.page32 .mn-bar:nth-child(3).fs-active {
  transform: translateY(-7px) rotate(45deg);
}
.page32 .mn-text {
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  margin: 10px 0 0;
}
.page32 .mn-text::before {
  content: "MENU";
}
.page32 .mn-text.fs-active::before {
  content: "CLOSE";
}