@charset "UTF-8";
/* メディアクエリ用ブレイクポイント定義 _mixin.scssのみにて使用 */
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: 0.875vw;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

body {
  font-family: "neue-haas-unica", "游ゴシック体", 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%;
}

/* amazon で使ってたきれいなグラデーション
linear-gradient(90deg,#00050d,rgba(0,5,13,.991) 6.67%,rgba(0,5,13,.964) 13.33%,rgba(0,5,13,.918) 20%,rgba(0,5,13,.853) 26.67%,rgba(0,5,13,.768) 33.33%,rgba(0,5,13,.668) 40%,rgba(0,5,13,.557) 46.67%,rgba(0,5,13,.443) 53.33%,rgba(0,5,13,.332) 60%,rgba(0,5,13,.232) 66.67%,rgba(0,5,13,.147) 73.33%,rgba(0,5,13,.082) 80%,rgba(0,5,13,.036) 86.67%,rgba(0,5,13,.009) 93.33%,rgba(0,5,13,0))
*/
.logo {
  position: fixed;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
}
.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__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;
}
.globalnavigation__block {
  width: 9.76svw;
}
.globalnavigation__block--collection {
  width: 19.52svw;
}
.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%;
}
.globalnavigation__item + .globalnavigation__item {
  margin-top: 1em;
  position: relative;
}
.globalnavigation__item + .globalnavigation__item::before {
  content: "-";
  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;
}
.main--collection {
  background: none;
}
.main--withbackground {
  position: relative;
  background: url(../photo/cl004_012_2x_002.jpg) top center/cover;
  aspect-ratio: 3540/5308;
}

.section {
  margin-top: 2.47svw;
  position: relative;
  z-index: 10;
}
.section__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section__block + .section__block {
  margin-top: 7em;
}
.section__header {
  line-height: 153.333%;
  width: 19.53svw;
  text-decoration: underline;
}
.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: "–";
  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%;
}

.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--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;
}

.collection {
  position: absolute;
  z-index: -1;
}/*# sourceMappingURL=base.css.map */