@charset "UTF-8";
/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

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

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

i {
  font-style: normal; }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* add RIDE */
body,
div,
p,
form,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
address,
time {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0; }

ul,
ol {
  list-style-type: none; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

hr {
  border: none; }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  vertical-align: middle;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Acessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none; }

/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/* ▼ ページタイトル */
/* 共通スタイル定設
-----------------------------------------------------------------*/
html, body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  html.scrollLock, body.scrollLock {
    overflow: hidden; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    html, body {
      min-width: 960px; } }

img {
  image-rendering: -webkit-optimize-contrast;
  -webkit-backface-visibility: hidden; }

body {
  width: 100%; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    body {
      content: "portrait"; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    body {
      content: "landscape"; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .scrollLock body {
      overflow: hidden; } }
  body.is-bodyHidden {
    overflow: hidden;
    visibility: hidden; }

* {
  line-height: 1; }

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

button,
input[type="button"] {
  cursor: pointer; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.defs {
  height: 0;
  width: 0;
  overflow: hidden;
  display: none; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .dn-portrait {
    display: none !important; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .dn-landscape {
    display: none !important; } }

@media print, screen and (max-width: 767px) {
  .dn-sp {
    display: none !important; } }

@media print, screen and (max-width: 1024px) {
  .dn-tab-sp {
    display: none !important; } }

@media print, screen and (min-width: 768px) {
  .dn-tab-pc {
    display: none !important; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .dn-tab_l {
    display: none !important; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .dn-tab_p {
    display: none !important; } }

/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/* ▼ ページタイトル */
/*=============================================

	コンポーネント

==============================================*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

html, body {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE/Edge */
  overflow-x: hidden;
  /* 横スクロールを完全に無効化 */ }
  html::-webkit-scrollbar, body::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari/Edge */
    width: 0;
    height: 0;
    background: transparent; }
  html.scrollLock, body.scrollLock {
    overflow: hidden !important; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      html.scrollLock, body.scrollLock {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-overflow-scrolling: touch; } }

.contentsWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  overflow: hidden; }

.container {
  position: relative;
  height: 100svh;
  overflow: hidden;
  overflow-x: hidden;
  /* 横スクロール完全無効化 */
  /* スクロールバー非表示 */
  -ms-overflow-style: none;
  scrollbar-width: none;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE/Edge */ }
  .container::-webkit-scrollbar {
    display: none; }
  .container::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari/Edge */
    width: 0;
    height: 0;
    background: transparent; }
  .scrollLock .container {
    overflow: hidden !important; }

/*=============================================

	カーソルカスタム

==============================================*/
@media (hover: hover) and (pointer: fine) {
  .cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999999;
    mix-blend-mode: difference; } }

@media (hover: hover) and (pointer: fine) {
  body a {
    cursor: none !important; }
  body button,
  body input[type="button"],
  body [aria-controls],
  body [aria-busy="true"] {
    cursor: none !important; } }

@media (hover: hover) and (pointer: fine) {
  html *,
  body *,
  * {
    cursor: none !important; } }

@media (hover: hover) and (pointer: fine) {
  a,
  button,
  input,
  textarea,
  select,
  video,
  canvas,
  img,
  .swiper,
  .swiper * {
    cursor: none !important; } }

.swiper-slide {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }

/*=============================================

	pnepage scroll base kobayashi

==============================================*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  height: 100%;
  overflow: hidden;
  overflow-x: hidden;
  /* 横スクロール完全無効化 */ }

/*=============================================

	ナビゲーション

==============================================*/
.modalNavigation {
  z-index: 100;
  position: fixed;
  bottom: 33px;
  left: calc(50 / 1280 * 100vw);
  opacity: 0;
  pointer-events: none;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .modalNavigation.is-color {
    opacity: 1;
    pointer-events: auto; }
    .modalNavigation.is-color .navigationLink {
      color: #000; }
    .modalNavigation.is-color .navigationItem {
      border-right: 1px solid #000; }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .modalNavigation.is-color .navigationLink_click .is-active:after {
        width: 100%; } }
  .modalNavigation.is-hidden {
    opacity: 0 !important;
    pointer-events: none; }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .modalNavigation.is-hidden .navigationLink_click .is-active:after {
        width: 100%; } }
  .modalNavigation.is-fadeout {
    opacity: 0 !important;
    pointer-events: none; }

