@charset "UTF-8";
/* @include _reset.scss */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
  # Global selectors
# ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900");
@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&family=Mohave:ital,wght@0,300..700;1,300..700&family=Noto+Sans+JP:wght@100..900&display=swap");

html {
  box-sizing: border-box;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

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

* {
  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;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

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+ */
  text-decoration: none;
  color: #000;
}

li {
  list-style: none;
}

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 */
}

/* 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;
}

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

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[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 */
}

/* 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,
html [type=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 */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

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 */
}

[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 {
  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+ */
}

/* # =================================================================
  # Accessibility
# ================================================================= */
/* 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: #000;
  text-shadow: none;
}

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

.clearfix {
  min-height: 1px;
}

.clearfix::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

html,
body,
div,
p,
table,
tr,
th,
td,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
img,
a,
address,
figure {
  margin: 0;
  padding: 0;
  border: 0;
}

img,
h1,
h2,
h3,
h4,
h5,
h6 {
  vertical-align: middle;
}

/* @include _common.scss */
/* @include _breakpoints.scss */
/* break point media query */
@media (max-width: 767.9px) {
  .pc {
    display: none !important;
  }
}

.pc_i {
  display: inline;
}

@media (max-width: 767.9px) {
  .pc_i {
    display: none;
  }
}

.pc_ib {
  display: inline-block;
}

@media (max-width: 767.9px) {
  .pc_ib {
    display: none;
  }
}

.tb {
  display: none;
}

@media (max-width: 1060px) {
  .tb {
    display: block;
  }
}

.tb_i {
  display: none;
}

@media (max-width: 1060px) {
  .tb_i {
    display: inline;
  }
}

.tb_ib {
  display: none;
}

@media (max-width: 1060px) {
  .tb_ib {
    display: inline-block;
  }
}

.sp {
  display: none;
}

@media (max-width: 767.9px) {
  .sp {
    display: block;
  }
}

.sp_i {
  display: none;
}

@media (max-width: 767.9px) {
  .sp_i {
    display: inline;
  }
}

.sp_ib {
  display: none;
}

@media (max-width: 767.9px) {
  .sp_ib {
    display: inline-block;
  }
}

html {
  width: 100%;
  min-height: 100%;
  /*&::-webkit-scrollbar {  
      display: none;
    }*/
  /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}

html.js-noScroll {
  overflow: hidden;
}

body {
  width: 100%;
  color: #000;
  background: #ffffff;
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
}

@media (max-width: 767.9px) {
  body {
    font-size: 13px;
  }
}

.js-visible .l-main.--index {
  visibility: visible;
}

.l-container {
  overflow: hidden;
}

.l-main {
  position: relative;
}

.l-main.--index {
  visibility: hidden;
  background-color: #333333;
}

@media (max-width: 767.9px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media (max-height: 560px) {
  .sp {
    display: none;
  }
}

@media (max-width: 767.9px) {
  .sp {
    display: block;
  }
}

@media (max-width: 767.9px) and (max-height: 600px) {
  .sp {
    display: block;
  }
}

sup {
  font-size: 50%;
}

a:hover img.rollover {
  opacity: 1;
}

@media (max-width: 767.9px) {
  img {
    max-width: 100%;
  }
}

a:hover {
  opacity: 0.7;
  transition: 0.2s;
}

/* font */
.u-gothic {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.u-gothic.--bold {
  font-weight: 700;
}

.u-csc {
  font-family: "Cormorant SC", serif;
  font-weight: 400;
  font-style: normal;
}

.u-antonio {
  font-family: "Antonio", "Noto Sans JP", serif;
  font-weight: 500;
  font-style: normal;
}

.u-bold {
  font-weight: 700;
}

.u-color--blue {
  color: #3399CC !important;
}

.u-color--red {
  color: #b81c25 !important;
}

.u-plus {
  display: inline;
  padding: 0;
  font-weight: 500;
  color: #AAB4BE;
  line-height: 0;
  font-family: "Noto Sans JP";
  font-size: 120%;
}

.u-supArea {
  position: relative;
}

.u-supArea sup {
  position: absolute;
  top: 0;
  left: 100%;
}

/*icon*/
.u-listDot {
  position: relative;
}

.u-listDot:before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  margin-right: 10px;
  border-radius: 0.5em;
  background-color: #000;
}

@media (max-width: 767.9px) {
  .u-listDot:before {
    width: 10px;
    height: 10px;
  }
}

.u-listDot.--dot01:before {
  background-color: #505a64;
}

.u-listDot.--dot02:before {
  background-color: #f4f1ef;
}

.u-listDot.--dot03:before {
  background-color: #aab4be;
}

.u-listDot.--dot04:before {
  background-color: #fff;
}

@media (max-width: 767.9px) {
  .u-listDot.--dotSp01:before {
    background-color: #505a64;
  }

  .u-listDot.--dotSp02:before {
    background-color: #f4f1ef;
  }

  .u-listDot.--dotSp03:before {
    background-color: #aab4be;
  }

  .u-listDot.--dotSp04:before {
    background-color: #fff;
  }
}

/* header */
.l-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 124px;
  z-index: 10;
  transition: 0.5s;
  pointer-events: none;
}

@media (max-width: 1060px) {
  .l-header {
    height: 75px;
  }
}

.l-header__inner {
  width: 100%;
  padding: 27px 30px;
  box-sizing: border-box;
}

@media (max-width: 1060px) {
  .l-header__inner {
    padding: 20px;
  }
}

@media (max-width: 767.9px) {
  .l-header__inner {
    padding: 17px 4vw;
  }
}

.l-header.--fixed .c-navItem>a {
  color: #11203b;
  font-weight: 500;
  font-weight: 500;
  filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.4));
}

.l-header.--fixed .c-navItem.--submenu>a::after {
  background: url(../img/icon_nav_arrow_navy.svg) top right/contain no-repeat;
  filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.4));
}

.l-header.--fixed .c-headerTitText {
  color: #11203b;
  border-left: solid 1px rgba(17, 32, 59, 0.5);
  border-right: solid 1px rgba(17, 32, 59, 0.5);
}

.l-header.--fixed #logo_text rect,
.l-header.--fixed #logo_text path {
  fill: #000;
}

.c-headerLogo {
  display: inline-block;
  pointer-events: all;
}

.c-headerLogo img,
.c-headerLogo svg {
  display: block;
  width: 186px;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
}

@media (max-width: 767.9px) {

  .c-headerLogo img,
  .c-headerLogo svg {
    width: 150px;
    height: auto;
  }
}

.c-loading {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100svh;
  background-color: #23282d;
  z-index: 100;
}

.c-loading__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.c-loading__inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 234px;
  transform: translate(-50%, -50%);
}

.c-mv {
  width: 100vw;
  max-width: 100%;
  height: 768px;
  background: #000;
}

@media (max-width: 767.9px) {
  .c-mv {
    height: 100vh;
  }
}

.c-mv__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.c-mv__cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

@media (max-width: 767.9px) {
  .c-mv__cont {
    height: 100svh;
  }
}

.c-mv video.vjs-tech {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw;
  /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}

@media (max-width: 767.9px) {
  .c-mv video.vjs-tech {
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
  }
}

