﻿html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0);
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  font-size: 100%;
  vertical-align: baseline;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}
input,
select {
  vertical-align: middle;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  background-color: #f5f7f8;
  color: #353c3e;
  backface-visibility: hidden;
  font-family: "Zen Old Mincho", "Leida", "YuMincho", "Hiragino Mincho",
    "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
}
a {
  outline: none;
  color: inherit;
  font-size: 100%;
  text-decoration: none;
}
a:visited,
a:link {
  color: #353e3f;
  text-decoration: underline;
}
a:hover,
a:active {
  color: #353e3f;
  text-decoration: none;
}
i {
  font-style: normal;
}
img {
  vertical-align: top;
}
svg {
  line-height: 1em;
  vertical-align: top;
}
.only--pc {
  display: block;
}
.only--sp {
  display: none;
}
#pagetop {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  line-height: 0;
}
#blind {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9001;
  width: 100%;
  height: 100%;
  transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  background-color: #fff;
}
.loader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9002;
  width: 100%;
  height: 100%;
  transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  display: none;
}
.loader.is--show {
  display: block;
}
.loader__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.container {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}
.bg-wrapper {
  position: relative;
  background-color: #e6eef1;
}
.bg-wrapper[data-top="detail"] {
  margin-top: 96px;
}
.bg-wrapper::before {
  display: block;
  content: "";
  position: absolute;
  top: -536px;
  left: 0;
  width: 100%;
  height: 536px;
  background-image: linear-gradient(
    0deg,
    rgb(230, 238, 241),
    rgba(230, 238, 241, 0.7) 126px,
    rgba(230, 238, 241, 0)
  );
  z-index: 1;
}
.background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
  pointer-events: none;
}
.background:not([data-bg="top"]) .background--image {
  overflow-y: hidden;
}
.background:not([data-bg="top"]) .background--image::after {
  height: 120px;
}
.background[data-bg="top"] .background--image {
  height: 100vh;
}
.background[data-bg="top"] .background--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.background--image {
  width: 100%;
  position: relative;
}