.navigationTop {
  position: absolute;
  z-index: 999999;
  bottom: 33px;
  left: calc(50 / 1280 * 100vw);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .navigationTop {
      left: 40px;
      bottom: 19px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .navigationTop {
      left: 54px !important; } }
  .navigationTop.is-show {
    opacity: 1;
    visibility: visible; }
  .navigationTop.is-hide {
    opacity: 0;
    visibility: hidden; }
  .navigationTop.is-hidden {
    opacity: 0;
    pointer-events: none; }
  .navigationTop.is-fadeout {
    pointer-events: none; }

.navigationList_node {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .navigationList_node + .navigationList_node {
    margin-top: calc(8 / 720 * 100vh); }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .navigationList_node + .navigationList_node {
        margin-top: 8px; } }

.navigationItem {
  position: relative;
  border-right: 1px solid #fff;
  padding-right: 16px;
  margin-right: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .navigationItem {
      padding-right: 10px;
      margin-right: 10px; } }

.navigationList_node:last-child .navigationItem:last-child {
  border-right: none; }

.navigationLink {
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: max(10 / 1280 * 100vw, 8px);
  font-style: italic;
  letter-spacing: .1em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .navigationLink:hover:after {
      width: 100%; }
    .navigationLink:after {
      content: "";
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      width: 0;
      height: 1px;
      background-color: #fff;
      -webkit-transition: width 0.3s ease;
      transition: width 0.3s ease;
      will-change: width; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .navigationLink {
      white-space: nowrap;
      font-size: 10px;
      letter-spacing: .12em; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .navigationLink {
      font-size: 13px; } }

.navigationLink_click {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .navigationLink_click:hover {
    z-index: 1;
    position: relative; }
  .navigationLink_click:after {
    background-color: #000; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .navigationLink.is-active {
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .navigationLink.is-active:after {
    width: 100%; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .navigationLink_click.is-active {
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .navigationLink_click.is-active:after {
    width: 100%; } }

/*=============================================

	メインコンテンツ

==============================================*/
.contents {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  z-index: 99999; }
  .contents .scrollLine {
    position: relative; }
    .contents .scrollLine:after {
      content: "";
      position: absolute;
      top: 0;
      right: 16px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 1px;
      height: 5px;
      background-color: #fff;
      -webkit-animation: scrollLine 2s ease infinite 1s;
      animation: scrollLine 2s ease infinite 1s;
      z-index: 100; }
    .contents .scrollLine:before {
      content: "";
      position: absolute;
      top: 0;
      right: 16px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 1px;
      height: 70px;
      background-color: #707070;
      z-index: 100; }

@-webkit-keyframes scrollLine {
  0% {
    height: -10px; }
  100% {
    height: 70px; } }

@keyframes scrollLine {
  0% {
    height: -10px; }
  100% {
    height: 70px; } }

.scrollContainer {
  position: relative;
  width: 100%;
  height: 100vh; }

.scrollContainer_node {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .scrollContainer_node {
      height: 100dvh; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .scrollContainer_node {
      height: 100dvh;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .scrollContainer_node:first-child {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 10; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .scrollContainer_node:nth-of-type(2) .scrollContainer_nodeInner, .scrollContainer_node:nth-of-type(6) .scrollContainer_nodeInner, .scrollContainer_node:last-of-type .scrollContainer_nodeInner {
      top: calc(189 / 667 * 100vh); } }
  .scrollContainer_node:nth-of-type(1) .scrollContainer_bg1 {
    background-image: url(../images/section1_left-pc.webp); }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .scrollContainer_node:nth-of-type(1) .scrollContainer_bg1 {
        background-image: url(../images/section1_left-sp.webp); } }
    @media print, screen and (min-width: 768px) and (max-width: 1024px) {
      .scrollContainer_node:nth-of-type(1) .scrollContainer_bg1 {
        background-position: top center; } }
  .scrollContainer_node:nth-of-type(1) .scrollContainer_bg2 {
    background-image: url(../images/section1_right-pc.webp); }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .scrollContainer_node:nth-of-type(1) .scrollContainer_bg2 {
        background-image: url(../images/section1_right-sp.webp); } }
    @media print, screen and (min-width: 768px) and (max-width: 1024px) {
      .scrollContainer_node:nth-of-type(1) .scrollContainer_bg2 {
        background-position: top center; } }
  .scrollContainer_node:nth-of-type(2) .scrollContainer_bg1 {
    background-image: url(../images/section2_left-pc.webp); }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .scrollContainer_node:nth-of-type(2) .scrollContainer_bg1 {
        background-image: url(../images/section2_left-sp.webp); } }
    @media print, screen and (min-width: 768px) and (max-width: 1024px) {
      .scrollContainer_node:nth-of-type(2) .scrollContainer_bg1 {
        background-position: top center; } }
  .scrollContainer_node:nth-of-type(2) .scrollContainer_bg2 {
    background-image: url(../images/section2_right-pc.webp); }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .scrollContainer_node:nth-of-type(2) .scrollContainer_bg2 {
        background-image: url(../images/section2_right-sp.webp); } }
    @media print, screen and (min-width: 768px) and (max-width: 1024px) {
      .scrollContainer_node:nth-of-type(2) .scrollContainer_bg2 {
        background-position: top center; } }
  .scrollContainer_node:nth-of-type(3) .scrollContainer_bg1 {
    background-image: url(../images/section3_left-pc.webp); }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .scrollContainer_node:nth-of-type(3) .scrollContainer_bg1 {
        background-image: url(../images/section3_left-sp.webp); } }
    @media print, screen and (min-width: 768px) and (max-width: 1024px) {
      .scrollContainer_node:nth-of-type(3) .scrollContainer_bg1 {
        background-position: top center; } }
  .scrollContainer_node:nth-of-type(3) .scrollContainer_bg2 {
    background-image: url(../images/section3_right-pc.webp); }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .scrollContainer_node:nth-of-type(3) .scrollContainer_bg2 {
        background-image: url(../images/section3_right-sp.webp); } }
    @media print, screen and (min-width: 768px) and (max-width: 1024px) {
      .scrollContainer_node:nth-of-type(3) .scrollContainer_bg2 {
        background-position: top center; } }
  .scrollContainer_node:nth-of-type(4) .scrollContainer_bg1 {
    background-image: url(../images/section4_left-pc.webp); }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .scrollContainer_node:nth-of-type(4) .scrollContainer_bg1 {
        background-image: url(../images/section4_left-sp.webp); } }
    @media print, screen and (min-width: 768px) and (max-width: 1024px) {
      .scrollContainer_node:nth-of-type(4) .scrollContainer_bg1 {
        background-position: top center; } }
  .scrollContainer_node:nth-of-type(4) .scrollContainer_bg2 {
    background-image: url(../images/section4_right-pc.webp); }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .scrollContainer_node:nth-of-type(4) .scrollContainer_bg2 {
        background-image: url(../images/section4_right-sp.webp); } }
    @media print, screen and (min-width: 768px) and (max-width: 1024px) {
      .scrollContainer_node:nth-of-type(4) .scrollContainer_bg2 {
        background-position: top center; } }
  .scrollContainer_node:nth-of-type(5) .scrollContainer_bg1 {
    background-image: url(../images/section5_left-pc.webp); }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .scrollContainer_node:nth-of-type(5) .scrollContainer_bg1 {
        background-image: url(../images/section5_left-sp.webp); } }
    @media print, screen and (min-width: 768px) and (max-width: 1024px) {
      .scrollContainer_node:nth-of-type(5) .scrollContainer_bg1 {
        background-position: top center; } }
  .scrollContainer_node:nth-of-type(5) .scrollContainer_bg2 {
    background-image: url(../images/section5_right-pc.webp); }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .scrollContainer_node:nth-of-type(5) .scrollContainer_bg2 {
        background-image: url(../images/section5_right-sp.webp); } }
    @media print, screen and (min-width: 768px) and (max-width: 1024px) {
      .scrollContainer_node:nth-of-type(5) .scrollContainer_bg2 {
        background-position: top center; } }
  .scrollContainer_node:nth-of-type(6) .scrollContainer_bg1 {
    background-image: url(../images/section6_left-pc.webp); }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .scrollContainer_node:nth-of-type(6) .scrollContainer_bg1 {
        background-image: url(../images/section6_left-sp.webp); } }
    @media print, screen and (min-width: 768px) and (max-width: 1024px) {
      .scrollContainer_node:nth-of-type(6) .scrollContainer_bg1 {
        background-position: top center; } }
  .scrollContainer_node:nth-of-type(6) .scrollContainer_bg2 {
    background-image: url(../images/section6_right-pc.webp); }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .scrollContainer_node:nth-of-type(6) .scrollContainer_bg2 {
        background-image: url(../images/section6_right-sp.webp); } }
    @media print, screen and (min-width: 768px) and (max-width: 1024px) {
      .scrollContainer_node:nth-of-type(6) .scrollContainer_bg2 {
        background-position: top center; } }
  .scrollContainer_node:nth-of-type(7) .scrollContainer_bg1 {
    background-image: url(../images/section7_left-pc.webp); }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .scrollContainer_node:nth-of-type(7) .scrollContainer_bg1 {
        background-image: url(../images/section7_left-sp.webp); } }
    @media print, screen and (min-width: 768px) and (max-width: 1024px) {
      .scrollContainer_node:nth-of-type(7) .scrollContainer_bg1 {
        background-position: top center; } }
  .scrollContainer_node:nth-of-type(7) .scrollContainer_bg2 {
    background-image: url(../images/section7_right-pc.webp); }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .scrollContainer_node:nth-of-type(7) .scrollContainer_bg2 {
        background-image: url(../images/section7_right-sp.webp); } }
    @media print, screen and (min-width: 768px) and (max-width: 1024px) {
      .scrollContainer_node:nth-of-type(7) .scrollContainer_bg2 {
        background-position: top center; } }

