@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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 */
/* ============================================ */
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 {
  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] {
  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 */
  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;
}

/**
 * レスポンシブ時に、PCのみに適用させる。
 * @include pc{}
 */
/**
 * レスポンシブ時に、SPのみに適用させる。
 * @include sp{}
 */
.header {
  background-color: #fff;
  position: relative;
  z-index: 5;
}
.header .header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 769px) {
  .header .header__inner {
    width: min(74.4791666667vw, 1430px);
    height: min(5.2083333333vw, 100px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .header .header__inner {
    width: 100%;
    height: 15.3333333333vw;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
.header .header__left {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .header .header__left {
    gap: min(2.0833333333vw, 40px);
  }
}
@media only screen and (max-width: 768px) {
  .header .header__left {
    gap: 4.6666666667vw;
  }
}
@media only screen and (min-width: 769px) {
  .header .header__logo--lalaport {
    width: min(10.9375vw, 210px);
  }
}
@media only screen and (max-width: 768px) {
  .header .header__logo--lalaport {
    width: 21.3333333333vw;
  }
}
@media only screen and (min-width: 769px) {
  .header .header__logo--outlet {
    width: min(10.4166666667vw, 200px);
  }
}
@media only screen and (max-width: 768px) {
  .header .header__logo--outlet {
    width: 21.3333333333vw;
  }
}
@media only screen and (min-width: 769px) {
  .header .header__logo--fudosan {
    width: min(10.9375vw, 210px);
  }
}
@media only screen and (max-width: 768px) {
  .header .header__logo--fudosan {
    width: 22.2666666667vw;
  }
}

@media only screen and (min-width: 769px) {
  .footer {
    padding-top: min(3.125vw, 60px);
    padding-bottom: min(1.5625vw, 30px);
  }
}
@media only screen and (max-width: 768px) {
  .footer {
    padding-top: 6.6666666667vw;
    padding-bottom: 13.3333333333vw;
  }
}
@media only screen and (min-width: 769px) {
  .footer .footer__inner {
    margin-left: auto;
    margin-right: auto;
    width: min(36.4583333333vw, 700px);
  }
}
@media only screen and (max-width: 768px) {
  .footer .footer__inner {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .footer .footer__menu {
    display: flex;
    flex-direction: column;
    gap: 3.3333333333vw;
  }
}
@media only screen and (min-width: 769px) {
  .footer .footer__menu-item {
    display: inline-block;
    margin-right: min(0.5208333333vw, 10px);
    font-size: min(0.78125vw, 15px);
  }
}
@media only screen and (min-width: 769px) {
  .footer .footer__menu-item a {
    text-decoration: underline;
  }
}
.footer .footer__copyright {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .footer .footer__copyright {
    margin-top: min(2.6041666667vw, 50px);
  }
}
@media only screen and (max-width: 768px) {
  .footer .footer__copyright {
    margin-top: 7.3333333333vw;
    font-size: 2.1333333333vw;
  }
}
.footer .footer__logo {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .footer .footer__logo {
    margin-top: min(1.5625vw, 30px);
  }
}
@media only screen and (max-width: 768px) {
  .footer .footer__logo {
    margin-top: 5.3333333333vw;
  }
}
.footer .footer__logo a {
  display: block;
}
@media only screen and (min-width: 769px) {
  .footer .footer__logo a {
    width: min(11.9791666667vw, 230px);
  }
}
@media only screen and (max-width: 768px) {
  .footer .footer__logo a {
    width: 64.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .footer .footer__logo__list {
    display: flex;
    justify-content: center;
    gap: 4.8vw;
    margin-top: 8vw;
  }
  .footer .footer__logo__list-item--lalaport {
    width: 26.6666666667vw;
  }
  .footer .footer__logo__list-item--mitsui {
    width: 20vw;
  }
}

#modal-1 .overlay,
#modal-2 .overlay,
#modal-3 .overlay,
#modal-4 .overlay,
#modal-5 .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9998;
}
#modal-1 .modal__container,
#modal-2 .modal__container,
#modal-3 .modal__container,
#modal-4 .modal__container,
#modal-5 .modal__container {
  position: fixed;
  background-color: #fff;
  overflow-y: scroll;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
}
@media only screen and (min-width: 769px) {
  #modal-1 .modal__container,
  #modal-2 .modal__container,
  #modal-3 .modal__container,
  #modal-4 .modal__container,
  #modal-5 .modal__container {
    width: min(36.4583333333vw, 700px);
    height: 80vh;
    border-radius: min(0.5208333333vw, 10px);
  }
}
@media only screen and (max-width: 768px) {
  #modal-1 .modal__container,
  #modal-2 .modal__container,
  #modal-3 .modal__container,
  #modal-4 .modal__container,
  #modal-5 .modal__container {
    width: 93.3333333333vw;
    border-radius: 1.3333333333vw;
    height: 80vh;
  }
}
@media only screen and (min-width: 769px) {
  #modal-1 .modal__container__inner,
  #modal-2 .modal__container__inner,
  #modal-3 .modal__container__inner,
  #modal-4 .modal__container__inner,
  #modal-5 .modal__container__inner {
    padding: min(0vw, 0px) min(1.0416666667vw, 20px) min(3.125vw, 60px);
  }
}
@media only screen and (max-width: 768px) {
  #modal-1 .modal__container__inner,
  #modal-2 .modal__container__inner,
  #modal-3 .modal__container__inner,
  #modal-4 .modal__container__inner,
  #modal-5 .modal__container__inner {
    padding: 0vw 6.6666666667vw 12vw;
  }
}
#modal-1 .modal__shop__list,
#modal-2 .modal__shop__list,
#modal-3 .modal__shop__list,
#modal-4 .modal__shop__list,
#modal-5 .modal__shop__list {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 769px) {
  #modal-1 .modal__shop__list,
  #modal-2 .modal__shop__list,
  #modal-3 .modal__shop__list,
  #modal-4 .modal__shop__list,
  #modal-5 .modal__shop__list {
    gap: min(1.0416666667vw, 20px);
    margin-top: min(1.5625vw, 30px);
  }
}
@media only screen and (max-width: 768px) {
  #modal-1 .modal__shop__list,
  #modal-2 .modal__shop__list,
  #modal-3 .modal__shop__list,
  #modal-4 .modal__shop__list,
  #modal-5 .modal__shop__list {
    gap: 5.3333333333vw;
    margin-top: 4vw;
  }
}
#modal-1 .modal__shop__list--item,
#modal-2 .modal__shop__list--item,
#modal-3 .modal__shop__list--item,
#modal-4 .modal__shop__list--item,
#modal-5 .modal__shop__list--item {
  background-color: #fff6e9;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 769px) {
  #modal-1 .modal__shop__list--item,
  #modal-2 .modal__shop__list--item,
  #modal-3 .modal__shop__list--item,
  #modal-4 .modal__shop__list--item,
  #modal-5 .modal__shop__list--item {
    width: calc(50% - min(0.5208333333vw, 10px));
    border-radius: min(0.5208333333vw, 10px);
    padding: min(0.5208333333vw, 10px) min(0.5208333333vw, 10px) min(1.0416666667vw, 20px) min(0.5208333333vw, 10px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  #modal-1 .modal__shop__list--item,
  #modal-2 .modal__shop__list--item,
  #modal-3 .modal__shop__list--item,
  #modal-4 .modal__shop__list--item,
  #modal-5 .modal__shop__list--item {
    width: 100%;
    border-radius: 1.3333333333vw;
    padding: 4vw 2.6666666667vw 5.3333333333vw 2.6666666667vw;
  }
}
#modal-1 .modal__shop__list---item__img,
#modal-2 .modal__shop__list---item__img,
#modal-3 .modal__shop__list---item__img,
#modal-4 .modal__shop__list---item__img,
#modal-5 .modal__shop__list---item__img {
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  #modal-1 .modal__shop__list---item__img,
  #modal-2 .modal__shop__list---item__img,
  #modal-3 .modal__shop__list---item__img,
  #modal-4 .modal__shop__list---item__img,
  #modal-5 .modal__shop__list---item__img {
    border-radius: min(0.5208333333vw, 10px) min(0.5208333333vw, 10px) 0 0;
    width: min(14.6875vw, 282px);
    height: min(9.7916666667vw, 188px);
  }
}
@media only screen and (max-width: 768px) {
  #modal-1 .modal__shop__list---item__img,
  #modal-2 .modal__shop__list---item__img,
  #modal-3 .modal__shop__list---item__img,
  #modal-4 .modal__shop__list---item__img,
  #modal-5 .modal__shop__list---item__img {
    border-radius: 1.3333333333vw 1.3333333333vw 0 0;
    width: 80vw;
    height: 50.6666666667vw;
  }
}
#modal-1 .modal__shop__list---item__img img,
#modal-2 .modal__shop__list---item__img img,
#modal-3 .modal__shop__list---item__img img,
#modal-4 .modal__shop__list---item__img img,
#modal-5 .modal__shop__list---item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#modal-1 .modal__shop__list---item__title,
#modal-2 .modal__shop__list---item__title,
#modal-3 .modal__shop__list---item__title,
#modal-4 .modal__shop__list---item__title,
#modal-5 .modal__shop__list---item__title {
  text-align: center;
  font-weight: 700;
  color: #6d2a1d;
}
@media only screen and (min-width: 769px) {
  #modal-1 .modal__shop__list---item__title,
  #modal-2 .modal__shop__list---item__title,
  #modal-3 .modal__shop__list---item__title,
  #modal-4 .modal__shop__list---item__title,
  #modal-5 .modal__shop__list---item__title {
    font-size: min(0.8333333333vw, 16px);
    margin-top: min(0.5208333333vw, 10px);
  }
}
@media only screen and (max-width: 768px) {
  #modal-1 .modal__shop__list---item__title,
  #modal-2 .modal__shop__list---item__title,
  #modal-3 .modal__shop__list---item__title,
  #modal-4 .modal__shop__list---item__title,
  #modal-5 .modal__shop__list---item__title {
    font-size: 4.5333333333vw;
    margin-top: 2.6666666667vw;
  }
}
#modal-1 .modal__shop__list---item__pref,
#modal-2 .modal__shop__list---item__pref,
#modal-3 .modal__shop__list---item__pref,
#modal-4 .modal__shop__list---item__pref,
#modal-5 .modal__shop__list---item__pref {
  text-align: center;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  #modal-1 .modal__shop__list---item__pref,
  #modal-2 .modal__shop__list---item__pref,
  #modal-3 .modal__shop__list---item__pref,
  #modal-4 .modal__shop__list---item__pref,
  #modal-5 .modal__shop__list---item__pref {
    font-size: min(0.7291666667vw, 14px);
    margin-top: min(0vw, 0px);
  }
}
@media only screen and (max-width: 768px) {
  #modal-1 .modal__shop__list---item__pref,
  #modal-2 .modal__shop__list---item__pref,
  #modal-3 .modal__shop__list---item__pref,
  #modal-4 .modal__shop__list---item__pref,
  #modal-5 .modal__shop__list---item__pref {
    font-size: 4vw;
  }
}
#modal-1 .modal__shop__list---item__period,
#modal-2 .modal__shop__list---item__period,
#modal-3 .modal__shop__list---item__period,
#modal-4 .modal__shop__list---item__period,
#modal-5 .modal__shop__list---item__period {
  font-weight: 400;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  #modal-1 .modal__shop__list---item__period,
  #modal-2 .modal__shop__list---item__period,
  #modal-3 .modal__shop__list---item__period,
  #modal-4 .modal__shop__list---item__period,
  #modal-5 .modal__shop__list---item__period {
    font-size: min(0.78125vw, 15px);
  }
}
#modal-1 .modal__shop__list---item__description,
#modal-2 .modal__shop__list---item__description,
#modal-3 .modal__shop__list---item__description,
#modal-4 .modal__shop__list---item__description,
#modal-5 .modal__shop__list---item__description {
  border-top: 1px solid #6d2a1d;
}
@media only screen and (min-width: 769px) {
  #modal-1 .modal__shop__list---item__description,
  #modal-2 .modal__shop__list---item__description,
  #modal-3 .modal__shop__list---item__description,
  #modal-4 .modal__shop__list---item__description,
  #modal-5 .modal__shop__list---item__description {
    font-size: min(0.625vw, 12px);
    line-height: 1.6666666667;
    margin-top: min(0.5208333333vw, 10px);
    padding-top: min(0.5208333333vw, 10px);
  }
}
@media only screen and (max-width: 768px) {
  #modal-1 .modal__shop__list---item__description,
  #modal-2 .modal__shop__list---item__description,
  #modal-3 .modal__shop__list---item__description,
  #modal-4 .modal__shop__list---item__description,
  #modal-5 .modal__shop__list---item__description {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
    padding-top: 1.3333333333vw;
  }
}
#modal-1 .modal__shop__list---item__link,
#modal-2 .modal__shop__list---item__link,
#modal-3 .modal__shop__list---item__link,
#modal-4 .modal__shop__list---item__link,
#modal-5 .modal__shop__list---item__link {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 769px) {
  #modal-1 .modal__shop__list---item__link,
  #modal-2 .modal__shop__list---item__link,
  #modal-3 .modal__shop__list---item__link,
  #modal-4 .modal__shop__list---item__link,
  #modal-5 .modal__shop__list---item__link {
    bottom: min(0.78125vw, 15px);
  }
}
@media only screen and (max-width: 768px) {
  #modal-1 .modal__shop__list---item__link,
  #modal-2 .modal__shop__list---item__link,
  #modal-3 .modal__shop__list---item__link,
  #modal-4 .modal__shop__list---item__link,
  #modal-5 .modal__shop__list---item__link {
    bottom: 4vw;
  }
}
#modal-1 .modal__shop__list---item__link a,
#modal-2 .modal__shop__list---item__link a,
#modal-3 .modal__shop__list---item__link a,
#modal-4 .modal__shop__list---item__link a,
#modal-5 .modal__shop__list---item__link a {
  display: block;
}
@media only screen and (min-width: 769px) {
  #modal-1 .modal__shop__list---item__link a,
  #modal-2 .modal__shop__list---item__link a,
  #modal-3 .modal__shop__list---item__link a,
  #modal-4 .modal__shop__list---item__link a,
  #modal-5 .modal__shop__list---item__link a {
    width: min(1.5625vw, 30px);
  }
}
@media only screen and (max-width: 768px) {
  #modal-1 .modal__shop__list---item__link a,
  #modal-2 .modal__shop__list---item__link a,
  #modal-3 .modal__shop__list---item__link a,
  #modal-4 .modal__shop__list---item__link a,
  #modal-5 .modal__shop__list---item__link a {
    width: 8.5333333333vw;
  }
}
#modal-1 .modal__shop__close,
#modal-2 .modal__shop__close,
#modal-3 .modal__shop__close,
#modal-4 .modal__shop__close,
#modal-5 .modal__shop__close {
  position: sticky;
  z-index: 9999;
  /* デフォルト色（CSS変数でまとめると運用が楽） */
}
@media only screen and (min-width: 769px) {
  #modal-1 .modal__shop__close,
  #modal-2 .modal__shop__close,
  #modal-3 .modal__shop__close,
  #modal-4 .modal__shop__close,
  #modal-5 .modal__shop__close {
    width: min(2.6041666667vw, 50px);
    top: min(1.0416666667vw, 20px);
    left: min(33.8541666667vw, 650px);
  }
}
@media only screen and (max-width: 768px) {
  #modal-1 .modal__shop__close,
  #modal-2 .modal__shop__close,
  #modal-3 .modal__shop__close,
  #modal-4 .modal__shop__close,
  #modal-5 .modal__shop__close {
    width: 8vw;
    top: 4vw;
    left: 90%;
  }
}
#modal-1 .modal__shop__close .icon-close,
#modal-2 .modal__shop__close .icon-close,
#modal-3 .modal__shop__close .icon-close,
#modal-4 .modal__shop__close .icon-close,
#modal-5 .modal__shop__close .icon-close {
  --close-bg: #000; /* 丸の色 */
  --close-x: #fff; /* バツの色 */
  /* 枠線を付けたい場合のオプション */
  --close-stroke: transparent; /* 例: #222 */
  --close-stroke-w: 0; /* 例: 1.5 */
}
#modal-1 .modal__shop__close .icon-close__bg,
#modal-2 .modal__shop__close .icon-close__bg,
#modal-3 .modal__shop__close .icon-close__bg,
#modal-4 .modal__shop__close .icon-close__bg,
#modal-5 .modal__shop__close .icon-close__bg {
  fill: #d74343;
  stroke: var(--close-stroke);
  stroke-width: var(--close-stroke-w);
  vector-effect: non-scaling-stroke;
}
#modal-1 .modal__shop__close .icon-close__x,
#modal-2 .modal__shop__close .icon-close__x,
#modal-3 .modal__shop__close .icon-close__x,
#modal-4 .modal__shop__close .icon-close__x,
#modal-5 .modal__shop__close .icon-close__x {
  fill: var(--close-x);
}
#modal-1 .modal__shop__close svg,
#modal-1 .modal__shop__close svg *,
#modal-2 .modal__shop__close svg,
#modal-2 .modal__shop__close svg *,
#modal-3 .modal__shop__close svg,
#modal-3 .modal__shop__close svg *,
#modal-4 .modal__shop__close svg,
#modal-4 .modal__shop__close svg *,
#modal-5 .modal__shop__close svg,
#modal-5 .modal__shop__close svg * {
  pointer-events: none;
}
#modal-1 .modal__header,
#modal-2 .modal__header,
#modal-3 .modal__header,
#modal-4 .modal__header,
#modal-5 .modal__header {
  position: relative;
}
#modal-1 .p-top__modal__mall,
#modal-2 .p-top__modal__mall,
#modal-3 .p-top__modal__mall,
#modal-4 .p-top__modal__mall,
#modal-5 .p-top__modal__mall {
  text-align: center;
  font-weight: 600;
  color: #fff;
  background-color: #8e533b;
  line-height: 1.4;
}
@media only screen and (min-width: 769px) {
  #modal-1 .p-top__modal__mall,
  #modal-2 .p-top__modal__mall,
  #modal-3 .p-top__modal__mall,
  #modal-4 .p-top__modal__mall,
  #modal-5 .p-top__modal__mall {
    margin-top: min(1.5625vw, 30px);
    font-size: min(0.9375vw, 18px);
    padding: min(0.5208333333vw, 10px) 0 min(0.7291666667vw, 14px);
  }
}
@media only screen and (max-width: 768px) {
  #modal-1 .p-top__modal__mall,
  #modal-2 .p-top__modal__mall,
  #modal-3 .p-top__modal__mall,
  #modal-4 .p-top__modal__mall,
  #modal-5 .p-top__modal__mall {
    margin-top: 6.6666666667vw;
    font-size: 4.8vw;
    padding: 1.3333333333vw 0 1.8666666667vw;
  }
}
#modal-1 .modal__shop__more,
#modal-2 .modal__shop__more,
#modal-3 .modal__shop__more,
#modal-4 .modal__shop__more,
#modal-5 .modal__shop__more {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  #modal-1 .modal__shop__more,
  #modal-2 .modal__shop__more,
  #modal-3 .modal__shop__more,
  #modal-4 .modal__shop__more,
  #modal-5 .modal__shop__more {
    margin-top: min(2.0833333333vw, 40px);
  }
}
@media only screen and (max-width: 768px) {
  #modal-1 .modal__shop__more,
  #modal-2 .modal__shop__more,
  #modal-3 .modal__shop__more,
  #modal-4 .modal__shop__more,
  #modal-5 .modal__shop__more {
    margin-top: 8vw;
  }
}
#modal-1 .modal__shop__more .modal__shop__more__en,
#modal-2 .modal__shop__more .modal__shop__more__en,
#modal-3 .modal__shop__more .modal__shop__more__en,
#modal-4 .modal__shop__more .modal__shop__more__en,
#modal-5 .modal__shop__more .modal__shop__more__en {
  color: #6d2a1d;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 769px) {
  #modal-1 .modal__shop__more .modal__shop__more__en,
  #modal-2 .modal__shop__more .modal__shop__more__en,
  #modal-3 .modal__shop__more .modal__shop__more__en,
  #modal-4 .modal__shop__more .modal__shop__more__en,
  #modal-5 .modal__shop__more .modal__shop__more__en {
    font-size: min(1.5625vw, 30px);
  }
}
@media only screen and (max-width: 768px) {
  #modal-1 .modal__shop__more .modal__shop__more__en,
  #modal-2 .modal__shop__more .modal__shop__more__en,
  #modal-3 .modal__shop__more .modal__shop__more__en,
  #modal-4 .modal__shop__more .modal__shop__more__en,
  #modal-5 .modal__shop__more .modal__shop__more__en {
    font-size: 6.4vw;
  }
}
@media only screen and (min-width: 769px) {
  #modal-1 .modal__shop__more .modal__shop__more__ja,
  #modal-2 .modal__shop__more .modal__shop__more__ja,
  #modal-3 .modal__shop__more .modal__shop__more__ja,
  #modal-4 .modal__shop__more .modal__shop__more__ja,
  #modal-5 .modal__shop__more .modal__shop__more__ja {
    margin-top: min(0.4166666667vw, 8px);
  }
}
@media only screen and (max-width: 768px) {
  #modal-1 .modal__shop__more .modal__shop__more__ja,
  #modal-2 .modal__shop__more .modal__shop__more__ja,
  #modal-3 .modal__shop__more .modal__shop__more__ja,
  #modal-4 .modal__shop__more .modal__shop__more__ja,
  #modal-5 .modal__shop__more .modal__shop__more__ja {
    margin-top: 2.6666666667vw;
  }
}
#modal-1 .p-top__modal__title span,
#modal-2 .p-top__modal__title span,
#modal-3 .p-top__modal__title span,
#modal-4 .p-top__modal__title span,
#modal-5 .p-top__modal__title span {
  position: relative;
}
@media only screen and (min-width: 769px) {
  #modal-1 .p-top__modal__title span,
  #modal-2 .p-top__modal__title span,
  #modal-3 .p-top__modal__title span,
  #modal-4 .p-top__modal__title span,
  #modal-5 .p-top__modal__title span {
    padding-bottom: min(0.1041666667vw, 2px);
  }
}
#modal-1 .p-top__modal__title span::after,
#modal-2 .p-top__modal__title span::after,
#modal-3 .p-top__modal__title span::after,
#modal-4 .p-top__modal__title span::after,
#modal-5 .p-top__modal__title span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #6d2a1d;
  position: absolute;
  left: 0;
  bottom: 0;
}
#modal-1 .modal__shop__list---item__tags,
#modal-2 .modal__shop__list---item__tags,
#modal-3 .modal__shop__list---item__tags,
#modal-4 .modal__shop__list---item__tags,
#modal-5 .modal__shop__list---item__tags {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media only screen and (min-width: 769px) {
  #modal-1 .modal__shop__list---item__tags,
  #modal-2 .modal__shop__list---item__tags,
  #modal-3 .modal__shop__list---item__tags,
  #modal-4 .modal__shop__list---item__tags,
  #modal-5 .modal__shop__list---item__tags {
    margin-top: min(1.0416666667vw, 20px);
    gap: min(0.5208333333vw, 10px);
  }
}
@media only screen and (max-width: 768px) {
  #modal-1 .modal__shop__list---item__tags,
  #modal-2 .modal__shop__list---item__tags,
  #modal-3 .modal__shop__list---item__tags,
  #modal-4 .modal__shop__list---item__tags,
  #modal-5 .modal__shop__list---item__tags {
    margin-top: 2.6666666667vw;
    gap: 1.3333333333vw;
  }
}
#modal-1 .modal__shop__list---item__tags-item,
#modal-2 .modal__shop__list---item__tags-item,
#modal-3 .modal__shop__list---item__tags-item,
#modal-4 .modal__shop__list---item__tags-item,
#modal-5 .modal__shop__list---item__tags-item {
  line-height: 1;
  border: 1px solid #6d2a1d;
  color: #6d2a1d;
  font-family: 700;
}
@media only screen and (min-width: 769px) {
  #modal-1 .modal__shop__list---item__tags-item,
  #modal-2 .modal__shop__list---item__tags-item,
  #modal-3 .modal__shop__list---item__tags-item,
  #modal-4 .modal__shop__list---item__tags-item,
  #modal-5 .modal__shop__list---item__tags-item {
    padding: min(0.15625vw, 3px) min(0.5208333333vw, 10px);
    border-radius: min(0.2083333333vw, 4px);
    font-size: min(0.6770833333vw, 13px);
  }
}
@media only screen and (max-width: 768px) {
  #modal-1 .modal__shop__list---item__tags-item,
  #modal-2 .modal__shop__list---item__tags-item,
  #modal-3 .modal__shop__list---item__tags-item,
  #modal-4 .modal__shop__list---item__tags-item,
  #modal-5 .modal__shop__list---item__tags-item {
    padding: 1.0666666667vw 2.1333333333vw;
    border-radius: 1.0666666667vw;
    font-size: 2.9333333333vw;
  }
}
@media only screen and (min-width: 769px) {
  #modal-1 .p-top__modal__access,
  #modal-2 .p-top__modal__access,
  #modal-3 .p-top__modal__access,
  #modal-4 .p-top__modal__access,
  #modal-5 .p-top__modal__access {
    margin-top: min(1.0416666667vw, 20px);
  }
}
@media only screen and (max-width: 768px) {
  #modal-1 .p-top__modal__access,
  #modal-2 .p-top__modal__access,
  #modal-3 .p-top__modal__access,
  #modal-4 .p-top__modal__access,
  #modal-5 .p-top__modal__access {
    margin-top: 10.6666666667vw;
  }
}
#modal-1 .p-top__modal__map__wrap,
#modal-2 .p-top__modal__map__wrap,
#modal-3 .p-top__modal__map__wrap,
#modal-4 .p-top__modal__map__wrap,
#modal-5 .p-top__modal__map__wrap {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 769px) {
  #modal-1 .p-top__modal__map__wrap,
  #modal-2 .p-top__modal__map__wrap,
  #modal-3 .p-top__modal__map__wrap,
  #modal-4 .p-top__modal__map__wrap,
  #modal-5 .p-top__modal__map__wrap {
    width: min(23.4375vw, 450px);
    margin-top: min(1.5625vw, 30px);
  }
}
@media only screen and (max-width: 768px) {
  #modal-1 .p-top__modal__map__wrap,
  #modal-2 .p-top__modal__map__wrap,
  #modal-3 .p-top__modal__map__wrap,
  #modal-4 .p-top__modal__map__wrap,
  #modal-5 .p-top__modal__map__wrap {
    width: 72vw;
    margin-top: 5.3333333333vw;
  }
}
#modal-1 .p-top__modal__map__wrap iframe,
#modal-2 .p-top__modal__map__wrap iframe,
#modal-3 .p-top__modal__map__wrap iframe,
#modal-4 .p-top__modal__map__wrap iframe,
#modal-5 .p-top__modal__map__wrap iframe {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  #modal-1 .p-top__modal__map__wrap iframe,
  #modal-2 .p-top__modal__map__wrap iframe,
  #modal-3 .p-top__modal__map__wrap iframe,
  #modal-4 .p-top__modal__map__wrap iframe,
  #modal-5 .p-top__modal__map__wrap iframe {
    height: min(21.875vw, 420px);
  }
}
@media only screen and (max-width: 768px) {
  #modal-1 .p-top__modal__map__wrap iframe,
  #modal-2 .p-top__modal__map__wrap iframe,
  #modal-3 .p-top__modal__map__wrap iframe,
  #modal-4 .p-top__modal__map__wrap iframe,
  #modal-5 .p-top__modal__map__wrap iframe {
    height: 66.6666666667vw;
  }
}
#modal-1 .p-top__modal__map__address,
#modal-2 .p-top__modal__map__address,
#modal-3 .p-top__modal__map__address,
#modal-4 .p-top__modal__map__address,
#modal-5 .p-top__modal__map__address {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  #modal-1 .p-top__modal__map__address,
  #modal-2 .p-top__modal__map__address,
  #modal-3 .p-top__modal__map__address,
  #modal-4 .p-top__modal__map__address,
  #modal-5 .p-top__modal__map__address {
    margin-top: min(1.5625vw, 30px);
    font-size: min(0.7291666667vw, 14px);
  }
}
@media only screen and (max-width: 768px) {
  #modal-1 .p-top__modal__map__address,
  #modal-2 .p-top__modal__map__address,
  #modal-3 .p-top__modal__map__address,
  #modal-4 .p-top__modal__map__address,
  #modal-5 .p-top__modal__map__address {
    margin-top: 5.3333333333vw;
    font-size: 3.2vw;
  }
}
#modal-1 .p-top__modal__map__link,
#modal-2 .p-top__modal__map__link,
#modal-3 .p-top__modal__map__link,
#modal-4 .p-top__modal__map__link,
#modal-5 .p-top__modal__map__link {
  text-align: center;
  display: block;
  text-decoration: underline;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 769px) {
  #modal-1 .p-top__modal__map__link,
  #modal-2 .p-top__modal__map__link,
  #modal-3 .p-top__modal__map__link,
  #modal-4 .p-top__modal__map__link,
  #modal-5 .p-top__modal__map__link {
    margin-top: min(0.78125vw, 15px);
    font-size: min(0.7291666667vw, 14px);
  }
}
@media only screen and (max-width: 768px) {
  #modal-1 .p-top__modal__map__link,
  #modal-2 .p-top__modal__map__link,
  #modal-3 .p-top__modal__map__link,
  #modal-4 .p-top__modal__map__link,
  #modal-5 .p-top__modal__map__link {
    margin-top: 4vw;
    font-size: 3.2vw;
  }
}

