@charset "UTF-8";
/* メディアクエリ用ブレイクポイント定義 _mixin.scssのみにて使用 */
:root {
  --font-size: .875vw;
  --font-size: 1vw;
}
@media screen and (max-width: 1024px) {
  :root {
    --font-size: 1.3vw;
  }
}

img[src$=".svg"] {
  width: 100%;
}

/*def end*/
/*share*/
::-moz-selection {
  background: rgba(3, 22, 40, 0.6); /* Safari */
  color: white;
}
::selection {
  background: rgba(3, 22, 40, 0.6); /* Safari */
  color: white;
}

::-moz-selection {
  background: rgba(3, 22, 40, 0.6); /* Firefox */
  color: white;
}

html, body {
  height: 100%;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
}

li {
  list-style-type: none;
}

dl, dt, dd, ul, li, figure, h1, h2, h3, h4, p {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, p {
  font-size: 1rem;
  font-weight: normal;
}

em, i {
  font-style: normal;
}

i.fa {
  margin-right: 0.25em;
}

@media screen and (max-width: 768px) {
  ._pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  ._sp {
    display: none !important;
  }
}

html {
  font-size: var(--font-size);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

body {
  font-family: "neue-haas-unica", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Meiryo UI", "Meiryo", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  overscroll-behavior-y: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

.logo {
  position: fixed;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
  z-index: 5;
}
.logo.is-stopped {
  position: absolute;
  left: 50%;
}
.logo img {
  width: 95.3svw;
  opacity: 0.3;
}

.header {
  margin-left: 2.35svw;
  margin-top: 2.47svw;
  width: 19.53svw;
}
.header--withbackground {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.header__logo {
  width: 9.35svw;
}
.header__logo--alpha {
  opacity: 0.37;
}

.globalnavigation {
  margin-top: 2.47svw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.globalnavigation__block {
  width: 9.76svw;
}
.globalnavigation__block--collection {
  width: 19.52svw;
}
.globalnavigation__block--invisible {
  visibility: hidden;
}
.globalnavigation__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.globalnavigation__item {
  text-decoration: underline;
  line-height: 125%;
  font-weight: 500;
}
.globalnavigation__item + .globalnavigation__item {
  margin-top: 1em;
  position: relative;
}
.globalnavigation__item + .globalnavigation__item::before {
  content: "-";
  font-family: "yu-gothic-pr6n", sans-serif;
  position: absolute;
  top: -1em;
  left: 0.05em;
}
.globalnavigation__item + .globalnavigation__item--noborder::before {
  content: none;
}
.globalnavigation__item--sub {
  text-decoration: none;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #D3D3D4;
  min-height: 100svh;
  padding-bottom: 10svh;
  position: relative;
}
.main--withbackground {
  padding-bottom: 0;
}
.main--debug {
  background: black;
  color: gray;
}
.main--subdebug {
  background: black;
  color: red;
}

.figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.figure__number {
  margin-top: 2.47svw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 19.52svw;
  text-decoration: underline;
  line-height: 125%;
  font-weight: 500;
}
.figure__image {
  position: relative;
  width: 100%;
}
.figure__image img {
  width: 100%;
  height: auto;
}

.background {
  position: relative;
  width: 100%;
  min-height: 100svh;
}
.background img {
  width: 100%;
  height: auto;
  min-height: 100svh;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.section {
  margin-top: 2.47svw;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section__header {
  line-height: 153.333%;
  width: 19.53svw;
  text-decoration: underline;
}
.section__header--english {
  font-size: 105%;
  font-weight: 500;
}
.main--debug .section__header--english {
  color: red;
}
.section__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.article + .article {
  margin-top: 3.5em;
}
.article + .article--middlemargin {
  margin-top: 1.75em;
}
.article--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aside__main {
  width: 19.53svw;
}
.aside__heading {
  font-size: 85%;
  line-height: 153.333%;
}
.aside__list {
  font-size: 80%;
}
.aside__item {
  line-height: 153.333%;
  position: relative;
  margin-top: 0.175em;
}
.aside__item::before {
  content: "–";
  font-family: "yu-gothic-pr6n", sans-serif;
  position: absolute;
  top: 0;
  left: -1em;
  font-weight: normal;
}

.paragraph {
  line-height: 153.333%;
}
.paragraph--highmargin {
  margin-top: 0.875em;
}
.paragraph--startbracket {
  text-indent: -0.3em;
}

.bullet + .bullet {
  margin-top: 1.75em;
}
.bullet__item {
  line-height: 153.333%;
}
.bullet__item--english {
  font-size: 105%;
  font-weight: 500;
}
.main--debug .bullet__item--english {
  color: red;
}

.heading {
  position: relative;
  padding-bottom: 0.875em;
  line-height: 153.333%;
}
.heading::before {
  content: "――";
  position: absolute;
  bottom: -0.2625em;
  left: 0;
  letter-spacing: -0.1em;
}
.heading--english {
  font-size: 105%;
  font-weight: 500;
}
.main--debug .heading--english {
  color: red;
}
.heading--withborder {
  padding-top: 0.875em;
}
.heading--withborder::after {
  content: "――";
  position: absolute;
  top: -0.2625em;
  left: 0;
  letter-spacing: -0.1em;
}

.span--bracket {
  font-size: 85%;
  vertical-align: top;
}
.span--italic {
  font-style: italic;
}
.span--underline {
  text-decoration: underline;
}
.span--leftmargin {
  margin-left: 0.15em;
}
.span--english {
  font-size: 105%;
  font-weight: 500;
}
.main--debug .span--english {
  color: red;
}

[data-font=punct-a] {
  font-family: "yu-gothic-pr6n", sans-serif;
}
.main--debug [data-font=punct-a] {
  color: yellow;
}
.main--subdebug [data-font=punct-a] {
  color: rgb(74, 74, 74);
}

[data-font=punct-b] {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
}
.main--debug [data-font=punct-b] {
  color: green;
}
.main--subdebug [data-font=punct-b] {
  color: rgb(74, 74, 74);
}

.em--space {
  margin: 0 0.1em;
}

.collectionlogo {
  position: fixed;
  z-index: 10;
  right: 6.5svw;
  top: 8svw;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: rotate(270deg) translateX(-100%);
          transform: rotate(270deg) translateX(-100%);
}
.collectionlogo__logo {
  width: 7.41svw;
  opacity: 0.4;
}

.fordevhr {
  margin: 50px 0;
  border: none;
  border-top: thin solid black;
}/*# sourceMappingURL=base.css.map */