.scrollContainer_nodeList_wrap {
  /* 初期状態：全て画面下に配置 */ }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .scrollContainer_nodeList_wrap {
      width: 100%;
      height: 100vh;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .scrollContainer_nodeList {
    width: 50%;
    height: 100vh; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .scrollContainer_nodeList {
    width: 100%;
    height: 50dvh; } }

.scrollContainer_bg1 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .scrollContainer_bg1 {
      width: 100%;
      height: 100%; } }

.scrollContainer_bg2 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .scrollContainer_bg2 {
      width: 100%;
      height: 100%; } }

.scrollContainer_nodeInner {
  position: absolute; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .scrollContainer_nodeInner {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: calc(168 / 1280 * 100vw); }
      .scrollContainer_nodeInner:hover .scrollContainer_nodeViewmore_arrow {
        width: calc(23 / 1280 * 100vw); } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .scrollContainer_nodeInner {
      width: calc(285 / 375 * 100vw);
      top: calc(215 / 667 * 100vh);
      right: 15px; } }

.scrollContainer_nodeTitle {
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: max(22 / 1280 * 100vw, 17.6px);
  letter-spacing: .15em;
  line-height: 1.5; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .scrollContainer_nodeTitle {
      font-size: 22px;
      letter-spacing: .1em;
      line-height: 1.3;
      text-align: right; } }

.scrollContainer_nodeCatch {
  color: #fff;
  margin-top: calc(8 / 720 * 100vh);
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(13 / 1280 * 100vw, 10.4px);
  letter-spacing: .2em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .scrollContainer_nodeCatch {
      margin-top: 3px;
      text-align: right; } }

.scrollContainer_nodeViewmore {
  position: relative;
  color: #fff;
  font-family: "EB Garamond", serif;
  margin-top: calc(40 / 720 * 100vh);
  font-size: max(12 / 1280 * 100vw, 9.6px);
  letter-spacing: .15em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .scrollContainer_nodeViewmore {
      font-size: 12px;
      text-align: right;
      margin: 16px 27px 0 auto; } }

.scrollContainer_nodeViewmore_arrow {
  position: relative;
  display: inline-block;
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: calc(-27 / 1280 * 100vw);
  width: calc(18 / 1280 * 100vw);
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transition: width .3s ease;
  transition: width .3s ease;
  will-change: width; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .scrollContainer_nodeViewmore_arrow {
      left: calc(100% + vwPc(9));
      right: auto;
      margin-left: calc(6 / 1280 * 100vw); } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .scrollContainer_nodeViewmore_arrow {
      width: 18px;
      right: -26px; } }
  .scrollContainer_nodeViewmore_arrow:before, .scrollContainer_nodeViewmore_arrow:after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: calc(5 / 1280 * 100vw);
    height: 1px;
    background-color: #fff;
    -webkit-transform-origin: calc(100% - 0.5px) 50%;
    -ms-transform-origin: calc(100% - 0.5px) 50%;
    transform-origin: calc(100% - 0.5px) 50%;
    margin-top: -0.5px; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .scrollContainer_nodeViewmore_arrow:before, .scrollContainer_nodeViewmore_arrow:after {
        width: 5px;
        height: 1px;
        right: 0; } }
  .scrollContainer_nodeViewmore_arrow:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .scrollContainer_nodeViewmore_arrow:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.detailContainer {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100dvh;
  z-index: 999999;
  background-color: #fff; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .detailContainer {
      width: 100vw;
      height: 100svh; }
      .detailContainer .detailSection:nth-of-type(3) .detailSection_inner {
        background-image: url(../images/section1_bg-sp.webp); }
      .detailContainer .detailSection:nth-of-type(4) .detailSection_inner {
        background-image: url(../images/section2_bg-sp.webp); }
      .detailContainer .detailSection:nth-of-type(5) .detailSection_inner {
        background-image: url(../images/section3_bg-sp.webp); }
      .detailContainer .detailSection:nth-of-type(6) .detailSection_inner {
        background-image: url(../images/section4_bg-sp.webp); }
      .detailContainer .detailSection:nth-of-type(7) .detailSection_inner {
        background-image: url(../images/section5_bg-sp.webp); }
      .detailContainer .detailSection:nth-of-type(8) .detailSection_inner {
        background-image: url(../images/section6_bg-sp.webp); }
      .detailContainer .detailSection:nth-of-type(9) .detailSection_inner {
        background-image: url(../images/section7_bg-sp.webp); } }

.detailSection {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  background-color: #fff;
  z-index: 1;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  will-change: scroll-position;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE/Edge */ }
  .detailSection::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari/Edge */
    width: 0;
    height: 0;
    background: transparent; }
  .detailSection:first-child {
    opacity: 1;
    z-index: 10; }

