@charset "UTF-8";
/* フォント定設
-----------------------------------------------------------------*/
@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を指定 */ }

/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/*!
 * 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; }

/* 共通スタイル定設
-----------------------------------------------------------------*/
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; } }

.menuAbs {
  position: fixed;
  top: 32px;
  right: 32px;
  z-index: 50; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .menuAbs {
      z-index: 102; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .menuAbs {
      top: 25px;
      right: 20px; } }

.menuAbs_icon {
  cursor: pointer;
  width: 32px;
  height: 13px; }
  .menuAbs_icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }
  .menuAbs_icon.is-hide {
    display: none; }

.menuAbs_icon-close {
  cursor: pointer;
  width: 23px;
  height: 23px; }
  .menuAbs_icon-close.is-hide {
    display: none; }

.headerMenu {
  position: fixed;
  inset: 0;
  z-index: 40;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-y: auto;
  -webkit-transition: visibility 1s, -webkit-transform 1s cubic-bezier(0.77, 0, 0.18, 1);
  transition: visibility 1s, -webkit-transform 1s cubic-bezier(0.77, 0, 0.18, 1);
  transition: transform 1s cubic-bezier(0.77, 0, 0.18, 1), visibility 1s;
  transition: transform 1s cubic-bezier(0.77, 0, 0.18, 1), visibility 1s, -webkit-transform 1s cubic-bezier(0.77, 0, 0.18, 1);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  width: 100%; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .headerMenu {
      z-index: 101;
      height: 100%; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .headerMenu {
      height: auto;
      min-height: 100%; } }
  .headerMenu.is-hide {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden; }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerMenu_innerWrap {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -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) {
  .headerMenu_innerWrap {
    height: auto;
    padding: 83px 0 0; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerMenu_inner {
    padding-top: 56px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .vol1 .headerMenu_thumbnailGallery {
    padding-bottom: 50px; } }

.headerMenu_thumbnailGallery-second {
  padding-top: 0; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .headerMenu_thumbnailGallery-second .headerMenu_thumbnailRow {
      margin-top: 0 !important; }
      .headerMenu_thumbnailGallery-second .headerMenu_thumbnailRow + .headerMenu_thumbnailRow {
        margin-left: 8px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .vol1 .headerMenu_thumbnailGallery-second {
      padding-bottom: 0; } }

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

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

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerMenu_thumbnailInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: clamp(calc(92 / 1280 * 1000px), calc(92 / 1280 * 100vw), calc(92 / 1280 * 3840px)); } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerMenu_thumbnailTitle {
    width: clamp(calc(320 / 1280 * 1000px), calc(320 / 1280 * 100vw), calc(320 / 1280 * 3840px));
    cursor: pointer;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 1; } }
  @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) {
    .headerMenu_thumbnailTitle:hover {
      opacity: .7; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .headerMenu_thumbnailTitle:hover .headerMenu_titleAccent .arrow {
      width: 40px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerMenu_thumbnailTitle {
    display: block;
    margin-bottom: 40px; } }

.headerMenu_titleContent {
  margin-bottom: 20px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .headerMenu_titleContent {
      white-space: nowrap; } }

.headerMenu_subtitle {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.25em;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 20px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .headerMenu_subtitle {
      font-size: max(16 / 1280 * 100vw, 12.8px); } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .headerMenu_subtitle {
      font-size: 15px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .headerMenu_subtitle {
      font-size: 16px;
      margin-bottom: 16px; } }

.headerMenu_mainTitle {
  color: #ffffff;
  font-size: max(24 / 1280 * 100vw, 19.2px);
  line-height: 1.5;
  letter-spacing: 0.16em;
  font-family: "Noto Serif JP", serif; }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .headerMenu_mainTitle {
      font-size: 20px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .headerMenu_mainTitle {
      font-size: 24px; } }
  .headerMenu_mainTitle i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 16px;
    vertical-align: super; }
    .headerMenu_mainTitle i:before, .headerMenu_mainTitle i:after {
      content: "";
      display: block;
      width: 20px;
      height: 1px;
      margin-top: 3px;
      background-color: #ffffff; }
    .headerMenu_mainTitle i:before {
      margin-right: 12px; }
    .headerMenu_mainTitle i:after {
      margin-left: 12px; }

.headerMenu_titleGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px; }

.headerMenu_titleAccent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 30px; }
  .headerMenu_titleAccent::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    z-index: 1;
    cursor: pointer; }
  .headerMenu_titleAccent .arrow {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 1px;
    border-radius: 9999px;
    background-color: #ffffff;
    pointer-events: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    z-index: 2; }
  .headerMenu_titleAccent .arrow::before,
  .headerMenu_titleAccent .arrow::after {
    pointer-events: auto;
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 0;
    width: 5px;
    height: 1px;
    border-radius: 9999px;
    background-color: #ffffff;
    -webkit-transform-origin: calc(100% - 0.5px) 50%;
    -ms-transform-origin: calc(100% - 0.5px) 50%;
    transform-origin: calc(100% - 0.5px) 50%; }
  .headerMenu_titleAccent .arrow::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .headerMenu_titleAccent .arrow::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.headerMenu_titleAccentLine {
  width: 20px;
  height: 1px;
  background-color: #ffffff; }

.headerMenu_titleAccentText {
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0.16em;
  font-family: "Noto Serif JP", serif; }

.headerMenu_accentImage {
  width: 100%;
  height: 100%; }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerMenu_thumbnailGrid {
    margin: 0 auto;
    width: clamp(calc(688 / 1280 * 1000px), calc(688 / 1280 * 100vw), calc(688 / 1280 * 3840px));
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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) {
  .headerMenu_thumbnailGrid {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px 5px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerMenu_thumbnailGrid-second {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerMenu_thumbnailGrid-second {
    display: initial; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerMenu_thumbnailRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(calc(8 / 1280 * 1000px), calc(8 / 1280 * 100vw), calc(8 / 1280 * 3840px)); }
    .headerMenu_thumbnailRow + .headerMenu_thumbnailRow {
      margin-top: clamp(calc(8 / 1280 * 1000px), calc(8 / 1280 * 100vw), calc(8 / 1280 * 3840px)); } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerMenu_thumbnailRow {
    gap: 10px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.headerMenu_thumbnailRow-centered {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .headerMenu_thumbnailRow-centered {
      margin: 35px 0; }
      .headerMenu_thumbnailRow-centered.m0 {
        margin: 10px 0; } }

.headerMenu_thumbnailRow-centered {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .headerMenu_thumbnailRow-centered {
      margin: 35px 0; } }

.headerMenu_thumbnailItem {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .headerMenu_thumbnailItem:hover {
    opacity: 0.7; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .headerMenu_thumbnailItem {
      width: calc((100% - 30px) / 4); } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerMenu_thumbnailImage {
    width: clamp(calc(80 / 1280 * 1000px), calc(80 / 1280 * 100vw), calc(80 / 1280 * 3840px)); } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerMenu_thumbnailImage {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; } }

.headerMenu_thumbnailProduct {
  color: #fff !important;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .12em;
  line-height: 1.3; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .headerMenu_thumbnailProduct {
      margin-top: calc(4 / 720 * 100vh);
      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) {
    .headerMenu_thumbnailProduct {
      margin-top: 4px;
      font-size: 11px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerMenu_dividerContainer {
    padding: 48.5px 0;
    width: clamp(calc(1100 / 1280 * 1000px), calc(1100 / 1280 * 100vw), calc(1100 / 1280 * 3840px));
    margin: 0 auto; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerMenu_dividerContainer {
    padding: 40px 30px; } }

.headerMenu_dividerLine {
  height: 1px;
  background-color: #999; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .headerMenu_dividerLine {
      width: clamp(calc(1100 / 1280 * 1000px), calc(1100 / 1280 * 100vw), calc(1100 / 1280 * 3840px)); } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .headerMenu_dividerLine {
      width: 100%; } }

.headerMenu_closeButton {
  position: fixed;
  top: 26.83px;
  right: 36.33px;
  width: 23.33px;
  height: 23.33px;
  z-index: 50;
  border: none;
  background: transparent;
  cursor: pointer; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .headerMenu_closeButton {
      top: 20px;
      right: 20px; } }

.headerMenu_closeIcon {
  width: 100%;
  height: 100%; }

.comingSoon img {
  width: 100%; }

.shopDetail {
  position: relative; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .shopDetail {
      margin-top: calc(104 / 720 * 100vh); } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .shopDetail {
      margin-top: 120px; } }
  .shopDetail:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #666666;
    z-index: -1; }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .shopDetail:after {
        height: 100%;
        top: calc(24 / 720 * 100vh); } }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .shopDetail:after {
        top: 19%;
        height: 81%; } }
    @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
      .shopDetail:after {
        top: 33%;
        height: 67%; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .shopDetail_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: clamp(calc(48 / 1280 * 1000px), calc(48 / 1280 * 100vw), calc(48 / 1280 * 3840px));
    width: clamp(calc(1100 / 1280 * 1000px), calc(1100 / 1280 * 100vw), calc(1100 / 1280 * 3840px));
    margin: 0 auto;
    padding-bottom: calc(16 / 720 * 100vh); } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .shopDetail_inner {
    padding: 0 28px 50px; } }

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

.shopDetail_image 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) {
  .shopDetail_info {
    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;
    width: clamp(calc(720 / 1280 * 1000px), calc(720 / 1280 * 100vw), calc(720 / 1280 * 3840px)); } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .shopDetail_info {
    margin-top: 36px; } }

.shopDetail_infoTitle {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: max(15 / 1280 * 100vw, 12px);
  letter-spacing: .12em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .shopDetail_infoTitle {
      font-size: 15px; } }

.shopDetail_infoText {
  margin-top: calc(16 / 720 * 100vh);
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: max(12 / 1280 * 100vw, 9.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) {
    .shopDetail_infoText {
      margin-top: 16px;
      font-size: 12px; } }

.shopDetail_infoLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(calc(7 / 1280 * 1000px), calc(7 / 1280 * 100vw), calc(7 / 1280 * 3840px));
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .shopDetail_infoLink {
      border-bottom: 1px solid transparent;
      padding-bottom: calc(10 / 720 * 100vh); }
      .shopDetail_infoLink:hover {
        border-bottom: 1px solid #fff; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .shopDetail_infoLink {
      margin-top: 41px;
      gap: 7px; } }

.shopDetail_infoLink_text {
  font-family: "Noto Serif JP", serif;
  font-size: max(15 / 1280 * 100vw, 12px);
  letter-spacing: .12em;
  color: #fff; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .shopDetail_infoLink_text {
      font-size: 15px; } }

.footer {
  background-color: #f5f5f5; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .footer {
      margin-top: 150px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footer {
      margin-top: 60px; } }

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

.footer_content {
  padding: 48px 0 30px;
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footer_content {
      padding: 36px 0; } }

.footer_logoArea {
  margin-bottom: 64px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footer_logoArea {
      margin-bottom: 32px; } }

.footer_logo {
  width: 73px;
  height: 80px;
  margin: 0 auto;
  display: block; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footer_logo {
      width: 70px;
      height: 77px; } }

.footer_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 48.5px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footer_navigation {
      gap: 20px;
      margin-bottom: 51px; } }

.footer_navItem {
  text-align: center; }

.footer_navTitle {
  font-size: 20px;
  letter-spacing: 0.08em;
  font-family: "EB Garamond", serif;
  margin-bottom: 4px; }

.footer_navUnderline {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin: 0 auto;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  @media (hover: hover) {
    .footer_navItem:hover .footer_navUnderline {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); } }

.footerSns {
  display: block;
  cursor: pointer; }
  @media (hover: hover) {
    .footerSns:hover .footerInstagram_icon {
      opacity: .7; }
    .footerSns:hover .footerInstagram_text {
      text-decoration: underline; } }

.footerInstagram_icon {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.footerInstagram_text {
  font-family: "EB Garamond", serif;
  font-size: 13px;
  letter-spacing: .08em;
  -webkit-transition: -webkit-text-decoration .3s ease;
  transition: -webkit-text-decoration .3s ease;
  transition: text-decoration .3s ease;
  transition: text-decoration .3s ease, -webkit-text-decoration .3s ease; }

.footerInstagram {
  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;
  gap: 10px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footerInstagram {
      margin-bottom: 20px; } }

.footer_copyright {
  text-align: center;
  margin-top: 20px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footer_copyright {
      margin-top: 29px; } }

.footer_copyrightText {
  font-size: 10px;
  letter-spacing: .08em;
  font-family: "EB Garamond", serif; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footer_copyrightText {
      letter-spacing: .14em; } }

body.no-scroll {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  position: fixed;
  width: 100%; }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .fixedNav {
    background-color: #F7F7F7;
    position: fixed;
    top: 0;
    /* 上に配置 */
    left: 0;
    width: 100%;
    z-index: 100;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    /* 上に隠す */
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    overflow: hidden;
    cursor: pointer; } }

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

.fixedNav.is-fixedActive {
  opacity: 1;
  -webkit-transform: translateY(calc(-100% + 44px));
  -ms-transform: translateY(calc(-100% + 44px));
  transform: translateY(calc(-100% + 44px));
  /* 上から出てきて、ナビの下から44pxだけ表示 */
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out; }

.fixedNav.is-hover {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  /* hover時に全て表示（上からニュルっと） */
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

.fixedNav_inner {
  width: clamp(calc(1040 / 1280 * 1000px), calc(1040 / 1280 * 100vw), calc(1040 / 1280 * 3840px));
  margin: 0 auto;
  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;
  gap: 12px;
  padding-top: 14px; }

.fixedNav_listItem {
  cursor: pointer;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  .fixedNav_listItem:hover {
    opacity: .7; }

.fixedNav_text {
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  letter-spacing: .2em;
  padding: 16px 0; }

.fixedNav_listItemImage {
  cursor: pointer;
  width: 140px; }
  .fixedNav_listItemImage img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }
