@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を指定 */
}
/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/*=============================================

	inview

==============================================*/
/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -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: "Noto Sans JP", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  color: #222222;
  line-height: 1;
}

body {
  width: 100%;
  background-color: #fff;
}
@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";
  }
}
.scrollLock body {
  overflow: hidden;
}

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;
  position: absolute;
}

@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 (min-width: 768px) {
  .dn-pc {
    display: none !important;
  }
}

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

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

	ヘッダー

==============================================*/
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  #header {
    padding: 24px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  #header {
    padding: 20px min(calc(20 / 375 * 100vw), calc(20 / 375 * 767px));
  }
}

.headerLogo {
  aspect-ratio: 1.9886363636;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 140px;
  margin-left: auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .headerLogo:hover {
    opacity: 0.7;
  }
}
.headerLogo img, .headerLogo svg, .headerLogo iframe, .headerLogo video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.headerLogo svg {
  fill: #fff;
}

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

	メニュー

==============================================*/
.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 102;
  background-color: #487E8C;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.is-menuOpen .menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.menuTop {
  position: absolute;
  top: 20px;
  right: 30px;
  font-family: "EB Garamond", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  font-size: 18px;
  letter-spacing: 0.12em;
  color: #fff;
}

.menuInner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -ms-grid;
  display: grid;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .menuInner {
    max-width: min(calc(1040 / 1280 * 100vw), calc(1040 / 1280 * 3000px));
  }
}
@media print, screen and (max-width: 767px) {
  .menuInner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .menuInner {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 80px min(calc(80 / 1280 * 100vw), 80px);
    padding: 64px 0 40px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .menuInner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 50px;
    padding-top: 78px;
    padding-bottom: 40px;
  }
}

.menuBlock_heading {
  margin-bottom: 24px;
}

.menuBlock_title {
  font-family: "EB Garamond", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  letter-spacing: 0.12em;
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  .menuBlock_title {
    font-size: 20px;
  }
}
@media print, screen and (max-width: 767px) {
  .menuBlock_title {
    font-size: 24px;
  }
}

.menuBlock_label {
  margin-top: 8px;
}
@media print, screen and (min-width: 768px) {
  .menuBlock_label {
    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;
    gap: 10px;
  }
}
@media print, screen and (max-width: 767px) {
  .menuBlock_label {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    gap: 6px 30px;
  }
}
.menuBlock_label::before {
  display: block;
  width: 100%;
  height: 1px;
  background: #DDDDDD;
  translate: 0 6px;
}
@media print, screen and (max-width: 767px) {
  .menuBlock_label::before {
    content: "";
  }
}