.detailSection_mvBack {
  position: fixed;
  font-family: "EB Garamond", serif;
  color: #fff;
  mix-blend-mode: difference;
  font-size: max(13 / 1280 * 100vw, 10.4px);
  letter-spacing: .15em;
  top: calc(62 / 720 * 100vh);
  right: calc(56 / 1280 * 100vw);
  z-index: 11;
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .detailSection_mvBack {
      top: 82px;
      font-size: 13px;
      right: 15px; } }
  .detailSection_mvBack.is-show {
    opacity: 1; }
  .detailSection_mvBack:after {
    content: "";
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1px;
    background-color: #707070; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .detailSection_mvBack:after {
      top: calc(-62 / 720 * 100vh);
      height: calc(10 / 720 * 100vh);
      -webkit-animation: borderLine 3s ease infinite 1s;
      animation: borderLine 3s ease infinite 1s; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .detailSection_mvBack:after {
      top: -82px;
      height: 5px;
      -webkit-animation: borderLine_sp 3s ease infinite 1s;
      animation: borderLine_sp 3s ease infinite 1s; } }
  .detailSection_mvBack:before {
    content: "";
    position: absolute;
    top: calc(-62 / 720 * 100vh);
    right: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1px;
    height: calc(50 / 720 * 100vh);
    background-color: #fff; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .detailSection_mvBack:before {
        top: -82px;
        height: 70px; } }

@-webkit-keyframes borderLine {
  0% {
    height: calc(-10 / 720 * 100vh); }
  100% {
    height: calc(50 / 720 * 100vh); } }

@keyframes borderLine {
  0% {
    height: calc(-10 / 720 * 100vh); }
  100% {
    height: calc(50 / 720 * 100vh); } }

@-webkit-keyframes borderLine_sp {
  0% {
    height: -10px; }
  100% {
    height: 70px; } }

@keyframes borderLine_sp {
  0% {
    height: -10px; }
  100% {
    height: 70px; } }

.detailSection_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100dvh;
  color: #000; }

.wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease, visibility .3s ease;
  transition: opacity .3s ease, visibility .3s ease; }
  .is-loaded .wrapper {
    opacity: 1;
    visibility: visible; }

.c-basicInview {
  opacity: 0;
  -webkit-transition: opacity .9s ease-in-out, translate .9s ease-in-out;
  transition: opacity .9s ease-in-out, translate .9s ease-in-out; }
  @media print, screen and (min-width: 768px) {
    .c-basicInview {
      translate: 0 calc(50 / 1280 * 100vw) 0; } }
  @media print, screen and (max-width: 767px) {
    .c-basicInview {
      translate: 0 30px 0; } }
  .c-basicInview.is-show {
    opacity: 1;
    translate: 0 0 0; }

.c-titleArrow {
  display: inline-block;
  aspect-ratio: 21.65 / 15.86;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
  .c-navList_title .c-titleArrow {
    background-image: url(../images/title_arrow-w.svg); }
    @media print, screen and (min-width: 768px) {
      .c-navList_title .c-titleArrow {
        width: calc(18 / 1280 * 100vw);
        margin: 0 calc(6 / 1280 * 100vw) 0; } }
    @media print, screen and (max-width: 767px) {
      .c-navList_title .c-titleArrow {
        width: 18px;
        margin: 0 6px 0; } }
  .c-sectionTitle_main .c-titleArrow {
    background-image: url(../images/title_arrow-b.svg); }
    @media print, screen and (min-width: 768px) {
      .c-sectionTitle_main .c-titleArrow {
        width: calc(21 / 1280 * 100vw);
        margin: 0 calc(10 / 1280 * 100vw) 0; } }
    @media print, screen and (max-width: 767px) {
      .c-sectionTitle_main .c-titleArrow {
        width: 21px;
        margin: 0 10px 0; } }

.js-inview {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity .8s, -webkit-transform .8s;
  transition: opacity .8s, -webkit-transform .8s;
  transition: opacity .8s, transform .8s;
  transition: opacity .8s, transform .8s, -webkit-transform .8s; }
  .js-inview.is-show {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 10001;
  pointer-events: none; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .cover {
      width: 100vw;
      height: 100svh; } }

.coverImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .coverImg:nth-child(1) {
    z-index: 999;
    will-change: opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .coverImg:nth-child(1) {
        background-image: url(../images/intro1-pc.webp); } }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .coverImg:nth-child(1) {
        background-image: url(../images/intro1-sp.webp); } }
    .is-loaded .coverImg:nth-child(1) {
      opacity: 0; }
  .coverImg:nth-child(2) {
    z-index: 998;
    will-change: opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .coverImg:nth-child(2) {
        background-image: url(../images/intro2-pc.webp); } }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .coverImg:nth-child(2) {
        background-image: url(../images/intro2-sp.webp); } }
    .is-loaded .coverImg:nth-child(2) {
      opacity: 0; }
  .coverImg:nth-child(3) {
    z-index: 997;
    will-change: opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .coverImg:nth-child(3) {
        background-image: url(../images/intro3-pc.webp); } }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .coverImg:nth-child(3) {
        background-image: url(../images/intro3-sp.webp); } }
    .is-loaded .coverImg:nth-child(3) {
      opacity: 0; }
  .coverImg:nth-child(4) {
    z-index: 996;
    will-change: opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .coverImg:nth-child(4) {
        background-image: url(../images/intro4-pc.webp); } }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .coverImg:nth-child(4) {
        background-image: url(../images/intro4-sp.webp); } }
    .is-loaded .coverImg:nth-child(4) {
      opacity: 0; }
  .coverImg:nth-child(5) {
    z-index: 995;
    will-change: opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .coverImg:nth-child(5) {
        background-image: url(../images/intro5-pc.webp); } }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .coverImg:nth-child(5) {
        background-image: url(../images/intro5-sp.webp); } }

.introLogo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  width: 166px;
  height: 181px;
  background: url("../images/svg/logo.svg") no-repeat center/cover;
  z-index: 1001;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  aspect-ratio: 166 / 181; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .introLogo {
      width: 140px;
      height: 154px;
      aspect-ratio: 140 / 154; } }

.introText {
  position: absolute;
  bottom: calc(19 / 720 * 100vh);
  right: calc(30 / 1280 * 100vw);
  z-index: 1001;
  opacity: 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .introText {
      bottom: 16px;
      right: 21px; } }
  .introText.is-show {
    -webkit-transition: opacity 0.7s linear forwards;
    transition: opacity 0.7s linear forwards;
    opacity: 1; }