:root {
  font-size: 10px;
}
@media print, screen and (min-widht: 1600px) {
  :root {
    font-size: 12.5px;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    width: 100%;
    height: 100%;
  }
  body {
    background-color: #f5f7f8;
    color: #353c3e;
    backface-visibility: hidden;
    font-family: "Zen Old Mincho", "Leida", "YuMincho", "Hiragino Mincho",
      "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 500;
  }
  i {
    font-style: normal;
  }
  a {
    outline: none;
    color: inherit;
    font-size: 100%;
    text-decoration: none;
  }
  .only--pc {
    display: none;
  }
  .only--sp {
    display: block;
  }
  #pagetop {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -9999;
    font-size: 0;
    line-height: 0;
  }
  #blind {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9001;
    width: 100%;
    height: 100%;
    transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    background-color: #fff;
  }
  .loader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9002;
    width: 100%;
    height: 100%;
    transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    display: none;
  }
  .loader.is--show {
    display: block;
  }
  .loader__inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .container {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
  }
  .bg-wrapper[data-top="detail"] {
    margin-top: 96px;
    margin-top: 25.6vw;
  }
  .bg-wrapper::before {
    top: -210px;
    top: -53.8461538vw;
    height: 210px;
    height: 53.8461538vw;
    background-image: linear-gradient(
      0deg,
      rgb(230, 238, 241),
      rgba(230, 238, 241, 0.7) 25px,
      rgba(230, 238, 241, 0)
    );
  }
  .background {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    pointer-events: none;
  }
  .background[data-bg="top"] .background--image {
    height: 100%;
  }
  .background:not([data-bg="top"]) .background--image {
    height: 280px;
    height: 74.6666666667vw;
    overflow-y: hidden;
  }
  .background:not([data-bg="top"]) .background--image::after {
    height: 120px;
    height: 32vw;
  }
  .background--image {
    width: 100%;
    position: relative;
  }
  .background--image::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    height: 32vw;
    background-image: linear-gradient(
      0deg,
      rgb(245, 247, 248),
      rgba(255, 255, 255, 0)
    );
    z-index: 1;
  }
  .logosp {
    display: block;
    position: fixed;
    left: 6.9230769231vw;
    top: 33px;
    top: 8.8vw;
    z-index: 50;
  }
  .logosp img {
    width: 120px;
    width: 32vw;
    height: auto;
  }
  .hamburger {
    width: 36px;
    width: 9.6vw;
    height: 35px;
    height: 9.3333333333vw;
    position: fixed;
    right: 27px;
    right: 7.2vw;
    top: 23px;
    top: 6.1333333333vw;
    z-index: 100;
  }
  .hamburger a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
  }
  .hamburger a:hover span {
    transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
  }
  .hamburger__bars {
    display: block;
    width: 100%;
    height: 15px;
    height: 4vw;
    position: relative;
  }
  .hamburger__bars span {
    display: block;
    height: 1px;
    height: 0.2666666667vw;
    width: 100%;
    background-color: #353e3f;
    position: absolute;
    left: 0;
    transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transition: all 0.6s cubic-bezier(0.37, 0, 0.14, 0.99);
  }
  .hamburger__bars span:nth-of-type(1) {
    top: 0px;
    top: 0vw;
    transform: scaleX(1);
  }
  .hamburger__bars span:nth-of-type(2) {
    top: 7px;
    top: 1.8666666667vw;
    transform: scaleX(0.66);
  }
  .hamburger__bars span:nth-of-type(3) {
    top: 14px;
    top: 3.7333333333vw;
    transform: scaleX(0.33);
  }
  .header {
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
    background-color: #f5f7f8;
    display: none;
  }
  .header__inner {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
  }
  .header__title {
    display: none;
  }
  .header__nav {
    flex-basis: 35.3846153846vw;
    margin-left: 51.5384615385vw;
    padding-top: 149px;
    padding-top: 39.7333333333vw;
    display: block;
  }
  .header__nav ul {
    margin-left: 0;
  }
  .header__nav li {
    line-height: 1em;
  }
  .header__nav li:last-of-type {
    margin-bottom: 0;
  }
  .header__nav li.is--hidden {
    pointer-events: none;
    opacity: 0.3;
  }
  .header__nav li.is--blank a::after {
    content: "";
    display: block;
    width: 7px;
    width: 1.8666666667vw;
    height: 7px;
    height: 1.8666666667vw;
    background: url("../img/common/icon_blank.svg") center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: -14px;
    right: -3.7333333333vw;
    top: 8px;
    top: 2.1333333333vw;
  }
  .header__nav li.is--hidden {
    pointer-events: none;
  }
  .header__nav li.is--hidden a {
    color: #82a4b6;
  }
  .header__nav a {
    position: relative;
    font-family: "Leida", serif;
    font-weight: 500;
    font-size: 16px;
    font-size: 3.5897435897435894vw;
    line-height: 110%;
    letter-spacing: 0.5px;
    letter-spacing: 0.1333333333vw;
    text-decoration: none;
    color: #353e3f;
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
    transition: none;
  }
  .header__nav a:hover {
    opacity: 1;
  }
  .header__desc {
    flex-basis: 35.3846153846vw;
    margin-left: 51.5384615385vw;
    text-align: center;
    padding-bottom: 79px;
    padding-bottom: 21.0666666667vw;
  }
  .header__desc__button {
    width: 138px;
    width: 36.8vw;
    height: 50px;
    height: 13.3333333333vw;
    margin: 0 auto;
    margin-bottom: 15.5px;
    margin-bottom: 4.1333333333vw;
  }
  .header__desc__button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    color: #353e3f;
    font-family: "Leida", serif;
    font-weight: 500;
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1em;
    letter-spacing: 0.5px;
    letter-spacing: 0.1333333333vw;
    transition: none;
  }
  .header__desc__button a::before {
    display: none;
  }
  .header__desc__button a::after {
    content: "";
    display: block;
    width: 138px;
    width: 36.8vw;
    height: 50px;
    height: 13.3333333333vw;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: url("../img/common/bg_ticket_sp.svg") center center no-repeat;
    background-size: contain;
    transition: none;
  }
  .header__desc__button a:hover {
    color: #353e3f;
  }
  .header__desc__button a:hover::after {
    background: url("../img/common/bg_ticket_sp.svg") center center no-repeat;
    background-size: contain;
  }
  .header__desc__button a > span {
    display: block;
    position: relative;
    z-index: 2;
  }
  .header__desc__button a > span span {
    display: none;
  }
  .header__desc__button i {
    display: block;
  }
  .header__desc__button.is--hidden {
    pointer-events: none;
  }
  .header__desc__sns {
    width: 130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__desc__sns li {
    margin: 0;
  }
  .header__desc__sns li.sns--instagram img {
    width: 20px;
    width: 5.3333333333vw;
    height: auto;
  }
  .header__desc__sns li.sns--twitter img,
  .header__desc__sns li.sns--facebook img {
    width: 22px;
    width: 5.8666666667vw;
    height: auto;
  }
  .header__desc__sns a {
    display: block;
    transition: none;
  }
  .header__desc__sns a:hover {
    opacity: 1;
  }
  .footer::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-image: linear-gradient(
      0deg,
      rgba(230, 238, 241, 0),
      rgba(230, 238, 241, 1)
    );
    z-index: 0;
  }
  .hamburger {
    transition: transform 1s cubic-bezier(0.41, 0, 0.04, 1);
    transform: translateX(0px);
  }
  .hamburger.is--open {
    transform: translateX(0px);
  }
  .hamburger.is--open .hamburger__bars span:nth-of-type(1),
  .hamburger.is--open .hamburger__bars span:nth-of-type(3) {
    transform: scaleX(0);
  }
  .hamburger.is--open .hamburger__bars span:nth-of-type(2) {
    transform: scaleX(1);
  }
  .header__nav {
    transition: none;
  }
  .scrollContainer {
    transition: transform 1s;
    transition-timing-function: cubic-bezier(0.05, 0.24, 0.04, 1);
    position: relative;
    z-index: 2;
    width: 100%;
  }
  .is--parallax {
    transition: transform 2s;
    transition-timing-function: cubic-bezier(0.05, 0.24, 0.04, 1);
  }
}
.container {
  padding-top: 270px;
}
.bg-wrapper {
  margin-top: 265px;
  padding-bottom: 200px;
}
.archive {
  width: 100%;
  position: relative;
  z-index: 1;
  top: -216px;
  margin-bottom: -216px;
}
.archive__inner {
  position: relative;
  margin-left: 12.5vw;
  width: 67.5vw;
}
.archive__title {
  font-family: "Leida", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  position: relative;
  top: 0;
  margin-bottom: 120px;
}
.archive__heading {
  font-family: "Leida", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 40px;
}
.closingreport ul {
  margin-bottom: 120px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: 48px;
}
.closingreport li {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.24px;
}
.closingreport a {
  padding-right: 24px;
  transition: all 0.3s;
  background: url("../img/common/icon_file.svg") center right no-repeat;
  background-size: 16px;
}
.closingreport a:hover {
  opacity: 0.5;
}
.archive__imageWrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 120px;
}
.archive__website ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: 48px;
}
.archive__website li {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.24px;
}
.archive__website a {
  padding-right: 24px;
  transition: all 0.3s;
  background: url("../img/common/icon_file.svg") center right no-repeat;
  background-size: 16px;
}
.archive__website a:hover {
  opacity: 0.5;
}
.archive__website a[data-link="site"] {
  background: url("../img/common/icon_site.svg") top 2px right no-repeat;
}
@media screen and (max-width: 768px) {
  .container {
    padding-top: 210px;
    padding-top: 53.846153vw;
  }
  .bg-wrapper {
    margin-top: 0;
    padding-bottom: 80px;
    padding-bottom: 21.3333333333vw;
  }
  .bg-wrapper::before {
    display: block;
    content: "";
    position: absolute;
    top: -210px;
    top: -53.846153vw;
    height: 210px;
    height: 53.846153vw;
    left: 0;
    width: 100%;
    background-image: linear-gradient(
      0deg,
      rgb(230, 238, 241),
      rgba(230, 238, 241, 0.7) 49px,
      rgba(230, 238, 241, 0)
    );
    z-index: 1;
  }
  .archive {
    padding-top: 0;
    margin-bottom: 64px;
    position: relative;
    top: 0;
  }
  .archive__inner {
    margin-left: 6.9230769231vw;
    width: 86.1538461538vw;
  }
  .archive__title {
    font-family: "Leida", serif;
    font-weight: 500;
    font-size: 20px;
    font-size: 5.12820513vw;
    line-height: 110%;
    top: 0;
    margin-bottom: 120px;
    margin-bottom: 30.7692307vw;
  }
  .archive__heading {
    font-family: "Leida", serif;
    font-weight: 500;
    font-size: 16px;
    font-size: 4.102564102564102vw;
    line-height: 110%;
    margin-bottom: 10.256410256410255 vw;
  }
  .closingreport ul {
    gap: 24px;
    padding-left: 24px;
    margin-bottom: 80px;
  }
  .closingreport li {
    font-size: 12px;
  }
  .closingreport a {
    padding-right: 20px;
    background-size: 12px;
  }
  .archive__imageWrapper {
    margin-bottom: 80px;
  }
  .archive__website ul {
    gap: 24px;
    padding-left: 24px;
  }
  .archive__website li {
    font-size: 12px;
  }
  .archive__website a {
    padding-right: 20px;
    background-size: 12px;
  }
}
