@charset "UTF-8";
.js-fade {
  -webkit-filter: blur(8px);
          filter: blur(8px);
  opacity: 0;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease, -webkit-filter 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease, -webkit-filter 1s ease;
  transition: opacity 1s ease, transform 1s ease, filter 1s ease;
  transition: opacity 1s ease, transform 1s ease, filter 1s ease, -webkit-transform 1s ease, -webkit-filter 1s ease;
  will-change: opacity, transform, filter;
}

.js-fade.js-active {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-fadeList > * {
  -webkit-filter: blur(8px);
          filter: blur(8px);
  opacity: 0;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease, -webkit-filter 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease, -webkit-filter 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, filter 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, filter 0.8s ease, -webkit-transform 0.8s ease, -webkit-filter 0.8s ease;
  will-change: opacity, transform, filter;
}

.js-fadeList.js-active > *.js-active {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-main-aside__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 0 0 9.6rem;
}
@media screen and (max-width:660px ) {
  .c-main-aside__inner {
    width: calc(100% - 8rem);
    margin: 0 auto;
    padding: initial;
  }
}

.c-main-aside__main {
  position: relative;
  z-index: 1;
  width: 84.6rem;
  max-width: 100%;
  padding: 19.2rem 0 12rem;
}
@media screen and (max-width:660px ) {
  .c-main-aside__main {
    width: 100%;
  }
}

.c-main-aside__aside {
  position: sticky;
  top: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 90.6rem;
  padding: 0 0 19.2rem;
}
@media screen and (max-width:660px ) {
  .c-main-aside__aside {
    display: none;
  }
}

.c-section-title__head {
  padding-bottom: 3.6rem;
  position: relative;
  z-index: 1;
  line-height: 0;
  white-space: nowrap;
}
.c-section-title__head--1col {
  padding: 0 0 0 9.6rem;
}
@media screen and (max-width:660px ) {
  .c-section-title__head--1col {
    padding: 0 0 0 4rem;
  }
}
.c-section-title__head--white {
  color: #ffffff;
}
@media screen and (max-width:660px ) {
  .c-section-title__head {
    padding-bottom: 2rem;
  }
}

.c-section-title__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 13.2rem;
  font-weight: 400;
  line-height: 0;
  letter-spacing: 0.02em;
  color: #333333;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-bottom: 3.6rem;
}
.c-section-title__title::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.6rem;
  height: 0.71em;
  background: #963620;
  line-height: 0;
}
@media screen and (max-width:660px ) {
  .c-section-title__title {
    gap: 1.2rem;
    font-size: 7.2rem;
    padding-bottom: initial;
  }
}

.c-section-title__title--light {
  color: #ffffff;
  white-space: nowrap;
}
.c-section-title__title--light::before {
  background: #d1cec9;
}