.introText_text {
  font-family: "EB Garamond", serif;
  font-size: max(18 / 1280 * 100vw, 14.4px);
  color: #fff;
  letter-spacing: .3em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .introText_text {
      font-size: 11px; } }

.introTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 26px; }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .introTitle {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
  @media print, screen and (max-width: 767px) {
    .introTitle {
      top: calc(265 / 375 * 100vw);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      gap: 20px; } }

.introTitle_list {
  opacity: 0;
  -webkit-transition: opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
  transition: opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
  transition: opacity .8s ease-in-out, transform .8s ease-in-out;
  transition: opacity .8s ease-in-out, transform .8s ease-in-out, -webkit-transform .8s ease-in-out; }
  .is-animate .introTitle_list {
    opacity: 1; }
  .introTitle_list:first-child {
    width: calc(195 / 1280 * 100vw);
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px); }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .introTitle_list:first-child {
        width: calc(141 / 375 * 100vw); } }
    .is-animate .introTitle_list:first-child {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
  .introTitle_list:nth-child(2) {
    width: calc(148 / 1280 * 100vw);
    -webkit-transform: translateX(-23px);
    -ms-transform: translateX(-23px);
    transform: translateX(-23px); }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .introTitle_list:nth-child(2) {
        width: calc(107 / 375 * 100vw); } }
    .is-animate .introTitle_list:nth-child(2) {
      -webkit-transform: translateX(-53px);
      -ms-transform: translateX(-53px);
      transform: translateX(-53px); }
      @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
        .is-animate .introTitle_list:nth-child(2) {
          -webkit-transform: translateX(-36px);
          -ms-transform: translateX(-36px);
          transform: translateX(-36px); } }
  .introTitle_list:nth-child(3) {
    width: calc(219 / 1280 * 100vw);
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px); }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .introTitle_list:nth-child(3) {
        width: calc(159 / 375 * 100vw); } }
    .is-animate .introTitle_list:nth-child(3) {
      -webkit-transform: translateX(70px);
      -ms-transform: translateX(70px);
      transform: translateX(70px); }
      @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
        .is-animate .introTitle_list:nth-child(3) {
          -webkit-transform: translateX(42px);
          -ms-transform: translateX(42px);
          transform: translateX(42px); } }
  .introTitle_list:last-child {
    width: calc(218 / 1280 * 100vw);
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px); }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .introTitle_list:last-child {
        width: calc(158 / 375 * 100vw); } }
    .is-animate .introTitle_list:last-child {
      -webkit-transform: translateX(-17px);
      -ms-transform: translateX(-17px);
      transform: translateX(-17px); }
  .introTitle_list img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

/* 縦線を含むキャッチ */
.s-inViewVerticalText {
  height: 500px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.s-inViewVerticalText_trimming {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1000; }

.introCatch_img {
  position: absolute;
  top: 0;
  right: calc(41 / 1280 * 100vw);
  padding-top: calc(55 / 720 * 100vh);
  will-change: opacity, transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .introCatch_img {
      right: 19px;
      width: 13.2px;
      padding-top: 30px; } }
  .introCatch_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

/* 縦線 */
.catchLine {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  width: 1px;
  height: 0;
  background-color: #fff;
  z-index: -1;
  will-change: height, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fv {
  position: relative;
  width: 100%;
  min-height: 100dvh;
  height: 100dvh;
  overflow: hidden;
  will-change: transform, opacity, marginTop; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .fv {
      height: 100svh;
      min-height: 100svh; } }
  .scrollLock .fv {
    overflow: hidden !important; }
  .fv .scrollLine {
    position: relative; }
    .fv .scrollLine:after {
      content: "";
      position: absolute;
      top: 0;
      right: 16px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 1px;
      height: 5px;
      background-color: #fff;
      -webkit-animation: scrollLine 2s ease infinite 1s;
      animation: scrollLine 2s ease infinite 1s;
      z-index: 10000; }
    .fv .scrollLine:before {
      content: "";
      position: absolute;
      top: 0;
      right: 16px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 1px;
      height: 70px;
      background-color: #707070;
      z-index: 10000; }

@keyframes scrollLine {
  0% {
    height: -10px; }
  100% {
    height: 70px; } }

.fv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: cover; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .fv_bg {
      background-image: url(../images/fv_bg-pc.webp); } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .fv_bg {
      -webkit-transform: none !important;
      -ms-transform: none !important;
      transform: none !important;
      background-image: url(../images/fv_bg-sp.webp); } }
  .fv_bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.fvMovie_list {
  position: absolute;
  z-index: 1000; }

@media print, screen and (min-width: 1024px) and (orientation: landscape) and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (orientation: landscape) and (min-width: 1025px), screen and (min-width: 1025px) and (min-width: 1025px) {
  .fvMovie_list:first-child {
    top: 0;
    left: calc(573 / 1280 * 100vw); } }

@media print, screen and (min-width: 1024px) and (orientation: landscape) and (max-width: 1023px), screen and (min-width: 1025px) and (max-width: 1023px), screen and (min-width: 1024px) and (orientation: landscape) and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1025px) and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .fvMovie_list:first-child {
    top: calc(126 / 667 * 100vh);
    right: 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .fvMovie_list:nth-child(2) {
      width: calc(308 / 1280 * 100vw); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape) and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (orientation: landscape) and (min-width: 1025px), screen and (min-width: 1025px) and (min-width: 1025px) {
    .fvMovie_list:nth-child(2) {
      top: calc(184 / 720 * 100vh);
      right: 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape) and (max-width: 1023px), screen and (min-width: 1025px) and (max-width: 1023px), screen and (min-width: 1024px) and (orientation: landscape) and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1025px) and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .fvMovie_list:nth-child(2) {
      display: none; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .fvMovie_list:nth-child(3) {
      bottom: -2px;
      left: calc(249 / 1280 * 100vw); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape) and (max-width: 1023px), screen and (min-width: 1025px) and (max-width: 1023px), screen and (min-width: 1024px) and (orientation: landscape) and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1025px) and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .fvMovie_list:nth-child(3) {
      display: none; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .fvMovie_list {
      top: 126px;
      right: 0; } }
  .fvMovie_list video {
    width: calc(275 / 1280 * 100vw); }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .fvMovie_list video {
        width: calc(267 / 375 * 100vw); } }
  .fvMovie_list img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.fvTexts {
  position: absolute;
  top: calc(80 / 720 * 100vh);
  left: calc(158 / 1280 * 100vw);
  z-index: 1000;
  width: calc(307 / 1280 * 100vw); }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .fvTexts {
      top: calc(315 / 667 * 100vh);
      width: calc(296 / 375 * 100vw);
      left: calc(65 / 375 * 100vw); }
      .fvModal_content .fvTexts {
        position: initial;
        top: initial;
        left: initial;
        width: 100vw;
        padding: 0 30px; } }
  @media print, screen and (max-width: 767px) {
    .fvTexts {
      top: initial;
      bottom: 46px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .fvTexts {
      width: -webkit-fit-content !important;
      width: -moz-fit-content !important;
      width: fit-content !important;
      margin: 0 auto !important; } }

.fvTitle {
  font-family: "EB Garamond", serif;
  color: #fff;
  font-size: max(24 / 1280 * 100vw, 19.2px);
  letter-spacing: .15em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .fvTitle {
      font-size: 24px; } }

.fvText_ja {
  margin-top: calc(56 / 720 * 100vh);
  color: #fff;
  font-size: max(12 / 1280 * 100vw, 9.6px);
  letter-spacing: .1em;
  line-height: 2.2;
  font-family: "Noto Sans JP", sans-serif; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .fvText_ja {
      margin-top: 32px;
      font-size: 12px; }
      .fvModal_content .fvText_ja {
        margin-top: 48px;
        width: calc(275 / 375 * 100vw);
        margin-left: auto; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .fvModal_content .fvText_ja {
      width: auto !important;
      padding-left: 40px !important; } }

.fvText_en {
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: max(12 / 1280 * 100vw, 9.6px);
  letter-spacing: .1em;
  line-height: 2.8;
  position: absolute;
  bottom: calc(64 / 720 * 100vh);
  right: calc(226 / 1280 * 100vw);
  z-index: 1000; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .fvText_en {
      font-size: 12px; } }
  .fvModal_content .fvText_en {
    position: initial;
    top: initial;
    left: initial;
    margin-top: 64px;
    width: calc(275 / 375 * 100vw);
    margin-left: auto; }
    @media print, screen and (min-width: 768px) and (max-width: 1024px) {
      .fvModal_content .fvText_en {
        width: auto !important;
        padding-left: 40px !important; } }

.fvModal_button {
  margin-top: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative; }
  .fvModal_button:before, .fvModal_button:after {
    content: '';
    position: absolute;
    right: -18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 9px;
    height: 1px;
    background-color: #fff; }
  .fvModal_button:before {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg); }

.fvModal_button_text {
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: 12px;
  letter-spacing: .15em; }

.fvModal_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  z-index: 1000000;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  overflow: hidden; }
  .fvModal_bg.is-open {
    opacity: 1;
    visibility: visible; }

.fvModal_content {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow-y: scroll;
  height: 100%; }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .fvModal_content {
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      height: auto; } }