.c-mvVideo {
  position: relative;
  width: 100vw;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.c-mvImg {
  position: relative;
  width: 100vw;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  object-fit: cover;
}

.c-mvTitle {
  position: absolute;
  left: 50%;
  bottom: 70px;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 0;
  padding: 0 20px;
  color: #fff;
  text-align: center;
  transform: translate(-50%, 0);
}

@media (max-width: 767.9px) {
  .c-mvTitle {
    position: absolute;
    bottom: 30px;
    padding: 0 2.6666666667vw;
  }
}

.c-mvTitle .jp {
  display: block;
  font-size: 19px;
  margin-top: 15px;
}

@media (max-width: 1060px) {
  .c-mvTitle .jp {
    font-size: 1.7924528302vw;
  }
}

@media (max-width: 767.9px) {
  .c-mvTitle .jp {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 600;
  }
}

.c-mvTitle__text {
  font-size: 52px;
  line-height: 1;
}

@media (max-width: 767.9px) {
  .c-mvTitle__text {
    font-size: 33px;
  }
}

.c-mvTitle__text.--restore .line2 {
  position: absolute;
  top: 0.6em;
  padding-left: 2.8em;
  display: block;
  font-size: 36px;
}

@media (max-width: 767.9px) {
  .c-mvTitle__text.--restore .line2 {
    position: absolute;
    width: auto;
    top: 0.7em;
    padding-left: 98px;
    font-size: 35px;
  }
}

.c-mvTitle__text.--restore .and {
  font-size: 50px;
}

@media (max-width: 767.9px) {
  .c-mvTitle__text.--restore .and {
    font-size: 48px;
  }
}

.c-mvTitle__text.--HisaoKomine .line2 {
  position: absolute;
  top: 0.4em;
  padding-left: 2.4em;
  display: block;
  font-size: 50px;
}

@media (max-width: 767.9px) {
  .c-mvTitle__text.--HisaoKomine .line2 {
    position: absolute;
    width: auto;
    top: 0.7em;
    padding-left: 98px;
    font-size: 35px;
  }
}

.c-gallery {
  position: relative;
  max-width: 1040px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto 80px;
}

@media (max-width: 767.9px) {
  .c-gallery {
    width: 100vw;
    margin: 0 auto 35px;
  }
}

.c-gallery__inner {
  position: relative;
  width: 940px;
  padding: 0;
  overflow: hidden;
  margin: auto;
}

@media (max-width: 1060px) {
  .c-gallery__inner {
    width: 88.679245283vw;
  }
}

@media (max-width: 767.9px) {
  .c-gallery__inner {
    width: 78.6666666667vw;
  }
}

.c-galleryTitle {
  margin-top: 25px;
  color: #fff;
  text-align: center;
  font-size: 50px;
  line-height: 1;
}

@media (max-width: 767.9px) {
  .c-galleryTitle {
    width: 78.6666666667vw;
    text-align: center;
    font-size: 35px;
    margin: 10px auto 0;
  }
}

.c-galleryList {
  width: 940px;
  margin: auto;
}

@media (max-width: 767.9px) {
  .c-galleryList {
    width: 100%;
  }
}

.c-galleryList .swiper-slide {
  width: 450px;
}

@media (max-width: 1060px) {
  .c-galleryList .swiper-slide {
    width: 42.4528301887vw;
  }
}

@media (max-width: 767.9px) {
  .c-galleryList .swiper-slide {
    width: 100%;
  }
}

.c-galleryList .swiper-slide a {
  position: relative;
  display: block;
  width: 450px;
  height: 320px;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
}

@media (max-width: 1060px) {
  .c-galleryList .swiper-slide a {
    width: 100%;
    height: 30.1886792453vw;
  }
}

@media (max-width: 767.9px) {
  .c-galleryList .swiper-slide a {
    width: 100%;
    height: 52.6666666667vw;
  }
}

.c-galleryList .swiper-slide a:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/btn_play.svg) top center/cover no-repeat;
}

.c-galleryList .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-gallery__btnPrev {
  display: block;
  position: absolute;
  left: 0;
  top: 150px;
  width: 9px;
  height: 19px;
  background: url(../img/btn_prev_white.svg) top center/contain no-repeat;
  cursor: pointer;
  z-index: 2;
}

@media (max-width: 1060px) {
  .c-gallery__btnPrev {
    left: 10px;
    top: 14.1509433962vw;
  }
}

@media (max-width: 767.9px) {
  .c-gallery__btnPrev {
    top: 24.6666666667vw;
    left: 5.3333333333vw;
  }
}

.c-gallery__btnPrev.swiper-button-disabled {
  cursor: inherit;
  background: url(../img/btn_prev_gray.svg) top center/contain no-repeat;
}

.c-gallery__btnNext {
  display: block;
  position: absolute;
  right: 0;
  top: 150px;
  width: 9px;
  height: 19px;
  background: url(../img/btn_next_white.svg) top center/contain no-repeat;
  cursor: pointer;
  z-index: 2;
}

@media (max-width: 1060px) {
  .c-gallery__btnNext {
    right: 10px;
    top: 14.1509433962vw;
  }
}

@media (max-width: 767.9px) {
  .c-gallery__btnNext {
    top: 24.6666666667vw;
    right: 5.3333333333vw;
  }
}

.c-gallery__btnNext.swiper-button-disabled {
  cursor: inherit;
  background: url(../img/btn_next_gray.svg) top center/contain no-repeat;
}

.c-btnMenu {
  position: absolute;
  top: 26px;
  right: 26px;
  display: block;
  width: 35px;
  height: 14px;
  z-index: 99;
  cursor: pointer;
  pointer-events: all;
  filter: drop-shadow(2px 1px 2px rgba(0, 0, 0, 0.2));
}

.c-btnMenu__x span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.c-btnMenu__x span:nth-child(1) {
  top: 0;
}

.c-btnMenu__x span:nth-child(1):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 4px;
  height: 4px;
  background-color: #fff;
}

.c-btnMenu__x span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}

.c-btnMenu__x span:last-child {
  bottom: 0;
}

.c-btnMenu__x span:last-child:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  background-color: #fff;
}

.c-btnSound {
  position: absolute;
  right: 25px;
  bottom: 25px;
  z-index: 3;
  cursor: pointer;
}

@media (max-width: 767.9px) {
  .c-btnSound {
    right: 5.3333333333vw;
    bottom: 30px;
    width: 50px;
    text-align: center;
  }
}

@media (max-width: 767.9px) {
  .c-btnSound.--sub {
    bottom: 33px;
  }
}

.c-btnSound__switch__img {
  line-height: 1;
}

.c-btnSound__switch__img.on {
  display: none;
}

.c-btnSound__bar {
  position: absolute;
  left: 46px;
  top: 12px;
  width: 23px;
  height: 6px;
  background: #23282d;
  transition: 0.8s;
}

@media (max-width: 767.9px) {
  .c-btnSound__bar {
    top: 16px;
    left: 3px;
  }
}

.c-btnSound__bar.--on {
  left: 65px;
  opacity: 1;
}

@media (max-width: 767.9px) {
  .c-btnSound__bar.--on {
    left: 23px;
  }
}

.c-menu {
  position: fixed;
  top: 0;
  right: 0;
  left: 100%;
  z-index: 100;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  padding: 25px 30px;
  box-sizing: border-box;
  transition: 0.5s;
}

@media (max-width: 767.9px) {
  .c-menu {
    width: 70%;
    padding: 4vw 0;
  }
}