html {
  scroll-behavior: smooth;
  font-size: min(0.5208333333vw, 10px);
}
@media screen and (max-width:660px ) {
  html {
    font-size: min(1.5151515152vw, 10px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.splide__slide {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.figcaption--white {
  color: #fff;
  padding: 4px 8px;
}

body {
  color: #1a1a1a;
  background-color: #ffffff;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.128em;
}
body.active {
  overflow: hidden;
}

body.hidden {
  overflow: hidden;
}

.splide, .splide__track {
  height: 100%;
}

.cmp-container {
  position: relative;
  z-index: 3;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  overflow-wrap: break-word;
  /* その上で、下記のいずれかを指定する。overflow-wrapと併せて指定しましょう */
  word-break: break-all;
  letter-spacing: 0.02em;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: normal;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 100%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*
 * header
 * -------------------------------------------------------------------
 */
.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  background: #fff;
}
@media screen and (max-width:660px ) {
  .l-header.is-menu-open .l-header__logo {
    opacity: 1 !important;
  }
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: var(--spacing-md, 16px);
  padding: var(--spacing-md, 10px) var(--spacing-3l, 48px);
}
.l-header__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  /* EN/header_2 */
  font-family: "Bebas Neue";
  font-size: var(--font-size-base, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: capitalize;
}
@media screen and (max-width:660px ) {
  .l-header__logo {
    opacity: 0;
  }
}
.l-header__logo-image {
  width: 172px;
  height: 32px;
  display: block;
}
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--spacing-sm, 8px);
  margin-left: auto;
  min-width: 0;
}
.l-header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--spacing-lg, 24px);
  padding: 0 var(--spacing-lg, 24px);
  border-radius: 24px;
}
.l-header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  text-decoration: none;
  color: var(--color-text, #333333);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.75;
}
.l-header__link:hover {
  opacity: 0.7;
}
.l-header__link-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
  padding: 5px 0 3px;
  font-family: var(--font-family-bebas, "Bebas Neue", sans-serif);
  font-size: var(--font-size-base2, 16px);
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.l-header__cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  height: 26px;
  padding: 5px 5px 3px 8px;
  text-decoration: none;
  color: var(--color-text, #333333);
}
.l-header__cta-label {
  font-family: var(--font-family-bebas, "Bebas Neue", sans-serif);
  font-size: var(--font-size-base2, 18px);
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.l-header__mail {
  position: relative;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-header__mail::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 4px;
  right: 4px;
  width: 16px;
  height: 16px;
  background: url(/india-mumbai-pj/asset/image/icon/icon-mail.png) center/contain no-repeat;
}
.l-header__arrow {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-header__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid var(--color-text, #333333);
  border-bottom: 1px solid var(--color-text, #333333);
}
.l-header__arrow--down::before {
  -webkit-transform: translate(-50%, -70%) rotate(45deg);
          transform: translate(-50%, -70%) rotate(45deg);
}
.l-header__arrow--right::before {
  -webkit-transform: translate(-60%, -50%) rotate(-45deg);
          transform: translate(-60%, -50%) rotate(-45deg);
}
.l-header__language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--spacing-sm, 8px);
  padding-left: var(--spacing-md, 16px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-header__lang {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
  padding: 2px 0;
  border-bottom: 1px solid var(--color-text-opa40, rgba(51, 51, 51, 0.4));
  font-family: var(--font-family-bebas, "Bebas Neue", sans-serif);
  font-size: var(--font-size-base2, 18px);
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: rgba(51, 51, 51, 0.4);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.7;
}
.l-header__lang:hover {
  opacity: 0.7;
}
.l-header__lang--active {
  border-bottom-color: var(--color-text, #333333);
  color: var(--color-text, #333333);
}
.l-header__separator {
  font-family: var(--font-family-bebas, "Bebas Neue", sans-serif);
  font-size: var(--font-size-base2, 18px);
  font-weight: 400;
  line-height: 0.8;
  color: var(--color-text, #333333);
}
.l-header__menu-panel {
  display: none;
}
.l-header__menu-panel-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 3.6rem;
  gap: 1rem;
  align-items: start;
}
.l-header__menu-figure {
  margin: 0;
  width: 16rem;
}
.l-header__menu-image {
  display: block;
  width: 100%;
  height: 14.4rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-header__menu-caption {
  margin: 0.6rem 0 0;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: rgba(51, 51, 51, 0.8);
}
.l-header__menu-nav {
  margin-left: 1.6rem;
}
.l-header__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-header__menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-header__menu-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  border-bottom: 0.1rem solid #333333;
  padding: 0.5rem 0 0.6rem;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: #333333;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.8;
}
.l-header__menu-link:hover {
  opacity: 0.7;
}
.l-header__menu-toggle {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  background-color: transparent;
  color: var(--color-text, #333333);
  cursor: pointer;
}
.l-header__menu-icon {
  position: relative;
  display: block;
  width: 24px;
  height: 2px;
  background-color: currentColor;
}
.l-header__menu-icon::before, .l-header__menu-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 1px;
  background-color: currentColor;
}
.l-header__menu-icon::before {
  top: -7px;
}
.l-header__menu-icon::after {
  top: 7px;
}
@media screen and (max-width:1024px ) {
  .l-header__inner {
    padding-right: var(--spacing-md, 16px);
    padding-left: var(--spacing-md, 16px);
    gap: var(--spacing-sm, 8px);
  }
  .l-header__links {
    padding-right: var(--spacing-md, 16px);
    padding-left: var(--spacing-md, 16px);
    gap: var(--spacing-md, 16px);
  }
  .l-header__cta-label, .l-header__link-label, .l-header__lang, .l-header__separator {
    font-size: var(--font-size-base, 16px);
  }
}
@media screen and (max-width:660px ) {
  .l-header__inner {
    min-height: 5.6rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: var(--spacing-sm, 8px);
    padding-bottom: var(--spacing-sm, 8px);
  }
  .l-header__logo-image {
    width: 89px;
    height: auto;
  }
  .l-header__nav {
    gap: 6px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: thin;
  }
  .l-header__links {
    padding: 0 8px;
    gap: 8px;
  }
  .l-header__link-label, .l-header__cta-label, .l-header__lang, .l-header__separator {
    font-size: var(--font-size-caption, 14px);
  }
  .l-header__cta {
    padding-left: 6px;
  }
  .l-header__language {
    gap: 4px;
    padding-left: 8px;
  }
}
@media screen and (max-width:660px ) {
  .l-header {
    backdrop-filter: blur(8px);
  }
  .l-header__inner {
    min-height: 7.2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
  .l-header__logo-image {
    width: 142px;
    height: auto;
  }
  .l-header__nav {
    display: none;
  }
  .l-header__links {
    padding: 0 0.8rem;
    gap: 0.8rem;
  }
  .l-header__link-label, .l-header__cta-label, .l-header__lang, .l-header__separator {
    font-size: 1.4rem;
  }
  .l-header__cta {
    padding-left: 0.6rem;
  }
  .l-header__language {
    display: none;
  }
  .l-header__menu-toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: auto;
    width: 4.2rem;
    height: 4.2rem;
    z-index: 2;
  }
  .l-header__menu-icon {
    width: 24px;
    height: 2px;
  }
  .l-header__menu-icon::before, .l-header__menu-icon::after {
    width: 24px;
    height: 2px;
  }
  .l-header__menu-icon::before {
    top: 8px;
  }
  .l-header__menu-icon::after {
    top: -8px;
  }
  .l-header.is-menu-open .l-header__inner {
    min-height: 7.2rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .l-header.is-menu-open .l-header__language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    padding-left: 0;
    margin-left: auto;
    margin-right: 1.6rem;
  }
  .l-header.is-menu-open .l-header__lang,
  .l-header.is-menu-open .l-header__separator {
    font-size: 1.4rem;
  }
  .l-header.is-menu-open .l-header__lang {
    border-bottom: 0;
    height: auto;
    padding: 0;
  }
  .l-header.is-menu-open .l-header__menu-toggle {
    border: 0;
    background: transparent;
  }
  .l-header.is-menu-open .l-header__menu-icon {
    background-color: transparent;
  }
  .l-header.is-menu-open .l-header__menu-icon::before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .l-header.is-menu-open .l-header__menu-icon::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .l-header.is-menu-open .l-header__menu-panel {
    display: block;
  }
  .l-header.is-menu-open .l-header__menu-panel-inner {
    padding: 2.4rem;
  }
  .l-header.is-menu-open .l-header__menu-figure {
    width: 27rem;
  }
  .l-header.is-menu-open .l-header__menu-image {
    height: 24.3rem;
  }
  .l-header.is-menu-open .l-header__menu-caption {
    margin-top: 0.2rem;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .l-header.is-menu-open .l-header__menu-nav {
    margin-left: 1.6rem;
  }
  .l-header.is-menu-open .l-header__menu-list {
    gap: 1.6rem;
  }
  .l-header.is-menu-open .l-header__menu-link {
    font-size: 4rem;
    letter-spacing: 0.048rem;
  }
}

.l-top-header {
  top: auto;
  left: auto;
  right: auto;
  backdrop-filter: blur(0);
  background: transparent;
  -webkit-transition: backdrop-filter 0.3s ease, background-color 0.3s ease;
  transition: backdrop-filter 0.3s ease, background-color 0.3s ease;
}
@media screen and (min-width: 661px) {
  .l-top-header.isFixed .l-header__logo {
    opacity: 1 !important;
  }
}
.l-top-header .l-header__logo {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.l-top-header.is-menu-open .l-header__logo {
  opacity: 1;
}
.l-top-header.is-menu-open {
  backdrop-filter: blur(15px);
  background: #fff;
}
.l-top-header.is-fixed, .l-top-header.isFixed, .l-top-header.is-menu-open {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  backdrop-filter: blur(15px);
  background: #fff;
}
.l-top-header.is-menu-open {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  backdrop-filter: blur(15px);
  background: #fff;
}
@media screen and (max-width:660px ) {
  .l-top-header.is-fixed, .l-top-header.isFixed {
    backdrop-filter: blur(8px);
  }
}

/*
 * header
 * -------------------------------------------------------------------
 */
.l-footer {
  margin-top: var(--spacing-contents, 64px);
}
@media screen and (max-width:660px ) {
  .l-footer {
    margin-top: 32px;
  }
}
.l-footer__related {
  background-color: var(--color-text, #333333);
  padding: var(--spacing-3l, 48px) var(--spacing-contents, 64px);
}
.l-footer__related-title {
  color: var(--color-white, #ffffff);
  font-family: var(--font-family-Noto, "Noto Sans JP", sans-serif);
  font-size: var(--font-size-catch, 20px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
.l-footer__related-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: var(--spacing-md, 16px);
  gap: 8px 4px;
}
.l-footer__related-item {
  color: var(--color-grey02, #e7e7e7);
  font-family: var(--font-family-Noto, "Noto Sans JP", sans-serif);
  font-size: var(--font-size-caption, 14px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.l-footer__related-item:not(:last-child)::after {
  content: "|";
  margin-left: 4px;
  color: var(--color-grey02, #e7e7e7);
}
.l-footer__related-item a {
  color: inherit;
  text-decoration: none;
}
.l-footer__related-item a:hover {
  text-decoration: underline;
}
.l-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: var(--spacing-md, 16px);
  background-color: var(--color-white, #ffffff);
  padding: var(--spacing-md, 16px) var(--spacing-contents, 64px);
}
.l-footer__copyright {
  color: #000;
  font-family: var(--font-family-roboto, "Roboto", sans-serif);
  font-size: var(--font-size-sm, 12px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.l-footer__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: var(--color-text, #333333);
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-decoration: none;
}
.l-footer__brand:hover {
  opacity: 0.7;
}
.l-footer__brand-logo {
  width: 120px;
  height: 32px;
}
.l-footer .container {
  color: #fff;
}
.l-footer .container .copyright {
  margin-top: 2.4rem;
}
.l-footer .container .footer-arrow {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10px;
  height: 8px;
  margin-right: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
}
.l-footer .container .footer-arrow::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  margin: 0;
  border: 1px solid #fff;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.l-footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: min(1vw, 10px) min(4%, 40px);
  list-style: none;
  padding: 0;
  margin-top: 8rem;
}
.l-footer .footer-nav li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer .footer-nav a {
  line-height: 1.4;
}
@media screen and (max-width:660px ) {
  .l-footer__related {
    padding: var(--spacing-xl, 32px) var(--spacing-md, 16px);
  }
  .l-footer__related-title {
    font-size: var(--font-size-base2, 18px);
  }
  .l-footer__related-list {
    margin-top: var(--spacing-sm, 8px);
  }
  .l-footer__related-item {
    font-size: var(--font-size-sm, 12px);
  }
  .l-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: var(--spacing-md, 16px);
  }
  .l-footer__brand {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.c-back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.5s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.c-back-to-top.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-back-to-top:hover {
  opacity: 0.8;
}
.c-back-to-top:focus-visible {
  outline: 3px solid #007bff;
  outline-offset: 2px;
}

#up-arrow {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  width: 58px;
  height: 58px;
  position: fixed;
  right: 58px;
  bottom: 35px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width:660px ) {
  #up-arrow {
    right: 10px;
    bottom: 20px;
    width: 42px;
    height: 42px;
  }
}
#up-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(/india-mumbai-pj/asset/image/icon/ico-up-page-arrow.svg) no-repeat;
  background-size: 100% auto;
  width: 26px;
  height: 16px;
}

.l-inner {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .l-inner {
    max-width: 100%;
    width: auto;
    margin: 0 24px;
  }
}

.c-zoom-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 7.2rem;
  height: 7.2rem;
  padding: 0;
  border: 0.15rem solid rgba(255, 255, 255, 0.56);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(0.6rem);
  cursor: pointer;
  z-index: 99;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.c-zoom-btn:hover {
  opacity: 0.7;
}
.c-zoom-btn img {
  width: 4.8rem;
  height: 4.8rem;
}

.c-image-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 2.4rem;
}
.c-image-modal[hidden] {
  display: none;
}
.c-image-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}
.c-image-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100rem, 100%);
  background: #fff;
  border: #fff;
  padding: 3.6rem 2.4rem;
}
.c-image-modal__title {
  margin: 0 0 1.2rem;
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: 0.02em;
  color: #fff;
  display: none;
}
.c-image-modal__close {
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  border: 0;
  padding: 0;
  background: transparent;
  font-family: "Oswald", sans-serif;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #333;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-image-modal__close img {
  width: 4rem;
  height: 4rem;
  display: inline-block;
  margin-left: 0.8rem;
}
.c-image-modal__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width:660px ) {
  .c-image-modal__dialog {
    padding: 2.4rem 1.6rem;
  }
  .c-image-modal__title {
    font-size: 3rem;
  }
  .c-image-modal__close {
    top: 1.6rem;
    right: 1.6rem;
    font-size: 2.7rem;
  }
}

.c-archive-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 2.4rem;
}
.c-archive-modal[hidden] {
  display: none;
}
.c-archive-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}
.c-archive-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(132rem, 100%);
  border: 0.1rem solid #e7e7e7;
  border-radius: 0.8rem;
  background: #f7f7f7;
  padding: 5.6rem 4.8rem 3.2rem;
}
.c-archive-modal__close {
  position: absolute;
  top: 1.7rem;
  right: 1.8rem;
  border: 0;
  padding: 0;
  background: transparent;
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #333;
  cursor: pointer;
}
.c-archive-modal__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.2rem;
  margin-bottom: 2.4rem;
}
.c-archive-modal__heading-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 3.2rem;
}
.c-archive-modal__heading-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.6rem;
}
.c-archive-modal__heading-bar {
  width: 0.4rem;
  height: 6.8rem;
  margin-top: 0.1rem;
  background: #963620;
}
.c-archive-modal__heading-en {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 10.6rem;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #333;
}
.c-archive-modal__heading-jp {
  margin: 0;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: rgba(51, 51, 51, 0.8);
}
.c-archive-modal__lead {
  width: 41.6rem;
  margin: 0;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #333;
}
.c-archive-modal__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.4rem;
}
.c-archive-modal__main-wrap {
  width: 48rem;
}
.c-archive-modal__main {
  width: 100%;
}
.c-archive-modal__main .splide__slide {
  background: #f2f2f2;
}
.c-archive-modal__main-image {
  display: block;
  width: 58.3rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-archive-modal__main-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.4rem;
  margin-top: 1.6rem;
}
.c-archive-modal__current {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.9rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: #333;
}
.c-archive-modal__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2rem;
}
.c-archive-modal__nav {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.c-archive-modal__nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.3rem;
  height: 1.3rem;
  border-top: 0.3rem solid #333;
  border-right: 0.3rem solid #333;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.c-archive-modal__nav::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.4rem;
  height: 2.4rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  background: var(--color-grey01, #f3f3f3);
}
.c-archive-modal__nav--prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.c-archive-modal__nav--next::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-archive-modal__thumbs {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-top: 0;
  width: 67rem;
}
.c-archive-modal__thumbs .splide__track {
  overflow: visible;
}
.c-archive-modal__thumbs .splide__slide {
  opacity: 1;
  letter-spacing: 0.02em;
  color: #333;
}
.c-archive-modal__thumbs .splide__slide.is-active .c-archive-modal__thumb-image {
  border-color: #333;
}
.c-archive-modal__thumbs .splide__list {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.8rem;
  -webkit-transform: none;
          transform: none;
}
.c-archive-modal__thumb-button {
  border: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.4rem;
  width: 100%;
  line-height: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.c-archive-modal__thumb-image {
  display: block;
  width: 100%;
  aspect-ratio: 800/494;
  border: 0.2rem solid transparent;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-archive-modal__thumb-label {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: #333;
}
.c-archive-modal__note {
  margin: 3.2rem 0 0;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #000;
}
@media screen and (max-width:660px ) {
  .c-archive-modal {
    padding: 1.6rem;
  }
  .c-archive-modal__dialog {
    width: 100%;
    max-height: calc(100vh - 3.2rem);
    overflow: auto;
    padding: 8rem 3rem;
  }
  .c-archive-modal__close {
    top: 1.6rem;
    right: 1.6rem;
    font-size: 2rem;
  }
  .c-archive-modal__head {
    display: block;
    margin-bottom: 1.6rem;
  }
  .c-archive-modal__heading-wrap {
    display: block;
  }
  .c-archive-modal__heading-main {
    gap: 1.2rem;
    margin-bottom: 0.8rem;
  }
  .c-archive-modal__heading-bar {
    height: 6rem;
  }
  .c-archive-modal__heading-en {
    font-size: 8.8rem;
  }
  .c-archive-modal__heading-jp {
    font-size: 2.2rem;
  }
  .c-archive-modal__lead {
    width: 100%;
    margin-top: 1.2rem;
    font-size: 1.9rem;
    line-height: 1.7;
  }
  .c-archive-modal__layout {
    display: block;
  }
  .c-archive-modal__main-wrap {
    width: 100%;
  }
  .c-archive-modal__main-image {
    height: auto;
  }
  .c-archive-modal__main-meta {
    margin-top: 1.2rem;
  }
  .c-archive-modal__current {
    font-size: 2.4rem;
  }
  .c-archive-modal__controls {
    gap: 2rem;
  }
  .c-archive-modal__thumbs {
    width: 100%;
    margin-top: 1.6rem;
  }
  .c-archive-modal__thumbs .splide__track {
    overflow: hidden;
  }
  .c-archive-modal__thumbs .splide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.8rem;
    -webkit-transform: none;
            transform: none;
  }
  .c-archive-modal__thumbs .splide__slide {
    width: 10.2rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .c-archive-modal__thumb-button {
    width: 10.2rem;
  }
  .c-archive-modal__thumb-image {
    height: auto;
  }
  .c-archive-modal__thumb-label {
    font-size: 1.5rem;
  }
  .c-archive-modal__note {
    margin-top: 2.4rem;
    font-size: 1.26rem;
  }
}

body.is-archive-modal-open {
  overflow: hidden;
}

.splide {
  visibility: visible !important;
}

.u-marA0 {
  margin: 0 !important;
}

.u-marA5 {
  margin: 5px !important;
}

.u-marA10 {
  margin: 10px !important;
}

.u-marA15 {
  margin: 15px !important;
}

.u-marA20 {
  margin: 20px !important;
}

.u-marA25 {
  margin: 25px !important;
}

.u-marA30 {
  margin: 30px !important;
}

.u-marA40 {
  margin: 40px !important;
}

.u-marA50 {
  margin: 50px !important;
}

.u-marA60 {
  margin: 60px !important;
}

.u-marA70 {
  margin: 70px !important;
}

.u-marA80 {
  margin: 80px !important;
}

.u-marA90 {
  margin: 90px !important;
}

.u-marT0 {
  margin-top: 0 !important;
}

.u-marT5 {
  margin-top: 5px !important;
}

.u-marT10 {
  margin-top: 10px !important;
}

.u-marT15 {
  margin-top: 15px !important;
}

.u-marT20 {
  margin-top: 20px !important;
}

.u-marT25 {
  margin-top: 25px !important;
}

.u-marT30 {
  margin-top: 30px !important;
}

.u-marT40 {
  margin-top: 40px !important;
}

.u-marT50 {
  margin-top: 50px !important;
}

.u-marT60 {
  margin-top: 60px !important;
}

.u-marT70 {
  margin-top: 70px !important;
}

.u-marT80 {
  margin-top: 80px !important;
}

.u-marT90 {
  margin-top: 90px !important;
}

.u-marT120 {
  margin-top: 120px !important;
}

.u-marT180 {
  margin-top: 180px !important;
}

.u-marB0 {
  margin-bottom: 0 !important;
}

.u-marB5 {
  margin-bottom: 5px !important;
}

.u-marB10 {
  margin-bottom: 10px !important;
}

.u-marB15 {
  margin-bottom: 15px !important;
}

.u-marB20 {
  margin-bottom: 20px !important;
}

.u-marB25 {
  margin-bottom: 25px !important;
}

.u-marB30 {
  margin-bottom: 30px !important;
}

.u-marB40 {
  margin-bottom: 40px !important;
}

.u-marB50 {
  margin-bottom: 50px !important;
}

.u-marB60 {
  margin-bottom: 60px !important;
}

.u-marB70 {
  margin-bottom: 70px !important;
}

.u-marB80 {
  margin-bottom: 80px !important;
}

.u-marB90 {
  margin-bottom: 90px !important;
}

.u-marL0 {
  margin-left: 0 !important;
}

.u-marL5 {
  margin-left: 5px !important;
}

.u-marL10 {
  margin-left: 10px !important;
}

.u-marL15 {
  margin-left: 15px !important;
}

.u-marL20 {
  margin-left: 20px !important;
}

.u-marL25 {
  margin-left: 25px !important;
}

.u-marL30 {
  margin-left: 30px !important;
}

.u-marL40 {
  margin-left: 40px !important;
}

.u-marL50 {
  margin-left: 50px !important;
}

.u-marL60 {
  margin-left: 60px !important;
}

.u-marL70 {
  margin-left: 70px !important;
}

.u-marL80 {
  margin-left: 80px !important;
}

.u-marL90 {
  margin-left: 90px !important;
}

.u-marR0 {
  margin-right: 0 !important;
}

.u-marR5 {
  margin-right: 5px !important;
}

.u-marR10 {
  margin-right: 10px !important;
}

.u-marR15 {
  margin-right: 15px !important;
}

.u-marR20 {
  margin-right: 20px !important;
}

.u-marR25 {
  margin-right: 25px !important;
}

.u-marR30 {
  margin-right: 30px !important;
}

.u-marR40 {
  margin-right: 40px !important;
}

.u-marR50 {
  margin-right: 50px !important;
}

.u-marR60 {
  margin-right: 60px !important;
}

.u-marR70 {
  margin-right: 70px !important;
}

.u-marR80 {
  margin-right: 80px !important;
}

.u-marR90 {
  margin-right: 90px !important;
}

@media print, screen and (min-width: 768px) {
  .u-marT0_pc {
    margin-top: 0 !important;
  }
  .u-marT5_pc {
    margin-top: 5px !important;
  }
  .u-marT10_pc {
    margin-top: 10px !important;
  }
  .u-marT15_pc {
    margin-top: 15px !important;
  }
  .u-marT20_pc {
    margin-top: 20px !important;
  }
  .u-marT25_pc {
    margin-top: 25px !important;
  }
  .u-marT30_pc {
    margin-top: 30px !important;
  }
  .u-marT40_pc {
    margin-top: 40px !important;
  }
  .u-marT50_pc {
    margin-top: 50px !important;
  }
  .u-marT60_pc {
    margin-top: 60px !important;
  }
  .u-marT70_pc {
    margin-top: 70px !important;
  }
  .u-marT80_pc {
    margin-top: 80px !important;
  }
  .u-marT90_pc {
    margin-top: 90px !important;
  }
  .u-marT120_pc {
    margin-top: 120px !important;
  }
  .u-marT180_pc {
    margin-top: 180px !important;
  }
  .u-marB0_pc {
    margin-bottom: 0 !important;
  }
  .u-marB5_pc {
    margin-bottom: 5px !important;
  }
  .u-marB10_pc {
    margin-bottom: 10px !important;
  }
  .u-marB15_pc {
    margin-bottom: 15px !important;
  }
  .u-marB20_pc {
    margin-bottom: 20px !important;
  }
  .u-marB25_pc {
    margin-bottom: 25px !important;
  }
  .u-marB30_pc {
    margin-bottom: 30px !important;
  }
  .u-marB40_pc {
    margin-bottom: 40px !important;
  }
  .u-marB50_pc {
    margin-bottom: 50px !important;
  }
  .u-marB60_pc {
    margin-bottom: 60px !important;
  }
  .u-marB70_pc {
    margin-bottom: 70px !important;
  }
  .u-marB80_pc {
    margin-bottom: 80px !important;
  }
  .u-marB90_pc {
    margin-bottom: 90px !important;
  }
  .u-marL0_pc {
    margin-left: 0 !important;
  }
  .u-marL5_pc {
    margin-left: 5px !important;
  }
  .u-marL10_pc {
    margin-left: 10px !important;
  }
  .u-marL15_pc {
    margin-left: 15px !important;
  }
  .u-marL20_pc {
    margin-left: 20px !important;
  }
  .u-marL25_pc {
    margin-left: 25px !important;
  }
  .u-marL30_pc {
    margin-left: 30px !important;
  }
  .u-marL40_pc {
    margin-left: 40px !important;
  }
  .u-marL50_pc {
    margin-left: 50px !important;
  }
  .u-marL60_pc {
    margin-left: 60px !important;
  }
  .u-marL70_pc {
    margin-left: 70px !important;
  }
  .u-marL80_pc {
    margin-left: 80px !important;
  }
  .u-marL90_pc {
    margin-left: 90px !important;
  }
  .u-marR0_pc {
    margin-right: 0 !important;
  }
  .u-marR5_pc {
    margin-right: 5px !important;
  }
  .u-marR10_pc {
    margin-right: 10px !important;
  }
  .u-marR15_pc {
    margin-right: 15px !important;
  }
  .u-marR20_pc {
    margin-right: 20px !important;
  }
  .u-marR25_pc {
    margin-right: 25px !important;
  }
  .u-marR30_pc {
    margin-right: 30px !important;
  }
  .u-marR40_pc {
    margin-right: 40px !important;
  }
  .u-marR50_pc {
    margin-right: 50px !important;
  }
  .u-marR60_pc {
    margin-right: 60px !important;
  }
  .u-marR70_pc {
    margin-right: 70px !important;
  }
  .u-marR80_pc {
    margin-right: 80px !important;
  }
  .u-marR90_pc {
    margin-right: 90px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-marA0_sp {
    margin: 0 !important;
  }
  .u-marA5_sp {
    margin: 5px !important;
  }
  .u-marA10_sp {
    margin: 10px !important;
  }
  .u-marA15_sp {
    margin: 15px !important;
  }
  .u-marA20_sp {
    margin: 20px !important;
  }
  .u-marA25_sp {
    margin: 25px !important;
  }
  .u-marA30_sp {
    margin: 30px !important;
  }
  .u-marA40_sp {
    margin: 40px !important;
  }
  .u-marA50_sp {
    margin: 50px !important;
  }
  .u-marA60_sp {
    margin: 60px !important;
  }
  .u-marA70_sp {
    margin: 70px !important;
  }
  .u-marA80_sp {
    margin: 80px !important;
  }
  .u-marA90_sp {
    margin: 90px !important;
  }
  .u-marT0_sp {
    margin-top: 0 !important;
  }
  .u-marT5_sp {
    margin-top: 5px !important;
  }
  .u-marT10_sp {
    margin-top: 10px !important;
  }
  .u-marT15_sp {
    margin-top: 15px !important;
  }
  .u-marT20_sp {
    margin-top: 20px !important;
  }
  .u-marT25_sp {
    margin-top: 25px !important;
  }
  .u-marT30_sp {
    margin-top: 30px !important;
  }
  .u-marT40_sp {
    margin-top: 40px !important;
  }
  .u-marT50_sp {
    margin-top: 50px !important;
  }
  .u-marT60_sp {
    margin-top: 60px !important;
  }
  .u-marT70_sp {
    margin-top: 70px !important;
  }
  .u-marT80_sp {
    margin-top: 80px !important;
  }
  .u-marT90_sp {
    margin-top: 90px !important;
  }
  .u-marT120_sp {
    margin-top: 120px !important;
  }
  .u-marT180_sp {
    margin-top: 180px !important;
  }
  .u-marB0_sp {
    margin-bottom: 0 !important;
  }
  .u-marB5_sp {
    margin-bottom: 5px !important;
  }
  .u-marB10_sp {
    margin-bottom: 10px !important;
  }
  .u-marB15_sp {
    margin-bottom: 15px !important;
  }
  .u-marB20_sp {
    margin-bottom: 20px !important;
  }
  .u-marB25_sp {
    margin-bottom: 25px !important;
  }
  .u-marB30_sp {
    margin-bottom: 30px !important;
  }
  .u-marB40_sp {
    margin-bottom: 40px !important;
  }
  .u-marB50_sp {
    margin-bottom: 50px !important;
  }
  .u-marB60_sp {
    margin-bottom: 60px !important;
  }
  .u-marB70_sp {
    margin-bottom: 70px !important;
  }
  .u-marB80_sp {
    margin-bottom: 80px !important;
  }
  .u-marB90_sp {
    margin-bottom: 90px !important;
  }
  .u-marL0_sp {
    margin-left: 0 !important;
  }
  .u-marL5_sp {
    margin-left: 5px !important;
  }
  .u-marL10_sp {
    margin-left: 10px !important;
  }
  .u-marL15_sp {
    margin-left: 15px !important;
  }
  .u-marL20_sp {
    margin-left: 20px !important;
  }
  .u-marL25_sp {
    margin-left: 25px !important;
  }
  .u-marL30_sp {
    margin-left: 30px !important;
  }
  .u-marL40_sp {
    margin-left: 40px !important;
  }
  .u-marL50_sp {
    margin-left: 50px !important;
  }
  .u-marL60_sp {
    margin-left: 60px !important;
  }
  .u-marL70_sp {
    margin-left: 70px !important;
  }
  .u-marL80_sp {
    margin-left: 80px !important;
  }
  .u-marL90_sp {
    margin-left: 90px !important;
  }
  .u-marR0_sp {
    margin-right: 0 !important;
  }
  .u-marR5_sp {
    margin-right: 5px !important;
  }
  .u-marR10_sp {
    margin-right: 10px !important;
  }
  .u-marR15_sp {
    margin-right: 15px !important;
  }
  .u-marR20_sp {
    margin-right: 20px !important;
  }
  .u-marR25_sp {
    margin-right: 25px !important;
  }
  .u-marR30_sp {
    margin-right: 30px !important;
  }
  .u-marR40_sp {
    margin-right: 40px !important;
  }
  .u-marR50_sp {
    margin-right: 50px !important;
  }
  .u-marR60_sp {
    margin-right: 60px !important;
  }
  .u-marR70_sp {
    margin-right: 70px !important;
  }
  .u-marR80_sp {
    margin-right: 80px !important;
  }
  .u-marR90_sp {
    margin-right: 90px !important;
  }
}
.u-padA0 {
  padding: 0 !important;
}

.u-padA5 {
  padding: 5px !important;
}

.u-padA10 {
  padding: 10px !important;
}

.u-padA15 {
  padding: 15px !important;
}

.u-padA20 {
  padding: 20px !important;
}

.u-padA25 {
  padding: 25px !important;
}

.u-padA30 {
  padding: 30px !important;
}

.u-padA40 {
  padding: 40px !important;
}

.u-padA50 {
  padding: 50px !important;
}

.u-padA60 {
  padding: 60px !important;
}

.u-padA70 {
  padding: 70px !important;
}

.u-padA80 {
  padding: 80px !important;
}

.u-padA90 {
  padding: 90px !important;
}

.u-padT0 {
  padding-top: 0 !important;
}

.u-padT5 {
  padding-top: 5px !important;
}

.u-padT10 {
  padding-top: 10px !important;
}

.u-padT15 {
  padding-top: 15px !important;
}

.u-padT20 {
  padding-top: 20px !important;
}

.u-padT25 {
  padding-top: 25px !important;
}

.u-padT30 {
  padding-top: 30px !important;
}

.u-padT40 {
  padding-top: 40px !important;
}

.u-padT50 {
  padding-top: 50px !important;
}

.u-padT60 {
  padding-top: 60px !important;
}

.u-padT70 {
  padding-top: 70px !important;
}

.u-padT80 {
  padding-top: 80px !important;
}

.u-padT90 {
  padding-top: 90px !important;
}

.u-padB0 {
  padding-bottom: 0 !important;
}

.u-padB5 {
  padding-bottom: 5px !important;
}

.u-padB10 {
  padding-bottom: 10px !important;
}

.u-padB15 {
  padding-bottom: 15px !important;
}

.u-padB20 {
  padding-bottom: 20px !important;
}

.u-padB25 {
  padding-bottom: 25px !important;
}

.u-padB30 {
  padding-bottom: 30px !important;
}

.u-padB40 {
  padding-bottom: 40px !important;
}

.u-padB50 {
  padding-bottom: 50px !important;
}

.u-padB60 {
  padding-bottom: 60px !important;
}

.u-padB70 {
  padding-bottom: 70px !important;
}

.u-padB80 {
  padding-bottom: 80px !important;
}

.u-padB90 {
  padding-bottom: 90px !important;
}

.u-padL0 {
  padding-left: 0 !important;
}

.u-padL5 {
  padding-left: 5px !important;
}

.u-padL10 {
  padding-left: 10px !important;
}

.u-padL15 {
  padding-left: 15px !important;
}

.u-padL20 {
  padding-left: 20px !important;
}

.u-padL25 {
  padding-left: 25px !important;
}

.u-padL30 {
  padding-left: 30px !important;
}

.u-padL40 {
  padding-left: 40px !important;
}

.u-padL50 {
  padding-left: 50px !important;
}

.u-padL60 {
  padding-left: 60px !important;
}

.u-padL70 {
  padding-left: 70px !important;
}

.u-padL80 {
  padding-left: 80px !important;
}

.u-padL90 {
  padding-left: 90px !important;
}

.u-padR0 {
  padding-right: 0 !important;
}

.u-padR5 {
  padding-right: 5px !important;
}

.u-padR10 {
  padding-right: 10px !important;
}

.u-padR15 {
  padding-right: 15px !important;
}

.u-padR20 {
  padding-right: 20px !important;
}

.u-padR25 {
  padding-right: 25px !important;
}

.u-padR30 {
  padding-right: 30px !important;
}

.u-padR40 {
  padding-right: 40px !important;
}

.u-padR50 {
  padding-right: 50px !important;
}

.u-padR60 {
  padding-right: 60px !important;
}

.u-padR70 {
  padding-right: 70px !important;
}

.u-padR80 {
  padding-right: 80px !important;
}

.u-padR90 {
  padding-right: 90px !important;
}

@media print, screen and (min-width: 768px) {
  .u-padA0_pc {
    padding: 0 !important;
  }
  .u-padA5_pc {
    padding: 5px !important;
  }
  .u-padA10_pc {
    padding: 10px !important;
  }
  .u-padA15_pc {
    padding: 15px !important;
  }
  .u-padA20_pc {
    padding: 20px !important;
  }
  .u-padA25_pc {
    padding: 25px !important;
  }
  .u-padA30_pc {
    padding: 30px !important;
  }
  .u-padA40_pc {
    padding: 40px !important;
  }
  .u-padA50_pc {
    padding: 50px !important;
  }
  .u-padA60_pc {
    padding: 60px !important;
  }
  .u-padA70_pc {
    padding: 70px !important;
  }
  .u-padA80_pc {
    padding: 80px !important;
  }
  .u-padA90_pc {
    padding: 90px !important;
  }
  .u-padT0_pc {
    padding-top: 0 !important;
  }
  .u-padT5_pc {
    padding-top: 5px !important;
  }
  .u-padT10_pc {
    padding-top: 10px !important;
  }
  .u-padT15_pc {
    padding-top: 15px !important;
  }
  .u-padT20_pc {
    padding-top: 20px !important;
  }
  .u-padT25_pc {
    padding-top: 25px !important;
  }
  .u-padT30_pc {
    padding-top: 30px !important;
  }
  .u-padT40_pc {
    padding-top: 40px !important;
  }
  .u-padT50_pc {
    padding-top: 50px !important;
  }
  .u-padT60_pc {
    padding-top: 60px !important;
  }
  .u-padT70_pc {
    padding-top: 70px !important;
  }
  .u-padT80_pc {
    padding-top: 80px !important;
  }
  .u-padT90_pc {
    padding-top: 90px !important;
  }
  .u-padB0_pc {
    padding-bottom: 0 !important;
  }
  .u-padB5_pc {
    padding-bottom: 5px !important;
  }
  .u-padB10_pc {
    padding-bottom: 10px !important;
  }
  .u-padB15_pc {
    padding-bottom: 15px !important;
  }
  .u-padB20_pc {
    padding-bottom: 20px !important;
  }
  .u-padB25_pc {
    padding-bottom: 25px !important;
  }
  .u-padB30_pc {
    padding-bottom: 30px !important;
  }
  .u-padB40_pc {
    padding-bottom: 40px !important;
  }
  .u-padB50_pc {
    padding-bottom: 50px !important;
  }
  .u-padB60_pc {
    padding-bottom: 60px !important;
  }
  .u-padB70_pc {
    padding-bottom: 70px !important;
  }
  .u-padB80_pc {
    padding-bottom: 80px !important;
  }
  .u-padB90_pc {
    padding-bottom: 90px !important;
  }
  .u-padL0_pc {
    padding-left: 0 !important;
  }
  .u-padL5_pc {
    padding-left: 5px !important;
  }
  .u-padL10_pc {
    padding-left: 10px !important;
  }
  .u-padL15_pc {
    padding-left: 15px !important;
  }
  .u-padL20_pc {
    padding-left: 20px !important;
  }
  .u-padL25_pc {
    padding-left: 25px !important;
  }
  .u-padL30_pc {
    padding-left: 30px !important;
  }
  .u-padL40_pc {
    padding-left: 40px !important;
  }
  .u-padL50_pc {
    padding-left: 50px !important;
  }
  .u-padL60_pc {
    padding-left: 60px !important;
  }
  .u-padL70_pc {
    padding-left: 70px !important;
  }
  .u-padL80_pc {
    padding-left: 80px !important;
  }
  .u-padL90_pc {
    padding-left: 90px !important;
  }
  .u-padR0_pc {
    padding-right: 0 !important;
  }
  .u-padR5_pc {
    padding-right: 5px !important;
  }
  .u-padR10_pc {
    padding-right: 10px !important;
  }
  .u-padR15_pc {
    padding-right: 15px !important;
  }
  .u-padR20_pc {
    padding-right: 20px !important;
  }
  .u-padR25_pc {
    padding-right: 25px !important;
  }
  .u-padR30_pc {
    padding-right: 30px !important;
  }
  .u-padR40_pc {
    padding-right: 40px !important;
  }
  .u-padR50_pc {
    padding-right: 50px !important;
  }
  .u-padR60_pc {
    padding-right: 60px !important;
  }
  .u-padR70_pc {
    padding-right: 70px !important;
  }
  .u-padR80_pc {
    padding-right: 80px !important;
  }
  .u-padR90_pc {
    padding-right: 90px !important;
  }
}
@media screen and (max-width:660px ) {
  .u-padA0_sp {
    padding: 0 !important;
  }
  .u-padA5_sp {
    padding: 5px !important;
  }
  .u-padA10_sp {
    padding: 10px !important;
  }
  .u-padA15_sp {
    padding: 15px !important;
  }
  .u-padA20_sp {
    padding: 20px !important;
  }
  .u-padA25_sp {
    padding: 25px !important;
  }
  .u-padA30_sp {
    padding: 30px !important;
  }
  .u-padA40_sp {
    padding: 40px !important;
  }
  .u-padA50_sp {
    padding: 50px !important;
  }
  .u-padA60_sp {
    padding: 60px !important;
  }
  .u-padA70_sp {
    padding: 70px !important;
  }
  .u-padA80_sp {
    padding: 80px !important;
  }
  .u-padA90_sp {
    padding: 90px !important;
  }
  .u-padT0_sp {
    padding-top: 0 !important;
  }
  .u-padT5_sp {
    padding-top: 5px !important;
  }
  .u-padT10_sp {
    padding-top: 10px !important;
  }
  .u-padT15_sp {
    padding-top: 15px !important;
  }
  .u-padT20_sp {
    padding-top: 20px !important;
  }
  .u-padT25_sp {
    padding-top: 25px !important;
  }
  .u-padT30_sp {
    padding-top: 30px !important;
  }
  .u-padT40_sp {
    padding-top: 40px !important;
  }
  .u-padT50_sp {
    padding-top: 50px !important;
  }
  .u-padT60_sp {
    padding-top: 60px !important;
  }
  .u-padT70_sp {
    padding-top: 70px !important;
  }
  .u-padT80_sp {
    padding-top: 80px !important;
  }
  .u-padT90_sp {
    padding-top: 90px !important;
  }
  .u-padB0_sp {
    padding-bottom: 0 !important;
  }
  .u-padB5_sp {
    padding-bottom: 5px !important;
  }
  .u-padB10_sp {
    padding-bottom: 10px !important;
  }
  .u-padB15_sp {
    padding-bottom: 15px !important;
  }
  .u-padB20_sp {
    padding-bottom: 20px !important;
  }
  .u-padB25_sp {
    padding-bottom: 25px !important;
  }
  .u-padB30_sp {
    padding-bottom: 30px !important;
  }
  .u-padB40_sp {
    padding-bottom: 40px !important;
  }
  .u-padB50_sp {
    padding-bottom: 50px !important;
  }
  .u-padB60_sp {
    padding-bottom: 60px !important;
  }
  .u-padB70_sp {
    padding-bottom: 70px !important;
  }
  .u-padB80_sp {
    padding-bottom: 80px !important;
  }
  .u-padB90_sp {
    padding-bottom: 90px !important;
  }
  .u-padL0_sp {
    padding-left: 0 !important;
  }
  .u-padL5_sp {
    padding-left: 5px !important;
  }
  .u-padL10_sp {
    padding-left: 10px !important;
  }
  .u-padL15_sp {
    padding-left: 15px !important;
  }
  .u-padL20_sp {
    padding-left: 20px !important;
  }
  .u-padL25_sp {
    padding-left: 25px !important;
  }
  .u-padL30_sp {
    padding-left: 30px !important;
  }
  .u-padL40_sp {
    padding-left: 40px !important;
  }
  .u-padL50_sp {
    padding-left: 50px !important;
  }
  .u-padL60_sp {
    padding-left: 60px !important;
  }
  .u-padL70_sp {
    padding-left: 70px !important;
  }
  .u-padL80_sp {
    padding-left: 80px !important;
  }
  .u-padL90_sp {
    padding-left: 90px !important;
  }
  .u-padR0_sp {
    padding-right: 0 !important;
  }
  .u-padR5_sp {
    padding-right: 5px !important;
  }
  .u-padR10_sp {
    padding-right: 10px !important;
  }
  .u-padR15_sp {
    padding-right: 15px !important;
  }
  .u-padR20_sp {
    padding-right: 20px !important;
  }
  .u-padR25_sp {
    padding-right: 25px !important;
  }
  .u-padR30_sp {
    padding-right: 30px !important;
  }
  .u-padR40_sp {
    padding-right: 40px !important;
  }
  .u-padR50_sp {
    padding-right: 50px !important;
  }
  .u-padR60_sp {
    padding-right: 60px !important;
  }
  .u-padR70_sp {
    padding-right: 70px !important;
  }
  .u-padR80_sp {
    padding-right: 80px !important;
  }
  .u-padR90_sp {
    padding-right: 90px !important;
  }
}
.u-wid10Per {
  width: 10% !important;
}

.u-wid15Per {
  width: 15% !important;
}

.u-wid20Per {
  width: 20% !important;
}

.u-wid25Per {
  width: 25% !important;
}

.u-wid30Per {
  width: 30% !important;
}

.u-wid35Per {
  width: 35% !important;
}

.u-wid40Per {
  width: 40% !important;
}

.u-wid45Per {
  width: 45% !important;
}

.u-wid50Per {
  width: 50% !important;
}

.u-wid55Per {
  width: 55% !important;
}

.u-wid60Per {
  width: 60% !important;
}

.u-wid65Per {
  width: 65% !important;
}

.u-wid70Per {
  width: 70% !important;
}

.u-wid75Per {
  width: 75% !important;
}

.u-wid80Per {
  width: 80% !important;
}

.u-wid85Per {
  width: 85% !important;
}

.u-wid90Per {
  width: 90% !important;
}

.u-wid95Per {
  width: 95% !important;
}

.u-wid100Per {
  width: 100% !important;
}

.u-wid50 {
  max-width: 50px !important;
  width: 100%;
}

.u-wid100 {
  max-width: 100px !important;
  width: 100%;
}

.u-wid150 {
  max-width: 150px !important;
  width: 100%;
}

.u-wid200 {
  max-width: 200px !important;
  width: 100%;
}

.u-wid250 {
  max-width: 250px !important;
  width: 100%;
}

.u-wid300 {
  max-width: 300px !important;
  width: 100%;
}

.u-wid350 {
  max-width: 350px !important;
  width: 100%;
}

.u-wid400 {
  max-width: 400px !important;
  width: 100%;
}

.u-wid450 {
  max-width: 450px !important;
  width: 100%;
}

.u-wid500 {
  max-width: 500px !important;
  width: 100%;
}

.u-wid550 {
  max-width: 550px !important;
  width: 100%;
}

.u-wid600 {
  max-width: 600px !important;
  width: 100%;
}

.u-wid650 {
  max-width: 650px !important;
  width: 100%;
}

.u-wid700 {
  max-width: 700px !important;
  width: 100%;
}

.u-wid750 {
  max-width: 750px !important;
  width: 100%;
}

.u-wid800 {
  max-width: 800px !important;
  width: 100%;
}

.u-wid850 {
  max-width: 850px !important;
  width: 100%;
}

.u-wid900 {
  max-width: 900px !important;
  width: 100%;
}

.u-wid950 {
  max-width: 950px !important;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .u-wid10Per_pc {
    width: 10% !important;
  }
  .u-wid15Per_pc {
    width: 15% !important;
  }
  .u-wid20Per_pc {
    width: 20% !important;
  }
  .u-wid25Per_pc {
    width: 25% !important;
  }
  .u-wid30Per_pc {
    width: 30% !important;
  }
  .u-wid35Per_pc {
    width: 35% !important;
  }
  .u-wid40Per_pc {
    width: 40% !important;
  }
  .u-wid45Per_pc {
    width: 45% !important;
  }
  .u-wid50Per_pc {
    width: 50% !important;
  }
  .u-wid55Per_pc {
    width: 55% !important;
  }
  .u-wid60Per_pc {
    width: 60% !important;
  }
  .u-wid65Per_pc {
    width: 65% !important;
  }
  .u-wid70Per_pc {
    width: 70% !important;
  }
  .u-wid75Per_pc {
    width: 75% !important;
  }
  .u-wid80Per_pc {
    width: 80% !important;
  }
  .u-wid85Per_pc {
    width: 85% !important;
  }
  .u-wid90Per_pc {
    width: 90% !important;
  }
  .u-wid95Per_pc {
    width: 95% !important;
  }
  .u-wid100Per_pc {
    width: 100% !important;
  }
  .u-wid50_pc {
    max-width: 50px !important;
    width: 100%;
  }
  .u-wid100_pc {
    max-width: 100px !important;
    width: 100%;
  }
  .u-wid150_pc {
    max-width: 150px !important;
    width: 100%;
  }
  .u-wid200_pc {
    max-width: 200px !important;
    width: 100%;
  }
  .u-wid250_pc {
    max-width: 250px !important;
    width: 100%;
  }
  .u-wid300_pc {
    max-width: 300px !important;
    width: 100%;
  }
  .u-wid350_pc {
    max-width: 350px !important;
    width: 100%;
  }
  .u-wid400_pc {
    max-width: 400px !important;
    width: 100%;
  }
  .u-wid450_pc {
    max-width: 450px !important;
    width: 100%;
  }
  .u-wid500_pc {
    max-width: 500px !important;
    width: 100%;
  }
  .u-wid550_pc {
    max-width: 550px !important;
    width: 100%;
  }
  .u-wid600_pc {
    max-width: 600px !important;
    width: 100%;
  }
  .u-wid650_pc {
    max-width: 650px !important;
    width: 100%;
  }
  .u-wid700_pc {
    max-width: 700px !important;
    width: 100%;
  }
  .u-wid750_pc {
    max-width: 750px !important;
    width: 100%;
  }
  .u-wid800_pc {
    max-width: 800px !important;
    width: 100%;
  }
  .u-wid850_pc {
    max-width: 850px !important;
    width: 100%;
  }
  .u-wid900_pc {
    max-width: 900px !important;
    width: 100%;
  }
  .u-wid950_pc {
    max-width: 950px !important;
    width: 100%;
  }
}
@media screen and (max-width:660px ) {
  .u-wid10Per_sp {
    width: 10% !important;
  }
  .u-wid15Per_sp {
    width: 15% !important;
  }
  .u-wid20Per_sp {
    width: 20% !important;
  }
  .u-wid25Per_sp {
    width: 25% !important;
  }
  .u-wid30Per_sp {
    width: 30% !important;
  }
  .u-wid35Per_sp {
    width: 35% !important;
  }
  .u-wid40Per_sp {
    width: 40% !important;
  }
  .u-wid45Per_sp {
    width: 45% !important;
  }
  .u-wid50Per_sp {
    width: 50% !important;
  }
  .u-wid55Per_sp {
    width: 55% !important;
  }
  .u-wid60Per_sp {
    width: 60% !important;
  }
  .u-wid65Per_sp {
    width: 65% !important;
  }
  .u-wid70Per_sp {
    width: 70% !important;
  }
  .u-wid75Per_sp {
    width: 75% !important;
  }
  .u-wid80Per_sp {
    width: 80% !important;
  }
  .u-wid85Per_sp {
    width: 85% !important;
  }
  .u-wid90Per_sp {
    width: 90% !important;
  }
  .u-wid95Per_sp {
    width: 95% !important;
  }
  .u-wid100Per_sp {
    width: 100% !important;
  }
  .u-wid50_sp {
    max-width: 50px !important;
    width: 100%;
  }
  .u-wid100_sp {
    max-width: 100px !important;
    width: 100%;
  }
  .u-wid150_sp {
    max-width: 150px !important;
    width: 100%;
  }
  .u-wid200_sp {
    max-width: 200px !important;
    width: 100%;
  }
  .u-wid250_sp {
    max-width: 250px !important;
    width: 100%;
  }
  .u-wid300_sp {
    max-width: 300px !important;
    width: 100%;
  }
  .u-wid350_sp {
    max-width: 350px !important;
    width: 100%;
  }
  .u-wid400_sp {
    max-width: 400px !important;
    width: 100%;
  }
  .u-wid450_sp {
    max-width: 450px !important;
    width: 100%;
  }
  .u-wid500_sp {
    max-width: 500px !important;
    width: 100%;
  }
  .u-wid550_sp {
    max-width: 550px !important;
    width: 100%;
  }
  .u-wid600_sp {
    max-width: 600px !important;
    width: 100%;
  }
  .u-wid650_sp {
    max-width: 650px !important;
    width: 100%;
  }
  .u-wid700_sp {
    max-width: 700px !important;
    width: 100%;
  }
  .u-wid750_sp {
    max-width: 750px !important;
    width: 100%;
  }
  .u-wid800_sp {
    max-width: 800px !important;
    width: 100%;
  }
  .u-wid850_sp {
    max-width: 850px !important;
    width: 100%;
  }
  .u-wid900_sp {
    max-width: 900px !important;
    width: 100%;
  }
  .u-wid950_sp {
    max-width: 950px !important;
    width: 100%;
  }
}
.u-flex__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-flex__block--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-flex__justify--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.u-flex__justify--spween {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.u-flex__justify--around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.u-flex__align--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width:660px ) {
  .u-flex__block--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
  }
  .u-flex__block--pc {
    display: block;
  }
}
.u-sp {
  display: none !important;
}

@media screen and (max-width:660px ) {
  .u-pc {
    display: none !important;
  }
  .u-sp {
    display: block !important;
  }
}
.u-hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.u-hover:hover {
  opacity: 0.7;
}

.u-aliC {
  text-align: center !important;
}

.u-aliL {
  text-align: left;
}

.u-aliR {
  text-align: right;
}

.u-contC {
  margin: 0 auto !important;
}

.u-contL {
  margin-left: 0;
  margin-right: auto;
}

.u-contR {
  margin-left: auto;
  margin-right: 0;
}

@media print, screen and (min-width: 768px) {
  .u-aliC_pc {
    text-align: center;
  }
  .u-aliL_pc {
    text-align: left;
  }
  .u-aliR_pc {
    text-align: right;
  }
  .u-contC_pc {
    margin: 0 auto;
  }
  .u-contL_pc {
    margin-left: 0;
    margin-right: auto;
  }
  .u-contR_pc {
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width:660px ) {
  .u-aliC_sp {
    text-align: center;
  }
  .u-aliL_sp {
    text-align: left;
  }
  .u-aliR_sp {
    text-align: right;
  }
  .u-contC_sp {
    margin: 0 auto;
  }
  .u-contL_sp {
    margin-left: 0;
    margin-right: auto;
  }
  .u-contR_sp {
    margin-left: auto;
    margin-right: 0;
  }
}
.u-text-red {
  color: #963620;
  border: 1px solid #963620;
  display: inline-block;
  padding: 0.2rem 0.8rem;
}

.u-whiteSpace-nowrap {
  white-space: nowrap;
}

.u-icon-pdf {
  height: 2.6rem;
  width: 2.6rem;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  top: -0.5rem;
}

.u-sp {
  display: none !important;
}

.u-sp-01 {
  display: none !important;
}

@media screen and (max-width:660px ) {
  .u-pc {
    display: none !important;
  }
  .u-sp {
    display: block !important;
  }
}
@media screen and (max-width:660px ) {
  .u-pc-01 {
    display: none !important;
  }
  .u-sp-01 {
    display: block !important;
  }
}
.u-anker-point {
  opacity: 0;
  position: relative;
  top: -40px;
}
.u-anker-point#info {
  top: 180px;
}
@media screen and (max-width:1024px ) {
  .u-anker-point#info {
    top: 150px;
  }
}
.u-anker-point#info-submit {
  top: 4px;
}
@media screen and (max-width:660px ) {
  .u-anker-point#info-submit {
    top: 60px;
  }
}
.u-anker-point#entry-submit {
  top: 4px;
}
@media screen and (max-width:660px ) {
  .u-anker-point#entry-submit {
    top: 60px;
  }
}