.fvModal_contentInner {
  padding: 64px 0 80px; }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .fvModal_contentInner {
      padding: 0; } }

.fvModal_close {
  position: absolute;
  top: 33px;
  right: 25px;
  width: 21px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10000; }
  .fvModal_close:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px; }
  .fvModal_close:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 21px;
    height: 1px;
    background-color: #fff; }

.itemDetail {
  margin-top: 120px;
  padding: 0 24px; }

.itemDetail_container {
  max-width: clamp(calc(1060 / 1280 * 1000px), calc(1060 / 1280 * 100vw), calc(1060 / 1280 * 3840px));
  margin: 0 auto; }

.modalContents_inner {
  position: relative;
  height: auto;
  margin-bottom: calc(100 / 720 * 100vh); }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .modalContents_inner {
      margin-bottom: 80px; } }

body.modal-open {
  overflow: hidden; }

.itemDetailSection_mv {
  position: sticky;
  top: 0;
  height: 100vh;
  z-index: 0;
  overflow: hidden; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .itemDetailSection_mv {
      height: 100svh; } }

.itemDetailSection_mvInner {
  position: relative;
  height: 100%; }
  .itemDetailSection_mvInner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35); }
  .itemDetailSection_mvInner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .itemDetailSection_textWrap_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .itemDetailSection_textWrap_inner {
    margin-top: 150px;
    padding: 0 20px;
    position: relative;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    will-change: transform; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .itemDetailSection_textLeft_wrap,
  .itemDetailSection_textRight_wrap {
    position: relative;
    width: 50%; } }

.itemDetailSection_textLeft_bg,
.itemDetailSection_textRight_bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh; }

.detailSection[data-section="0"] .itemDetailSection_textLeft_bg {
  background-image: url(../images/section1_left-pc.webp); }

.detailSection[data-section="0"] .itemDetailSection_textRight_bg {
  background-image: url(../images/section1_right-pc.webp); }

.detailSection[data-section="1"] .itemDetailSection_textLeft_bg {
  background-image: url(../images/section2_left-pc.webp); }

.detailSection[data-section="1"] .itemDetailSection_textRight_bg {
  background-image: url(../images/section2_right-pc.webp); }

.detailSection[data-section="2"] .itemDetailSection_textLeft_bg {
  background-image: url(../images/section3_left-pc.webp); }

.detailSection[data-section="2"] .itemDetailSection_textRight_bg {
  background-image: url(../images/section3_right-pc.webp); }

.detailSection[data-section="3"] .itemDetailSection_textLeft_bg {
  background-image: url(../images/section4_left-pc.webp); }

.detailSection[data-section="3"] .itemDetailSection_textRight_bg {
  background-image: url(../images/section4_right-pc.webp); }

.detailSection[data-section="4"] .itemDetailSection_textLeft_bg {
  background-image: url(../images/section5_left-pc.webp); }

.detailSection[data-section="4"] .itemDetailSection_textRight_bg {
  background-image: url(../images/section5_right-pc.webp); }

.detailSection[data-section="5"] .itemDetailSection_textLeft_bg {
  background-image: url(../images/section6_left-pc.webp); }

.detailSection[data-section="5"] .itemDetailSection_textRight_bg {
  background-image: url(../images/section6_right-pc.webp); }

.detailSection[data-section="6"] .itemDetailSection_textLeft_bg {
  background-image: url(../images/section7_left-pc.webp); }

.detailSection[data-section="6"] .itemDetailSection_textRight_bg {
  background-image: url(../images/section7_right-pc.webp); }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .itemDetailSection_textLeft {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    width: calc(424 / 1280 * 100vw); } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .itemDetailSection_textRight {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    width: calc(424 / 1280 * 100vw); } }