.c-menu--open {
  top: 0;
  right: 0;
  left: 50%;
  margin-left: 320px;
  pointer-events: all;
}

@media (max-width: 1060px) {
  .c-menu--open {
    margin-left: 0;
    left: calc(100% - 180px);
  }
}

@media (max-width: 767.9px) {
  .c-menu--open {
    left: 30%;
  }
}

.c-menu a {
  color: #fff;
  opacity: 0.5;
  transition: 0.5s;
}

.c-menu a:hover {
  opacity: 1;
}

.c-menuClose {
  width: 100%;
  max-width: 144px;
}

@media (max-width: 767.9px) {
  .c-menuClose {
    top: 26px;
    right: 11px;
    position: absolute;
    margin-right: 20px;
    width: auto;
    max-width: inherit;
  }
}

.c-menuCloseBtn {
  display: block;
  margin: 0 0 0 auto;
  width: 18px;
  height: 18px;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.5s;
}

@media (max-width: 767.9px) {
  .c-menuCloseBtn {
    width: 25px;
    height: 25px;
  }
}

.c-menuCloseBtn:hover {
  opacity: 1;
}

.c-menuCloseBtn img {
  display: block;
}

@media (max-width: 767.9px) {
  .c-menuCloseBtn img {
    width: 100%;
  }
}

.c-menuList {
  width: auto;
  text-align: center;
  height: calc(100svh - 78px);
  overflow-y: scroll;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media (max-width: 767.9px) {
  .c-menuList {
    width: 100%;
    padding: 0 0 0 10.6666666667vw;
    margin: auto;
  }
}

.c-menuList::-webkit-scrollbar {
  display: none;
}

.c-menuList__inner {
  padding-top: 35px;
  text-align: left;
}

.c-menuListItem {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1;
  transform: translate(300px, 0);
  opacity: 0;
}

@media (max-width: 767.9px) {
  .c-menuListItem {
    margin-bottom: 4.6666666667vw;
    font-size: 22px;
  }
}

.c-menuListItem.--home {
  font-size: 22px;
}

@media (max-width: 767.9px) {
  .c-menuListItem.--home {
    font-size: 31px;
  }
}

.c-menuListItem.--sale {
  margin-bottom: 30px;
}

.c-menuListItem.--komine .line2 {
  position: absolute;
  top: 0.4em;
  padding-left: 2.4em;
  display: block;
}

@media (max-width: 767.9px) {
  .c-menuListItem.--komine .line2 {
    position: absolute;
    width: 200%;
    top: 0.5em;
  }
}

.c-menuListItem.--gallery {
  margin-bottom: 30px;
}

@media (max-width: 767.9px) {
  .c-menuListItem.--gallery {
    margin-bottom: 40px;
  }
}

.c-menuListItem.--privacy {
  margin-bottom: 30px;
}

@media (max-width: 767.9px) {
  .c-menuListItem.--privacy {
    margin-bottom: 40px;
  }
}

.c-menuBg {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.5);
  z-index: 99;
  transition: 0.5s;
  cursor: pointer;
  pointer-events: all;
}

.c-menuBg--open {
  visibility: visible;
  opacity: 1;
}

/*title*/
.c-title {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 25px;
}

@media (max-width: 767.9px) {
  .c-title {
    margin-bottom: 15px;
    font-size: 30px;
  }
}

.c-title__small {
  font-size: 36px;
}

@media (max-width: 767.9px) {
  .c-title__small {
    font-size: 25px;
  }
}

.c-title .jp {
  display: block;
  margin-top: 10px;
  font-size: 20px;
}

@media (max-width: 767.9px) {
  .c-title .jp {
    font-size: 14px;
  }
}

.c-linkBack {
  margin: 80px auto 0;
  width: 235px;
  border-right: 1px solid;
  border-left: 1px solid;
  text-align: center;
  height: 25px;
}

@media (max-width: 767.9px) {
  .c-linkBack {
    margin: 35px auto 0;
    width: 182px;
    height: 20px;
  }
}

.c-linkBack a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #213866;
}

@media (max-width: 767.9px) {
  .c-linkBack a {
    font-size: 14px;
  }
}

.c-linkBack a::before {
  margin-right: 1em;
  content: "";
  width: 18px;
  height: 15px;
  background: url(../img/icon_back.svg) center/100% no-repeat;
}

@media (max-width: 767.9px) {
  .c-linkBack a::before {
    width: 15px;
    height: 12px;
  }
}

.l-footer {
  padding: 65px 0 40px;
  background-color: #333333;
}

@media (max-width: 767.9px) {
  .l-footer {
    padding: 25px 0 25px;
  }
}

.c-footerNav {
  max-width: 990px;
  margin: 0 auto 50px;
  padding: 0 30px;
}

@media (max-width: 767.9px) {
  .c-footerNav {
    padding: 0 5.3333333333vw;
    margin: 0 auto 30px;
  }
}

.c-footerNav.--sub {
  padding: 0 5.3333333333vw;
}

.c-footerNavList {
  display: flex;
  width: 100%;
  justify-content: center;
  font-size: 29px;
  flex-wrap: wrap;
  gap: 0 95px;
}

@media (max-width: 1060px) {
  .c-footerNavList {
    font-size: 21px;
  }
}

@media (max-width: 767.9px) {
  .c-footerNavList {
    display: block;
    gap: 0 95px;
    font-size: 21px;
    justify-content: center;
  }
}

.c-footerNavList.--sub {
  justify-content: space-between;
  font-size: 30px;
}

@media (max-width: 767.9px) {
  .c-footerNavList.--sub {
    display: flex;
    font-size: 21px;
  }
}

.c-footerNavList.--sub li {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 767.9px) {
  .c-footerNavList.--sub li {
    margin-bottom: 0;
    gap: 10px;
  }
}

.c-footerNavList.--sub li::before {
  content: "";
  display: block;
  width: 9px;
  height: 19px;
  position: relative;
  bottom: -2px;
  background: url(../img/btn_prev_white.svg) 50% 50%/contain no-repeat;
}

.c-footerNavList.--sub li:last-child::before {
  display: none;
}

.c-footerNavList.--sub li:last-child::after {
  content: "";
  display: block;
  width: 9px;
  height: 19px;
  position: relative;
  bottom: -2px;
  background: url(../img/btn_next_white.svg) 50% 50%/contain no-repeat;
}

.c-footerNavList li {
  line-height: 1;
}

@media (max-width: 767.9px) {
  .c-footerNavList li {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
  }
}

.c-footerNavList li:last-child {
  margin-bottom: 0;
}

@media (max-width: 767.9px) {
  .c-footerNavList li img {
    width: 100%;
  }
}

@media (max-width: 767.9px) {
  .c-footerNavList li.--rM {
    width: 40.4vw;
    margin: 0 auto 20px;
    text-align: left;
  }
}

.c-footerNavList li.--rM .line2 {
  position: relative;
  top: -0.8em;
  padding-left: 2.7em;
  display: block;
  font-size: 21px;
}

@media (max-width: 767.9px) {
  .c-footerNavList li.--rM .line2 {
    position: absolute;
    width: 200%;
    top: 0.7em;
    padding-left: 2em;
  }
}

.c-footerNavList li.--rM .and {
  font-size: 29px;
}

@media (max-width: 767.9px) {
  .c-footerNavList li.--rM .and {
    font-size: 21px;
  }
}

.c-footerNavList li.--komine {
  margin-left: 90px;
}