.u-scroll {
  color: var(--color-white, #fff);
  font-family: var(--font-family-Noto, sans-serif);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  position: fixed;
  left: 120px;
  bottom: 89px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width:660px ) {
  .u-scroll {
    bottom: -55px;
    right: calc(100% - 28px);
    left: initial;
  }
}
.u-scroll::before {
  -webkit-animation: scroll 5s infinite;
          animation: scroll 5s infinite;
  background-color: var(--color-white, #fff);
  bottom: -45px;
  content: "";
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 2;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.u-scroll .u-objContain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.u-scroll .u-objCover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.p-mumbai-fv {
  position: relative;
  min-height: 70rem;
  height: 100vh;
  overflow: hidden;
  background: #111;
}
.p-mumbai-fv__slider {
  position: absolute;
  inset: 0;
}
.p-mumbai-fv__slider.is-vegas-ready .splide__track {
  display: none;
}
.p-mumbai-fv__slider .splide__track,
.p-mumbai-fv__slider .splide__list,
.p-mumbai-fv__slider .splide__slide {
  height: 100%;
}
.p-mumbai-fv__slider .vegas-slide,
.p-mumbai-fv__slider .vegas-slide-inner {
  height: 100%;
}
.p-mumbai-fv__slider .splide__slide {
  position: relative;
  overflow: hidden;
}
.p-mumbai-fv__media {
  position: absolute;
  inset: 0;
  display: block;
  margin: 0;
}
.p-mumbai-fv__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.p-mumbai-fv__image.is-zoom {
  -webkit-animation: mumbaiFvZoomPc 9s ease-out forwards;
          animation: mumbaiFvZoomPc 9s ease-out forwards;
}
@media screen and (max-width:660px ) {
  .p-mumbai-fv__image {
    -webkit-transform: scale(1) translate3d(-10%, 0, 0);
            transform: scale(1) translate3d(-10%, 0, 0);
  }
  .p-mumbai-fv__image.is-pan-sp {
    -webkit-animation: mumbaiFvPanSp 8s ease-out forwards;
            animation: mumbaiFvPanSp 8s ease-out forwards;
  }
}
.p-mumbai-fv__logo {
  position: absolute;
  top: 4rem;
  left: 4rem;
  z-index: 2;
  margin: 0;
  width: 77rem;
}
.p-mumbai-fv__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.p-mumbai-fv__nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 128rem;
  max-width: 100%;
  padding: 4.8rem 4.8rem 0;
}
.p-mumbai-fv__menu-toggle, .p-mumbai-fv__menu-panel {
  display: none;
}
.p-mumbai-fv__menu-toggle {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  z-index: 5;
  width: 4.2rem;
  height: 4.2rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #333333;
}
.p-mumbai-fv__menu-icon {
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  background-color: currentColor;
}
.p-mumbai-fv__menu-icon::before, .p-mumbai-fv__menu-icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background-color: currentColor;
}
.p-mumbai-fv__menu-icon::before {
  top: 6px;
}
.p-mumbai-fv__menu-icon::after {
  top: -6px;
}
.p-mumbai-fv.is-menu-open .p-mumbai-fv__menu-icon {
  background-color: transparent;
}
.p-mumbai-fv.is-menu-open .p-mumbai-fv__menu-icon::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-mumbai-fv.is-menu-open .p-mumbai-fv__menu-icon::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-mumbai-fv__menu-panel {
  position: absolute;
  top: 7.2rem;
  left: 0;
  right: 0;
  z-index: 4;
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(0.8rem);
}
.p-mumbai-fv__menu-panel[hidden] {
  display: none !important;
}
.p-mumbai-fv__menu-panel-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.6rem;
  padding: 2.4rem;
}
.p-mumbai-fv__menu-figure {
  margin: 0;
  width: 16rem;
}
.p-mumbai-fv__menu-image {
  display: block;
  width: 100%;
  height: 14.4rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mumbai-fv__menu-caption {
  margin: 0.6rem 0 0;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: rgba(51, 51, 51, 0.8);
}
.p-mumbai-fv__menu-nav {
  margin-left: 1.6rem;
}
.p-mumbai-fv__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-mumbai-fv__menu-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  border-bottom: 0.1rem solid #333;
  padding: 0.5rem 0 0.6rem;
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: 0.048rem;
  color: #333;
}
.p-mumbai-fv__menu-link::after {
  content: "";
  width: 1.2rem;
  height: 0.6rem;
  background-size: contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-mumbai-fv__nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-mumbai-fv__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-mumbai-fv__nav-item--boxed {
  position: relative;
  top: -0.1rem;
}
.p-mumbai-fv__nav-link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: 0.036rem;
  color: #333333;
  text-decoration: none;
}
.p-mumbai-fv__nav-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.4rem;
  padding: 0.5rem 0 0.6rem;
  border-bottom: 0.1rem solid #333333;
  white-space: nowrap;
}
.p-mumbai-fv__nav-link--anchor .p-mumbai-fv__nav-arrow {
  margin-top: 0.1rem;
}
.p-mumbai-fv__nav-link--boxed {
  height: 24px;
  padding: 5px 5px 5px 8px;
  border: 0.1rem solid rgba(51, 51, 51, 0.4);
}
.p-mumbai-fv__nav-link--boxed .p-mumbai-fv__nav-label {
  border-bottom: none;
  padding: 0;
  height: auto;
}
.p-mumbai-fv__nav-arrow {
  width: 1.6rem;
  height: 1.6rem;
}
.p-mumbai-fv__nav-mail {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0;
}
.p-mumbai-fv__nav-mail::before {
  top: 0;
  left: 0;
}
.p-mumbai-fv__lang {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  padding-left: 1.6rem;
}
.p-mumbai-fv__lang-link, .p-mumbai-fv__lang-separator {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: 0.036rem;
  color: #333333;
}
.p-mumbai-fv__lang-link {
  opacity: 0.4;
  border-bottom: 0.1rem solid rgba(51, 51, 51, 0.4);
  padding-bottom: 0.2rem;
}
.p-mumbai-fv__lang-link.is-active {
  opacity: 1;
  border-bottom-color: #333333;
}
.p-mumbai-fv__title {
  position: absolute;
  z-index: 2;
  top: 15.4rem;
  left: 4rem;
  margin: 0;
  color: #333333;
  text-shadow: 0 0 2.4rem rgb(255, 255, 255);
  font-family: "Bebas Neue", sans-serif;
  white-space: nowrap;
}
.p-mumbai-fv__main, .p-mumbai-fv__sub {
  display: block;
  font-size: 11.2rem;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: 0.224rem;
}
.p-mumbai-fv__at {
  display: block;
  margin-top: 1rem;
  font-size: 8.8rem;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: 0.176rem;
}
.p-mumbai-fv__mark {
  position: absolute;
  right: 2.4rem;
  bottom: 0.8rem;
  z-index: 2;
  margin: 0;
  font-family: "Roboto", YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.048rem;
  color: #ffffff;
  text-shadow: 0 0 0.4rem rgb(0, 0, 0);
}
@media screen and (max-width:660px ) {
  .p-mumbai-fv {
    height: 100vh;
  }
  .p-mumbai-fv .vegas-animation-mumbaiFvPanSp {
    -webkit-animation: mumbaiFvPanSp linear;
            animation: mumbaiFvPanSp linear;
    -webkit-transform: none;
            transform: none;
  }
  .p-mumbai-fv__nav {
    display: none;
  }
  .p-mumbai-fv__nav-links {
    display: none;
  }
  .p-mumbai-fv__menu-toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-mumbai-fv__menu-panel {
    display: block;
  }
  .p-mumbai-fv__menu-panel-inner {
    padding: 2.4rem;
  }
  .p-mumbai-fv__menu-figure {
    width: 27rem;
  }
  .p-mumbai-fv__menu-image {
    height: 24.3rem;
  }
  .p-mumbai-fv__menu-caption {
    margin-top: 0.2rem;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .p-mumbai-fv__menu-nav {
    margin-left: 1.6rem;
  }
  .p-mumbai-fv__menu-list {
    gap: 1.6rem;
  }
  .p-mumbai-fv__menu-link {
    font-size: 4rem;
    letter-spacing: 0.048rem;
  }
  .p-mumbai-fv__lang {
    padding-left: 0;
  }
  .p-mumbai-fv__lang-link, .p-mumbai-fv__lang-separator {
    font-size: 1.4rem;
  }
  .p-mumbai-fv__image {
    width: 180%;
    height: 124%;
    -webkit-transform: translate3d(5%, 0, 0);
            transform: translate3d(5%, 0, 0);
  }
  .p-mumbai-fv__logo {
    top: 8rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90%;
  }
  .p-mumbai-fv__title {
    top: 11.2rem;
    left: 2.4rem;
  }
  .p-mumbai-fv__main, .p-mumbai-fv__sub {
    font-size: 6.4rem;
    letter-spacing: 0.128rem;
  }
  .p-mumbai-fv__at {
    margin-top: 0.6rem;
    font-size: 5rem;
    letter-spacing: 0.1rem;
  }
  .p-mumbai-fv__mark {
    right: 1.6rem;
    bottom: 1.2rem;
  }
}

@-webkit-keyframes mumbaiFvZoomPc {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes mumbaiFvZoomPc {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes mumbaiFvPanSp {
  0% {
    background-position: left center;
  }
  100% {
    background-position: right center;
  }
}
@keyframes mumbaiFvPanSp {
  0% {
    background-position: left center;
  }
  100% {
    background-position: right center;
  }
}
.p-mumbai-news {
  background: #ffffff;
  padding: 4.6rem 9.6rem 4.6rem;
}
.p-mumbai-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.6rem;
}
.p-mumbai-news__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 36rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-mumbai-news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}
.p-mumbai-news__title {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: 0.12rem;
  color: #333333;
}
.p-mumbai-news__mark {
  width: 4.8rem;
  height: 4.8rem;
}
.p-mumbai-news__mark img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-mumbai-news__more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  text-decoration: none;
  color: #333333;
  margin-top: 2.9rem;
}
.p-mumbai-news__more-label {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: 0.054rem;
}
.p-mumbai-news__more-arrow {
  width: 6px;
  height: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-mumbai-news__more-arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.p-mumbai-news__list {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
}
.p-mumbai-news__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  padding: 0 1.2rem;
  border-radius: 0.6rem;
}
.p-mumbai-news__date {
  margin: 0;
  padding-top: 0.6rem;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-mumbai-news__text {
  margin: 0;
  min-width: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.064rem;
  color: rgba(51, 51, 51, 0.8);
  text-decoration: underline;
  text-decoration-thickness: 0.1rem;
  text-underline-offset: 0.15rem;
  -webkit-font-feature-settings: "halt" on, "pwid" on, "kern" off;
          font-feature-settings: "halt" on, "pwid" on, "kern" off;
  position: relative;
  top: -0.3rem;
}
@media screen and (max-width:660px ) {
  .p-mumbai-news {
    padding: 6.4rem 2.4rem 3.2rem;
  }
  .p-mumbai-news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.2rem;
  }
  .p-mumbai-news__lead {
    width: 100%;
    min-height: auto;
    gap: 1.6rem;
  }
  .p-mumbai-news__title {
    font-size: 4.8rem;
  }
  .p-mumbai-news__mark {
    width: 3.6rem;
    height: 3.6rem;
  }
  .p-mumbai-news__more {
    gap: 1.6rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    margin-top: 0;
  }
  .p-mumbai-news__more-label {
    font-size: 2.2rem;
  }
  .p-mumbai-news__card {
    padding: 0;
  }
  .p-mumbai-news__date {
    padding-top: 0;
    font-size: 1.8rem;
  }
  .p-mumbai-news__text {
    height: auto;
    padding: 0.8rem 0 0;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    overflow: hidden;
  }
}