.itemDetailSection_title {
  font-family: "EB Garamond", serif;
  color: #fff;
  font-size: max(20 / 1280 * 100vw, 16px);
  line-height: 1.5;
  letter-spacing: .3em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .itemDetailSection_title {
      margin-bottom: 56px;
      font-size: 22px;
      letter-spacing: .1em;
      line-height: 1.5; } }

.itemDetailSection_text {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: max(11 / 1280 * 100vw, 8.8px);
  line-height: 2.4;
  letter-spacing: .2em; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    [data-section="0"] .itemDetailSection_text {
      margin-top: calc(48 / 720 * 100vh); } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .itemDetailSection_text {
      margin-top: 0;
      font-size: 12px;
      letter-spacing: .1em;
      line-height: 2.2; } }
  .itemDetailSection_textRight .itemDetailSection_text {
    margin-top: 0;
    font-family: "EB Garamond", serif;
    line-height: 2;
    letter-spacing: .1em; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .itemDetailSection_textRight .itemDetailSection_text {
        margin-top: 80px;
        font-size: 12px;
        letter-spacing: .1em;
        line-height: 2;
        padding-bottom: 80px; } }

.itemDetailSection_content {
  background-color: #fff;
  position: relative;
  z-index: 1; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .itemDetailSection_content {
      padding: calc(64 / 720 * 100vh) 0 calc(150 / 720 * 100vh); } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .itemDetailSection_content {
      padding: 95px 0 60px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .itemDetailSection_contentInner {
    width: calc(1024 / 1280 * 100vw);
    margin: 0 auto; } }

.itemDetailSection_contentTitle {
  position: relative;
  font-family: "EB Garamond", serif;
  letter-spacing: .08em; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .itemDetailSection_contentTitle {
      padding-left: calc(25 / 1280 * 100vw);
      font-size: max(28 / 1280 * 100vw, 22.4px);
      margin-bottom: calc(24 / 720 * 100vh); } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .itemDetailSection_contentTitle {
      font-size: 24px;
      margin: 0 0 16px 40px; } }
  .itemDetailSection_contentTitle .italic {
    font-style: italic; }
  .itemDetailSection_contentTitle .normal {
    display: block;
    margin-top: calc(5 / 720 * 100vh); }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .itemDetailSection_contentTitle .normal {
        margin-top: 5px; } }
  .itemDetailSection_contentTitle:before {
    position: absolute;
    content: '';
    top: calc(-17 / 720 * 100vh);
    width: calc(17 / 1280 * 100vw);
    left: 0;
    height: 1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    background-color: #000; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .itemDetailSection_contentTitle:before {
        top: -13px;
        width: 18px;
        left: -13px; } }

.itemDetailSection_item {
  position: relative; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .itemDetailSection_item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .itemDetailSection_item + .itemDetailSection_item {
    margin-top: calc(100 / 720 * 100vh); }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .itemDetailSection_item + .itemDetailSection_item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; } }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .itemDetailSection_item + .itemDetailSection_item {
        margin-top: 48px; } }

.itemDetailSection_itemInner {
  position: relative; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .itemDetailSection_itemInner {
      width: calc(482 / 1280 * 100vw); } }

.itemDetailSection_imageWrap {
  margin: 0;
  position: relative;
  overflow: hidden; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .itemDetailSection_imageWrap {
      width: calc(482 / 1280 * 100vw); } }
  .itemDetailSection_imageWrap .swiper {
    overflow: visible; }

.itemDetailSection_image img {
  width: 100%; }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .itemDetailSection_styleArea {
    width: calc(482 / 1280 * 100vw); } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .itemDetailSection_styleArea {
    margin-top: 70px;
    padding: 0 30px; } }

.itemDetailSection_styleNum {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .itemDetailSection_styleNum:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: calc(-2 / 1280 * 100vw);
    left: 0;
    width: calc(4 / 1280 * 100vw);
    height: calc(4 / 1280 * 100vw);
    background-color: #000;
    border-radius: 100%; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .itemDetailSection_styleNum:before {
        margin-top: -2px;
        width: 4px;
        height: 4px; } }

.itemDetailSection_styleNum_text {
  font-family: "EB Garamond", serif;
  margin-left: calc(10 / 1280 * 100vw);
  font-size: max(11 / 1280 * 100vw, 8.8px); }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .itemDetailSection_styleNum_text {
      font-size: 10px;
      margin-left: 8px; } }

.itemDetailSection_styleNum_numer {
  font-family: "EB Garamond", serif;
  margin-left: calc(8 / 1280 * 100vw);
  font-size: max(22 / 1280 * 100vw, 17.6px);
  letter-spacing: .04em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .itemDetailSection_styleNum_numer {
      font-size: 22px;
      margin-left: 6px; } }

.itemDetailSection_styleTitle {
  font-family: "EB Garamond", serif;
  margin-top: calc(12 / 720 * 100vh);
  font-size: max(22 / 1280 * 100vw, 17.6px);
  letter-spacing: .08em;
  line-height: 1.8; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .itemDetailSection_styleTitle {
      margin-top: 8px;
      font-size: 18px; } }

.itemDetailSection_styleCatch {
  font-family: "Noto Serif JP", serif;
  margin-top: calc(48 / 720 * 100vh);
  font-size: max(15 / 1280 * 100vw, 12px);
  letter-spacing: .12em;
  line-height: 1.8; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .itemDetailSection_styleCatch {
      margin-top: 32px;
      font-size: 15px;
      line-height: 1.6;
      letter-spacing: .16em; } }

.itemDetailSection_styleCaption {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: calc(24 / 720 * 100vh);
  font-size: max(12 / 1280 * 100vw, 9.6px);
  letter-spacing: .1em;
  line-height: 2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .itemDetailSection_styleCaption {
      margin-top: 12px;
      font-size: 12px;
      letter-spacing: .12em; } }