@media (max-width: 767.9px) {
  .c-footerNavList li.--komine {
    width: 33.2vw;
    margin: 0 auto 20px;
    text-align: left;
  }
}

.c-footerNavList li.--komine .line2 {
  position: relative;
  top: -0.6em;
  padding-left: 2.4em;
  display: block;
}

@media (max-width: 767.9px) {
  .c-footerNavList li.--komine .line2 {
    position: absolute;
    width: 200%;
    top: 0.5em;
  }
}

.c-footerNavList a {
  color: #fff;
}

.c-footerSns {
  background: #797979;
  margin-bottom: 40px;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  gap: 100px;
}

@media (max-width: 767.9px) {
  .c-footerSns {
    padding: 3.8666666667vw 10.6666666667vw;
    margin-bottom: 20px;
    gap: 13.3333333333vw;
  }
}

@media (max-width: 767.9px) {
  .c-footerSns.--sub {
    padding: 14px 5.3333333333vw;
  }
}

@media (max-width: 1060px) {
  .c-footerSns__tit {
    margin: 0 auto 20px;
  }
}

@media (max-width: 767.9px) {
  .c-footerSns__tit {
    margin: 0 auto 2vw;
  }
}

.c-footerSns__tit img {
  max-width: 100%;
}

.c-footerSns__tit.--promodet_segundacasa {
  width: 250px;
}

@media (max-width: 767.9px) {
  .c-footerSns__tit.--promodet_segundacasa {
    width: 37.0666666667vw;
  }
}

.c-footerSns__tit.--promodet {
  width: 101px;
}

@media (max-width: 767.9px) {
  .c-footerSns__tit.--promodet {
    width: 15.0666666667vw;
  }
}

.c-footerSnsWrap {
  display: flex;
  gap: 27px;
  align-items: center;
}

@media (max-width: 1060px) {
  .c-footerSnsWrap {
    display: block;
    text-align: center;
  }
}

.c-footerSnsWrap:first-child {
  position: relative;
}

.c-footerSnsWrap:first-child::after {
  position: absolute;
  top: 0;
  left: 100%;
  content: "";
  width: 1px;
  height: 100%;
  margin-left: 49px;
  background-color: #fff;
}

@media (max-width: 767.9px) {
  .c-footerSnsWrap:first-child::after {
    margin-left: 6.6666666667vw;
  }
}

.c-footerSnsList {
  display: flex;
  gap: 35px;
  justify-content: center;
}

@media (max-width: 767.9px) {
  .c-footerSnsList {
    gap: 5.3333333333vw;
    margin-bottom: 0;
    justify-content: center;
  }
}

.c-footerSnsList li {
  width: 30px;
}

@media (max-width: 767.9px) {
  .c-footerSnsList li {
    width: 6.6666666667vw;
  }
}

.c-footerSnsList li img {
  max-width: 100%;
}

.c-footerLink {
  text-align: center;
}

@media (max-width: 767.9px) {
  .c-footerLink {
    padding: 0 10.6666666667vw;
    text-align: left;
  }
}

@media (max-width: 767.9px) {
  .c-footerLink.--sub {
    padding: 0 5.3333333333vw;
  }
}

.c-footerLinkText {
  width: auto;
  display: flex;
  justify-content: center;
  margin: 0 auto 55px;
  gap: 0 50px;
}

@media (max-width: 1060px) {
  .c-footerLinkText {
    padding: 0 20px;
    width: 100%;
  }
}

@media (max-width: 767.9px) {
  .c-footerLinkText {
    display: block;
    padding: 0;
    justify-content: center;
    margin-bottom: 25px;
  }
}

@media (max-width: 767.9px) {
  .c-footerLinkText a {
    display: block;
    text-align: center;
  }
}

.c-footerLinkText .jp {
  color: #f2f2f2;
  font-size: 12px;
  display: block;
}

@media (max-width: 767.9px) {
  .c-footerLinkText .jp {
    font-size: 9px;
  }
}

.c-footer__privacy {
  display: inline-block;
  font-size: 32px;
  color: #fff;
}

@media (max-width: 767.9px) {
  .c-footer__privacy {
    font-size: 23px;
  }
}

.c-footer__recruit {
  display: inline-block;
  font-size: 25px;
  color: #fff;
}

@media (max-width: 767.9px) {
  .c-footer__recruit {
    font-size: 21px;
  }
}

.c-footer__contact {
  display: inline-block;
  text-align: center;
  width: auto;
  font-size: 32px;
  color: #fff;
}

@media (max-width: 767.9px) {
  .c-footer__contact {
    display: block;
    margin: 0 auto 25px;
    font-size: 23px;
  }
}

.c-footerCopyright {
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.c-modalGallery {
  display: block;
  position: fixed;
  top: 0;
  z-index: 101;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  pointer-events: none;
}

.c-modalGallery.fadeIn {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

.c-modalGallery__close {
  position: absolute;
  right: 0;
  bottom: 100%;
  display: block;
  width: 40px;
  box-sizing: content-box;
  padding: 10px;
  cursor: pointer;
}

.c-modalGallery:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 30, 0.8);
  z-index: 1;
  mix-blend-mode: multiply;
}

.c-modalGallery__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  max-height: 560px;
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media (max-width: 767.9px) {
  .c-modalGallery__inner {
    max-height: inherit;
    height: 56.1333333333vw;
  }
}

.c-modalGallery__inner .video-js {
  width: 100%;
  height: 100%;
}

.vjs-control-bar {
  display: none;
}

.c-saleTitle {
  text-align: center;
  font-size: 57px;
  line-height: 1;
  font-weight: 600;
}

@media (max-width: 767.9px) {
  .c-saleTitle {
    font-size: 32px;
  }
}

.c-saleTitle .jp {
  display: block;
  margin-top: 15px;
  font-size: 19px;
  font-weight: 500;
}

@media (max-width: 767.9px) {
  .c-saleTitle .jp {
    margin-top: 10px;
    font-size: 15px;
  }
}

.p-comingsoon {
  padding: 310px 0;
  background-color: #656464;
  text-align: center;
}

@media (max-width: 767.9px) {
  .p-comingsoon {
    padding: 150px 0;
  }
}

.p-comingsoon p {
  display: inline-block;
  margin: auto;
  color: #fff;
  text-align: center;
  padding: 10px 27px 14px;
  font-size: 39px;
  line-height: 1;
  border: solid 2px #fff;
}

@media (max-width: 767.9px) {
  .p-comingsoon p {
    padding: 8px 20px 10px;
    font-size: 24px;
  }
}

.p-parts {
  padding: 70px 0;
  background-color: #656464;
  padding: 8vw 0;
}

.p-parts__inner {
  padding: 0 20px;
  max-width: 1040px;
  margin: auto;
}

@media (max-width: 1060px) {
  .p-parts__inner {
    max-width: inherit;
  }
}

@media (max-width: 767.9px) {
  .p-parts__inner {
    width: 89.3333333333vw;
    padding: 0;
    margin: auto;
  }
}

.p-partsTitle {
  margin-bottom: 55px;
  color: #fff;
}

@media (max-width: 767.9px) {
  .p-partsTitle {
    margin-bottom: 6.6666666667vw;
  }
}

.p-partsText {
  margin-bottom: 60px;
  color: #fff;
  text-align: center;
}

