@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
/*! destyle.css v4.0.1 | 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;
  min-width: 0;
}

/* 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 */
/* ============================================ */
section,
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: bolder;
}

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

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

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

/*----------------------------------------------------
common
--------------------------------------------------- */
:root {
  --vw: 1vw;
  --color_all: #806620;
  --color_roppongi: #2a456b;
  --color_azabudai: #0c624e;
  --color_toranomon: #8a7954;
  --color_ark: #cc5c3e;
  --color_omotesando: #565f67;
  --color_roppongi_light: #c8e2fa;
  --color_azabudai_light: #c5e0d8;
  --color_toranomon_light: #e8ddbe;
  --color_ark_light: #f2d6cb;
  --color_omotesando_light: #dce0e3;
  --color_orange: #d96706;
  --font_serif: "Noto Serif JP", serif;
  --font_en: "Playfair Display", serif;
  --line_height_base: 1.6;
  --line_height_large: 1.8;
  --line_height_small: 1.4;
  --letterspacing_small: -0.02em;
  --letterspacing_large: 0.025em;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

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

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

.header-inner {
  padding: 15px 0 14px 16px;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .header-inner {
    padding: 24px 20px;
    max-width: 1280px;
    width: 100%;
    margin-inline: auto;
    -ms-grid-columns: 264px 1fr;
    grid-template-columns: 264px 1fr;
  }
}
.header-inner {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: end;
}
@media screen and (max-width: 767px) {
  .header-inner {
    -ms-grid-columns: 174px 1fr;
    grid-template-columns: 174px 1fr;
  }
  .header-inner img {
    max-width: 100%;
    height: auto;
  }
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-nav nav {
  display: none;
}
@media screen and (max-width: 767px) {
  .header-nav nav {
    display: none;
  }
}
.header-nav nav .header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  font-size: 0.875rem;
}
.header-nav nav .header-nav__list .nav-entry {
  position: relative;
}
.header-nav nav .header-nav__list .nav-entry:hover span + .header-nav__sublist {
  display: block;
}
.header-nav nav .header-nav__list .nav-entry:hover span::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.header-nav nav .header-nav__list span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  cursor: pointer;
}
.header-nav nav .header-nav__list span::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 5px;
  background: url(../images/common/nav_arrow.svg) no-repeat center;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-nav nav .header-nav__sublist {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-top: 16px;
  font-size: 0.875rem;
  text-align: center;
  z-index: 10;
}
.header-nav nav .header-nav__sublist ul {
  background-color: #fff;
  padding-block: 16px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 16px;
}
.header-nav nav .header-nav__sublist a {
  display: block;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
  text-align: center;
}
@media (hover: hover) {
  .header-nav nav .header-nav__sublist a:where(:-moz-any-link, :enabled, summary):hover {
    color: #AAAAAA;
  }
  .header-nav nav .header-nav__sublist a:where(:any-link, :enabled, summary):hover {
    color: #AAAAAA;
  }
}
.header-nav .header-nav__lang {
  position: relative;
  padding-right: 18px;
  padding-left: 24px;
  margin-left: 24px;
  border-left: 1px solid #AAA;
}
@media screen and (max-width: 767px) {
  .header-nav .header-nav__lang {
    font-size: 12px;
    padding-right: 16px;
    padding-left: 12px;
    margin-left: 12px;
  }
}
.header-nav .header-nav__lang span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  cursor: pointer;
  min-width: 61px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .header-nav .header-nav__lang span {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    min-width: 53px;
  }
}
.header-nav .header-nav__lang span::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 5px;
  background: url(../images/common/nav_arrow.svg) no-repeat center;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 768px), print {
  .header-nav .header-nav__lang:hover span::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .header-nav .header-nav__lang:hover span + #shutto-languages {
    display: block;
  }
}
.header-nav .header-nav__lang.is-open span::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.header-nav .header-nav__lang.is-open #shutto-languages {
  display: block;
}
.header-nav #shutto-languages {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-top: 16px;
  font-size: 0.875rem;
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .header-nav #shutto-languages {
    font-size: 12px;
  }
}
.header-nav #shutto-languages ul {
  background-color: #fff;
  padding: 16px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 16px;
}
@media screen and (max-width: 767px) {
  .header-nav #shutto-languages ul {
    font-size: 12px;
    padding: 12px;
    row-gap: 12px;
  }
}
.header-nav #shutto-languages a {
  display: block;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
  text-align: center;
}
@media (hover: hover) {
  .header-nav #shutto-languages a:where(:-moz-any-link, :enabled, summary):hover {
    color: #AAAAAA;
  }
  .header-nav #shutto-languages a:where(:any-link, :enabled, summary):hover {
    color: #AAAAAA;
  }
}
.header-nav #shutto-languages a[data-stt-active] {
  color: #AAAAAA;
}

@media screen and (max-width: 767px) {
  .footer-inner {
    padding: 32px 16px 24px;
  }
  .footer-inner .footer-logo {
    width: 280px;
  }
  .footer-inner .footer-logo img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px), print {
  .footer-inner {
    padding: 56px 20px 40px;
    max-width: 1280px;
    width: 100%;
    margin-inline: auto;
  }
  .footer-inner .footer-logo {
    width: 340px;
  }
  .footer-inner .footer-logo img {
    max-width: 100%;
    height: auto;
  }
}