.menuBlock_labelText {
  font-family: "EB Garamond", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  font-size: 12px;
  letter-spacing: 0.32em;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .menuBlock_labelText {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .menuBlock_labelText {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
}

.menuBlock_labelRuby {
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 1;
  text-align: right;
}
@media print, screen and (max-width: 767px) {
  .menuBlock_labelRuby {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}

.menuProducts {
  display: -ms-grid;
  display: grid;
}
@media print, screen and (min-width: 768px) {
  .menuProducts {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: min(calc(24 / 1280 * 100vw), 24px) min(calc(15 / 1280 * 100vw), 15px);
  }
}
@media print, screen and (max-width: 767px) {
  .menuProducts {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media print, screen and (min-width: 768px) {
  .menuProducts_item {
    display: block;
  }
}
@media print, screen and (max-width: 767px) {
  .menuProducts_item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: min(calc(112 / 375 * 100vw), calc(112 / 375 * 767px)) 1fr;
    grid-template-columns: min(calc(112 / 375 * 100vw), calc(112 / 375 * 767px)) 1fr;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media print, screen and (min-width: 768px) {
  .menuProducts_itemInfo {
    margin-top: 12px;
  }
}

.menuProducts_itemImg {
  aspect-ratio: 1.3949579832;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.menuProducts_itemImg img, .menuProducts_itemImg svg, .menuProducts_itemImg iframe, .menuProducts_itemImg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (hover: hover) {
  .menuProducts_item:hover .menuProducts_itemImg {
    opacity: 0.7;
  }
}

.menuProducts_itemNumber {
  font-family: "EB Garamond", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 8px;
}

.menuProducts_itemName {
  font-family: "EB Garamond", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

.menuLook {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
@media print, screen and (min-width: 768px) {
  .menuLook {
    gap: min(calc(12 / 1280 * 100vw), 12px);
  }
}
@media print, screen and (max-width: 767px) {
  .menuLook {
    gap: 5px;
  }
}

.menuLook_item {
  aspect-ratio: 0.7142857143;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: block;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .menuLook_item:hover {
    opacity: 0.7;
  }
}
.menuLook_item img, .menuLook_item svg, .menuLook_item iframe, .menuLook_item video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.menuMore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-size: 12px;
}
@media (hover: hover) {
  .menuMore:hover {
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 768px) {
  .menuMore {
    margin-top: 24px;
  }
}
@media print, screen and (max-width: 767px) {
  .menuMore {
    margin-top: 20px;
  }
}

.menuMore_text {
  font-family: "EB Garamond", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  letter-spacing: 0.12em;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .menuMore_text {
    font-size: 12px;
  }
}
.menuMore_arrow {
  aspect-ratio: 2.0555555556;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: translate 0.3s ease;
  transition: translate 0.3s ease;
}
.menuMore_arrow img, .menuMore_arrow svg, .menuMore_arrow iframe, .menuMore_arrow video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media print, screen and (min-width: 768px) {
  .menuMore_arrow {
    width: 18.5px;
  }
}
@media print, screen and (max-width: 767px) {
  .menuMore_arrow {
    width: 16px;
  }
}
.menuMore_arrow svg {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #fff;
}
@media (hover: hover) {
  .menuMore:hover .menuMore_arrow {
    translate: 10px 0px;
  }
}

.menuFooter {
  grid-column: 1/-1;
  display: -ms-grid;
  display: grid;
  -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) {
  .menuFooter {
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .menuFooter {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.menuFooter .c-line {
  grid-column: 1/-1;
  margin-top: 24px;
  border-top: 1px solid #fff;
}
@media print, screen and (min-width: 768px) {
  .menuFooter .c-line {
    padding: 16px min(calc(66 / 1280 * 100vw), calc(66 / 1280 * 3000px));
  }
}
@media print, screen and (max-width: 767px) {
  .menuFooter .c-line {
    padding: 16px 0;
  }
}
.menuFooter .c-instagram_icon svg,
.menuFooter .c-lineIcon svg,
.menuFooter .c-lineArrow svg {
  fill: #fff;
}

.menuButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .menuButton {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.menuButton_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  font-family: "EB Garamond", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  letter-spacing: 0.08em;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .menuButton_item {
    width: 175px;
    height: 32px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .menuButton_item {
    width: 295px;
    height: 40px;
  }
}
@media (hover: hover) {
  .menuButton_item:hover {
    background-color: #fff;
    color: #487E8C;
  }
}

.menuIcon {
  aspect-ratio: 1/1;
  position: fixed;
  top: 6px;
  width: 50px;
  z-index: 103;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  mix-blend-mode: difference;
  cursor: pointer;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .menuIcon {
    left: 14px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .menuIcon {
    left: min(calc(14 / 375 * 100vw), calc(14 / 375 * 767px));
  }
}
.menuIcon span {
  display: block;
  width: 40px;
  height: 1px;
  background: #fff;
  -webkit-transition: opacity 0.3s ease, rotate 0.3s ease, translate 0.3s ease;
  transition: opacity 0.3s ease, rotate 0.3s ease, translate 0.3s ease;
}
.is-menuOpen .menuIcon {
  mix-blend-mode: normal;
}
.is-menuOpen .menuIcon span:nth-child(1) {
  rotate: 45deg;
  translate: 0 7px;
}
.is-menuOpen .menuIcon span:nth-child(2) {
  opacity: 0;
}
.is-menuOpen .menuIcon span:nth-child(3) {
  rotate: -45deg;
  translate: 0 -7px;
}

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

	ボタンパーツ

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

	c-section

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

	c-fv

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

	c-lookList

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

	c-productsList

==============================================*/
#footer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  #footer {
    max-width: min(calc(1040 / 1280 * 100vw), calc(1040 / 1280 * 3000px));
  }
}
@media print, screen and (max-width: 767px) {
  #footer {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  #footer {
    padding-top: 160px;
    padding-bottom: 120px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  #footer {
    padding: 60px 20px 30px;
  }
}

.footerPhilosophy {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 800px;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .footerPhilosophy {
    -ms-grid-columns: auto 1fr auto;
    grid-template-columns: auto 1fr auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    margin: 0 auto 80px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .footerPhilosophy {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
  }
}

.footerPhilosophy_logo {
  aspect-ratio: 0.9259259259;
  width: 100px;
}
.footerPhilosophy_logo img, .footerPhilosophy_logo svg, .footerPhilosophy_logo iframe, .footerPhilosophy_logo video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .footerPhilosophy_logo {
    -ms-grid-column: 1;
    grid-column: 1/1;
    grid-row: 1/-1;
    margin-right: 80px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .footerPhilosophy_logo {
    margin: 0 auto;
  }
}
.footerPhilosophy_logo svg {
  fill: #222222;
}

.footerPhilosophy_title {
  font-family: "EB Garamond", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  font-size: 15px;
  letter-spacing: 0.12em;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .footerPhilosophy_title {
    grid-column: 2/-1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .footerPhilosophy_title {
    margin-top: 20px;
    text-align: center;
  }
}

.footerPhilosophy_lead {
  font-size: 12px;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .footerPhilosophy_lead {
    grid-column: 2/-1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    margin-top: 24px;
    line-height: 2;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .footerPhilosophy_lead {
    margin-top: 15px;
    line-height: 1.8;
  }
}

.footerPhilosophy_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .footerPhilosophy_link {
    grid-column: 3/-1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .footerPhilosophy_link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }
}

.footerPhilosophy_linkItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 17px;
}
.footerPhilosophy_linkItem + .footerPhilosophy_linkItem::before {
  content: "/";
}

.footerPhilosophy_linkText {
  font-family: "EB Garamond", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  font-size: 15px;
  letter-spacing: 0.12em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .footerPhilosophy_linkText:hover {
    opacity: 0.7;
  }
}

.footerBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 26px;
  border-top: 1px solid #DDDDDD;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .footerBottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
  }
}

.footerCopy {
  font-family: "EB Garamond", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  font-size: 10px;
  letter-spacing: 0.08em;
}

.c-instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-instagram {
    gap: 32px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-instagram {
    gap: 25px;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-instagram_item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  font-family: "EB Garamond", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  letter-spacing: 0.08em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .c-instagram_item:hover {
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 768px) {
  .c-instagram_item {
    gap: 12px;
    font-size: 12px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-instagram_item {
    gap: 9px;
    font-size: 11px;
  }
}

.c-instagram_icon {
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
}
.c-instagram_icon img, .c-instagram_icon svg, .c-instagram_icon iframe, .c-instagram_icon video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.c-instagram_icon svg {
  fill: #222222;
}

.c-line {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .c-line {
    max-width: min(calc(1040 / 1280 * 100vw), calc(1040 / 1280 * 3000px));
  }
}
@media print, screen and (max-width: 767px) {
  .c-line {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (hover: hover) {
  .c-line:hover {
    opacity: 0.7;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 80px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-line {
    text-align: center;
  }
}

.c-lineHeading {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  gap: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-lineHeading {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 9px;
  }
}

.c-lineIcon {
  aspect-ratio: 1.0358333333;
  width: 24px;
}
.c-lineIcon img, .c-lineIcon svg, .c-lineIcon iframe, .c-lineIcon video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.c-lineIcon svg {
  fill: #222222;
}

.c-lineTitle {
  font-family: "EB Garamond", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-lineTitle {
    font-size: 24px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-lineTitle {
    font-size: 20px;
  }
}

.c-lineLead {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-lineLead {
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-lineLead {
    margin-left: auto;
    margin-right: auto;
  }
}

.c-lineLead_text {
  font-family: "Noto Serif JP", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 1.625;
}

.c-lineArrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-lineArrow {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

.c-lineArrow_icon {
  aspect-ratio: 2.0555555556;
  width: 18.5px;
  translate: 0 -1px;
  -webkit-transition: translate 0.3s ease;
  transition: translate 0.3s ease;
}
.c-lineArrow_icon img, .c-lineArrow_icon svg, .c-lineArrow_icon iframe, .c-lineArrow_icon video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.c-lineArrow_icon svg {
  fill: #222222;
}
.c-line:hover .c-lineArrow_icon {
  translate: 10px -1px;
}

.c-lineArrow_text {
  font-family: "Noto Serif JP", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
}

.c-fixedBanner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}

.c-fixedBanner_link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #F7F7F7;
}

.c-fixedBanner_img {
  aspect-ratio: 1.4;
  width: 140px;
}
.c-fixedBanner_img img, .c-fixedBanner_img svg, .c-fixedBanner_img iframe, .c-fixedBanner_img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-fixedBanner_content {
  text-align: center;
  min-width: 180px;
  max-width: 320px;
}

.c-fixedBanner_text {
  font-family: "EB Garamond", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.c-fixedBanner_more {
  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;
  margin-top: 7px;
}

.c-fixedBanner_moreText {
  font-family: "EB Garamond", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  font-size: 10px;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.c-fixedBanner_moreArrow {
  aspect-ratio: 2.0555555556;
  width: 18.5px;
  translate: 0 -1px;
  -webkit-transition: translate 0.3s ease;
  transition: translate 0.3s ease;
}
.c-fixedBanner_moreArrow img, .c-fixedBanner_moreArrow svg, .c-fixedBanner_moreArrow iframe, .c-fixedBanner_moreArrow video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.c-fixedBanner_moreArrow svg {
  fill: #222222;
}
.c-fixedBanner_link:hover .c-fixedBanner_moreArrow {
  translate: 10px -1px;
}

.c-fixedBanner_close {
  position: fixed;
  bottom: 120px;
  right: 12px;
  aspect-ratio: 1/1;
  width: 40px;
  z-index: 100;
  mix-blend-mode: difference;
  background-image: url("/feature/originals2026_hello-new-basic/assets/images/icon_close.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .c-fixedBanner_close:hover {
    opacity: 0.7;
  }
}