@media (max-width: 767.9px) {
  .p-partsText {
    margin-bottom: 7.3333333333vw;
    font-size: 13px;
  }
}

.p-partsText__note {
  font-size: 14px;
}

@media (max-width: 767.9px) {
  .p-partsText__note {
    font-size: 9px;
  }
}

.p-partsTabMenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 66px;
}

@media (max-width: 1060px) {
  .p-partsTabMenu {
    gap: 0.7547169811vw;
  }
}

@media (max-width: 767.9px) {
  .p-partsTabMenu {
    gap: 0.5333333333vw;
    margin-bottom: 8.4vw;
  }
}

.p-partsTabMenu li {
  width: 244px;
  height: 50px;
}

@media (max-width: 1060px) {
  .p-partsTabMenu li {
    width: 21.6981132075vw;
  }
}

@media (max-width: 767.9px) {
  .p-partsTabMenu li {
    width: 21.8666666667vw;
    height: 10.6666666667vw;
  }
}

.p-partsTabMenu li a {
  display: grid;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 17px;
  text-align: center;
  background-color: #323232;
  color: #656464;
  cursor: pointer;
  font-weight: 600;
}

@media (max-width: 767.9px) {
  .p-partsTabMenu li a {
    font-size: 3.2vw;
    line-height: 1.1;
  }
}

.p-partsTabMenu li a.active {
  background-color: #fff;
  color: #323232;
}

.p-partsTabItem {
  position: relative;
  visibility: hidden;
  opacity: 0;
  display: none;
}

.p-partsTabItem.active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.p-parts {
  padding: 70px 0;
  background-color: #656464;
  padding: 8vw 0;
}

.p-parts__inner {
  padding: 0 20px;
  max-width: 1040px;
  margin: auto;
}

@media (max-width: 1060px) {
  .p-parts__inner {
    max-width: inherit;
  }
}

@media (max-width: 767.9px) {
  .p-parts__inner {
    width: 89.3333333333vw;
    padding: 0;
    margin: auto;
  }
}

.c-partsList li.comingsoon {
  text-align: center;
  color: #fff;
}

.c-partsItem {
  position: relative;
  border-bottom: solid 1px #ccc;
}

@media (max-width: 767.9px) {
  .c-partsItem {
    margin-bottom: 30px;
    border-bottom: none;
  }
}

.c-partsItem:first-child {
  border-top: solid 1px #ccc;
}

@media (max-width: 767.9px) {
  .c-partsItem:first-child {
    border-top: none;
  }
}

@media (max-width: 767.9px) {
  .c-partsItem:last-child {
    margin-bottom: 0;
  }
}