.is-inactive {
  opacity: 0;
}

.p-mumbai-project01-spacer {
  height: calc(100vh + 2000px);
  background-color: #f3f3f3;
}
@media screen and (max-width:660px ) {
  .p-mumbai-project01-spacer {
    height: auto;
  }
}

.p-mumbai-project01 {
  position: sticky;
  top: 0;
  min-height: 100vh;
  max-height: 120vh;
  background: #f3f3f3;
}
@media screen and (max-width:660px ) {
  .p-mumbai-project01 {
    position: static;
    max-height: 100%;
  }
}
.p-mumbai-project01__project-head {
  padding: 12.8rem 9.6rem 4.8rem;
}
.p-mumbai-project01__project-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-mumbai-project01__project-title {
  position: relative;
  margin: 0;
  padding-left: 2rem;
  font-family: "Bebas Neue", sans-serif;
  font-size: 8.8rem;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: 0.176rem;
  color: #333333;
}
.p-mumbai-project01__project-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.4rem;
  height: 100%;
  background: #963620;
}
.p-mumbai-project01__project-sub {
  margin: 0;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.096rem;
  color: rgba(51, 51, 51, 0.8);
}
.p-mumbai-project01__hero {
  position: relative;
  height: 55rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.4rem 2.4rem 0.8rem;
  overflow: hidden;
}
.p-mumbai-project01__hero-bg {
  position: absolute;
  inset: 0;
}
.p-mumbai-project01__hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(51, 51, 51, 0.1);
}
.p-mumbai-project01__hero-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -o-object-position: 50% 60%;
     object-position: 50% 60%;
}
.p-mumbai-project01__hero-bg img.is-active {
  opacity: 1;
}
.p-mumbai-project01__hero-head, .p-mumbai-project01__hero-caption {
  position: relative;
  z-index: 1;
}
.p-mumbai-project01__hero-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-mumbai-project01__hero-no {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 17.4rem;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: -0.232rem;
  color: #ffffff;
}
.p-mumbai-project01__hero-title-wrap {
  width: 44.2rem;
}
.p-mumbai-project01__hero-title {
  margin: 0;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #ffffff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 9.6rem;
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: 0.128rem;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-mumbai-project01__hero-lead {
  margin: 0.4rem 0 0;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06rem;
  color: #ffffff;
}
.p-mumbai-project01__hero-caption {
  margin: 0;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.048rem;
  color: #ffffff;
  text-align: right;
  text-shadow: 0 0 0.4rem #000;
}
.p-mumbai-project01__gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.4rem;
  margin: 0;
  padding: 0.4rem 0 0;
  list-style: none;
}
.p-mumbai-project01__gallery li {
  overflow: hidden;
  height: 20.6rem;
}
.p-mumbai-project01__gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-mumbai-project01__gallery-splide {
  margin-top: 0.4rem;
  overflow: hidden;
}
.p-mumbai-project01__gallery-splide .splide__slide {
  height: 13.6rem;
  overflow: hidden;
}
.p-mumbai-project01__gallery-splide .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-mumbai-project01__content.c-main-aside__inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 9.6rem;
  gap: 4.8rem;
}
.p-mumbai-project01__main.c-main-aside__main {
  width: 100rem;
  padding: 0;
}
.p-mumbai-project01__aside.c-main-aside__aside {
  width: 96rem;
  padding: 0;
  top: 0;
}
.p-mumbai-project01__point-title {
  position: relative;
  margin: 0;
  padding: 0.4rem 0 2.4rem 2.6rem;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.096rem;
  color: #333333;
}
.p-mumbai-project01__point-title::before {
  content: "▶";
  position: absolute;
  top: calc(50% - 1rem);
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2.4rem;
  line-height: 1;
  color: #adadad;
}
@media screen and (max-width:660px ) {
  .p-mumbai-project01__point-title {
    font-size: 2.7rem;
  }
  .p-mumbai-project01__point-title::before {
    left: -0.6rem;
  }
}
.p-mumbai-project01__intro {
  margin: 0;
}
.p-mumbai-project01__intro p {
  margin: 0;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.064rem;
  color: rgba(51, 51, 51, 0.8);
}
@media screen and (max-width:660px ) {
  .p-mumbai-project01__intro p {
    font-size: 2.4rem;
  }
}
.p-mumbai-project01__note {
  margin-top: 0.8rem !important;
  font-size: 1.8rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0.048rem !important;
}
.p-mumbai-project01__switch-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-top: 8rem;
}
.p-mumbai-project01__switch-area.js-active .p-mumbai-project01__tab.is-sp-active .p-mumbai-project01__tab-letter {
  color: #963620;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.p-mumbai-project01__switch-area.js-active .p-mumbai-project01__tab.is-sp-active .p-mumbai-project01__tab-label,
.p-mumbai-project01__switch-area.js-active .p-mumbai-project01__tab.is-sp-active .p-mumbai-project01__tab-sub {
  color: rgba(51, 51, 51, 0.8);
}
.p-mumbai-project01__switch-area.js-active .p-mumbai-project01__tab.is-sp-active .p-mumbai-project01__tab-icon {
  opacity: 1;
  width: 9.6rem;
  height: 9.6rem;
}
.p-mumbai-project01__nav {
  width: 38.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-mumbai-project01__tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.8rem;
}
.p-mumbai-project01__tab {
  width: 100%;
  border: none;
  background: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  color: rgba(51, 51, 51, 0.4);
  cursor: pointer;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.p-mumbai-project01__tab.is-active {
  color: rgba(51, 51, 51, 0.8);
}
.p-mumbai-project01__tab.is-active .p-mumbai-project01__tab-letter {
  color: #963620;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.p-mumbai-project01__tab.is-active .p-mumbai-project01__tab-label,
.p-mumbai-project01__tab.is-active .p-mumbai-project01__tab-sub {
  color: rgba(51, 51, 51, 0.8);
}
.p-mumbai-project01__tab.is-active .p-mumbai-project01__tab-icon {
  opacity: 1;
  height: 9.6rem;
  width: 9.6rem;
}
@media screen and (max-width:660px ) {
  .p-mumbai-project01__tab.is-active .p-mumbai-project01__tab-icon {
    margin: 0 0 0 auto;
  }
}
.p-mumbai-project01__tab-letter {
  font-family: "Bebas Neue", sans-serif;
  font-size: 12rem;
  line-height: 0.8;
  letter-spacing: 0.16rem;
  color: #6a6a6a;
}
.p-mumbai-project01__tab-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.7rem;
  width: 18.6rem;
}
@media screen and (max-width:660px ) {
  .p-mumbai-project01__tab-text-wrap {
    width: auto;
  }
}
.p-mumbai-project01__tab-label {
  font-family: "Bebas Neue", sans-serif;
  font-size: 6rem;
  line-height: 0.82;
  letter-spacing: 0.08rem;
  color: rgba(51, 51, 51, 0.8);
  white-space: nowrap;
}
.p-mumbai-project01__tab-sub {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.048rem;
  color: rgba(51, 51, 51, 0.8);
}
.p-mumbai-project01__tab-icon {
  width: 6rem;
  height: 6rem;
  margin-top: 1.4rem;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width:660px ) {
  .p-mumbai-project01__tab-icon {
    margin: 0 0 0 auto;
  }
}
.p-mumbai-project01__tab-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.p-mumbai-project01__tab-icon--potential {
  position: relative;
}
.p-mumbai-project01__tab-icon--potential img:last-child {
  position: absolute;
  inset: 0;
}
.p-mumbai-project01__panels {
  position: relative;
  width: 58.8rem;
  height: 48rem;
}
@media screen and (max-width:660px ) {
  .p-mumbai-project01__panels {
    display: none;
  }
}
.p-mumbai-project01__panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.p-mumbai-project01__panel.is-active {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width:660px ) {
  .p-mumbai-project01__panel {
    position: static;
    width: 100%;
    height: auto;
    opacity: 1 !important;
    pointer-events: all;
  }
}
.p-mumbai-project01__graph {
  margin: 0;
  height: 100%;
}
.p-mumbai-project01__graph--market img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.p-mumbai-project01__graph--growup, .p-mumbai-project01__graph--potential {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
.p-mumbai-project01__graph-title {
  margin: 0;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.048rem;
  color: rgba(51, 51, 51, 0.8);
}
.p-mumbai-project01__bar-graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.2rem;
  height: 22rem;
  border-bottom: 0.1rem solid #333333;
  padding-bottom: 0.8rem;
}
.p-mumbai-project01__bar-graph span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: var(--h);
  background: -webkit-gradient(linear, left top, left bottom, from(#a0a0a0), to(#963620));
  background: linear-gradient(180deg, #a0a0a0 0%, #963620 100%);
}
.p-mumbai-project01__rank-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-mumbai-project01__rank-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8rem 0;
  border-bottom: 0.1rem solid #c9c9c9;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.048rem;
  color: rgba(51, 51, 51, 0.8);
}
.p-mumbai-project01__rank-list li span {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  color: #963620;
}
.p-mumbai-project01__graph-caption {
  margin: 0;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.048rem;
  color: #333333;
}
.p-mumbai-project01__map-wrap {
  position: sticky;
  top: 0;
}
.p-mumbai-project01__map-wrap img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-filter: grayscale(0.18) opacity(0.95);
          filter: grayscale(0.18) opacity(0.95);
}
@media screen and (max-width:660px ) {
  .p-mumbai-project01__map-wrap {
    position: static;
  }
}
.p-mumbai-project01__map-title {
  margin: 0 0 1.6rem;
  font-family: "Bebas Neue", sans-serif;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: 0.096rem;
  color: rgba(51, 51, 51, 0.8);
  text-align: right;
}
.p-mumbai-project01__map-caption {
  margin: 1.6rem 0 0;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  color: #333333;
}
@media screen and (max-width:660px ) {
  .p-mumbai-project01 {
    height: auto;
    min-height: 100vh;
  }
  .p-mumbai-project01__project-head {
    padding: 6.4rem 2.4rem 2.4rem;
  }
  .p-mumbai-project01__project-title-wrap {
    display: block;
  }
  .p-mumbai-project01__project-title {
    font-size: 5.6rem;
  }
  .p-mumbai-project01__project-sub {
    margin-top: 1.6rem;
    font-size: 2.3rem;
  }
  .p-mumbai-project01__hero {
    height: 36rem;
    padding: 1.6rem 1.6rem 0.6rem;
  }
  .p-mumbai-project01__hero-no {
    font-size: 13.6rem;
  }
  .p-mumbai-project01__hero-title-wrap {
    width: auto;
  }
  .p-mumbai-project01__hero-title {
    font-size: 7.2rem;
  }
  .p-mumbai-project01__hero-lead {
    font-size: 2.5rem;
  }
  .p-mumbai-project01__gallery {
    grid-template-columns: repeat(3, 1fr);
  }
  .p-mumbai-project01__gallery-splide .splide__track {
    overflow: hidden;
  }
  .p-mumbai-project01__gallery-splide .splide__slide {
    width: 16rem;
  }
  .p-mumbai-project01__content.c-main-aside__inner {
    display: block;
    padding: 3.2rem 0rem 6.4rem;
  }
  .p-mumbai-project01__main.c-main-aside__main {
    width: 100%;
  }
  .p-mumbai-project01__switch-area {
    display: block;
  }
  .p-mumbai-project01__nav {
    width: 100%;
    margin-bottom: 2.4rem;
  }
  .p-mumbai-project01__tabs {
    gap: 2.4rem;
  }
}
@media screen and (max-width:660px ) and (max-width:660px ) {
  .p-mumbai-project01__tabs {
    margin-top: 5.6rem;
  }
}
@media screen and (max-width:660px ) {
  .p-mumbai-project01__tab-letter {
    font-size: 5.6rem;
  }
}
@media screen and (max-width:660px ) and (max-width:660px ) {
  .p-mumbai-project01__tab-letter {
    font-size: 11.4rem;
  }
}
@media screen and (max-width:660px ) {
  .p-mumbai-project01__tab-label {
    font-size: 3.2rem;
  }
}
@media screen and (max-width:660px ) and (max-width:660px ) {
  .p-mumbai-project01__tab-label {
    font-size: 6.8rem;
  }
}
@media screen and (max-width:660px ) {
  .p-mumbai-project01__panels {
    width: 100%;
    height: 30rem;
  }
  .p-mumbai-project01__aside.c-main-aside__aside {
    display: block;
    width: 100%;
    margin-top: 3.2rem;
  }
}
@media screen and (max-width:660px ) and (max-width:660px ) {
  .p-mumbai-project01__aside.c-main-aside__aside {
    position: static;
  }
}
@media screen and (max-width:660px ) {
  .p-mumbai-project01__map-title {
    font-size: 3.6rem;
    text-align: left;
  }
}

.p-mumbai-project02 {
  position: relative;
  overflow: clip;
  color: #ffffff;
}
.p-mumbai-project02__bg-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.p-mumbai-project02__bg {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
.p-mumbai-project02__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0.64)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(102, 102, 102, 0.64) 0%, rgba(0, 0, 0, 0.8) 100%);
  mix-blend-mode: multiply;
  z-index: 2;
}
.p-mumbai-project02__bg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
}
.p-mumbai-project02__bg img:first-child {
  opacity: 1;
}
.p-mumbai-project02__bg img.is-active {
  opacity: 1;
  z-index: 5;
}
.p-mumbai-project02__bg.is-scroll-swap img {
  opacity: 0;
}
.p-mumbai-project02__bg.is-scroll-swap img.is-active {
  opacity: 1;
}
.p-mumbai-project02__inner.c-main-aside__inner {
  position: relative;
  z-index: 1;
  gap: 4.8rem;
  padding-bottom: 20rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-mumbai-project02__main.c-main-aside__main {
  width: 102rem !important;
  padding: 0;
}
.p-mumbai-project02__aside.c-main-aside__aside {
  padding: 0;
  top: 0;
}
.p-mumbai-project02__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 16.6rem;
  padding: 12.8rem 0 10.7rem;
}
.p-mumbai-project02__title-no {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 16.6rem;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: -0.232rem;
  color: #ffffff;
}
.p-mumbai-project02__title-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
}
.p-mumbai-project02__title-en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  margin: 0;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #ffffff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 9.6rem;
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: 0.128rem;
  white-space: nowrap;
}
.p-mumbai-project02__title-en::before {
  content: none;
}
.p-mumbai-project02__title-at {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 5.8rem;
  font-family: "Oswald", sans-serif;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.064rem;
}
.p-mumbai-project02 .c-section-title__title {
  color: #ffffff;
}
.p-mumbai-project02__lead {
  margin: 0;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #ffffff;
}
.p-mumbai-project02__point-title {
  color: var(--color-white, #fff);
  -webkit-font-kerning: none;
          font-kerning: none;
  -webkit-font-feature-settings: "halt" on, "pwid" on;
          font-feature-settings: "halt" on, "pwid" on;
  font-family: "Noto Sans JP";
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 1.44px;
}
@media screen and (max-width:660px ) {
  .p-mumbai-project02__point-title {
    font-size: 2.7rem;
  }
}
.p-mumbai-project02__point-title--icon {
  position: relative;
  padding-left: 4.8rem;
}
.p-mumbai-project02__point-title--icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4rem;
  height: 3rem;
  background: url("/india-mumbai-pj/asset/image/icon/icon-arrow-white.svg") center/contain no-repeat;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.p-mumbai-project02__intro {
  color: #fff;
  -webkit-font-kerning: none;
          font-kerning: none;
  -webkit-font-feature-settings: "halt" on, "pwid" on;
          font-feature-settings: "halt" on, "pwid" on;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7; /* 180% */
  letter-spacing: 0.96px;
  margin-top: 3.2rem;
}
.p-mumbai-project02__facts {
  margin: 4.8rem 0 0;
  padding: 0;
  list-style: none;
}
.p-mumbai-project02__fact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 0.8rem 0;
}
@media screen and (max-width:660px ) {
  .p-mumbai-project02__fact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-mumbai-project02__fact-label {
  color: var(--color-white, #fff);
  font-family: "Noto Sans JP";
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 33.002px */
  letter-spacing: 1.2px;
  min-width: 16rem;
}
.p-mumbai-project02__fact-value {
  font-family: "Noto Sans JP";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.02em;
}
.p-mumbai-project02__fact-value strong {
  color: var(--color-white, #fff);
  leading-trim: both;
  text-edge: cap;
  font-family: "Bebas Neue";
  font-size: 6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 60.003px */
  text-transform: uppercase;
  margin: 0 0.6rem;
}
.p-mumbai-project02__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-mumbai-project02__group {
  padding: 12.8rem 0 0;
}
.p-mumbai-project02__group-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.2rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 0.8rem;
  border-bottom: 0.1rem solid #ffffff;
}
.p-mumbai-project02__group-head--noborder {
  border-bottom: initial;
}
.p-mumbai-project02__group-head--sub {
  color: var(--color-white, #fff);
  leading-trim: both;
  text-edge: cap;
  font-family: "Bebas Neue";
  font-size: 6rem !important;
  font-style: normal;
  font-weight: 400;
  line-height: 80%; /* 48.002px */
  letter-spacing: 1.2px;
  margin-top: 7.2rem;
}
.p-mumbai-project02__group-head--sub .p-mumbai-project02__group-title {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 1.2rem;
  font-size: 6rem !important;
}
.p-mumbai-project02__group-head--img:nth-child(1) {
  width: 46.7rem;
}
@media screen and (max-width:660px ) {
  .p-mumbai-project02__group-head--img:nth-child(1) {
    width: 93% !important;
  }
}
.p-mumbai-project02__group-head--img:nth-child(2) {
  width: 53.2rem;
}
@media screen and (max-width:660px ) {
  .p-mumbai-project02__group-head--img:nth-child(2) {
    width: 93% !important;
  }
}
.p-mumbai-project02__group-head--img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-mumbai-project02__group-head--1col {
  font-size: 3rem;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6.6rem;
  position: relative;
}
@media screen and (max-width:660px ) {
  .p-mumbai-project02__group-head--1col {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-mumbai-project02__group-head--1col .p-mumbai-project02__group-head--topics {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-mumbai-project02__group-head--1col .p-mumbai-project02__group-head--topics {
  width: 7.8rem;
  height: 7.8rem;
  margin-right: 0.5rem;
}
.p-mumbai-project02__group-head--1col .p-mumbai-project02__group-head--topics img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width:660px ) {
  .p-mumbai-project02__group-head--1col .p-mumbai-project02__group-head--topics {
    width: 14.5rem;
    height: 8.5rem;
  }
}
.p-mumbai-project02__group-title {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 13.2rem !important;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width:660px ) {
  .p-mumbai-project02__group-title {
    font-size: 10.9rem !important;
  }
}
.p-mumbai-project02__group-title span {
  color: var(--color-white, #fff);
  -webkit-font-kerning: none;
          font-kerning: none;
  -webkit-font-feature-settings: "halt" on, "pwid" on;
          font-feature-settings: "halt" on, "pwid" on;
  font-family: "Noto Sans JP";
  font-size: 2.7rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 32.402px */
  letter-spacing: 0.08rem;
}
@media screen and (max-width:660px ) {
  .p-mumbai-project02__group-title span {
    font-size: 2.3rem;
  }
}
.p-mumbai-project02__group-badge {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 6rem !important;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: 0.02em;
}
.p-mumbai-project02__group-text {
  margin: 0;
  padding-top: 2.4rem;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.p-mumbai-project02 #project02-2 .p-mumbai-project02__group-head,
.p-mumbai-project02 #project02-3 .p-mumbai-project02__group-head {
  gap: 3.2rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 0.8rem;
}
.p-mumbai-project02 #project02-2 .p-mumbai-project02__project-detail .p-mumbai-project02__group-head,
.p-mumbai-project02 #project02-3 .p-mumbai-project02__project-detail .p-mumbai-project02__group-head {
  gap: 0;
}
.p-mumbai-project02 #project02-2 .p-mumbai-project02__group-label,
.p-mumbai-project02 #project02-3 .p-mumbai-project02__group-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 32rem;
  white-space: nowrap;
}
.p-mumbai-project02 #project02-2 .p-mumbai-project02__group-title,
.p-mumbai-project02 #project02-3 .p-mumbai-project02__group-title {
  margin: 0;
  font-size: 8.8rem;
  line-height: 0.8;
  letter-spacing: 0.176rem;
}
.p-mumbai-project02 #project02-2 .p-mumbai-project02__group-kana,
.p-mumbai-project02 #project02-3 .p-mumbai-project02__group-kana {
  color: var(--color-white, #fff);
  -webkit-font-kerning: none;
  font-kerning: none;
  -webkit-font-feature-settings: "halt" on, "pwid" on;
  font-feature-settings: "halt" on, "pwid" on;
  font-family: "Noto Sans JP";
  font-size: 2.7rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.08rem;
}
.p-mumbai-project02 .p-mumbai-project02__group-badge {
  width: 49.2rem;
  margin: 0 0 0 auto;
  font-size: 4rem;
  line-height: 0.8;
  letter-spacing: 0.08rem;
}
.p-mumbai-project02 .p-mumbai-project02__project-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 2.4rem;
}
.p-mumbai-project02 .p-mumbai-project02__project-row--single .p-mumbai-project02__project-detail {
  padding-top: 1.6rem;
}
.p-mumbai-project02 .p-mumbai-project02__project-row--single .p-mumbai-project02__group-head {
  border-bottom: initial;
}
.p-mumbai-project02 .p-mumbai-project02__project-media {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  height: auto;
  margin: 0;
}
.p-mumbai-project02 .p-mumbai-project02__project-media--wid720 {
  max-width: 72rem !important;
}
@media screen and (max-width:660px ) {
  .p-mumbai-project02 .p-mumbai-project02__project-media {
    height: 37.7rem;
  }
}
.p-mumbai-project02 .p-mumbai-project02__project-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mumbai-project02 .p-mumbai-project02__project-info {
  width: 49.2rem;
}
.p-mumbai-project02 .p-mumbai-project02__project-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0.4rem 0 1.6rem;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06rem;
  white-space: nowrap;
  -webkit-font-feature-settings: "halt" 1, "pwid" 1, "liga" 0;
          font-feature-settings: "halt" 1, "pwid" 1, "liga" 0;
}
.p-mumbai-project02 .p-mumbai-project02__project-subtitle::before {
  content: "";
  width: 1.8rem;
  height: 2.4rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: url("/india-mumbai-pj/asset/image/icon/icon-arrow-white.svg") center/contain no-repeat;
}
.p-mumbai-project02 .p-mumbai-project02__project-text {
  margin: 0;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  color: #ffffff;
  -webkit-font-feature-settings: "halt" 1, "pwid" 1, "kern" 1;
          font-feature-settings: "halt" 1, "pwid" 1, "kern" 1;
}
.p-mumbai-project02 .p-mumbai-project02__project-detail {
  width: 100%;
  padding-top: 8rem;
}
.p-mumbai-project02 .p-mumbai-project02__project-detail-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.6rem;
}
.p-mumbai-project02 .p-mumbai-project02__project-detail-title-wrap {
  width: 16.6rem;
}
.p-mumbai-project02 .p-mumbai-project02__project-detail-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.4rem;
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
}
.p-mumbai-project02 .p-mumbai-project02__project-detail-title::before {
  content: "";
  width: 1.8rem;
  height: 2.4rem;
  background: url("/india-mumbai-pj/asset/image/icon/icon-arrow-white.svg") center/contain no-repeat;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.p-mumbai-project02 .p-mumbai-project02__project-detail-title span {
  font-size: 4rem;
  line-height: 1;
}
.p-mumbai-project02 .p-mumbai-project02__project-detail-meta {
  margin: 0.4rem 0 0;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.p-mumbai-project02 .p-mumbai-project02__project-detail-meta span {
  margin-left: 0.4rem;
}
.p-mumbai-project02 .p-mumbai-project02__project-detail-specs {
  width: 15.4rem;
}
.p-mumbai-project02 .p-mumbai-project02__project-detail-chip {
  margin: 0;
  padding: 0.4rem;
  border: 0.1rem solid #ffffff;
  border-radius: 0.2rem;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
}
.p-mumbai-project02 .p-mumbai-project02__project-detail-site {
  margin: 0.4rem 0 0;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.p-mumbai-project02 .p-mumbai-project02__project-detail-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  width: 21rem;
  margin: 0;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.p-mumbai-project02 .p-mumbai-project02__project-detail-date::before {
  content: "";
  width: 3.2rem;
  height: 0.1rem;
  background-color: #ffffff;
}
.p-mumbai-project02 .p-mumbai-project02__project-detail-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.2rem;
  margin-top: 1.6rem;
}
.p-mumbai-project02 .p-mumbai-project02__project-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  width: 48rem;
}
.p-mumbai-project02 .p-mumbai-project02__project-thumb {
  width: 25.6rem;
  margin: 0;
  height: 21.1rem;
}
.p-mumbai-project02 .p-mumbai-project02__project-thumb img {
  display: block;
  width: 100%;
  height: 21.1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mumbai-project02 .p-mumbai-project02__project-thumb figcaption {
  margin-top: 0.4rem;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: right;
}
.p-mumbai-project02 .p-mumbai-project02__project-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  width: 49.2rem;
}
.p-mumbai-project02 .p-mumbai-project02__project-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  min-height: 6.4rem;
  padding: 0 0.4rem;
  color: #ffffff;
  text-decoration: none;
}
.p-mumbai-project02 .p-mumbai-project02__project-link-thumb {
  width: 17.7rem;
  height: 11.1rem;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-mumbai-project02 .p-mumbai-project02__project-link-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mumbai-project02 .p-mumbai-project02__project-link-label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  margin-left: 1.2rem;
  border-bottom: 0.1rem solid #ffffff;
  height: 11.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-mumbai-project02 .p-mumbai-project02__project-link-icon {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  left: -2.5rem;
}
.p-mumbai-project02 .p-mumbai-project02__project-link-icon::before {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0.5rem;
  width: 1.2rem;
  height: 1.2rem;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-mumbai-project02 .p-mumbai-project02__project-link-icon--external::before {
  content: none;
}
.p-mumbai-project02 .p-mumbai-project02__project-link-icon--external::after {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  width: 1.8rem;
  height: 1.8rem;
  background: url(/india-mumbai-pj/asset/image/icon/icon-open_in_new.svg) center/contain no-repeat;
}
.p-mumbai-project02__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  margin-top: 3.2rem;
}
.p-mumbai-project02__gallery--history {
  max-width: 102rem;
  grid-template-columns: 1fr;
}
.p-mumbai-project02__gallery--history img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-mumbai-project02__gallery--wide {
  grid-template-columns: 1fr;
}
.p-mumbai-project02__gallery-item {
  margin: 0;
}
.p-mumbai-project02__gallery-item-name {
  color: var(--color-white, #fff);
  font-family: "Bebas Neue";
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 36.002px */
}
.p-mumbai-project02__gallery-item img {
  width: 100%;
  height: 31.8rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mumbai-project02__gallery-item {
  margin: 0;
}
.p-mumbai-project02__photo {
  position: relative;
  margin: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.p-mumbai-project02__photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
  opacity: 0;
  -webkit-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
}
.p-mumbai-project02__photo img:first-child {
  opacity: 1;
}
.p-mumbai-project02__photo img.is-active {
  opacity: 1;
  z-index: 1;
}
.p-mumbai-project02__photo.is-scroll-swap img {
  opacity: 0;
}
.p-mumbai-project02__photo.is-scroll-swap img.is-active {
  opacity: 1;
}
@media screen and (max-width:660px ) {
  .p-mumbai-project02__inner.c-main-aside__inner {
    width: calc(100% - 4.8rem);
    margin: 0 auto;
    padding: 0 0 6.4rem;
  }
  .p-mumbai-project02__main.c-main-aside__main {
    width: 100%;
  }
  .p-mumbai-project02__aside.c-main-aside__aside {
    display: block;
    position: static;
    width: 100%;
    margin-top: 3.2rem;
  }
  .p-mumbai-project02__title {
    gap: 1.2rem;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding-top: 8rem;
  }
  .p-mumbai-project02__title-no {
    font-size: 13.6rem;
    letter-spacing: -0.12rem;
  }
  .p-mumbai-project02__title-main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    gap: 0.8rem;
  }
  .p-mumbai-project02__title-en {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 0;
    padding-bottom: 0.8rem;
    font-size: 6.8rem;
    letter-spacing: 0.08rem;
    white-space: normal;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-mumbai-project02__title-at {
    height: auto;
    font-size: 4rem;
    line-height: 1;
    letter-spacing: 0.048rem;
    position: relative;
    top: -1rem;
  }
  .p-mumbai-project02__lead {
    font-size: 2.5rem;
  }
  .p-mumbai-project02__intro, .p-mumbai-project02__group-text {
    width: 100%;
    font-size: 2.3rem;
    line-height: 1.6;
  }
  .p-mumbai-project02__facts {
    margin-top: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-mumbai-project02__fact-label {
    width: 9rem;
    font-size: 2.5rem;
    white-space: nowrap;
    min-width: initial;
  }
  .p-mumbai-project02__fact-value {
    font-size: 2.4rem;
    white-space: nowrap;
  }
  .p-mumbai-project02__group {
    padding-top: 8rem;
  }
  .p-mumbai-project02__group-title {
    font-size: 6.4rem;
  }
  .p-mumbai-project02__group-badge {
    font-size: 3.6rem !important;
  }
}
@media screen and (max-width:660px ) and (max-width:660px ) {
  .p-mumbai-project02__group-badge {
    width: auto !important;
    margin-left: 0;
  }
}
@media screen and (max-width:660px ) {
  .p-mumbai-project02 #project02-2 .p-mumbai-project02__group-head {
    gap: 1.6rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-mumbai-project02 #project02-2 .p-mumbai-project02__group-label {
    width: auto;
  }
  .p-mumbai-project02 #project02-2 .p-mumbai-project02__group-title {
    font-size: 6.4rem;
    letter-spacing: 0.128rem;
  }
  .p-mumbai-project02 #project02-2 .p-mumbai-project02__group-kana {
    font-size: 2.3rem;
    letter-spacing: 0.048rem;
  }
  .p-mumbai-project02 #project02-2 .p-mumbai-project02__group-badge {
    width: auto;
    margin-left: 0;
    font-size: 4rem;
  }
  .p-mumbai-project02 #project02-2 .p-mumbai-project02__project-row {
    display: block;
  }
  .p-mumbai-project02 #project02-2 .p-mumbai-project02__project-info {
    width: 100%;
  }
  .p-mumbai-project02 #project02-2 .p-mumbai-project02__project-subtitle {
    padding: 0 0 1.2rem;
    font-size: 2.5rem;
  }
  .p-mumbai-project02 #project02-2 .p-mumbai-project02__project-text {
    font-size: 2.3rem;
    line-height: 3.3rem;
    letter-spacing: 0.056rem;
  }
  .p-mumbai-project02 #project02-2 .p-mumbai-project02__project-detail {
    padding-top: initial;
  }
  .p-mumbai-project02 #project02-2 .p-mumbai-project02__project-detail-head {
    display: block;
  }
  .p-mumbai-project02 #project02-2 .p-mumbai-project02__project-detail-title-wrap,
  .p-mumbai-project02 #project02-2 .p-mumbai-project02__project-detail-specs,
  .p-mumbai-project02 #project02-2 .p-mumbai-project02__project-detail-date {
    width: 100%;
  }
  .p-mumbai-project02 #project02-2 .p-mumbai-project02__project-detail-title {
    font-size: 2rem;
  }
  .p-mumbai-project02 #project02-2 .p-mumbai-project02__project-detail-title span {
    font-size: 3.2rem;
  }
  .p-mumbai-project02 #project02-2 .p-mumbai-project02__project-detail-date {
    margin-top: 1.2rem;
    font-size: 1.6rem;
  }
  .p-mumbai-project02 #project02-2 .p-mumbai-project02__project-detail-body {
    display: block;
  }
  .p-mumbai-project02 #project02-2 .p-mumbai-project02__project-thumbs,
  .p-mumbai-project02 #project02-2 .p-mumbai-project02__project-links {
    width: 100%;
  }
  .p-mumbai-project02 #project02-2 .p-mumbai-project02__project-links {
    margin-top: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-mumbai-project02 #project02-2 .p-mumbai-project02__project-thumb {
    width: calc((100% - 0.4rem) / 2);
  }
  .p-mumbai-project02 #project02-2 .p-mumbai-project02__project-thumb img {
    height: auto;
  }
}
@media screen and (max-width:660px ) and (max-width:660px ) {
  .p-mumbai-project02 #project02-2 .p-mumbai-project02__project-thumb {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width:660px ) {
  .p-mumbai-project02 #project02-2 .p-mumbai-project02__project-link {
    min-height: 5.6rem;
    min-width: calc(50% - 1.6rem);
  }
  .p-mumbai-project02 #project02-2 .p-mumbai-project02__sp-carousel {
    margin-top: 2rem;
    overflow: hidden;
  }
  .p-mumbai-project02 #project02-2 .p-mumbai-project02__sp-carousel .splide__list {
    gap: 0.8rem;
  }
  .p-mumbai-project02 #project02-2 .p-mumbai-project02__sp-carousel-slide {
    width: calc((100% - 0.8rem) / 2);
  }
  .p-mumbai-project02 #project02-2 .p-mumbai-project02__sp-carousel-image {
    margin: 0;
  }
  .p-mumbai-project02 #project02-2 .p-mumbai-project02__sp-carousel-image img {
    display: block;
    width: 100%;
    height: auto;
  }
  .p-mumbai-project02 #project02-2 .p-mumbai-project02__project-link-thumb {
    width: 9.4rem;
    height: 9.4rem;
  }
  .p-mumbai-project02 #project02-2 .p-mumbai-project02__project-link-label {
    font-size: 2.2rem;
  }
  .p-mumbai-project02__gallery {
    grid-template-columns: 1fr;
    margin-top: 4.8rem;
  }
  .p-mumbai-project02__gallery-item img {
    height: auto;
  }
  .p-mumbai-project02__photo {
    height: 100%;
    margin-top: 2.4rem;
  }
  .p-mumbai-project02__photo img {
    position: static;
  }
  .p-mumbai-project02__bg {
    height: 100%;
  }
  .p-mumbai-project02__notics {
    margin-top: 3.6rem;
  }
}
.p-mumbai-project02__sub-texts {
  color: var(--color-white, #fff);
  font-family: Oswald;
  font-size: 2.7rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 27px */
  margin-top: 9.2rem;
}

.p-mumbai-project02__project-subtitle--date::before {
  content: none !important;
}
.p-mumbai-project02__project-subtitle--date::after {
  content: url(/india-mumbai-pj/asset/image/icon/icon-matsuri.svg);
}

.p-mumbai-project02__project-subtitle--noicon::before {
  content: none !important;
}

.p-mumbai-project02__project-thumbs--matsuri .p-mumbai-project02__project-thumb {
  height: 22.6rem;
}

.p-mumbai-why {
  padding: 17.8rem 0 0;
  background: #ffffff;
}
@media screen and (max-width:660px ) {
  .p-mumbai-why {
    padding: 12.8rem 0;
  }
}
.p-mumbai-why__inner {
  max-width: 1920px;
  margin: 0 auto;
}
.p-mumbai-why__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 9.6rem 2.4rem;
  position: relative;
  margin: 0;
  font-size: 8.8rem;
  line-height: 0.8;
  letter-spacing: 0.02em;
}
.p-mumbai-why__head::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.4rem;
  height: 100%;
  background: #963620;
}
.p-mumbai-why__lead {
  margin: 0;
  padding-left: 3.2rem;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: rgba(51, 51, 51, 0.8);
}
.p-mumbai-why__answer {
  padding-bottom: 12.8rem;
}
.p-mumbai-why__answer--01 .p-mumbai-why__hero, .p-mumbai-why__answer--02 .p-mumbai-why__hero, .p-mumbai-why__answer--03 .p-mumbai-why__hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.p-mumbai-why__answer--01 .p-mumbai-why__hero-title, .p-mumbai-why__answer--02 .p-mumbai-why__hero-title, .p-mumbai-why__answer--03 .p-mumbai-why__hero-title {
  top: 3.2rem;
  right: 3.2rem;
  bottom: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-mumbai-why__answer--01 .p-mumbai-why__hero-en, .p-mumbai-why__answer--02 .p-mumbai-why__hero-en, .p-mumbai-why__answer--03 .p-mumbai-why__hero-en {
  font-size: 9.6rem;
}
.p-mumbai-why__answer--01 .p-mumbai-why__hero-jp, .p-mumbai-why__answer--02 .p-mumbai-why__hero-jp, .p-mumbai-why__answer--03 .p-mumbai-why__hero-jp {
  margin: 0.4rem 0 0;
  font-size: 3.6rem;
}
.p-mumbai-why__answer--01 .p-mumbai-why__hero-no, .p-mumbai-why__answer--02 .p-mumbai-why__hero-no, .p-mumbai-why__answer--03 .p-mumbai-why__hero-no {
  font-size: 17rem;
}
.p-mumbai-why__answer--01 .p-mumbai-why__caption, .p-mumbai-why__answer--02 .p-mumbai-why__caption, .p-mumbai-why__answer--03 .p-mumbai-why__caption {
  font-size: 1.8rem;
}
.p-mumbai-why__answer--01 .p-mumbai-why__subtitle, .p-mumbai-why__answer--02 .p-mumbai-why__subtitle, .p-mumbai-why__answer--03 .p-mumbai-why__subtitle {
  position: relative;
  padding-left: 3.6rem;
  padding-bottom: 3.6rem;
  font-size: 3.6rem;
}
.p-mumbai-why__answer--01 .p-mumbai-why__subtitle::before, .p-mumbai-why__answer--02 .p-mumbai-why__subtitle::before, .p-mumbai-why__answer--03 .p-mumbai-why__subtitle::before {
  content: "▶";
  position: absolute;
  top: calc(50% - 1.75rem);
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2.4rem;
  line-height: 1;
  color: #adadad;
}
.p-mumbai-why__answer--01 .p-mumbai-why__text, .p-mumbai-why__answer--02 .p-mumbai-why__text, .p-mumbai-why__answer--03 .p-mumbai-why__text {
  font-size: 2.4rem;
  line-height: 1.6;
}
.p-mumbai-why__answer--01 .p-mumbai-why__thumb figcaption, .p-mumbai-why__answer--02 .p-mumbai-why__thumb figcaption, .p-mumbai-why__answer--03 .p-mumbai-why__thumb figcaption {
  font-size: 1.8rem;
  margin-right: 1.8rem;
}
.p-mumbai-why__answer--01 .p-mumbai-why__main-photo figcaption, .p-mumbai-why__answer--02 .p-mumbai-why__main-photo figcaption, .p-mumbai-why__answer--03 .p-mumbai-why__main-photo figcaption {
  font-size: 1.8rem;
  margin-right: 1.8rem;
}
.p-mumbai-why__answer--01 .p-mumbai-why__graph-title, .p-mumbai-why__answer--02 .p-mumbai-why__graph-title, .p-mumbai-why__answer--03 .p-mumbai-why__graph-title {
  font-size: 3.3rem;
}
.p-mumbai-why__answer--01 .p-mumbai-why__graph-sub, .p-mumbai-why__answer--02 .p-mumbai-why__graph-sub, .p-mumbai-why__answer--03 .p-mumbai-why__graph-sub {
  font-size: 2.7rem;
}
.p-mumbai-why__hero {
  position: relative;
  height: 52rem;
  overflow: hidden;
}
.p-mumbai-why__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(51, 51, 51, 0.1);
  z-index: 1;
}
.p-mumbai-why__hero-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mumbai-why__hero-title {
  position: absolute;
  right: 2.4rem;
  bottom: 2.4rem;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #ffffff;
  text-align: right;
}
.p-mumbai-why__hero-en {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 6.4rem;
  line-height: 0.8;
  letter-spacing: 0.02em;
}
.p-mumbai-why__hero-jp {
  margin: 0 0 0.8rem;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.p-mumbai-why__hero-no {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 11.2rem;
  line-height: 0.8;
  letter-spacing: -0.02em;
}
.p-mumbai-why__caption {
  margin: 0;
  padding: 0.8rem 2.4rem 0;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: rgba(51, 51, 51, 0.8);
  text-align: right;
}
.p-mumbai-why__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.8rem;
  padding: 7.2rem 0 7.2rem 9.6rem;
}
.p-mumbai-why__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-mumbai-why__subtitle {
  margin: 0;
  padding-bottom: 2.4rem;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #333333;
}
.p-mumbai-why__text {
  margin: 0;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: rgba(51, 51, 51, 0.8);
}
.p-mumbai-why__thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  margin-top: 3.2rem;
}
.p-mumbai-why__thumb {
  width: calc(50% - 1.2rem);
  margin: 0;
}
.p-mumbai-why__thumb img {
  width: 100%;
  height: 24rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mumbai-why__thumb figcaption {
  margin-top: 0.4rem;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: rgba(51, 51, 51, 0.8);
  text-align: right;
}
.p-mumbai-why__main-photo {
  width: 102rem;
  margin: 0;
}
.p-mumbai-why__main-photo img {
  width: 100%;
  aspect-ratio: 800/494;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mumbai-why__main-photo figcaption {
  margin-top: 0.4rem;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: rgba(51, 51, 51, 0.8);
  text-align: right;
}
.p-mumbai-why__graph-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5.6rem;
  padding: 0 9.6rem;
}
.p-mumbai-why__graph {
  width: 100%;
  margin: 0;
}
.p-mumbai-why__graph > figcaption {
  margin-bottom: 0.4rem;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #333333;
}
.p-mumbai-why__graph-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0.4rem 0;
  margin: 0;
}
.p-mumbai-why__graph-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  margin-bottom: 0.2rem;
  border-radius: 50%;
  background: #963620;
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
}
.p-mumbai-why__graph-title {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #333333;
}
.p-mumbai-why__graph-sub {
  margin-bottom: 0.1rem;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #333333;
}
.p-mumbai-why__graph img {
  width: 100%;
  aspect-ratio: 720/420;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:660px ) {
  .p-mumbai-why__graph img {
    aspect-ratio: initial;
  }
}
.p-mumbai-why__infra.c-main-aside__inner {
  gap: 0;
  padding: 4.8rem 0 0 9.4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-mumbai-why__infra-main.c-main-aside__main {
  width: 40%;
  padding: 6.4rem 0 44rem;
}
.p-mumbai-why__infra-aside.c-main-aside__aside {
  width: 60%;
  padding: 6.4rem 0 0;
}
.p-mumbai-why__infra-intro {
  margin-bottom: 3.2rem;
  padding: 7.2rem 9.6rem 0;
}
@media screen and (max-width:660px ) {
  .p-mumbai-why__infra-intro {
    padding: 2.4rem;
  }
}
.p-mumbai-why__infra-sp-nav {
  display: none;
}
.p-mumbai-why__infra-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12rem;
}
.p-mumbai-why__infra-card {
  padding: 3.2rem 2.4rem 3.2rem 0;
}
.p-mumbai-why__infra-card--active {
  border-right-width: 0.3rem;
  border-right: 0.2rem solid #963620;
}
.p-mumbai-why__infra-card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding-bottom: 0.8rem;
}
.p-mumbai-why__infra-icon {
  position: relative;
  width: 5.6rem;
  height: 5.6rem;
  border: 0.2rem solid #963620;
  border-radius: 0.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width:660px ) {
  .p-mumbai-why__infra-icon {
    width: 6rem;
    height: 6rem;
  }
}
.p-mumbai-why__infra-icon--svg {
  border: 0;
  border-radius: 0;
}
.p-mumbai-why__infra-icon--svg img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-mumbai-why__infra-icon--rail::before {
  content: "";
  position: absolute;
  inset: 0.3rem;
  background: repeating-linear-gradient(90deg, #963620, #963620 0.2rem, transparent 0.2rem, transparent 0.6rem);
}
.p-mumbai-why__infra-icon--metro::before {
  content: "";
  position: absolute;
  inset: 0.35rem;
  border-radius: 50%;
  background: #963620;
}
.p-mumbai-why__infra-icon--airport::before, .p-mumbai-why__infra-icon--road::before {
  content: "";
  position: absolute;
  inset: 0.4rem;
  background: #963620;
}
.p-mumbai-why__infra-icon--road::before {
  inset: 0.35rem 0.75rem;
}
.p-mumbai-why__infra-card-title {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #333333;
}
.p-mumbai-why__infra-card-text {
  margin: 0;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: rgba(51, 51, 51, 0.8);
}
.p-mumbai-why__infra-media {
  margin: 1.6rem 0 0;
}
.p-mumbai-why__infra-media img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mumbai-why__infra-media figcaption {
  margin-top: 0.4rem;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: rgba(51, 51, 51, 0.8);
  text-align: right;
}
.p-mumbai-why__infra-map {
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.p-mumbai-why__infra-map img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100vh;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  -webkit-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
}
.p-mumbai-why__infra-map img.is-active {
  opacity: 1;
  z-index: 1;
}
.p-mumbai-why__infra-map.is-scroll-swap img {
  opacity: 0;
}
.p-mumbai-why__infra-map.is-scroll-swap img.is-active {
  opacity: 1;
}
@media screen and (max-width:660px ) {
  .p-mumbai-why {
    padding: 6.4rem 0 0;
  }
  .p-mumbai-why__inner {
    width: 100%;
  }
  .p-mumbai-why__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.6rem;
    padding: 6.4rem 2.4rem 2.4rem;
  }
  .p-mumbai-why .c-section-title__title {
    font-size: 7.2rem;
    padding-left: 0.8rem;
  }
  .p-mumbai-why__lead {
    padding-left: 0;
    font-size: 2.3rem;
  }
  .p-mumbai-why__answer {
    padding-bottom: 6.4rem;
  }
  .p-mumbai-why__answer--01 .p-mumbai-why__hero-title, .p-mumbai-why__answer--02 .p-mumbai-why__hero-title, .p-mumbai-why__answer--03 .p-mumbai-why__hero-title {
    top: 1.2rem;
    right: 1.2rem;
  }
  .p-mumbai-why__answer--01 .p-mumbai-why__hero-en, .p-mumbai-why__answer--02 .p-mumbai-why__hero-en, .p-mumbai-why__answer--03 .p-mumbai-why__hero-en {
    font-size: 8.1rem;
  }
  .p-mumbai-why__answer--01 .p-mumbai-why__hero-jp, .p-mumbai-why__answer--02 .p-mumbai-why__hero-jp, .p-mumbai-why__answer--03 .p-mumbai-why__hero-jp {
    margin: 0.4rem 0 0;
    font-size: 2.5rem;
  }
  .p-mumbai-why__answer--01 .p-mumbai-why__hero-no, .p-mumbai-why__answer--02 .p-mumbai-why__hero-no, .p-mumbai-why__answer--03 .p-mumbai-why__hero-no {
    font-size: 13.5rem;
  }
  .p-mumbai-why__answer--01 .p-mumbai-why__subtitle, .p-mumbai-why__answer--02 .p-mumbai-why__subtitle, .p-mumbai-why__answer--03 .p-mumbai-why__subtitle {
    padding-left: 2.8rem;
    font-size: 2.7rem;
  }
  .p-mumbai-why__answer--01 .p-mumbai-why__subtitle::before, .p-mumbai-why__answer--02 .p-mumbai-why__subtitle::before, .p-mumbai-why__answer--03 .p-mumbai-why__subtitle::before {
    font-size: 2rem;
  }
  .p-mumbai-why__answer--01 .p-mumbai-why__text, .p-mumbai-why__answer--02 .p-mumbai-why__text, .p-mumbai-why__answer--03 .p-mumbai-why__text {
    font-size: 2rem;
  }
  .p-mumbai-why__answer--01 .p-mumbai-why__thumb figcaption,
  .p-mumbai-why__answer--01 .p-mumbai-why__main-photo figcaption,
  .p-mumbai-why__answer--01 .p-mumbai-why__caption, .p-mumbai-why__answer--02 .p-mumbai-why__thumb figcaption,
  .p-mumbai-why__answer--02 .p-mumbai-why__main-photo figcaption,
  .p-mumbai-why__answer--02 .p-mumbai-why__caption, .p-mumbai-why__answer--03 .p-mumbai-why__thumb figcaption,
  .p-mumbai-why__answer--03 .p-mumbai-why__main-photo figcaption,
  .p-mumbai-why__answer--03 .p-mumbai-why__caption {
    font-size: 1.4rem;
  }
  .p-mumbai-why__answer--01 .p-mumbai-why__graph-badge, .p-mumbai-why__answer--02 .p-mumbai-why__graph-badge, .p-mumbai-why__answer--03 .p-mumbai-why__graph-badge {
    width: 3.4rem;
    height: 3.4rem;
    margin-bottom: 0.1rem;
    font-size: 1.4rem;
  }
  .p-mumbai-why__answer--01 .p-mumbai-why__graph-title, .p-mumbai-why__answer--02 .p-mumbai-why__graph-title, .p-mumbai-why__answer--03 .p-mumbai-why__graph-title {
    font-size: 2.7rem;
  }
  .p-mumbai-why__answer--01 .p-mumbai-why__graph-sub, .p-mumbai-why__answer--02 .p-mumbai-why__graph-sub, .p-mumbai-why__answer--03 .p-mumbai-why__graph-sub {
    font-size: 2.3rem;
  }
  .p-mumbai-why__hero {
    height: 32rem;
  }
  .p-mumbai-why__hero-title {
    right: 1.2rem;
    bottom: 1.2rem;
    gap: 0.8rem;
  }
  .p-mumbai-why__hero-en {
    font-size: 3.2rem;
  }
  .p-mumbai-why__hero-jp {
    margin-bottom: 0.4rem;
    font-size: 1.4rem;
  }
  .p-mumbai-why__hero-no {
    font-size: 5.6rem;
  }
  .p-mumbai-why__caption {
    padding: 0.8rem 1.2rem 0;
    font-size: 0.9rem;
  }
  .p-mumbai-why__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
    padding: 2.4rem;
  }
  .p-mumbai-why__subtitle {
    padding-bottom: 1.6rem;
    font-size: 2.7rem;
  }
  .p-mumbai-why__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .p-mumbai-why__thumbs {
    margin-top: 2.4rem;
  }
  .p-mumbai-why__thumb {
    width: calc((100% - 0.8rem) / 2);
  }
  .p-mumbai-why__thumb img {
    height: 12rem;
  }
  .p-mumbai-why__main-photo {
    width: 100%;
  }
  .p-mumbai-why__sp-carousel-wrap {
    margin-top: 1.6rem;
  }
  .p-mumbai-why__sp-main-photo {
    margin: 0;
  }
  .p-mumbai-why__sp-main-photo-item {
    display: none;
    margin: 0;
  }
  .p-mumbai-why__sp-main-photo-item.is-active {
    display: block;
  }
  .p-mumbai-why__sp-main-photo-item img {
    display: block;
    width: 100%;
    aspect-ratio: 612/390;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-mumbai-why__sp-main-photo-item figcaption {
    margin-top: 0.4rem;
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: rgba(51, 51, 51, 0.8);
    text-align: right;
  }
  .p-mumbai-why__sp-carousel {
    position: relative;
    margin-top: 0;
    overflow: hidden;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-mumbai-why__sp-carousel-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .p-mumbai-why__sp-carousel-figure {
    margin: 0;
  }
  .p-mumbai-why__sp-carousel-figure img {
    display: block;
    width: 100%;
    aspect-ratio: 296/190;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-mumbai-why__sp-carousel-figure figcaption {
    margin-top: 0.4rem;
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: rgba(51, 51, 51, 0.8);
    text-align: right;
  }
  .p-mumbai-why__sp-carousel .p-mumbai-why__sp-carousel-slide {
    margin: 0;
    border: 0.2rem solid transparent;
  }
  .p-mumbai-why__sp-carousel .p-mumbai-why__sp-carousel-slide.is-active {
    border-color: #963620;
  }
  .p-mumbai-why__sp-carousel-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.8rem;
    margin-top: 2rem;
  }
  .p-mumbai-why__sp-toggle {
    display: grid;
    place-items: center;
    width: 5.4rem;
    height: 5.4rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-mumbai-why__sp-toggle-svg {
    display: block;
    width: 5.4rem;
    height: 5.4rem;
  }
  .p-mumbai-why__sp-toggle-svg svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  .p-mumbai-why__sp-toggle-svg--play {
    display: none;
  }
  .p-mumbai-why__sp-toggle-svg--stop {
    display: block;
  }
  .p-mumbai-why__sp-toggle.is-playing .p-mumbai-why__sp-toggle-svg--play {
    display: none;
  }
  .p-mumbai-why__sp-toggle.is-playing .p-mumbai-why__sp-toggle-svg--stop {
    display: block;
  }
  .p-mumbai-why__sp-toggle:not(.is-playing) .p-mumbai-why__sp-toggle-svg--play {
    display: block;
  }
  .p-mumbai-why__sp-toggle:not(.is-playing) .p-mumbai-why__sp-toggle-svg--stop {
    display: none;
  }
  .p-mumbai-why__graph-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 2.4rem;
  }
  .p-mumbai-why__graph {
    width: 100%;
  }
  .p-mumbai-why__graph figcaption {
    font-size: 1.8rem;
  }
  .p-mumbai-why__infra.c-main-aside__inner {
    width: calc(100% - 4.8rem);
    margin: 0 auto;
    gap: 2.4rem;
  }
}
@media screen and (max-width:660px ) and (max-width:660px ) {
  .p-mumbai-why__infra.c-main-aside__inner {
    display: none;
  }
}
@media screen and (max-width:660px ) {
  .p-mumbai-why__infra-main.c-main-aside__main {
    width: 100%;
    padding: 0;
  }
  .p-mumbai-why__infra-aside.c-main-aside__aside {
    position: static;
    width: 100%;
    padding: 0;
  }
  .p-mumbai-why__infra-card {
    padding: 2.4rem 1.2rem 2.4rem 0;
  }
  .p-mumbai-why__infra-card-title {
    font-size: 3.4rem;
  }
  .p-mumbai-why__infra-card-text {
    font-size: 2.2rem;
  }
  .p-mumbai-why__infra-media figcaption {
    font-size: 1.4rem;
  }
  .p-mumbai-why__infra-map img {
    height: 36rem;
  }
  .p-mumbai-why__infra--sp.c-main-aside__inner {
    display: block;
    width: calc(100% - 4.8rem);
    margin: 0 auto;
    padding: 0;
  }
  .p-mumbai-why__infra-sp-nav {
    display: block;
    width: calc(100% - 4.8rem);
    margin: 2.4rem auto 0;
  }
  .p-mumbai-why__infra-sp-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .p-mumbai-why__infra-sp-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    min-height: 5rem;
    padding: 1.2rem 1.4rem;
    border: 0.1rem solid #d4d0c8;
    background: #f8f7f4;
    text-decoration: none;
    color: #333333;
  }
  .p-mumbai-why__infra-sp-tab-label {
    display: block;
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.04em;
  }
  .p-mumbai-why__infra-sp-tab-arrow {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 0.8rem;
    height: 0.8rem;
    border-right: 0.2rem solid #8f8d88;
    border-bottom: 0.2rem solid #8f8d88;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .p-mumbai-why__infra-sp-panels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
    margin-top: 0;
  }
  .p-mumbai-why__infra-sp-panel {
    scroll-margin-top: 9rem;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .p-mumbai-why__infra-sp-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 0.8rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-mumbai-why__infra-sp-panel .p-mumbai-why__infra-card-head {
    padding-bottom: 0.8rem;
  }
  .p-mumbai-why__infra-sp-panel .p-mumbai-why__infra-card-title {
    font-size: 3.5rem;
  }
  .p-mumbai-why__infra-media--sp {
    margin: 0;
    width: 21rem;
  }
  .p-mumbai-why__infra-media--sp img {
    width: 21rem;
    height: 20rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-mumbai-why__infra-media--sp figcaption {
    margin-top: 0.2rem;
    font-size: 1.5rem;
    text-align: left;
  }
  .p-mumbai-why__infra-map--sp {
    position: static;
    height: auto;
    margin-top: 1.6rem;
  }
  .p-mumbai-why__infra-map--sp img {
    position: static;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    opacity: 1;
  }
}
.p-mumbai-why .p-mumbai-why__notice {
  padding-left: 6.8rem;
}
@media screen and (max-width:660px ) {
  .p-mumbai-why .p-mumbai-why__notice {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    padding-top: 12rem;
  }
}
.p-mumbai-why__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 4rem;
  padding: 0;
  list-style: none;
  padding: 0 2.4rem;
}
.p-mumbai-why__nav-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-mumbai-why__nav-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0.6rem;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-mumbai-why__nav-link:hover {
  opacity: 0.7;
}
.p-mumbai-why__nav-link-label {
  display: inline-block;
  padding-bottom: 0.2rem;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #333333;
  border-bottom: 0.15rem solid #333333;
}
.p-mumbai-why__nav-link-icon {
  position: relative;
  display: block;
  width: 2rem;
  height: 2.2rem;
}
.p-mumbai-why__nav-link-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.2rem;
  display: inline-block;
  width: 2rem;
  height: 2.3rem;
  margin-left: 0.8rem;
  background: url(/india-mumbai-pj/asset/image/bkc1st/planning/icon-planning_03.svg) center/contain no-repeat;
  vertical-align: middle;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width:660px ) {
  .p-mumbai-why__nav-link-icon::before {
    width: 1.4rem;
    right: 0.5rem;
  }
}/*# sourceMappingURL=mumbai.css.map */