.modal-menu {
  display: none;
}
@media only screen and (max-width: 768px) {
  .modal-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 128vw;
    background-color: #fff;
    z-index: 999;
  }
}
.modal-menu.is-open {
  display: block;
}
@media only screen and (max-width: 768px) {
  .modal-menu .modal__container {
    width: 100%;
  }
  .modal-menu .modal__menu__close {
    position: absolute;
    /* デフォルト色（CSS変数でまとめると運用が楽） */
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .modal-menu .modal__menu__close {
    width: 8vw;
    top: 2.6666666667vw;
    right: 2.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .modal-menu .modal__menu__close .icon-close {
    --close-bg: #000; /* 丸の色 */
    --close-x: #fff; /* バツの色 */
    /* 枠線を付けたい場合のオプション */
    --close-stroke: transparent; /* 例: #222 */
    --close-stroke-w: 0; /* 例: 1.5 */
  }
  .modal-menu .modal__menu__close .icon-close__bg {
    fill: #d74343;
    stroke: var(--close-stroke);
    stroke-width: var(--close-stroke-w);
    vector-effect: non-scaling-stroke;
  }
  .modal-menu .modal__menu__close .icon-close__x {
    fill: var(--close-x);
  }
  .modal-menu .modal__menu__close svg,
  .modal-menu .modal__menu__close svg * {
    pointer-events: none;
  }
  .modal-menu .p-top-sidenav {
    padding-top: 12vw;
  }
  .modal-menu .p-top-sidenav__head {
    display: flex;
    justify-content: center;
  }
  .modal-menu .p-top-sidenav__head .p-top-sidenav__head__inner {
    width: 15.6vw;
  }
  .modal-menu .p-top-sidenav__title {
    display: flex;
    justify-content: center;
    margin-bottom: 2.6666666667vw;
  }
  .modal-menu .p-top-sidenav__title .p-top-sidenav__title__inner {
    width: 80vw;
  }
  .modal-menu .p-top-sidenav__title__sub {
    display: flex;
    justify-content: center;
  }
  .modal-menu .p-top-sidenav__title__sub__inner {
    width: 24vw;
  }
  .modal-menu .p-top-sidenav__frame {
    background-color: #fff;
    border-radius: 1.3333333333vw;
    border: 0.8vw solid #f5e2c6;
    padding: 8vw 4vw 4vw 4vw;
    box-shadow: 0 0 2vw rgba(0, 0, 0, 0.2);
    margin-top: -5.3333333333vw;
    margin-left: 10vw;
    margin-right: 10vw;
  }
  .modal-menu .p-top-sidenav__list-item button {
    display: block;
    width: 100%;
    padding: 4vw 2.6666666667vw 4vw 13.3333333333vw;
    font-size: 4.9333333333vw;
    font-weight: 700;
    position: relative;
  }
  .modal-menu .p-top-sidenav__list-item button::after {
    content: "";
    display: block;
    width: 8vw;
    height: 6.6666666667vw;
    background-image: url(/lalaport/special/breadanddonut2025/assets/images/pages/top/nav/icon-donuts.png);
    background-position: center;
    background-size: 8vw 6.6666666667vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2.6666666667vw;
  }
  .modal-menu .p-top-sidenav__list-item + .p-top-sidenav__list-item {
    border-top: 1px solid #b6948e;
  }
  .modal-menu .p-top-sidenav__list-item__icon {
    width: 6vw;
    right: 2.6666666667vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2.6666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .modal-menu .p-top-sidenav__list-item__icon .icon--arrow-circle {
    transform: rotate(-90deg);
  }
  .modal-menu .p-top-sidenav__list-item__icon .icon--arrow-circle .icon__bg {
    fill: #d74343;
    stroke: #d74343;
    stroke-width: 2;
    vector-effect: non-scaling-stroke;
  }
  .modal-menu .p-top-sidenav__list-item__icon .icon--arrow-circle .icon__arrow {
    fill: #fff;
  }
  .modal-menu .p-top-sidenav__bottom {
    display: flex;
    justify-content: center;
    margin-top: 5.3333333333vw;
  }
  .modal-menu .p-top-sidenav__bottom__inner {
    width: 71.7333333333vw;
  }
}

.p-spnized {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-spnized .delete.p-top-kv__bg-sp {
    z-index: 0;
    position: absolute;
    width: 100%;
    top: -8vw;
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-spnized .delete.p-top__toggle {
    position: absolute;
    top: 2.6666666667vw;
    right: 2.6666666667vw;
    width: 8vw;
    z-index: 999;
    border-radius: 133.2vw;
    box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.3);
  }
}
.p-spnized .delete.p-top__toggle.is-fixed {
  position: fixed;
  top: 2.6666666667vw;
  right: 2.6666666667vw;
}
.p-spnized .p-top-kv__bg {
  pointer-events: none;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .p-spnized .p-top-kv__bg {
    width: min(52.03125vw, 999px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: max(-3.4375vw, -66px);
  }
}
@media only screen and (max-width: 768px) {
  .p-spnized .p-top-kv__bg {
    display: none;
  }
}
.p-spnized .p-top-kv__obj {
  pointer-events: none;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  .p-spnized .p-top-kv__obj {
    width: min(52.03125vw, 999px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: max(-3.4375vw, -66px);
  }
}
@media only screen and (max-width: 768px) {
  .p-spnized .p-top-kv__obj {
    display: none;
  }
}
.p-spnized .p-top-kv__bread {
  pointer-events: none;
  z-index: 4;
}
@media only screen and (min-width: 769px) {
  .p-spnized .p-top-kv__bread {
    width: min(52.03125vw, 999px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: max(-3.4375vw, -66px);
  }
}
@media only screen and (max-width: 768px) {
  .p-spnized .p-top-kv__bread {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .p-top-kv {
    background-color: #fff6e9;
    padding-bottom: 5.3333333333vw;
  }
}
.p-top-kv .p-top-kv__text {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 6;
}
@media only screen and (min-width: 769px) {
  .p-top-kv .p-top-kv__text {
    width: min(17.8645833333vw, 343px);
    padding-top: min(3.6458333333vw, 70px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top-kv .p-top-kv__text {
    width: 61.3333333333vw;
    padding-top: 12vw;
  }
}
.p-top-kv .p-top-kv__title {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 6;
}
@media only screen and (min-width: 769px) {
  .p-top-kv .p-top-kv__title {
    width: min(19.6875vw, 378px);
    margin-top: min(1.3020833333vw, 25px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top-kv .p-top-kv__title {
    width: 56vw;
    margin-top: 4vw;
  }
}

.p-top-kv__events {
  position: relative;
  overflow: hidden;
  z-index: 6;
}
@media only screen and (min-width: 769px) {
  .p-top-kv__events {
    width: min(34.375vw, 660px);
    border-radius: min(0.5208333333vw, 10px);
    border: 4px solid #62943d;
    margin-top: min(1.5625vw, 30px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-kv__events {
    margin-left: 3.3333333333vw;
    margin-right: 3.3333333333vw;
    margin-top: 4vw;
    border-radius: 1.3333333333vw;
    border: 0.5333333333vw solid #62943d;
  }
}
.p-top-kv__events .p-top-kv__events__date {
  background-color: #62943d;
}
@media only screen and (min-width: 769px) {
  .p-top-kv__events .p-top-kv__events__date {
    padding: min(0.5208333333vw, 10px) 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-kv__events .p-top-kv__events__date {
    padding: 2.6666666667vw 0;
  }
}
.p-top-kv__events .p-top-kv__events__date img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 769px) {
  .p-top-kv__events .p-top-kv__events__date img {
    width: min(16.3020833333vw, 313px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top-kv__events .p-top-kv__events__date img {
    width: 80vw;
  }
}
.p-top-kv__events .p-top-kv__events__inner {
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .p-top-kv__events .p-top-kv__events__inner {
    padding-top: min(1.0416666667vw, 20px);
    padding-bottom: min(1.0416666667vw, 20px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top-kv__events .p-top-kv__events__inner {
    padding-top: 4vw;
    padding-bottom: 5.3333333333vw;
  }
}
.p-top-kv__events .p-top-kv__events__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 769px) {
  .p-top-kv__events .p-top-kv__events__list {
    gap: min(0.8333333333vw, 16px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top-kv__events .p-top-kv__events__list {
    gap: 2.6666666667vw;
  }
}
@media only screen and (min-width: 769px) {
  .p-top-kv__events .p-top-kv__events__list-item {
    width: 31%;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-kv__events .p-top-kv__events__list-item {
    width: calc(50% - 2.6666666667vw);
  }
}
.p-top-kv__events .p-top-kv__events__list-item__button {
  position: relative;
  background-color: #d74343;
  color: #fff;
  display: block;
  border-radius: 999px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 769px) {
  .p-top-kv__events .p-top-kv__events__list-item__button {
    width: min(9.8958333333vw, 190px);
    font-size: min(0.7291666667vw, 14px);
    height: min(1.3020833333vw, 25px);
    padding-left: min(0.78125vw, 15px);
    margin-top: min(0.4166666667vw, 8px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top-kv__events .p-top-kv__events__list-item__button {
    width: 34.5333333333vw;
    font-size: 2.4vw;
    height: 4.9333333333vw;
    padding-left: 5.3333333333vw;
    margin-top: 1.6vw;
  }
}
.p-top-kv__events .p-top-kv__events__list-item__button__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top-kv__events .p-top-kv__events__list-item__button__arrow .icon--arrow-circle {
  transform: rotate(180deg);
}
.p-top-kv__events .p-top-kv__events__list-item__button__arrow .icon--arrow-circle .icon__bg {
  fill: #fff;
  stroke: #d74343;
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}
.p-top-kv__events .p-top-kv__events__list-item__button__arrow .icon--arrow-circle .icon__arrow {
  fill: #d74343;
}
@media only screen and (min-width: 769px) {
  .p-top-kv__events .p-top-kv__events__list-item__button__arrow {
    width: min(1.0416666667vw, 20px);
    right: min(0.4166666667vw, 8px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top-kv__events .p-top-kv__events__list-item__button__arrow {
    width: 3.3333333333vw;
    right: 1.0666666667vw;
  }
}

@media only screen and (min-width: 769px) {
  .p-top-side-menu__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: min(100vw, 1920px);
    max-width: 100%;
  }
}

@media only screen and (min-width: 769px) {
  .p-top-sidenav {
    position: fixed;
    top: min(14.0625vw, 270px);
    right: min(5.2083333333vw, 100px);
    width: min(16.6666666667vw, 320px);
    z-index: 5;
  }
}
@media only screen and (min-width: 769px) {
  .p-top-sidenav .p-top-sidenav__head {
    display: flex;
    justify-content: center;
  }
  .p-top-sidenav .p-top-sidenav__head__inner {
    width: min(3.28125vw, 63px);
    margin-bottom: min(0.78125vw, 15px);
  }
  .p-top-sidenav .p-top-sidenav__title {
    margin-bottom: min(0.5208333333vw, 10px);
    display: flex;
    justify-content: center;
  }
  .p-top-sidenav .p-top-sidenav__title__sub {
    display: flex;
    justify-content: center;
  }
  .p-top-sidenav .p-top-sidenav__title__sub__inner {
    width: min(4.9479166667vw, 95px);
  }
  .p-top-sidenav .p-top-sidenav__frame {
    background-color: #fff;
    border-radius: min(0.5208333333vw, 10px);
    border: min(0.3125vw, 6px) solid #f5e2c6;
    padding: min(2.0833333333vw, 40px) min(0.78125vw, 15px) min(0.5208333333vw, 10px) min(0.78125vw, 15px);
    box-shadow: 0 0 min(0.78125vw, 15px) rgba(0, 0, 0, 0.2);
    margin-top: max(-1.0416666667vw, -20px);
  }
  .p-top-sidenav .p-top-sidenav__list-item button {
    display: block;
    width: 100%;
    padding: min(0.78125vw, 15px) min(0.5208333333vw, 10px) min(0.78125vw, 15px) min(2.6041666667vw, 50px);
    font-size: min(1.0416666667vw, 20px);
    font-weight: 700;
    position: relative;
  }
  .p-top-sidenav .p-top-sidenav__list-item button::after {
    content: "";
    display: block;
    width: min(1.5625vw, 30px);
    height: min(1.3020833333vw, 25px);
    background-image: url(/lalaport/special/breadanddonut2025/assets/images/pages/top/nav/icon-donuts.png);
    background-position: center;
    background-size: min(1.5625vw, 30px) min(1.3020833333vw, 25px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: min(0.5208333333vw, 10px);
  }
  .p-top-sidenav .p-top-sidenav__list-item + .p-top-sidenav__list-item {
    border-top: 1px solid #b6948e;
  }
  .p-top-sidenav .p-top-sidenav__list-item__icon {
    width: min(1.25vw, 24px);
    right: min(0.4166666667vw, 8px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: min(0.5208333333vw, 10px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-top-sidenav .p-top-sidenav__list-item__icon .icon--arrow-circle {
    transform: rotate(-90deg);
  }
  .p-top-sidenav .p-top-sidenav__list-item__icon .icon--arrow-circle .icon__bg {
    fill: #d74343;
    stroke: #d74343;
    stroke-width: 2;
    vector-effect: non-scaling-stroke;
  }
  .p-top-sidenav .p-top-sidenav__list-item__icon .icon--arrow-circle .icon__arrow {
    fill: #fff;
  }
  .p-top-sidenav .p-top-sidenav__bottom {
    display: flex;
    justify-content: center;
    margin-top: min(1.0416666667vw, 20px);
  }
  .p-top-sidenav .p-top-sidenav__bottom__inner {
    width: min(15.3645833333vw, 295px);
  }
}

@media only screen and (min-width: 769px) {
  .p-top__recommend {
    margin-top: min(5.2083333333vw, 100px);
    padding-left: min(2.0833333333vw, 40px);
    padding-right: min(2.0833333333vw, 40px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__recommend {
    margin-top: 9.3333333333vw;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
.p-top__recommend .p-top__recommend__inner {
  background-image: url(/lalaport/special/breadanddonut2025/assets/images/pages/top/recommend/bg.png);
  background-size: cover;
}
@media only screen and (min-width: 769px) {
  .p-top__recommend .p-top__recommend__inner {
    border-radius: min(0.78125vw, 15px);
    padding-top: min(1.0416666667vw, 20px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__recommend .p-top__recommend__inner {
    border-radius: 1.3333333333vw;
    padding-top: 2.6666666667vw;
  }
}
.p-top__recommend .p-top__recommend__title {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .p-top__recommend .p-top__recommend__title {
    padding-bottom: min(0.5208333333vw, 10px);
    margin-left: min(2.0833333333vw, 40px);
    margin-right: min(2.0833333333vw, 40px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__recommend .p-top__recommend__title {
    font-size: 6.4vw !important;
    padding-bottom: 1.3333333333vw;
    margin-left: 5.3333333333vw;
    margin-right: 5.3333333333vw;
  }
}
.p-top__recommend .p-top__recommend__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #6d2a1d;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-top__recommend .p-top__recommend__description {
  text-align: center;
  font-weight: 600;
}
@media only screen and (min-width: 769px) {
  .p-top__recommend .p-top__recommend__description {
    font-size: min(1.25vw, 24px);
    margin-top: min(0.78125vw, 15px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__recommend .p-top__recommend__description {
    font-size: 4vw;
    margin-top: 2vw;
  }
}
@media only screen and (min-width: 769px) {
  .p-top__recommend .p-top__recommend__slider {
    margin-top: min(1.5625vw, 30px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__recommend .p-top__recommend__slider {
    margin-top: 2.6666666667vw;
  }
}
.p-top__recommend .p-top__recommend__slider-item {
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .p-top__recommend .p-top__recommend__slider-item {
    padding-top: min(1.3020833333vw, 25px);
    padding-bottom: min(1.0416666667vw, 20px);
    border-radius: min(0.5208333333vw, 10px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__recommend .p-top__recommend__slider-item {
    padding-top: 4vw;
    padding-bottom: 5.3333333333vw;
    border-radius: 1.3333333333vw;
  }
}
@media only screen and (min-width: 769px) {
  .p-top__recommend .p-top__recommend__swiper {
    padding-bottom: min(3.125vw, 60px);
    padding-left: min(2.6041666667vw, 50px);
    padding-right: min(2.6041666667vw, 50px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__recommend .p-top__recommend__swiper {
    padding-bottom: 8vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.p-top__recommend .p-top__recommend__swiper .swiper-button-prev,
.p-top__recommend .p-top__recommend__swiper .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  .p-top__recommend .p-top__recommend__swiper .swiper-button-prev,
  .p-top__recommend .p-top__recommend__swiper .swiper-button-next {
    width: min(3.6458333333vw, 70px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__recommend .p-top__recommend__swiper .swiper-button-prev,
  .p-top__recommend .p-top__recommend__swiper .swiper-button-next {
    width: 7.7333333333vw;
  }
}
.p-top__recommend .p-top__recommend__swiper .swiper-button-prev::before, .p-top__recommend .p-top__recommend__swiper .swiper-button-prev::after,
.p-top__recommend .p-top__recommend__swiper .swiper-button-next::before,
.p-top__recommend .p-top__recommend__swiper .swiper-button-next::after {
  display: none;
}
.p-top__recommend .p-top__recommend__swiper .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top__recommend .p-top__recommend__swiper .swiper-button-prev .icon--arrow-circle {
  transform: rotate(0deg);
}
.p-top__recommend .p-top__recommend__swiper .swiper-button-prev .icon--arrow-circle .icon__bg {
  fill: #fff;
  stroke: #8e533b;
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}
.p-top__recommend .p-top__recommend__swiper .swiper-button-prev .icon--arrow-circle .icon__arrow {
  fill: #8e533b;
}
.p-top__recommend .p-top__recommend__swiper .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top__recommend .p-top__recommend__swiper .swiper-button-next .icon--arrow-circle {
  transform: rotate(180deg);
}
.p-top__recommend .p-top__recommend__swiper .swiper-button-next .icon--arrow-circle .icon__bg {
  fill: #fff;
  stroke: #8e533b;
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}
.p-top__recommend .p-top__recommend__swiper .swiper-button-next .icon--arrow-circle .icon__arrow {
  fill: #8e533b;
}
@media only screen and (max-width: 768px) {
  .p-top__recommend .p-top__recommend__swiper .swiper-pagination {
    bottom: 1.6vw;
  }
}
.p-top__recommend .p-top__recommend__swiper .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .p-top__recommend .p-top__recommend__swiper .swiper-pagination-bullet {
    margin-left: min(0.15625vw, 3px);
    margin-right: min(0.15625vw, 3px);
    width: min(0.6770833333vw, 13px);
    height: min(0.6770833333vw, 13px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__recommend .p-top__recommend__swiper .swiper-pagination-bullet {
    margin-left: 0.5333333333vw;
    margin-right: 0.5333333333vw;
    width: 2.4vw;
    height: 2.4vw;
  }
}
.p-top__recommend .p-top__recommend__swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #6d2a1d;
}
.p-top__recommend .p-top__recommend__slider__img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .p-top__recommend .p-top__recommend__slider__img {
    gap: min(1.0416666667vw, 20px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__recommend .p-top__recommend__slider__img {
    gap: 3.3333333333vw;
  }
}
@media only screen and (min-width: 769px) {
  .p-top__recommend .p-top__recommend__slider__img img {
    width: min(12.5vw, 240px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__recommend .p-top__recommend__slider__img img {
    width: 49.3333333333vw;
  }
}
@media only screen and (min-width: 769px) {
  .p-top__recommend .p-top__recommend__slider__description {
    padding-left: min(2.6041666667vw, 50px);
    padding-right: min(2.6041666667vw, 50px);
    line-height: 1.7333333333;
  }
}
@media only screen and (max-width: 768px) {
  .p-top__recommend .p-top__recommend__slider__description {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

@media only screen and (min-width: 769px) {
  .p-top__overview {
    margin-top: min(1.5625vw, 30px);
  }
}
.p-top__overview .p-section__title span {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .p-top__overview .p-section__title span {
    padding-bottom: min(0.1041666667vw, 2px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__overview .p-section__title span {
    padding-bottom: 0.2666666667vw;
  }
}
.p-top__overview .p-section__title span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #6d2a1d;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-top__overview .p-top__overview__obj {
  position: absolute;
}
@media only screen and (min-width: 769px) {
  .p-top__overview .p-top__overview__obj.p-top__overview__obj01 {
    width: min(8.8020833333vw, 169px);
    left: min(2.0833333333vw, 40px);
    top: min(3.125vw, 60px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__overview .p-top__overview__obj.p-top__overview__obj01 {
    width: 23.6vw;
    left: 2.6666666667vw;
    top: 2.6666666667vw;
  }
}
@media only screen and (min-width: 769px) {
  .p-top__overview .p-top__overview__obj.p-top__overview__obj02 {
    width: min(10.0520833333vw, 193px);
    right: min(2.0833333333vw, 40px);
    top: min(2.0833333333vw, 40px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__overview .p-top__overview__obj.p-top__overview__obj02 {
    width: 27.0666666667vw;
    right: 5.3333333333vw;
    top: 2.6666666667vw;
  }
}
.p-top__overview .p-top__overview__people {
  position: absolute;
}
@media only screen and (min-width: 769px) {
  .p-top__overview .p-top__overview__people.p-top__overview__people01 {
    width: min(4.1666666667vw, 80px);
    left: min(7.2916666667vw, 140px);
    top: min(1.5625vw, 30px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__overview .p-top__overview__people.p-top__overview__people01 {
    width: 17.2vw;
    left: 9.3333333333vw;
    top: 4vw;
  }
}
.p-top__overview .p-top__overview__people.p-top__overview__people01 img {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .p-top__overview .p-top__overview__people.p-top__overview__people02 {
    width: min(2.5vw, 48px);
    right: min(9.375vw, 180px);
    top: min(1.3020833333vw, 25px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__overview .p-top__overview__people.p-top__overview__people02 {
    width: 10.6666666667vw;
    right: 15.3333333333vw;
    top: 2.6666666667vw;
  }
}
.p-top__overview .p-top__overview__people.p-top__overview__people02 img {
  width: 100%;
}
.p-top__overview .p-top__overview__inner {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .p-top__overview .p-top__overview__inner {
    padding-left: min(1.0416666667vw, 20px);
    padding-right: min(1.0416666667vw, 20px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__overview .p-top__overview__inner {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
.p-top__overview .p-top__overview__bg {
  background-color: #8e533b;
  color: #fff;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .p-top__overview .p-top__overview__bg {
    margin-top: min(1.5625vw, 30px);
    padding: min(0.4166666667vw, 8px);
    border-radius: min(0.5208333333vw, 10px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__overview .p-top__overview__bg {
    margin-top: 5.3333333333vw;
    padding: 2.1333333333vw;
    border-radius: 1.3333333333vw;
  }
}
.p-top__overview .p-top__overview__bg__frame {
  border: 1px solid rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 769px) {
  .p-top__overview .p-top__overview__bg__frame {
    padding: min(1.5625vw, 30px) min(0.5208333333vw, 10px);
    border-radius: min(0.5208333333vw, 10px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__overview .p-top__overview__bg__frame {
    padding: 4vw 2.6666666667vw 6.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}
.p-top__overview .p-top__overview__description {
  text-align: center;
  line-height: 1.6;
}
@media only screen and (min-width: 769px) {
  .p-top__overview .p-top__overview__description {
    font-size: min(1.0416666667vw, 20px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__overview .p-top__overview__description {
    font-size: 4vw;
  }
}
.p-top__overview .p-top__overview__bottom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 769px) {
  .p-top__overview .p-top__overview__bottom {
    bottom: max(-1.0416666667vw, -20px);
    width: min(31.25vw, 600px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__overview .p-top__overview__bottom {
    bottom: -2.6666666667vw;
    width: 85.3333333333vw;
  }
}

.p-top__topics {
  background-color: #f5e19e;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .p-top__topics {
    padding-top: min(5.7291666667vw, 110px);
    padding-bottom: min(2.0833333333vw, 40px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__topics {
    padding-top: 13.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
.p-top__topics .p-top__topics__roof {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .p-top__topics .p-top__topics__inner {
    padding-left: min(2.0833333333vw, 40px);
    padding-right: min(2.0833333333vw, 40px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__topics .p-top__topics__inner {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.p-top__topics .p-top__topics__people {
  position: absolute;
}
@media only screen and (min-width: 769px) {
  .p-top__topics .p-top__topics__people.p-top__topics__people01 {
    width: min(3.59375vw, 69px);
    left: min(9.375vw, 180px);
    top: min(6.25vw, 120px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__topics .p-top__topics__people.p-top__topics__people01 {
    width: 14.8vw;
    left: 16vw;
    top: 16vw;
  }
}
@media only screen and (min-width: 769px) {
  .p-top__topics .p-top__topics__people.p-top__topics__people02 {
    width: min(2.6041666667vw, 50px);
    right: min(10.4166666667vw, 200px);
    top: min(6.7708333333vw, 130px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__topics .p-top__topics__people.p-top__topics__people02 {
    width: 10.8vw;
    right: 18.6666666667vw;
    top: 18vw;
  }
}
.p-top__topics .p-section__title span {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .p-top__topics .p-section__title span {
    padding-bottom: min(0.1041666667vw, 2px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__topics .p-section__title span {
    padding-bottom: 0.2666666667vw;
  }
}
.p-top__topics .p-section__title span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #6d2a1d;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 769px) {
  .p-top__topics .p-top__topics__list {
    margin-top: min(1.0416666667vw, 20px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__topics .p-top__topics__list {
    margin-top: 4vw;
  }
}
.p-top__topics .p-top__topics__list-item {
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .p-top__topics .p-top__topics__list-item {
    border-radius: min(0.5208333333vw, 10px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__topics .p-top__topics__list-item {
    border-radius: 1.3333333333vw;
  }
}
@media only screen and (min-width: 769px) {
  .p-top__topics .p-top__topics__list-item + .p-top__topics__list-item {
    margin-top: min(1.5625vw, 30px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__topics .p-top__topics__list-item + .p-top__topics__list-item {
    margin-top: 4.6666666667vw;
  }
}
.p-top__topics .p-top__topics__list-item__copy {
  background-color: #8e533b;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .p-top__topics .p-top__topics__list-item__copy {
    padding-top: min(0.3125vw, 6px);
    padding-bottom: min(0.5208333333vw, 10px);
    font-size: min(0.9375vw, 18px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__topics .p-top__topics__list-item__copy {
    font-size: 4vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
}
.p-top__topics .p-top__topics__list-item__inner {
  background-color: #fff;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .p-top__topics .p-top__topics__list-item__inner {
    padding: min(1.3020833333vw, 25px);
    gap: min(1.3020833333vw, 25px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__topics .p-top__topics__list-item__inner {
    padding: 4vw;
    flex-direction: column;
    align-items: center;
  }
}
.p-top__topics .p-top__topics__list-item__inner--first {
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .p-top__topics .p-top__topics__list-item__inner--first {
    padding: min(1.3020833333vw, 25px);
    gap: min(1.3020833333vw, 25px);
  }
}
.p-top__topics .p-top__topics__list-item__inner--first .p-top__topics__list-item__title {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .p-top__topics .p-top__topics__list-item__inner--first .p-top__topics__list-item__title {
    font-size: min(1.25vw, 24px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__topics .p-top__topics__list-item__inner--first .p-top__topics__list-item__title {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-top__topics .p-top__topics__list-item__inner--first .p-top__topics__list-item__title::after {
    width: calc(100% - 8vw);
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__topics .p-top__topics__list-item__inner--first .p-top__topics__list-item__text {
    padding-left: 4vw;
    padding-right: 4vw;
    padding-bottom: 4vw;
  }
}
@media only screen and (min-width: 769px) {
  .p-top__topics .p-top__topics__list-item__img {
    width: min(10.9375vw, 210px);
    min-width: min(10.9375vw, 210px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__topics .p-top__topics__list-item__img {
    width: 63.3333333333vw;
    text-align: center;
  }
}
.p-top__topics .p-top__topics__list-item__img img {
  width: 100%;
}
.p-top__topics .p-top__topics__list-item__title {
  font-weight: 700;
  color: #8e533b;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .p-top__topics .p-top__topics__list-item__title {
    font-size: min(1.1458333333vw, 22px);
    padding-bottom: min(0.5208333333vw, 10px);
    line-height: 1.3333333333;
  }
}
@media only screen and (max-width: 768px) {
  .p-top__topics .p-top__topics__list-item__title {
    font-size: 5.6vw;
    padding-bottom: 1.3333333333vw;
    width: 100%;
    text-align: center;
    margin-bottom: 2.6666666667vw;
  }
}
.p-top__topics .p-top__topics__list-item__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #6d2a1d;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 769px) {
  .p-top__topics .p-top__topics__list-item__description {
    margin-top: min(0.78125vw, 15px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__topics .p-top__topics__list-item__description {
    margin-top: 2.6666666667vw;
  }
}
.p-top__topics .p-top__topics__list-item__description a {
  text-decoration: underline !important;
}
.p-top__topics .p-top__topics__list-item__detail {
  background-color: #fff6e9;
}
@media only screen and (min-width: 769px) {
  .p-top__topics .p-top__topics__list-item__detail {
    margin-top: min(1.0416666667vw, 20px);
    padding: min(0.625vw, 12px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__topics .p-top__topics__list-item__detail {
    margin-top: 2.6666666667vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 2.6666666667vw;
  }
}
.p-top__topics .p-top__topics__list-item__label {
  color: #fff;
  background-color: #6d2a1d;
  display: inline-block;
  line-height: 1;
}
@media only screen and (min-width: 769px) {
  .p-top__topics .p-top__topics__list-item__label {
    padding: min(0.2083333333vw, 4px) min(1.0416666667vw, 20px);
    font-size: min(0.78125vw, 15px);
    margin-bottom: min(0.5208333333vw, 10px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__topics .p-top__topics__list-item__label {
    padding: 1.0666666667vw 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-top__topics .p-top__topics__list-item__shop {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 769px) {
  .p-top__topics .p-top__topics__list-item__shop {
    font-size: min(0.7291666667vw, 14px);
    gap: min(0.78125vw, 15px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__topics .p-top__topics__list-item__shop {
    font-size: 3.2vw;
    gap: 4vw;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .p-top__topics .p-top__topics__slider {
    margin-top: min(1.5625vw, 30px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__topics .p-top__topics__slider {
    margin-top: 2.6666666667vw;
  }
}
.p-top__topics .p-top__topics__slider-item {
  border: 1px solid #6d2a1d;
}
@media only screen and (min-width: 769px) {
  .p-top__topics .p-top__topics__slider-item {
    padding-top: min(1.3020833333vw, 25px);
    padding-bottom: min(1.0416666667vw, 20px);
    border-radius: min(0.5208333333vw, 10px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__topics .p-top__topics__slider-item {
    padding-top: 4vw;
    padding-bottom: 5.3333333333vw;
    border-radius: 1.3333333333vw;
  }
}
@media only screen and (min-width: 769px) {
  .p-top__topics .p-top__topics__swiper {
    padding-bottom: min(3.125vw, 60px);
    padding-left: min(1.8229166667vw, 35px);
    padding-right: min(1.8229166667vw, 35px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__topics .p-top__topics__swiper {
    padding-bottom: 8vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.p-top__topics .p-top__topics__swiper .swiper-button-prev,
.p-top__topics .p-top__topics__swiper .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  .p-top__topics .p-top__topics__swiper .swiper-button-prev,
  .p-top__topics .p-top__topics__swiper .swiper-button-next {
    width: min(3.6458333333vw, 70px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__topics .p-top__topics__swiper .swiper-button-prev,
  .p-top__topics .p-top__topics__swiper .swiper-button-next {
    width: 7.7333333333vw;
  }
}
.p-top__topics .p-top__topics__swiper .swiper-button-prev::before, .p-top__topics .p-top__topics__swiper .swiper-button-prev::after,
.p-top__topics .p-top__topics__swiper .swiper-button-next::before,
.p-top__topics .p-top__topics__swiper .swiper-button-next::after {
  display: none;
}
.p-top__topics .p-top__topics__swiper .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top__topics .p-top__topics__swiper .swiper-button-prev .icon--arrow-circle {
  transform: rotate(0deg);
}
.p-top__topics .p-top__topics__swiper .swiper-button-prev .icon--arrow-circle .icon__bg {
  fill: #fff;
  stroke: #8e533b;
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}
.p-top__topics .p-top__topics__swiper .swiper-button-prev .icon--arrow-circle .icon__arrow {
  fill: #8e533b;
}
@media only screen and (min-width: 769px) {
  .p-top__topics .p-top__topics__swiper .swiper-button-prev {
    left: max(-0.0520833333vw, -1px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__topics .p-top__topics__swiper .swiper-button-prev {
    left: -0.1333333333vw;
  }
}
.p-top__topics .p-top__topics__swiper .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top__topics .p-top__topics__swiper .swiper-button-next .icon--arrow-circle {
  transform: rotate(180deg);
}
.p-top__topics .p-top__topics__swiper .swiper-button-next .icon--arrow-circle .icon__bg {
  fill: #fff;
  stroke: #8e533b;
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}
.p-top__topics .p-top__topics__swiper .swiper-button-next .icon--arrow-circle .icon__arrow {
  fill: #8e533b;
}
@media only screen and (min-width: 769px) {
  .p-top__topics .p-top__topics__swiper .swiper-button-next {
    right: max(-0.0520833333vw, -1px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__topics .p-top__topics__swiper .swiper-button-next {
    right: -0.1333333333vw;
  }
}
.p-top__topics .p-top__topics__swiper .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  border: 1px solid #6d2a1d;
}
@media only screen and (min-width: 769px) {
  .p-top__topics .p-top__topics__swiper .swiper-pagination-bullet {
    margin-left: min(0.15625vw, 3px);
    margin-right: min(0.15625vw, 3px);
    width: min(0.6770833333vw, 13px);
    height: min(0.6770833333vw, 13px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__topics .p-top__topics__swiper .swiper-pagination-bullet {
    margin-left: 0.5333333333vw;
    margin-right: 0.5333333333vw;
    width: 2.4vw;
    height: 2.4vw;
  }
}
.p-top__topics .p-top__topics__swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #6d2a1d;
}
.p-top__topics .p-top__topics__slider__img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .p-top__topics .p-top__topics__slider__img {
    gap: min(1.0416666667vw, 20px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__topics .p-top__topics__slider__img {
    gap: 3.3333333333vw;
  }
}
@media only screen and (min-width: 769px) {
  .p-top__topics .p-top__topics__slider__img img {
    width: min(12.5vw, 240px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__topics .p-top__topics__slider__img img {
    width: 49.3333333333vw;
  }
}
@media only screen and (min-width: 769px) {
  .p-top__topics .p-top__topics__slider__description {
    padding-left: min(2.6041666667vw, 50px);
    padding-right: min(2.6041666667vw, 50px);
    line-height: 1.7333333333;
  }
}
@media only screen and (max-width: 768px) {
  .p-top__topics .p-top__topics__slider__description {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.p-top__topics .p-top__topics__more {
  text-align: center;
  font-weight: 600;
}
@media only screen and (min-width: 769px) {
  .p-top__topics .p-top__topics__more {
    line-height: 1.6363636364;
    font-size: min(1.1458333333vw, 22px);
    margin-top: min(1.5625vw, 30px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__topics .p-top__topics__more {
    line-height: 1.7333333333;
    font-size: 4vw;
    margin-top: 5.3333333333vw;
  }
}

.p-top__event {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .p-top__event {
    padding-top: min(4.1666666667vw, 80px);
    padding-bottom: min(4.1666666667vw, 80px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__event {
    padding-top: 12vw;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .p-top__event {
    padding-bottom: 26.6666666667vw;
  }
}
.p-top__event .p-section__title span {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .p-top__event .p-section__title span {
    padding-bottom: min(0.1041666667vw, 2px);
  }
}
.p-top__event .p-section__title span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #6d2a1d;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  .p-top__event__bottom {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .p-top__event__bottom {
    margin-top: -4vw;
  }
}

.p-top__event__people {
  position: absolute;
}
@media only screen and (min-width: 769px) {
  .p-top__event__people.p-top__event__people01 {
    width: min(3.9583333333vw, 76px);
    left: min(6.25vw, 120px);
    top: min(5.46875vw, 105px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__event__people.p-top__event__people01 {
    width: 16.2666666667vw;
    left: 5.3333333333vw;
    top: 14.6666666667vw;
  }
}
@media only screen and (min-width: 769px) {
  .p-top__event__people.p-top__event__people02 {
    width: min(4.375vw, 84px);
    right: min(6.25vw, 120px);
    top: min(5.7291666667vw, 110px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__event__people.p-top__event__people02 {
    width: 18vw;
    right: 5.3333333333vw;
    top: 15.3333333333vw;
  }
}

@media only screen and (min-width: 769px) {
  .p-top__event__inner {
    padding-left: min(1.0416666667vw, 20px);
    padding-right: min(1.0416666667vw, 20px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__event__inner {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}

.p-top__event__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .p-top__event__list {
    gap: min(1.0416666667vw, 20px);
    margin-top: min(1.0416666667vw, 20px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__event__list {
    gap: 2.6666666667vw;
    margin-top: 4vw;
  }
}

.p-top__event__list-item {
  overflow: hidden;
  background-color: #fff6e9;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .p-top__event__list-item {
    width: calc(50% - min(0.5208333333vw, 10px));
    border-radius: min(0.5208333333vw, 10px);
    padding-bottom: min(2.6041666667vw, 50px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__event__list-item {
    border-radius: 1.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
.p-top__event__list-item.is-end {
  position: relative;
}
.p-top__event__list-item.is-end > * {
  pointer-events: none;
}
.p-top__event__list-item.is-end .p-top__event__list-item__end {
  color: #d74343;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .p-top__event__list-item.is-end .p-top__event__list-item__end {
    border-radius: min(0.5208333333vw, 10px);
    width: calc(100% - min(1.0416666667vw, 20px));
    height: calc(100% - min(1.0416666667vw, 20px));
  }
}
@media only screen and (max-width: 768px) {
  .p-top__event__list-item.is-end .p-top__event__list-item__end {
    border-radius: 1.3333333333vw;
    width: calc(100% - 2.6666666667vw);
    height: calc(100% - 2.6666666667vw);
  }
}
@media only screen and (min-width: 769px) {
  .p-top__event__list-item.is-end .p-top__event__list-item__end strong {
    font-size: min(1.3541666667vw, 26px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__event__list-item.is-end .p-top__event__list-item__end strong {
    font-size: 6.4vw;
  }
}
.p-top__event__list-item.is-end .p-top__event__list-item__end span {
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .p-top__event__list-item.is-end .p-top__event__list-item__end span {
    font-size: min(0.9375vw, 18px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__event__list-item.is-end .p-top__event__list-item__end span {
    font-size: 3.7333333333vw;
  }
}

.p-top__event__list-item__button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #d74343;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 769px) {
  .p-top__event__list-item__button {
    width: min(14.5833333333vw, 280px);
    font-size: min(0.7291666667vw, 14px);
    height: min(1.8229166667vw, 35px);
    padding-left: min(0.78125vw, 15px);
    margin-top: min(0.4166666667vw, 8px);
    bottom: min(0.78125vw, 15px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__event__list-item__button {
    width: 72vw;
    font-size: 4vw;
    height: 8.6666666667vw;
    bottom: 5.3333333333vw;
  }
}

.p-top__event__list-item__button__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top__event__list-item__button__arrow .icon--arrow-circle {
  transform: rotate(180deg);
}
.p-top__event__list-item__button__arrow .icon--arrow-circle .icon__bg {
  fill: #fff;
  stroke: #d74343;
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}
.p-top__event__list-item__button__arrow .icon--arrow-circle .icon__arrow {
  fill: #d74343;
}
@media only screen and (min-width: 769px) {
  .p-top__event__list-item__button__arrow {
    width: min(1.1458333333vw, 22px);
    right: min(0.4166666667vw, 8px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top__event__list-item__button__arrow {
    width: 6.4vw;
    right: 1.6vw;
  }
}

.js-kv-animate {
  transition: 0.7s ease;
}
.js-kv-animate.p-top-kv__text, .js-kv-animate.p-top-kv__title, .js-kv-animate.p-top-kv__events {
  opacity: 0;
  transform: translateY(50px);
}
.js-kv-animate.p-top-kv__text.is-show, .js-kv-animate.p-top-kv__title.is-show, .js-kv-animate.p-top-kv__events.is-show {
  opacity: 1;
  transform: translateY(0);
}
.js-kv-animate.p-top-kv__bread, .js-kv-animate.p-top-kv__bg-sp {
  opacity: 0;
}
.js-kv-animate.p-top-kv__bread.is-show, .js-kv-animate.p-top-kv__bg-sp.is-show {
  opacity: 1;
}
.js-kv-animate.p-top-kv__bg__bread {
  opacity: 0;
}
.js-kv-animate.p-top-kv__bg__bread.is-show {
  opacity: 1;
}

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

@media only screen and (min-width: 769px) {
  .hover-opa {
    transition: opacity 0.4s;
  }
  .hover-opa:hover {
    opacity: 0.7;
  }
}

@media only screen and (min-width: 769px) {
  .only-pc {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .only-sp {
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  .only-sp {
    display: none;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (min-width: 769px) {
  body {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.7333333333;
    overflow-x: clip;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
}

.font-en {
  font-family: "Oswald", sans-serif;
}

.p-top {
  background-repeat: repeat;
  background-position: top;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .p-top {
    background-image: url(/lalaport/special/breadanddonut2025/assets/images/pages/top/bg.jpg);
    background-size: min(31.5104166667vw, 605px) min(31.5104166667vw, 605px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top {
    background-image: url(/lalaport/special/breadanddonut2025/assets/images/pages/top/bg-sp.jpg);
    background-size: 100vw 100vw;
  }
}
@media only screen and (min-width: 769px) {
  .p-top .p-top__inner {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 769px) {
  .p-top .p-top__bg__inner {
    position: relative;
    width: min(100vw, 1920px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 769px) {
  .p-top .p-top__bg__inner .p-top-kv__bg__bread {
    position: absolute;
  }
}
.p-top .p-top__bg__inner .p-top-kv__bg__bread.p-top-kv__bg__bread--01 {
  left: min(5.1041666667vw, 98px);
  top: min(2.6041666667vw, 50px);
  width: min(11.40625vw, 219px);
}
.p-top .p-top__bg__inner .p-top-kv__bg__bread.p-top-kv__bg__bread--02 {
  left: min(3.0208333333vw, 58px);
  top: min(15.625vw, 300px);
  width: min(8.3333333333vw, 160px);
}
.p-top .p-top__bg__inner .p-top-kv__bg__bread.p-top-kv__bg__bread--03 {
  left: min(17.7083333333vw, 340px);
  top: min(23.9583333333vw, 460px);
  width: min(7.7083333333vw, 148px);
}
.p-top .p-top__bg__inner .p-top-kv__bg__bread.p-top-kv__bg__bread--04 {
  left: min(18.75vw, 360px);
  top: min(9.2708333333vw, 178px);
  width: min(8.3333333333vw, 160px);
}
.p-top .p-top__bg__inner .p-top-kv__bg__bread.p-top-kv__bg__bread--05 {
  left: min(12.5vw, 240px);
  top: min(33.8541666667vw, 650px);
  width: min(9.1145833333vw, 175px);
}
.p-top .p-top__bg__inner .p-top-kv__bg__bread.p-top-kv__bg__bread--06 {
  left: min(1.0416666667vw, 20px);
  top: min(19.2708333333vw, 370px);
  width: min(18.75vw, 360px);
}
@media only screen and (min-width: 769px) {
  .p-top .p-spnized {
    width: min(36.4583333333vw, 700px);
    background-color: #fff;
    position: relative;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 769px) {
  .p-top .p-top__bottom {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: min(13.0208333333vw, 250px);
    width: 100%;
    background-color: #fff6e9;
  }
}
@media only screen and (max-width: 768px) {
  .p-top .p-top__bottom {
    display: none;
  }
}
.p-top .p-top__bottom .p-top__bottom__inner {
  width: 100%;
  background-image: url(/lalaport/special/breadanddonut2025/assets/images/pages/top/bottom.png);
  background-repeat: repeat-x;
  background-position: center left;
}
@media only screen and (min-width: 769px) {
  .p-top .p-top__bottom .p-top__bottom__inner {
    background-size: min(63.9583333333vw, 1228px) min(7.1354166667vw, 137px);
    height: min(7.1354166667vw, 137px);
    margin-top: min(4.1666666667vw, 80px);
  }
}
.p-top .p-section__title {
  color: #6d2a1d;
  font-weight: 600;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .p-top .p-section__title {
    font-size: min(2.6041666667vw, 50px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top .p-section__title {
    font-size: 10.6666666667vw;
  }
}
.p-top .p-section__title__ja {
  text-align: center;
  font-weight: 600;
}
@media only screen and (min-width: 769px) {
  .p-top .p-section__title__ja {
    font-size: min(1.25vw, 24px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top .p-section__title__ja {
    font-size: 5.0666666667vw;
    margin-top: 2vw;
  }
}

@media only screen and (min-width: 769px) {
  .sp-bg__bread {
    padding-bottom: min(5.2083333333vw, 100px);
  }
}
@media only screen and (max-width: 768px) {
  .sp-bg__bread {
    padding-top: 6.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}

.modal {
  display: none;
}

.modal.is-open {
  display: block;
}
/*# sourceMappingURL=style.css.map */