.c-partsItem__inner {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.c-partsItem .img {
  width: 330px;
}

@media (max-width: 1060px) {
  .c-partsItem .img {
    width: 31.1320754717vw;
  }
}

@media (max-width: 767.9px) {
  .c-partsItem .img {
    width: 100%;
  }
}

.c-partsItem .img img {
  max-width: 100%;
}

.c-partsItem .info .product .name {
  line-height: 1.2;
  font-size: 22px;
  font-weight: 600;
  font-feature-settings: "palt" 1;
}

@media (max-width: 1060px) {
  .c-partsItem .info .product .name {
    font-size: 2.0754716981vw;
  }
}

@media (max-width: 767.9px) {
  .c-partsItem .info .product .name {
    margin-bottom: 12px;
    font-size: 16px;
    text-align: center;
  }
}

.c-partsItem .info .product .name .note {
  font-size: 15px;
  font-weight: normal;
}

@media (max-width: 1060px) {
  .c-partsItem .info .product .name .note {
    font-size: 1.4150943396vw;
  }
}

@media (max-width: 767.9px) {
  .c-partsItem .info .product .name .note {
    font-size: 13px;
  }
}

.c-partsItem .info .product .model {
  display: inline-block;
  font-size: 18px;
}

@media (max-width: 1060px) {
  .c-partsItem .info .product .model {
    font-size: 1.6981132075vw;
  }
}

@media (max-width: 767.9px) {
  .c-partsItem .info .product .model {
    font-size: 13px;
    padding: 0 0.3em;
  }
}

.c-partsItem .info .product .text {
  margin-top: 10px;
  font-size: 15px;
  font-feature-settings: "palt" 1;
}

@media (max-width: 1060px) {
  .c-partsItem .info .product .text {
    margin-top: 0.9433962264vw;
    font-size: 1.4150943396vw;
  }
}

@media (max-width: 767.9px) {
  .c-partsItem .info .product .text {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 13px;
    text-align: center;
  }
}

.c-partsItem .info .product .target {
  display: block;
  margin-top: 10px;
  padding-left: 10px;
  border-left: solid 3px #fff;
  line-height: 1.2;
  font-size: 15px;
  text-align: left;
  font-feature-settings: "palt" 1;
}

@media (max-width: 1060px) {
  .c-partsItem .info .product .target {
    margin-top: 0.9433962264vw;
    padding-left: 0.9433962264vw;
    border-left: solid 0.2830188679vw #fff;
    font-size: 1.4150943396vw;
  }
}

@media (max-width: 767.9px) {
  .c-partsItem .info .product .target {
    padding: 10px 0;
    margin-bottom: 10px;
    font-size: 13px;
    text-align: center;
    border-left: none;
    border-top: solid 1px #787878;
    border-bottom: solid 1px #787878;
  }
}

@media (max-width: 767.9px) {
  .c-partsItem .info .price {
    text-align: center;
  }
}

.c-partsItem .info .price .model {
  line-height: 1;
}

.c-partsItem .info .price .kakaku {
  line-height: 1;
  font-size: 17px;
}

@media (max-width: 1060px) {
  .c-partsItem .info .price .kakaku {
    font-size: 1.4150943396vw;
  }
}

@media (max-width: 767.9px) {
  .c-partsItem .info .price .kakaku {
    font-size: 14px;
  }
}

.c-partsItem .info .price .kakaku__note {
  font-size: 15px;
}

@media (max-width: 1060px) {
  .c-partsItem .info .price .kakaku__note {
    font-size: 1.320754717vw;
  }
}

@media (max-width: 767.9px) {
  .c-partsItem .info .price .kakaku__note {
    font-size: 13px;
  }
}

.c-partsItem .info .price .num {
  line-height: 1;
  font-size: 23px;
  font-weight: 700;
}

@media (max-width: 1060px) {
  .c-partsItem .info .price .num {
    font-size: 1.9811320755vw;
  }
}

@media (max-width: 767.9px) {
  .c-partsItem .info .price .num {
    font-size: 18px;
  }
}

.c-partsItem .info .price .text {
  font-size: 17px;
  font-feature-settings: "palt" 1;
}

@media (max-width: 1060px) {
  .c-partsItem .info .price .text {
    font-size: 1.6037735849vw;
  }
}

@media (max-width: 767.9px) {
  .c-partsItem .info .price .text {
    padding-left: 0.3em;
    font-size: 13px;
  }
}

.c-partsItem .info table {
  border-spacing: 1em 0;
  font-feature-settings: "palt" 1;
  text-align: center;
}

@media (max-width: 767.9px) {
  .c-partsItem .info table {
    display: block;
  }
}

@media (max-width: 767.9px) {
  .c-partsItem .info table tbody {
    display: block;
    width: 100%;
  }
}

@media (max-width: 767.9px) {
  .c-partsItem .info table tr {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 767.9px) {
  .c-partsItem .info table tr:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767.9px) {
  .c-partsItem .info table th {
    display: block;
  }
}

.c-partsItem .info table td {
  font-size: 15px;
  line-height: 27px;
}

@media (max-width: 1060px) {
  .c-partsItem .info table td {
    font-size: 1.4150943396vw;
    line-height: 2.5471698113vw;
  }
}

@media (max-width: 767.9px) {
  .c-partsItem .info table td {
    width: 100%;
    display: block;
    font-size: 13px;
    line-height: 1.2;
  }
}

.c-partsItem .info table td.goods {
  text-align: right;
}

@media (max-width: 767.9px) {
  .c-partsItem .info table td.goods {
    font-size: 14px;
    text-align: center;
  }
}

@media (max-width: 767.9px) {
  .c-partsItem .info table td.type {
    display: inline-block;
    width: auto;
  }
}

@media (max-width: 767.9px) {
  .c-partsItem .info table td.type2 {
    display: inline-block;
    width: auto;
    padding-left: 0.5em;
  }
}

@media (max-width: 767.9px) {
  .c-partsItem .info table td.cost {
    padding-top: 5px;
  }
}

.c-partsItem.--format01 .info {
  display: block;
  width: calc(100% - 330px);
}

@media (max-width: 1060px) {
  .c-partsItem.--format01 .info {
    width: calc(100% - 31.1320754717vw);
  }
}

@media (max-width: 767.9px) {
  .c-partsItem.--format01 .info {
    width: 100%;
  }
}

.c-partsItem.--format01 .info__inner {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
  padding: 20px;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  box-sizing: border-box;
}

@media (max-width: 1060px) {
  .c-partsItem.--format01 .info__inner {
    padding: 1.8867924528vw;
  }
}

@media (max-width: 767.9px) {
  .c-partsItem.--format01 .info__inner {
    display: block;
    height: auto;
    padding: 15px 0 20px;
  }
}

.c-partsItem.--format01 .info .product {
  display: grid;
  align-items: center;
  width: 423px;
  height: 100%;
  padding: 0 20px 0 15px;
}

@media (max-width: 1060px) {
  .c-partsItem.--format01 .info .product {
    width: 39.9056603774vw;
    padding: 0 1.8867924528vw 0 1.4150943396vw;
  }
}

@media (max-width: 767.9px) {
  .c-partsItem.--format01 .info .product {
    width: 100%;
  }
}

.c-partsItem.--format01 .info .price {
  display: grid;
  align-items: center;
  width: calc(100% - 423px);
  height: 100%;
  padding: 0 0 0 30px;
  border-left: solid 1px #fff;
}

@media (max-width: 1060px) {
  .c-partsItem.--format01 .info .price {
    width: calc(100% - 39.9056603774vw);
    padding: 0 0 0 2.8301886792vw;
  }
}

@media (max-width: 767.9px) {
  .c-partsItem.--format01 .info .price {
    border-left: 0;
    width: 100%;
    padding: 0;
  }
}

.c-partsItem.--format01 .info .price dt {
  line-height: 1;
}

@media (max-width: 767.9px) {
  .c-partsItem.--format01 .info .price dt {
    margin-bottom: 0.5em;
  }
}

.c-partsItem.--format01 .info .price dd {
  margin-bottom: 10px;
}

@media (max-width: 1060px) {
  .c-partsItem.--format01 .info .price dd {
    margin-bottom: 0.9433962264vw;
  }
}

.c-partsItem.--format01 .info .price .num {
  position: relative;
}

.c-partsItem.--format01 .info .price .num .text_online {
  position: absolute;
  bottom: 100%;
  left: 2.4em;
  width: 8.2em;
  padding: 0 0 5px;
  margin-bottom: 30px;
  display: inline-block;
  font-size: 15px;
  border-bottom: solid 2px;
  text-align: center;
  font-weight: 400;
}

@media (max-width: 1060px) {
  .c-partsItem.--format01 .info .price .num .text_online {
    padding: 0 0 0.4716981132vw;
    font-size: 1.4150943396vw;
  }
}

@media (max-width: 767.9px) {
  .c-partsItem.--format01 .info .price .num .text_online {
    width: 100px;
    left: 100%;
    bottom: 0;
    margin-bottom: 15px;
    margin-left: 15px;
    font-size: 12px;
    line-height: 1.4;
  }
}

.c-partsItem.--format01 .info .price .num .text_online::after {
  content: "";
  display: block;
  position: absolute;
  left: 25px;
  top: 100%;
  margin-top: 5px;
  width: 22px;
  height: 3px;
  background-color: #fff;
  transform: translate(-50%, 0) rotate(-45deg);
}

@media (max-width: 1060px) {
  .c-partsItem.--format01 .info .price .num .text_online::after {
    left: 2.358490566vw;
    margin-top: 0.4716981132vw;
    width: 2.0754716981vw;
    height: 0.2830188679vw;
  }
}

@media (max-width: 767.9px) {
  .c-partsItem.--format01 .info .price .num .text_online::after {
    width: 15px;
    height: 2px;
    margin-top: 3px;
    left: 20px;
  }
}

.c-partsItem.--format02 .info {
  display: block;
  width: calc(100% - 330px);
  padding: 20px 20px 30px;
}

@media (max-width: 1060px) {
  .c-partsItem.--format02 .info {
    width: calc(100% - 31.1320754717vw);
    padding: 1.8867924528vw 1.8867924528vw 2.8301886792vw;
  }
}

@media (max-width: 767.9px) {
  .c-partsItem.--format02 .info {
    width: 100%;
    padding: 0;
  }
}

.c-partsItem.--format02 .info__inner {
  min-height: 100%;
  width: 100%;
  padding: 0;
  color: #fff;
  box-sizing: border-box;
}

@media (max-width: 767.9px) {
  .c-partsItem.--format02 .info__inner {
    display: block;
    height: auto;
    padding: 15px 0 20px;
  }
}

.c-partsItem.--format02 .info .product {
  display: block;
  align-items: center;
  width: auto;
  height: auto;
  padding: 10px 15px 20px;
}

@media (max-width: 1060px) {
  .c-partsItem.--format02 .info .product {
    padding: 0.9433962264vw 1.4150943396vw 1.8867924528vw;
  }
}

@media (max-width: 767.9px) {
  .c-partsItem.--format02 .info .product {
    padding: 0;
  }
}

@media (max-width: 767.9px) {
  .c-partsItem.--format02 .info .product .text {
    text-align: left;
  }
}

@media (max-width: 767.9px) {
  .c-partsItem.--format02 .info .product .text.--center__sp {
    text-align: center;
  }
}

.c-partsItem.--format02 .info .price {
  display: block;
  align-items: center;
  width: auto;
  padding: 10px 0;
  border-top: solid 1px #ccc;
}

@media (max-width: 1060px) {
  .c-partsItem.--format02 .info .price {
    padding: 0.9433962264vw 0;
  }
}

@media (max-width: 767.9px) {
  .c-partsItem.--format02 .info .price {
    border-top: none;
    padding: 0;
  }
}

.c-partsItem.--format02 .info .price.--noBorder {
  padding-top: 0;
  border-top: none;
}

.c-partsItem.--format02 .info .price__type01 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 5px 10px;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 1060px) {
  .c-partsItem.--format02 .info .price__type01 {
    gap: 0.4716981132vw 0.9433962264vw;
  }
}

@media (max-width: 767.9px) {
  .c-partsItem.--format02 .info .price__type01 {
    display: inline-block;
    width: auto;
    margin: auto;
  }
}

.c-partsItem.--format02 .info .price__type01 li {
  display: flex;
  width: auto;
  gap: 0 5px;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 1060px) {
  .c-partsItem.--format02 .info .price__type01 li {
    gap: 0 0.4716981132vw;
  }
}

@media (max-width: 767.9px) {
  .c-partsItem.--format02 .info .price__type01 li {
    margin-bottom: 5px;
  }
}

.c-partsItem.--format02 .info .price__type02 {
  display: block;
  width: 100%;
  align-items: center;
  padding: 0 0px 20px 15px;
  font-feature-settings: "palt" 1;
}

@media (max-width: 1060px) {
  .c-partsItem.--format02 .info .price__type02 {
    padding: 0 0 1.8867924528vw 1.4150943396vw;
  }
}

.c-partsItem.--format02 .info .price__type02 .flexList {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767.9px) {
  .c-partsItem.--format02 .info .price__type02 .flexList {
    display: block;
  }
}

.c-partsItem.--format02 .info .price__type02 .flexListItem {
  display: flex;
  justify-content: center;
  gap: 0.5em;
  line-height: 28px;
}

@media (max-width: 1060px) {
  .c-partsItem.--format02 .info .price__type02 .flexListItem {
    line-height: 2.641509434vw;
  }
}

@media (max-width: 767.9px) {
  .c-partsItem.--format02 .info .price__type02 .flexListItem {
    align-items: flex-end;
    margin-bottom: 5px;
  }
}

.c-partsItem.--format02 .info .price__type02 .flexListItem dt {
  font-size: 14px;
}

@media (max-width: 1060px) {
  .c-partsItem.--format02 .info .price__type02 .flexListItem dt {
    font-size: 1.320754717vw;
  }
}

@media (max-width: 767.9px) {
  .c-partsItem.--format02 .info .price__type02 .flexListItem dt {
    font-size: 12px;
  }
}

.c-partsItem.--format02 .info .price__type02 li {
  padding: 7px 0;
  border-bottom: solid 1px #787878;
}

@media (max-width: 1060px) {
  .c-partsItem.--format02 .info .price__type02 li {
    padding: 0.6603773585vw 0;
  }
}

@media (max-width: 767.9px) {
  .c-partsItem.--format02 .info .price__type02 li {
    padding: 10px 0;
  }
}

.c-partsItem.--format02 .info .price__type02 li:first-child {
  padding-top: 0;
}

.c-partsItem.--format02 .info .price__type02 li .goods {
  font-size: 17px;
  font-weight: 600;
}

@media (max-width: 1060px) {
  .c-partsItem.--format02 .info .price__type02 li .goods {
    font-size: 1.6037735849vw;
  }
}

@media (max-width: 767.9px) {
  .c-partsItem.--format02 .info .price__type02 li .goods {
    font-size: 15px;
  }
}

.c-partsItem .contact {
  position: absolute;
  bottom: 0;
  right: 125px;
  width: 255px;
  padding: 10px 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  color: #656464;
  background-color: #fff;
}

@media (max-width: 1060px) {
  .c-partsItem .contact {
    right: 11.7924528302vw;
    width: 24.0566037736vw;
    padding: 0.9433962264vw 0;
    font-size: 1.4150943396vw;
  }
}

@media (max-width: 767.9px) {
  .c-partsItem .contact {
    position: relative;
    right: auto;
    display: block;
    width: 200px;
    margin: auto;
    padding: 5px 0;
    font-size: 14px;
    text-align: center;
  }
}

/* STOCK LIST*/

.u-acumin {
  font-family: "acumin-variable-concept", sans-serif;
  font-variation-settings:
    "wght" 600,
    /* Semibold = 600 */
    "wdth" 50;
  /* ExtraCondensed = 約50（Adobeの定義に基づく） */
}

.l-contents-sale {
  background-color: #3b434b;

}

.p-stock {
  padding: 0;
  background-color: #3c434b;
}

.p-stockTitle {
  color: #fff;
  margin-bottom: 60px;
  padding-top: 8vw;
}

.p-stockList {
  color: #f2f2f2;
}

.p-stockList {
  margin: 0 auto;
  padding: 40px 0 0;
}

.p-stockList h1 {
  text-align: center;
  font-size: 28px;
  letter-spacing: 2px;
}

.p-stock-item {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  border-top: 1px solid #f2f2f2;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.p-stock-item img {
  width: 50%;
  max-width: 700px;
  height: auto;
  object-fit: cover;
  flex: 1;
}

.p-stock-details {
  flex: 2;
  width: 50%;
  max-width: 700px;
}

.p-stock-details-inner {
  padding: 1.5vw 3vw 3vw;
}

.p-stock-details h2 {
  margin-top: 0;
  font-size: 57px;
  margin-bottom: 0;
}

.p-stock-desc1 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 20px;
}