.footer-hills {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .footer-hills {
    margin-top: 48px;
  }
}
.footer-hills ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  font-size: 0.75rem;
}
.footer-hills ul a {
  display: block;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
@media (hover: hover) {
  .footer-hills ul a:where(:-moz-any-link, :enabled, summary):hover {
    color: #AAAAAA;
  }
  .footer-hills ul a:where(:any-link, :enabled, summary):hover {
    color: #AAAAAA;
  }
}

.footer-bottom {
  margin-top: 32px;
  border-top: 1px solid #000;
  padding-top: 32px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 80px 1fr;
  grid-template-columns: 80px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: space-between;
}
@media screen and (max-width: 767px) {
  .footer-bottom {
    margin-top: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .footer-bottom .footer-moribuilding {
    width: 66px;
  }
}

.footer-nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  justify-items: end;
  row-gap: 17px;
}
@media screen and (max-width: 767px) {
  .footer-nav {
    margin-top: 40px;
    justify-items: start;
  }
}
.footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  font-size: 0.75rem;
}
.footer-nav ul a {
  display: block;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
@media (hover: hover) {
  .footer-nav ul a:where(:-moz-any-link, :enabled, summary):hover {
    color: #AAAAAA;
  }
  .footer-nav ul a:where(:any-link, :enabled, summary):hover {
    color: #AAAAAA;
  }
}
.footer-nav .copyright {
  font-size: 0.625rem;
}
@media screen and (max-width: 767px) {
  .footer-nav .copyright {
    font-size: 0.625rem;
  }
}

/* keyframes */
@-webkit-keyframes modalwindow_body_in {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes modalwindow_body_in {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes modalwindow_body_out {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes modalwindow_body_out {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-webkit-keyframes fadeIn_object {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn_object {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#burger_2026 {
  background-color: #000;
  color: #000;
}
@media screen and (max-width: 767px) {
  #burger_2026 {
    min-width: 320px;
    word-wrap: break-word;
  }
}
#burger_2026 .hero {
  position: relative;
}
#burger_2026 .hero__title {
  position: absolute;
}
@media screen and (max-width: 767px) {
  #burger_2026 .hero__title {
    width: 100%;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 768px), print {
  #burger_2026 .hero__title {
    width: calc(var(--vw) * 0.5242857143 * 100);
    height: calc(var(--vw) * 0.1571428571 * 100);
    top: calc(var(--vw) * 0.0342857143 * 100);
    left: calc(var(--vw) * 0.2378571429 * 100);
  }
}
#burger_2026 .hero__badge {
  position: absolute;
}
@media screen and (max-width: 767px) {
  #burger_2026 .hero__badge {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  #burger_2026 .hero__badge {
    width: calc(var(--vw) * 0.0828571429 * 100);
    height: calc(var(--vw) * 0.0828571429 * 100);
    top: calc(var(--vw) * 0.0628571429 * 100);
    right: calc(var(--vw) * 0.1378571429 * 100);
  }
}
#burger_2026 .teaser {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #burger_2026 .teaser {
    padding-block: 64px;
    width: 100%;
  }
}
@media screen and (min-width: 768px), print {
  #burger_2026 .teaser {
    padding-block: 128px;
    max-width: 1240px;
    width: calc(100% - 60px);
  }
}
#burger_2026 .teaser {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #burger_2026 .teaser__label {
    width: 274px;
  }
}
@media screen and (min-width: 768px), print {
  #burger_2026 .teaser__label {
    width: 315px;
  }
}
#burger_2026 .teaser__label {
  margin-inline: auto;
}
#burger_2026 .teaser__title {
  font-family: var(--font_serif);
  font-weight: 600;
  text-align: center;
  line-height: var(--line_height_small);
}
@media screen and (max-width: 767px) {
  #burger_2026 .teaser__title {
    margin-top: 24px;
    font-size: 22px;
  }
}
@media screen and (min-width: 768px), print {
  #burger_2026 .teaser__title {
    margin-top: 40px;
    font-size: 40px;
  }
}
#burger_2026 .teaser__title::after {
  content: "";
  display: block;
  height: 5px;
  margin-inline: auto;
  margin-top: 24px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  #burger_2026 .teaser__title::after {
    width: 56px;
  }
}
@media screen and (min-width: 768px), print {
  #burger_2026 .teaser__title::after {
    width: 100px;
  }
}
#burger_2026 .teaser__text {
  line-height: var(--line_height_large);
  text-align: center;
  font-weight: 700;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  #burger_2026 .teaser__text {
    font-size: 16px;
  }
  #burger_2026 .teaser__text span {
    display: block;
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px), print {
  #burger_2026 .teaser__text {
    font-size: 18px;
  }
}
#burger_2026 .teaser__text p ~ p {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  #burger_2026 .teaser__text p ~ p {
    margin-top: 10px;
  }
}

#sitepolicy {
  max-width: 1000px;
  margin: 0 auto;
  padding: 160px 20px 136px;
}
@media screen and (max-width: 767px) {
  #sitepolicy {
    padding-block: 128px;
  }
}
#sitepolicy p {
  font-size: 1rem;
  line-height: var(--line_height_large);
}
#sitepolicy h1 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sitepolicy h1 {
    font-size: 1.75rem;
  }
}
#sitepolicy h1 + p {
  margin-top: 41px;
}
#sitepolicy h2 {
  font-size: 1.375rem;
  font-weight: 700;
  margin-top: 80px;
  border-bottom: 1px solid #000;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  #sitepolicy h2 {
    margin-top: 56px;
    line-height: var(--line_height_small);
  }
}
#sitepolicy h2 + p {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  #sitepolicy h2 + p {
    margin-top: 24px;
  }
}
#sitepolicy h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  #sitepolicy h3 {
    font-size: 1.125rem;
    margin-top: 24px;
  }
}
#sitepolicy h3 + p {
  margin-top: 16px;
}