.itemDetailSection_priceArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .itemDetailSection_priceArea {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .itemDetailSection_priceArea:hover .itemDetailSection_buyBtn {
        background-color: #000;
        color: #fff !important; } }
  .itemDetailSection_priceArea + .itemDetailSection_priceArea {
    margin-top: calc(8 / 720 * 100vh); }

.swiper-button-arrows {
  width: calc(34 / 1280 * 100vw);
  height: calc(11 / 720 * 100vh);
  position: absolute;
  right: 0;
  bottom: calc(-20 / 720 * 100vh);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .swiper-button-arrows {
      width: 38px;
      height: 11px;
      bottom: -23px;
      right: 30px; } }

.swiper-button-prev,
.swiper-button-next {
  width: calc(11 / 1280 * 100vw);
  height: calc(9 / 720 * 100vh);
  margin-top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  outline: none;
  z-index: 20;
  bottom: 0;
  top: initial;
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .swiper-button-prev,
    .swiper-button-next {
      width: 11px;
      height: 9px; } }
  .swiper-button-prev:after, .swiper-button-prev:before,
  .swiper-button-next:after,
  .swiper-button-next:before {
    display: none; }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    z-index: -1;
    display: block; }

.swiper-button-prev {
  background-image: url("../images/svg/prev.svg");
  left: 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .swiper-button-prev {
      right: 45px; } }

.swiper-button-next {
  background-image: url("../images/svg/next.svg");
  right: 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .swiper-button-next {
      right: 5px; } }

.swiper-pagination-bullets {
  width: initial !important; }

.swiper-pagination-bullet {
  width: calc(20 / 1280 * 100vw) !important;
  height: 1px !important;
  background-color: #B4B4B4 !important;
  margin: 0 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1 !important;
  border-radius: 0 !important;
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .swiper-pagination-bullet {
      width: 20px !important; } }
  .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    z-index: -1;
    background-color: #fff; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000 !important;
    width: calc(50 / 1280 * 100vw) !important; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 45px !important; } }

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin: 0 !important;
  text-align: left;
  position: absolute;
  bottom: calc(-16 / 720 * 100vh) !important;
  left: 0 !important;
  top: initial !important;
  z-index: 20; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .swiper-pagination {
      bottom: -16px !important;
      left: 20px !important; } }

.itemDetailSection_priceInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(16 / 1280 * 100vw); }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .itemDetailSection_priceInfo {
      gap: 16px; } }

.itemDetailSection_itemCredit {
  font-family: "EB Garamond", serif;
  font-size: max(16 / 1280 * 100vw, 12.8px);
  letter-spacing: .03em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .itemDetailSection_itemCredit {
      font-size: 14px;
      letter-spacing: .04em; } }

.itemDetailSection_price {
  font-family: "EB Garamond", serif;
  font-size: max(16 / 1280 * 100vw, 12.8px);
  letter-spacing: .03em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .itemDetailSection_price {
      font-size: 14px;
      letter-spacing: .08em; } }

.itemDetailSection_taxLabel {
  font-family: "EB Garamond", serif;
  font-size: max(12 / 1280 * 100vw, 9.6px);
  letter-spacing: .02em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .itemDetailSection_taxLabel {
      font-size: 11px;
      letter-spacing: .04em; } }

.itemDetailSection_buyBtn {
  width: calc(48 / 1280 * 100vw);
  min-width: calc(48 / 1280 * 100vw);
  border: 1px solid #000;
  color: #000 !important;
  border-radius: 100%;
  font-size: max(12 / 1280 * 100vw, 9.6px);
  letter-spacing: .08em;
  font-family: "EB Garamond", serif;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: initial; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .itemDetailSection_buyBtn {
      aspect-ratio: 48 / 29; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .itemDetailSection_buyBtn {
      border: 1px solid #999999;
      width: 42px;
      height: 24px;
      font-size: 11px;
      letter-spacing: .05em; }
      .pickUpItem_priceArea .itemDetailSection_buyBtn {
        position: absolute;
        right: 0;
        top: -11px;
        height: 22px; } }

.itemDetailSection_styleCaption {
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: .08em;
  font-family: "Noto Sans JP", sans-serif; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .itemDetailSection_styleCaption {
      line-height: 1.8; } }

.itemDetailSection_credits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .itemDetailSection_credits {
      margin-top: calc(64 / 720 * 100vh); } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .itemDetailSection_credits {
      margin-top: 43px; } }

.itemDetailSection_creditDivider {
  margin: calc(16 / 720 * 100vh) 0 calc(32 / 720 * 100vh);
  width: calc(16 / 1280 * 100vw);
  height: 1px;
  background-color: #000; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .itemDetailSection_creditDivider {
      margin: 13px 0 13px;
      width: 20px; } }

.pickUpItems {
  margin-top: calc(90 / 720 * 100vh); }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .pickUpItems {
      width: calc(1024 / 1280 * 100vw); } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .pickUpItems {
      margin-top: 65px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .pickUpItems_title {
    margin-bottom: calc(32 / 720 * 100vh); } }

.pickUpItem_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(40 / 1280 * 100vw) calc(32 / 1280 * 100vw);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .pickUpItem_list {
      padding: 0 20px;
      margin-top: 16px;
      gap: 24px 15px;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .pickUpItem_listNode {
    width: calc(320 / 1280 * 100vw); }
    .pickUpItem_listNode:hover .itemDetailSection_buyBtn {
      background-color: #000;
      color: #fff !important; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .pickUpItem_img {
    width: calc(320 / 1280 * 100vw); } }

.pickUpItem_img img {
  width: 100%; }

.pickUpItem_taxLabel {
  font-family: "EB Garamond", serif;
  font-size: max(12 / 1280 * 100vw, 9.6px);
  letter-spacing: .02em; }

.pickUpItem_info {
  margin-top: calc(12 / 720 * 100vh); }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .pickUpItem_info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .pickUpItem_info {
      margin-top: 13px; } }

.pickUpItem_name {
  font-family: "EB Garamond", serif;
  font-size: max(16 / 1280 * 100vw, 12.8px);
  letter-spacing: .03em; }

.pickUpItem_priceArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .pickUpItem_priceArea {
      gap: calc(8 / 1280 * 100vw); } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .pickUpItem_priceArea {
      position: relative;
      gap: 6px; } }

.pickUpItem_price {
  font-family: "EB Garamond", serif;
  font-size: max(16 / 1280 * 100vw, 12.8px);
  letter-spacing: .03em; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .detailSection_inner {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
    .detailSection_inner:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.35); } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .detailSection_inner {
    background-position: bottom; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .itemDetailSection_contentWrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    scrollbar-width: none;
    -ms-overflow-style: none; }
    .itemDetailSection_contentWrap::-webkit-scrollbar {
      display: none; } }