.p-stock-price-box {
  margin: 10px 0 15px;
}

.p-stock-price-label {
  margin: 0;
  font-size: 30px;
  ;
}

.p-stock-price {
  font-size: 57px;
  line-height: 0.6em;
  margin-top: 10px;
}

.p-stock-price span {
  font-size: 16px;
  margin-left: 0;
  display: inline-block;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", serif;
}

.p-stock-link {
  background: #f2f2f2;
  display: block;
  color: #3c434b;
  border: none;
  margin-top: 10px;
  padding: 5px 3px;
  cursor: pointer;
  width: 120px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  border-radius: 3px;

}

.p-stock-link:hover {
  background: #d0d0d0;
}

@media (max-width: 767.9px) {
  .p-stockList {
    padding-top: 0;
  }

  .p-stockTitle {
    margin-bottom: 12vw;
  }

  .p-stock-item img {
    width: 50%;
    flex: 1;
  }

  .p-stock-details {
    flex: 2;
    width: 100%;
  }

  .p-stock-details-inner {
    padding: 20px 0 0;
    margin: auto;
    width: 90vw;
    position: relative;
  }

  .p-stock-details h2 {
    font-size: 34px;
  }

  .p-stock-desc1 {
    font-size: 16px;
  }

  .p-stock-price {
    font-size: 32px;
    width: 77%;
    line-height: 20px;
    margin-top: 10px;
  }

  .p-stock-price-label {
    font-size: 18px;
  }

  .p-stock-price span {
    font-size: 11px;
  }

  .p-stock-price-box {
    margin: 5px 0 40px;
  }

  .p-stock-link {
    width: 86px;
    height: 31px;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}






/* STOCK LIST個別*/



.c-mvSale {
  width: 100%;
  position: relative;
}

.c-mvImgSale {
  width: 100%;
}

.c-mvSaleDesc {
  position: absolute;
  left: 50%;
  bottom: 70px;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 0;
  padding: 0 20px;
  color: #fff;
  text-align: right;
  transform: translate(-50%, 0);
}

.c-mvSaleDesc__text {
  font-size: 40px;
  line-height: 1;
}

.c-mvSaleDesc .jp {
  display: block;
  font-size: 19px;
  margin-top: 15px;
  font-weight: bold;
}

.c-mvSaleDesc__gallery {
  display: inline-block;
  padding: 2.5px 10px;
  font-size: 21px;
  margin-top: 25px;
  border: 1px solid #f2f2f2;
  cursor: pointer;
  border-radius: 3px;
  font-weight: bold;
}

.p-highlights,
.p-info {
  background-color: #3c434b;
  color: #f2f2f2;
}

.p-highlights__inner,
.p-info__inner {
  padding: 0 20px;
  max-width: 1040px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  padding-top: 60px;
  justify-content: space-between;
  /* 左右に配置 */
  align-items: flex-start;
}

.c-highlights__left {
  width: auto;
  margin-right: 30px;
}

.c-highlights__title {
  font-size: 24px;
  margin-bottom: 20px;
}

.c-highlights__left ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.c-highlights__left ul li:before {
  content: "";
  background-image: url("../../assets/img/sale/stocklist/icon_check.svg");
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 0;
}

.c-highlights__right {
  width: 210px;
}

.p-highlights-price-label {
  font-size: 22px;
}

.p-highlights-price {
  font-size: 40px;
  text-align: right;
}

.c-highlights__right dl {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: space-between;
  /* 左右に配置 */
  align-items: center;

}

.c-highlights__right dt {
  width: 4em;
  font-size: 14px;
  text-align: left;
  padding-top: 16px;
}

.c-highlights__right dd {
  width: 100% - 4em;
  font-size: 25px;
  text-align: right;
}

.p-info__inner {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  /* 左右に配置 */
  align-items: center;
  /* 必要に応じて中央揃え */
  padding-bottom: 50px;
}

p.c-info__title {
  font-size: 36px;
  width: 100%;
  margin-bottom: 30px;
}

.p-info dl {
  display: flex;
  width: 48%;
  flex-wrap: wrap;
}

.p-info dt,
.p-info dd {
  border-top: 1px solid #f2f2f2;
  padding: 20px 0;
  white-space: nowrap;
}

.p-info dt:last-of-type,
.p-info dd:last-of-type {
  border-bottom: 1px solid #f2f2f2;
}

.p-info dt {
  width: 30%;
  text-align: left;
}

.p-info dd {
  width: 70%;
  text-align: right;
}

.backToSale {
  color: #f2f2f2;
  padding: 8px 22px;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  display: block;
  margin: 40px auto 0;
}

@media (max-width: 767.9px) {
  .c-mvSale {
    height: auto !important;
  }

  .c-mvSaleDesc {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    background-color: #3c434b;
    color: #f2f2f2;
    padding-top: 30px;
    text-align: left;
  }

  .c-mvSaleDesc__text {
    font-size: 8vw;
  }

  .c-mvSaleDesc .jp {
    font-size: 3vw;
    margin-top: 5px;
  }

  .c-mvSaleDesc__gallery {
    display: block;
    padding: 0.7vw 2vw;
    font-size: 4vw;
    position: absolute;
    right: 5%;
    bottom: 0;
  }

  .p-highlights__inner {
    padding-top: 30px;
  }

  .c-highlights__left {
    width: 100%;
  }

  .c-highlights__right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .c-highlights__title {
    font-size: 6vw;
    margin-bottom: 10px;
  }

  .c-highlights__left ul li:before {
    width: 18px;
    height: 18px;
    top: 2px;
  }

  .p-highlights-price-label {
    font-size: 4vw;
    width: 100%;
  }

  .p-highlights-price {
    font-size: 7vw;
    width: 40%;
    line-height: 1em;
  }

  .c-highlights__right dl {
    width: 55%;
    margin: 0;
    margin-left: 5%;
  }

  .c-highlights__right dl dt,
  .c-highlights__right dl dd {
    width: 50%;
    padding: 0;
    line-height: 1em;
  }


  .c-highlights__right dl dt {
    font-size: 2vw;
    line-height: 1em;
  }

  .c-highlights__right dl dd {
    font-size: 4vw;
    text-align: left;
    line-height: 1em;
  }


  .c-highlights__right dl dt:first-of-type {
    order: 1
  }

  .c-highlights__right dl dd:first-of-type {
    order: 3
  }

  .c-highlights__right dl dt:last-of-type {
    order: 2
  }

  .c-highlights__right dl dd:last-of-type {
    order: 4
  }


  .p-info dl:first-of-type dt:last-of-type,
  .p-info dl:first-of-type dd:last-of-type {
    border-bottom: none;
  }

  .p-info dl {
    width: 100%;
  }

  .p-info dt,
  .p-info dd {
    padding: 12px 0;
  }

  .c-info__title {
    font-size: 8vw;
    margin-bottom: 20px;
  }
}





/*スライドショー*/



#slideshow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow: auto;
  /* ← スクロール対応 */
  z-index: 1000;
  padding: 20px;
  /* ← 余白確保でUIが潰れにくい */

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  display: flex;
  /* 常にflexだが非表示時はクリック不能 */

}

#slideshow.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#slideshow .popup {
  position: relative;
  max-width: 90%;
  max-height: 90%;
}

#slideshow .popup img {
  width: 100%;
  height: auto;
  display: block;
}

#slideImage {
  max-width: 100%;
  max-height: 80vh;
  /* ← 画面の高さに対する制限で自動縮小 */
  object-fit: contain;
  transition: opacity 0.5s ease-in-out;
  background-color: black;
}

#slideImage.fade-out {
  opacity: 0;
}

#slideshow .close-btn {
  position: fixed;
  top: 20px;
  color: white;
  cursor: pointer;
  user-select: none;
}

#slideshow .nav-btn.left img {
  transform: scaleX(-1);
}

#slideshow .close-btn {
  right: 20px;
  position: fixed;
  right: 50px;
  top: 40px;
  width: 2vw !important;
  min-width: 30px;
}

#slideshow .close-btn img {
  width: 100%;
}

#slideshow .nav-btn.left {
  position: fixed;
  cursor: pointer;
  user-select: none;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 1vw;
  min-width: 20px;
}

#slideshow .nav-btn.right {
  position: fixed;
  cursor: pointer;
  user-select: none;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 1vw;
  min-width: 20px;
}

#slideshow .captionArea {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 100%;
}

#slideshow .caption {
  text-align: left;
  color: white;
  margin-top: 10px;
  width: 90%;
}

#slideshow .page {
  text-align: right;
  width: 10%;
  color: white;
  margin-top: 10px;
}

#slideshow .nav-area {
  height: 80%;
  position: fixed;
  left: 0;
  top: 10%;
  width: 7%;
  z-index: 9999;
  cursor: pointer;
}

#slideshow .nav-area.right {
  left: auto;
  right: 0;
}

@media (max-width: 767.9px) {
  #slideImage {
    max-height: 60vh;
    /* 画面が小さい場合の調整 */
  }

  #slideshow .close-btn {
    right: 5%;
    top: 20px;
  }

  #slideshow .close-btn img {
    content: url("../../assets/img/sale/stocklist/icon_close_sp.svg");
  }

  #slideshow .nav-btn {
    width: 15px !important;
    min-width: auto !important;
  }

  #slideshow .nav-btn img {
    content: url("../../assets/img/sale/stocklist/icon_arrow_sp.svg");
  }

  #slideshow .nav-btn.left {
    left: 10px !important;
  }

  #slideshow .nav-btn.right {
    right: 10px !important;
  }

  #slideshow .page {
    position: fixed;
    right: 5%;
    bottom: 20px;
  }
}

/*# sourceMappingURL=sale.css.map */