/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!../common/scss/styles.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*! destyle.css v3.0.2 | 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;
}

/* 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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

img {
  max-width: 100%;
}

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

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

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

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

@media screen and (max-width: 750px) {
  .tb:not(.sp) {
    display: none;
  }
  .pc:not(.sp) {
    display: none;
  }
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .sp:not(.tb) {
    display: none;
  }
  .pc:not(.tb) {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .sp:not(.pc) {
    display: none;
  }
  .tb:not(.pc) {
    display: none;
  }
}
body:is(:not(.anq)) .mod-pagetitle {
  height: 27rem;
  width: 100% !important;
  margin-bottom: 3rem;
  background: url(/2026/img/common/bg-pagetitle-floral.svg) repeat-x center bottom/auto 10rem, url(/2026/img/common/bg-pagetitle-forest-large.jpg) #fff no-repeat center bottom/cover;
}
body:is(:not(.anq)) .mod-pagetitle h1 {
  display: grid;
  place-items: center;
  justify-items: center;
  width: 75rem;
  height: 100%;
  padding-bottom: 3rem;
  position: relative;
  margin: 0 auto;
  background: url(/2026/img/common/bg-pagetitle-elfs.png) no-repeat center bottom/auto 10rem;
}
body:is(:not(.anq)) .mod-pagetitle h1 img {
  min-height: 4rem;
}

body:is(.anq) .mod-pagetitle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 0 0;
}

@media screen and (max-width: 750px) {
  body:is(:not(.anq)) .mod-pagetitle {
    width: auto;
    margin-left: 0;
    height: 35rem;
    background: url(/2026/img/common/bg-pagetitle-floral.svg) repeat-x center bottom/auto 13rem, url(/2026/img/common/bg-pagetitle-forest.jpg) #fff no-repeat center bottom/auto 100%;
  }
  body:is(:not(.anq)) .mod-pagetitle h1 {
    background-size: 75rem auto;
  }
  body:is(:not(.anq)) .mod-pagetitle img {
    min-height: 4rem;
  }
}
.mod-indent {
  text-indent: -1em;
  margin-left: 1em;
}

.mod-standard-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 65rem;
  height: 10rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3.4rem;
  border-radius: 3.2rem;
  background: url(/2026/img/common/ico-triangle-right-white.svg) no-repeat right 2rem center/1.2rem auto, var(--color-gradient);
  color: #fff;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: relative;
}
.mod-standard-button.left-icon {
  background: url(/2026/img/common/ico-triangle-left-white.svg) no-repeat 2rem center/1.2rem auto, var(--color-gradient);
}
.mod-standard-button.base-color {
  background: url(/2026/img/common/ico-triangle-right-brown-light.svg) no-repeat right 2rem center/1.2rem auto, var(--color-base);
}
.mod-standard-button.base-color.left-icon {
  background: url(/2026/img/common/ico-triangle-left-white.svg) no-repeat 2rem center/1.2rem auto, var(--color-base);
}
.mod-standard-button.border {
  border: 2px solid var(--color-golden);
  background: #FFF;
  color: var(--color-golden);
}
.mod-standard-button.border.base-color {
  border-color: var(--color-base);
  color: var(--color-base);
  background: #FFF;
  background: url(/2026/img/common/ico-triangle-left-brown.svg) #FFF no-repeat 2rem center/1.2rem auto;
}

.mod-button-returntop {
  display: flow-root;
  width: 75rem;
  padding: 0 4.5rem;
  margin: 3rem auto;
  color: var(--color-golden);
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0;
  text-align: right;
  display: none !important;
}
.mod-button-returntop a {
  padding-right: 3rem;
  background: url(/2026/img/common/ico-arrow-right-golden.svg) no-repeat right center/2.6rem auto;
  border-bottom: 1px solid var(--color-golden);
}

.mod-sec-pickup {
  width: 75rem;
  height: 82rem;
  padding-top: 10rem;
  margin-inline: auto;
  background: url(../../img/common/pickup-bg.jpg) no-repeat center top/100% auto;
}
.mod-sec-pickup ul {
  display: grid;
  grid-template-columns: repeat(2, 30.6rem);
  width: 61.2rem;
  margin: 0 auto;
}
.mod-sec-pickup + .site-footer {
  margin-top: 0;
}

.viewport75 {
  padding-left: calc(50% - 37.5rem);
  padding-right: calc(50% - 37.5rem);
}

.width750 {
  max-width: 75rem;
  padding: 0 5rem;
  margin-left: auto;
  margin-right: auto;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.caution {
  color: var(--color-caution);
}

.palt {
  font-feature-settings: "palt";
}

.spacing {
  letter-spacing: 0;
}

.shrink03 {
  letter-spacing: -0.03em;
}

.shrink05 {
  letter-spacing: -0.05em;
}

.weight100 {
  font-weight: 100 !important;
}

.weight200 {
  font-weight: 200;
}

.weight300 {
  font-weight: 300;
}

.weight400 {
  font-weight: 400;
}

.weight500 {
  font-weight: 400;
}

.indent {
  display: block;
  text-indent: -1em;
  margin-left: 1em;
}

.mt0 {
  margin-top: 0rem;
}

.pt0 {
  padding-top: 0rem;
}

.mt10 {
  margin-top: 1rem;
}

.pt10 {
  padding-top: 1rem;
}

.mt20 {
  margin-top: 2rem;
}

.pt20 {
  padding-top: 2rem;
}

.mt30 {
  margin-top: 3rem;
}

.pt30 {
  padding-top: 3rem;
}

.mt40 {
  margin-top: 4rem;
}

.pt40 {
  padding-top: 4rem;
}

.mt50 {
  margin-top: 5rem;
}

.pt50 {
  padding-top: 5rem;
}

.mt60 {
  margin-top: 6rem;
}

.pt60 {
  padding-top: 6rem;
}

.mt70 {
  margin-top: 7rem;
}

.pt70 {
  padding-top: 7rem;
}

.mt80 {
  margin-top: 8rem;
}

.pt80 {
  padding-top: 8rem;
}

.mt90 {
  margin-top: 9rem;
}

.pt90 {
  padding-top: 9rem;
}

.mt100 {
  margin-top: 10rem;
}

.pt100 {
  padding-top: 10rem;
}

.mt110 {
  margin-top: 11rem;
}

.pt110 {
  padding-top: 11rem;
}

.mt120 {
  margin-top: 12rem;
}

.pt120 {
  padding-top: 12rem;
}

.mt130 {
  margin-top: 13rem;
}

.pt130 {
  padding-top: 13rem;
}

.mt140 {
  margin-top: 14rem;
}

.pt140 {
  padding-top: 14rem;
}

.mt150 {
  margin-top: 15rem;
}

.pt150 {
  padding-top: 15rem;
}

.mt160 {
  margin-top: 16rem;
}

.pt160 {
  padding-top: 16rem;
}

.mt170 {
  margin-top: 17rem;
}

.pt170 {
  padding-top: 17rem;
}

.mt180 {
  margin-top: 18rem;
}

.pt180 {
  padding-top: 18rem;
}

.mt190 {
  margin-top: 19rem;
}

.pt190 {
  padding-top: 19rem;
}

.mt200 {
  margin-top: 20rem;
}

.pt200 {
  padding-top: 20rem;
}

[comingsoon] {
  display: block;
  position: relative;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
[comingsoon] * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
[comingsoon]::before {
  content: attr(comingsoon);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 1rem;
  border-radius: inherit;
  background-position: center center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
  font-weight: bold;
  font-family: var(--font-yugothic);
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

:root {
  --color-base: #463232;
  --color-rust: #af2d0a;
  --color-rust-darken: #87332a;
  --color-golden-light: #f1eada;
  --color-brown: #AA5A14;
  --color-golden: #b6903d;
  --color-pink: #e62e8b;
  --color-caution: #e50012;
  --color-gradient: linear-gradient(var(--color-base), #352011);
  --color-gradient-mix-vertical: linear-gradient(180deg, #fdfafa 0%, #fffaf0 25%, #f5e8e6 65%, #faf0dc 90%), #fff;
  --font-yugothic: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --font-yumincho: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  --font-courier: "Courier","游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  --size-content: 98rem;
  --size-header: 8.8rem;
  --size-block: 8rem;
  --size-inline: 5rem;
}

html {
  font-size: 62.5%;
  min-height: 100%;
}
@media (max-width: 750px) {
  html {
    font-size: calc(1000vw / 750);
  }
}
@media (min-width: 1025px) {
  html {
    font-size: 62.5%;
  }
}

body {
  min-height: 100%;
  padding-top: 8.8rem;
  -webkit-text-size-adjust: none;
  font-family: var(--font-yugothic);
  font-feature-settings: "palt";
  font-size: 1.4rem;
  line-height: 1.53;
  color: var(--color-base);
  overflow-x: hidden;
}
body.modal_actived {
  overflow: hidden;
}

h1,
h2 {
  line-height: 1.3;
}

@media (hover: hover) {
  a,
button,
.hover-fade,
.mod-standard-button {
    transition: opacity 0.2s;
  }
  a:hover,
button:hover,
.hover-fade:hover,
.mod-standard-button:hover {
    opacity: 0.75;
  }
}
@media (min-width: 751px) and (max-width: 1024px) {
  html.responsive {
    font-size: 0.9765625vw;
  }
}
@media screen and (max-width: 750px) {
  :root {
    --size-header: 12rem;
  }
  body {
    padding-top: 12rem;
    font-size: 2.6rem;
    line-height: 1.53;
  }
}
#teaser .site-header .js-menu,
#anq .site-header .js-menu {
  display: none;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3.6rem;
  width: 100%;
  height: 8.8rem;
  background: linear-gradient(to right, var(--color-rust) 60%, var(--color-rust-darken));
  position: fixed;
  left: 0;
  top: 0;
  z-index: 8;
}
.site-header .js-menu {
  z-index: 10;
  width: 5.5rem;
  aspect-ratio: 1/1;
  position: relative;
  transition: background-color 0.2s;
}
.site-header .js-menu span {
  width: 3.6rem;
  height: 3px;
  border-radius: 99rem;
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.2s;
}
.site-header .js-menu span:before, .site-header .js-menu span:after {
  content: "";
  width: inherit;
  height: inherit;
  border-radius: 99rem;
  position: absolute;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: center center;
  transition: all 0.2s;
}
.site-header .js-menu span:before {
  top: -1rem;
}
.site-header .js-menu span:after {
  bottom: -1rem;
}
.is-menu-visible .js-menu:after {
  content: "close";
  width: 100%;
  text-align: center;
  line-height: 1;
  font-family: var(--font-courier);
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  bottom: 0;
}
.is-menu-visible .js-menu span {
  background: transparent !important;
}
.is-menu-visible .js-menu span:before, .is-menu-visible .js-menu span:after {
  top: auto !important;
  bottom: auto !important;
}
.is-menu-visible .js-menu span:before {
  transform: translateX(-50%) rotate(45deg);
}
.is-menu-visible .js-menu span:after {
  transform: translateX(-50%) rotate(-45deg);
}

.site-header > ul {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 3rem;
}
.site-header > ul li img {
  width: 4.2rem;
}
.site-header h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.site-header h1 img {
  max-height: 5.6rem;
}

.global-navi {
  width: 100%;
  height: calc(100% - var(--size-header));
  max-width: 62rem;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9;
  overflow: hidden;
  transition: all 0.3s;
  transform: translateX(-105%);
  line-height: 1.3;
}
body.is-menu-visible .global-navi {
  transform: translateX(0);
}
.global-navi .inner {
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #fff;
}
.global-navi .inner::-webkit-scrollbar {
  display: none;
}
.global-navi .inner .nav-list a {
  background: url(/2026/img/common/ico-arrow-right.svg) no-repeat right 4rem center/2.6rem auto;
}
.global-navi .inner .nav-list > li {
  border-bottom: 1rem solid #fff;
}
.global-navi .inner .nav-list > li > span,
.global-navi .inner .nav-list > li > a {
  display: flex;
  align-items: center;
  height: 8rem;
  padding: 0 0 0 7rem;
  background-position: 2rem center;
  background-size: 3rem auto;
  background-repeat: no-repeat;
  font-size: 2.6rem;
  font-weight: 500;
  color: var(--color-base);
  cursor: pointer;
  position: relative;
}
.global-navi .inner .nav-list > li > span:after,
.global-navi .inner .nav-list > li > a:after {
  content: "";
  width: 1.1rem;
  aspect-ratio: 11/15;
  background: url(/2026/img/common/ico-triangle-right-white.svg) no-repeat center center/contain;
  position: absolute;
  right: 4rem;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
}
.global-navi .inner .nav-list > li[comingsoon]:before {
  font-size: 2rem;
  font-weight: 500;
  padding-right: 7rem;
  justify-content: flex-end;
  align-items: flex-end;
}
.global-navi .inner .nav-list > li:nth-of-type(odd) > span,
.global-navi .inner .nav-list > li:nth-of-type(odd) > a {
  background-image: url(/2026/img/common/ico-flag-rust.svg);
  background-color: #f7eae6;
}
.global-navi .inner .nav-list > li:nth-of-type(even) > span,
.global-navi .inner .nav-list > li:nth-of-type(even) > a {
  background-image: url(/2026/img/common/ico-flag-brown.svg);
  background-color: #faf0e6;
}
.global-navi .inner .nav-list > li > span:after {
  transform: translateY(-50%) rotate(90deg);
}
.global-navi .inner .nav-list > li > span.is-opened:after {
  transform: translateY(-50%) rotate(-90deg);
}
.global-navi .inner .nav-list ul {
  background-color: #fff;
  display: none;
}
.global-navi .inner .nav-list ul li {
  margin-top: 1rem;
}
.global-navi .inner .nav-list ul li[comingsoon]:before {
  justify-content: flex-end;
  padding-right: 7rem;
  font-size: 2rem;
  font-weight: 500;
}
.global-navi .inner .nav-list ul li a {
  display: flex;
  align-items: center;
  height: 6rem;
  padding: 0 7rem;
  font-size: 2.2rem;
  font-weight: normal;
  color: #4f1b02;
  background: url(/2026/img/common/ico-triangle-right-brown-light.svg) no-repeat right 4rem center/1.1rem auto;
}
.global-navi .inner .nav-list ul li a img {
  width: 56.2rem;
}
.global-navi .inner .nav-list ul li .movie:after {
  content: "";
  display: inline-block;
  width: 4rem;
  margin-left: auto;
  aspect-ratio: 1/1;
  background: url(/2026/img/common/ico-movie.svg) no-repeat center center/contain;
  pointer-events: none;
}
.global-navi .inner .nav-list small {
  letter-spacing: 0;
}
.global-navi .inner .secondary-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin: 2rem 5rem 5rem;
}
.global-navi .inner .secondary-list img {
  width: 100%;
}
.global-navi .inner .secondary-list [comingsoon]:before {
  align-items: flex-end;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 0.5rem 0;
  border-radius: 1rem;
}

.obfuscator {
  width: 100%;
  height: calc(100% - 8.8rem);
  opacity: 0.3;
  background: #000;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 8;
  cursor: pointer;
  display: none;
}
body.is-menu-visible .obfuscator {
  display: block;
}

@media screen and (max-width: 750px) {
  .site-header {
    padding: 0 3rem;
    height: 12rem;
  }
  .site-header > ul {
    gap: 0 3rem;
  }
  .site-header > ul li img {
    width: 5.4rem;
  }
  .site-header h1 img {
    width: 23.4rem;
    max-height: 7.4rem;
  }
  .site-header .js-menu {
    width: 6rem;
  }
  .site-header .js-menu span {
    height: 2px;
  }
  .global-navi {
    max-width: 75rem;
    height: calc(100% - var(--size-header));
  }
  .global-navi .inner .nav-list > li > span,
.global-navi .inner .nav-list > li > a {
    font-size: 3.2rem;
  }
  .global-navi .inner .nav-list ul li a {
    font-size: 2.4rem;
  }
  .obfuscator {
    height: calc(100% - var(--size-header));
  }
}
.site-footer {
  margin-top: 8rem;
  text-align: center;
  color: #fff;
  position: relative;
}
.site-footer .pagetop-area {
  width: 100%;
  aspect-ratio: 144/15;
  background: url(/2026/img/common/footer-bg.jpg) repeat-x center bottom/contain;
  line-height: 1;
  position: relative;
}
.site-footer .pagetop-area:after {
  content: "";
  width: 43vw;
  aspect-ratio: 616/230;
  background: url(/2026/img/common/footer-deco.png) no-repeat center center/contain;
  position: absolute;
  top: -2.5vw;
  left: 49%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}
.site-footer .pagetop-area button {
  display: block;
  width: 16.6rem;
  height: 2.4rem;
  background: url(/2026/img/common/btn-pagetop.svg) no-repeat center center/contain;
  position: absolute;
  top: 0rem;
  left: 50%;
  transform: translateX(-50%);
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.site-footer .bottom-area {
  padding-bottom: 8rem;
  background: linear-gradient(to right, var(--color-rust) 60%, var(--color-rust-darken));
}
.site-footer .bottom-area > figure {
  padding-top: 1px;
  line-height: 1;
}
.site-footer .bottom-area > figure a {
  display: block;
  width: 40rem;
  margin: 3rem auto 2rem;
}
.site-footer .bottom-area > figure a img {
  width: 100%;
}
.site-footer .bottom-area > figure a + a {
  display: block;
  width: 19.4rem;
  margin: 0 auto;
}
.site-footer .bottom-area > p {
  padding: 1rem 0 2rem;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  font-family: "Times New Roman", Times, serif;
}

.sticky-nav {
  width: 100%;
  height: 8rem;
  border-radius: 4rem 4rem 0 0;
  background: linear-gradient(to bottom, #fdfafa 30%, #f2eaea 90%);
  position: fixed;
  left: 0;
  bottom: -10rem !important;
  box-shadow: 0 -1rem 1rem rgba(0, 0, 0, 0.08);
  z-index: 7;
  transition: all 0.5s;
}
.sticky-nav.active {
  bottom: 0 !important;
}
.sticky-nav ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  width: 69rem;
  margin: 0 auto;
  padding: 1rem 0;
  position: relative;
  pointer-events: unset !important;
  -webkit-user-select: unset !important;
     -moz-user-select: unset !important;
          user-select: unset !important;
}
.sticky-nav ul[comingsoon]:before {
  height: 8rem;
  width: 66.8%;
  left: auto;
  right: 0;
  font-size: 1.8rem;
}
.sticky-nav ul li {
  border-left: 3px solid #fff;
  text-align: center;
  pointer-events: unset !important;
  -webkit-user-select: unset !important;
     -moz-user-select: unset !important;
          user-select: unset !important;
}
.sticky-nav ul li:last-of-type {
  border-right: 2px solid #fff;
}
.sticky-nav ul li a {
  display: block;
  pointer-events: unset !important;
  -webkit-user-select: unset !important;
     -moz-user-select: unset !important;
          user-select: unset !important;
}
.sticky-nav ul li a img {
  height: 6.4rem;
}

#teaser .site-footer .bottom-area,
body.anq .site-footer .bottom-area {
  padding-bottom: 0 !important;
}
#teaser .sticky-nav,
body.anq .sticky-nav {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .site-footer {
    margin-top: 2rem;
  }
  .site-footer .pagetop-area {
    height: 33rem;
    background: url(/2026/img/common/footer-bg-sp.png) no-repeat center top/75rem auto;
  }
  .site-footer .pagetop-area:after {
    width: 100%;
    height: 10.8rem;
    background: url(/2026/img/common/footer-deco-sp.png) no-repeat right -2rem center/contain;
    left: 50%;
    top: 26rem;
  }
  .site-footer .pagetop-area button {
    top: auto;
    bottom: 6.4rem;
  }
  .site-footer .bottom-area > figure a {
    width: 50rem;
    margin: 5rem auto 3.5rem;
  }
  .site-footer .bottom-area > figure a img {
    width: 100%;
  }
  .site-footer .bottom-area > figure a + a {
    width: 28.4rem;
  }
  .site-footer .bottom-area > p {
    padding: 2rem 0 4rem;
    letter-spacing: 0;
    font-size: 2.2rem;
  }
  .sticky-nav:after {
    background: url(/2026/img/common/nav-bg.png) no-repeat center top/75rem auto;
    top: -5rem;
    z-index: 5;
  }
  .sticky-nav ul {
    width: 75rem;
  }
  .sticky-nav ul li {
    height: 9rem;
    border: none !important;
  }
  .sticky-nav ul li + li {
    border-left: 1px solid #fff !important;
  }
  .sticky-nav ul li[comingsoon]:before {
    height: 11rem;
    padding: 0.5rem 0;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .sticky-nav ul li a {
    display: flex;
    height: 100%;
    align-items: flex-start;
    justify-content: center;
    padding-top: 0.5rem;
  }
  .sticky-nav ul li a img {
    padding: 0 3rem;
    width: 90%;
  }
}
#teaser main {
  padding: 0 calc(50% - 37.5rem);
  text-align: center;
}
#teaser .sec-intro {
  margin: -10.8rem 5rem 4rem;
}
#teaser .sec-intro p {
  margin-top: 3rem;
}
#teaser .sec-concept {
  padding-bottom: 3.5rem;
}
#teaser .sec-concept .block {
  padding: 6rem 0 0;
  background: url(/2026/img/teaser/concept-bg.png) no-repeat center bottom 19rem/100% auto, linear-gradient(to top, #fff 10rem, #faf2f5 10rem);
}
#teaser .sec-concept .block h2 {
  margin: 0 var(--size-inline);
}
#teaser .sec-concept .block p {
  margin: 6rem var(--size-inline) 39rem;
}
#teaser .sec-concept .btn-anq {
  display: block;
  width: 72rem;
  margin: 2.5rem auto 0;
}
#teaser .sec-instagram {
  background: #e6c8c8;
  padding: 5.5rem 0 3rem;
  position: relative;
}
#teaser .sec-instagram:before {
  content: "";
  inset: 0;
  background: url(/2026/img/teaser/instagram-bg.png) no-repeat center top/contain;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  pointer-events: none;
}
#teaser .sec-instagram .insta a {
  display: block;
  width: 75rem;
  margin: 0 auto;
}
#teaser .sec-instagram > ul {
  display: grid;
  grid-template-columns: repeat(3, 24.6rem);
  gap: 0.6rem;
  margin-top: 1rem;
}
#teaser .sec-instagram > ul .instagram_image {
  aspect-ratio: 1/1;
  line-height: 1;
  position: relative;
  overflow: hidden;
}
#teaser .sec-instagram > ul .instagram_image img,
#teaser .sec-instagram > ul .instagram_image video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.anq .site-header .js-menu,
.anq .site-header .global-navi {
  display: none !important;
}

.anq main {
  overflow-x: hidden;
}
.anq .mod-pagetitle {
  padding: 0;
}
.anq .mod-pagetitle img {
  width: 72rem;
}
.anq .sec-anquete > p.center {
  margin: 0 auto 2rem;
  font-size: 2.8rem;
  font-weight: bold;
  position: relative;
  letter-spacing: 0;
}
.anq .sec-anquete > p.center + a {
  width: 70rem;
  display: block;
  margin: 0 auto;
}
.anq .sec-anquete .enquete-container {
  margin-top: 1rem;
  padding: 7rem 5rem 5rem;
  background: #faf2f0;
  position: relative;
}
.anq .sec-anquete .enquete-block {
  background: #fff;
  border-radius: 3rem;
  border: 2px solid var(--color-rust);
  position: relative;
  z-index: 1;
}
.anq .sec-anquete .enquete-block + .enquete-block {
  margin-top: 6rem;
}
.anq .sec-anquete .enquete-block .ques {
  padding: 2rem 0;
  border-radius: 2.4rem 2.4rem 0 0;
  background: var(--color-rust);
  text-align: center;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-size: 2.8rem;
  font-weight: bold;
}
.anq .sec-anquete .enquete-block .ques i {
  margin-right: 0.8rem;
  font-style: normal;
}
.anq .sec-anquete .enquete-block .ques small {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: normal;
  vertical-align: middle;
  line-height: 1.3;
}
.anq .sec-anquete .enquete-block .ques .normal {
  font-weight: 400;
}
.anq .sec-anquete .enquete-block .ques .spacing {
  letter-spacing: -0.05em;
}
.anq .sec-anquete .enquete-block .input-list li {
  margin: 0 4rem;
  position: relative;
}
.anq .sec-anquete .enquete-block .input-list li + li {
  border-top: 2px solid var(--color-rust);
}
.anq .sec-anquete .enquete-block .input-list li label {
  display: flex;
  align-items: center;
  padding: 3rem 0;
  font-size: 2.8rem;
  font-weight: 500;
  cursor: pointer;
  line-height: 1.3;
}
.anq .sec-anquete .enquete-block .input-list li label input {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1.2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 2px solid #999;
}
.anq .sec-anquete .enquete-block .input-list li label input[type=radio] {
  border-radius: 100rem;
  z-index: 1;
}
.anq .sec-anquete .enquete-block .input-list li label input[type=radio]:checked {
  border: 1px solid var(--color-base);
  background: var(--color-base);
  box-shadow: 1.5px 1.5px 0 #fff inset, -1.5px -1.5px 0 #fff inset, 1.5px -1.5px 0 #fff inset, -1.5px 1.5px 0 #fff inset;
}
.anq .sec-anquete .enquete-block .input-list li label input[type=checkbox] {
  border-radius: 0.4rem;
}
.anq .sec-anquete .enquete-block .input-list li label input[type=checkbox]:checked {
  background: url(/2026/img/anq/ico-checkbox-checked.svg) no-repeat center center/contain;
  border-color: transparent;
}
.anq .sec-anquete .enquete-block .input-list li label span {
  position: relative;
  z-index: 1;
}
.anq .sec-anquete .enquete-block .input-list li + li label {
  border-top: 1px solid var(--color-pink-light);
}
.anq .sec-anquete .enquete-block .input-list.multiple-max-3.is-disabled li:not(:has(input[type=checkbox]:checked)) label {
  opacity: 0.4;
  pointer-events: none;
}
.anq .sec-anquete .enquete-block .textarea-block {
  margin: 0 4rem 6rem;
  padding-top: 3rem;
  border-top: 2px dotted var(--color-rust);
}
.anq .sec-anquete .enquete-block .textarea-block.solid {
  border-top-style: solid;
}
.anq .sec-anquete .enquete-block .textarea-block p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
}
.anq .sec-anquete .enquete-block .textarea-block p small {
  display: block;
  font-size: 2.2rem;
  font-weight: normal;
}
.anq .sec-anquete .enquete-block .textarea-block input[type=text] {
  width: 100%;
  height: 5rem;
  margin-top: 1rem;
  padding: 1rem;
  border: 2px solid #cbcbcb;
  font-size: 2.4rem;
  resize: none;
  word-break: break-all;
}
.anq .sec-anquete .enquete-block textarea {
  display: block;
  width: calc(100% - 8rem);
  height: 14rem;
  margin: 3rem 4rem;
  padding: 1rem;
  border: 2px solid #cbcbcb;
  font-size: 2.4rem;
  resize: none;
  word-break: break-all;
}
.anq .sec-anquete .enquete-block .result-table {
  padding: 0 4rem 4rem;
}
.anq .sec-anquete .enquete-block .result-table table {
  width: 100%;
  font-size: 2.6rem;
}
.anq .sec-anquete .enquete-block .result-table table tr td {
  padding-top: 2.4rem;
  font-weight: bold;
}
.anq .sec-anquete .enquete-block .result-table table tr td .bar-wrap {
  display: flex;
  align-items: center;
  line-height: 1.2;
  font-weight: 400;
}
.anq .sec-anquete .enquete-block .result-table table tr td .bar-wrap .bar {
  width: 0;
  height: 2.4rem;
  margin-right: 1.6rem;
  background: #dc9664;
  transition: all 1s 0.5s;
}
.anq .sec-anquete .enquete-block .result-table table tr:nth-of-type(3n + 2) td .bar-wrap .bar {
  background: #64a0be;
}

.anq .sec-anquete .enquete-block .result-table table tr:nth-of-type(3n + 3) td .bar-wrap .bar {
  background: #82b46e;
}

.anq .sec-anquete .enquete-block .result-table table tr td .bar-wrap .num {
  opacity: 0;
}
.anq .sec-anquete .enquete-block:nth-of-type(even) {
  border-color: var(--color-brown);
}
.anq .sec-anquete .enquete-block:nth-of-type(even) .ques {
  background: var(--color-brown);
}
.anq .sec-anquete .enquete-block:nth-of-type(even) .input-list li + li {
  border-color: var(--color-brown);
}
.anq .sec-anquete .btn-send {
  display: block;
  width: 70.7rem;
  margin: 4rem auto 0;
  position: relative;
}

#anq_question main {
  padding-bottom: 28rem;
  background: url(/2026/img/anq/main-bg.png) no-repeat center bottom/30rem auto;
}
#anq_question .enquete-container:after {
  content: "";
  width: 100%;
  height: calc(100% + 19rem);
  position: absolute;
  left: 0;
  top: -5rem;
  pointer-events: none;
  background: url(/2026/img/anq/deco-choco01.png) no-repeat -6rem top, url(/2026/img/anq/deco-choco02.png) no-repeat right -2rem top 58rem, url(/2026/img/anq/deco-choco03.png) no-repeat -7rem 107rem, url(/2026/img/anq/deco-choco04.png) no-repeat right -4rem top 200rem, url(/2026/img/anq/deco-choco05.png) no-repeat -6rem 287rem, url(/2026/img/anq/deco-choco06.png) no-repeat right -7rem top 414rem, url(/2026/img/anq/deco-choco07.png) no-repeat right -5rem top 505rem, url(/2026/img/anq/deco-choco08.png) no-repeat -3rem 574rem, url(/2026/img/anq/deco-choco09.png) no-repeat -2rem 597rem, url(/2026/img/anq/deco-choco10.png) no-repeat right -5rem top 710rem, url(/2026/img/anq/deco-choco11.png) no-repeat -3rem 811rem, url(/2026/img/anq/deco-choco12.png) no-repeat right -14rem top 876rem, url(/2026/img/anq/deco-choco13.png) no-repeat center bottom;
}

.anq#anq_result main {
  position: relative;
  z-index: 1;
}
.anq#anq_result .enquete-container:after {
  content: "";
  width: 100%;
  height: calc(100% + 19rem);
  position: absolute;
  left: 0;
  top: -5rem;
  pointer-events: none;
  background: url(/2026/img/anq/deco-choco01.png) no-repeat -6rem top, url(/2026/img/anq/deco-choco02.png) no-repeat right -2rem top 78rem, url(/2026/img/anq/deco-choco03.png) no-repeat -7rem 189rem, url(/2026/img/anq/deco-choco04.png) no-repeat right -4rem top 255rem, url(/2026/img/anq/deco-choco05.png) no-repeat -6rem 401rem, url(/2026/img/anq/deco-choco06.png) no-repeat right -7rem top 416rem, url(/2026/img/anq/deco-choco07.png) no-repeat right -5rem top 468rem, url(/2026/img/anq/deco-choco08.png) no-repeat -3rem 546rem, url(/2026/img/anq/deco-choco09.png) no-repeat -2rem 564rem, url(/2026/img/anq/deco-choco10.png) no-repeat right -5rem top 689rem, url(/2026/img/anq/deco-choco11.png) no-repeat -3rem 791rem, url(/2026/img/anq/deco-choco12.png) no-repeat right -16rem top 807rem, url(/2026/img/anq/deco-choco13.png) no-repeat center bottom;
}
.anq#anq_result .sec-anquete > a {
  display: block;
  width: 65rem;
  margin: 6rem auto 0;
  position: relative;
  z-index: 1;
}
.anq#anq_result .sec-anquete > a + a {
  margin-top: -2.5rem;
}

#guide main .shrink {
  letter-spacing: -0.03em;
}
#guide main .btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
#guide main .btn-group {
  width: 65rem;
  margin: 8rem auto 5rem;
}
#guide.guide-index main {
  font-size: 2.8rem;
  font-feature-settings: normal;
  letter-spacing: 0;
}
#guide.guide-index main h2 {
  margin-bottom: 4rem;
  color: var(--color-base);
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  font-size: 3.3rem;
  letter-spacing: -0.05em;
  white-space: nowrap;
}
#guide.guide-index main h2.border {
  padding-bottom: 3rem;
  border-bottom: 2px solid var(--color-base);
}
#guide.guide-index main h2.border-dotted {
  padding-bottom: 3rem;
  border-bottom: 1px dotted var(--color-base);
}
#guide.guide-index main h3 {
  margin: 4rem 0 2rem;
  font-weight: bold;
}
#guide.guide-index main h3:before {
  content: "■";
  color: var(--color-golden);
}
#guide.guide-index main h3.caution:before {
  color: #e50012;
}
#guide.guide-index main .white-block {
  margin-top: 4rem;
  padding: 5rem 3rem;
  background: #fff;
}
#guide.guide-index main .white-block h4 {
  padding-bottom: 3rem;
  margin-bottom: 2rem;
  border-bottom: 2px dotted #7d7d7e;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: -0.04em;
  text-align: center;
  position: relative;
}
#guide.guide-index main .white-block .block {
  margin-top: 3rem;
  padding: 2rem;
}
#guide.guide-index main .white-block .block a {
  display: block;
  margin-bottom: 1.6rem;
}
#guide.guide-index main table {
  width: 100%;
  background: #fff;
  font-size: 2.7rem;
  letter-spacing: -0.05em;
}
#guide.guide-index main table th {
  padding: 1rem 0;
  background: #979797;
  border: 1px solid #7d7d7e;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-weight: normal;
  line-height: 1.2;
}
#guide.guide-index main table td {
  padding: 1rem 1.3rem;
  border: 1px solid #7d7d7e;
  vertical-align: middle;
  text-align: right;
}
#guide.guide-index main table.center th,
#guide.guide-index main table.center td {
  text-align: center;
}
#guide.guide-index main .sec-intro {
  margin: 10rem calc(50% - 37.5rem) 8rem;
  padding: 0 4rem;
}
#guide.guide-index main .sec-intro h2 {
  width: 75rem;
  margin-left: -5rem;
  padding: 2.4rem 0;
  color: #fff;
  background: #d2b96e;
}
#guide.guide-index main .sec-intro h2.blue {
  background: #0075bd;
}
#guide.guide-index main .sec-intro h2.green {
  background: #1eaf4b;
}
#guide.guide-index main .sec-intro dl {
  margin: -1rem auto 4.6rem;
}
#guide.guide-index main .sec-intro dl dt {
  margin-bottom: 1rem;
}
#guide.guide-index main .sec-intro dl dt:before {
  content: "■";
  color: #0075bd;
}
#guide.guide-index main .sec-intro dl dd + dt {
  margin-top: 3rem;
}
#guide.guide-index main .sec-intro nav {
  margin: 4rem auto 12rem;
}
#guide.guide-index main .sec-intro nav a {
  display: block;
}
#guide.guide-index main .sec-intro nav a + a {
  margin-top: 2rem;
}
#guide.guide-index main #lawson {
  margin: 0 calc(50% - 37.5rem);
  padding: 0 4rem 8rem;
  background: #ebf4fa;
}
#guide.guide-index main #lawson h2 {
  width: 75rem;
  margin-left: -4rem;
  padding: 2.4rem 0;
  color: #fff;
  background: #0075bd;
}
#guide.guide-index main #lawson h3:before {
  color: #0075bd;
}
#guide.guide-index main #lawson .table1 td:nth-of-type(2), #guide.guide-index main #lawson .table1 td:nth-of-type(3) {
  text-align: center;
}
#guide.guide-index main #lawson .table1 td:nth-of-type(2) div, #guide.guide-index main #lawson .table1 td:nth-of-type(3) div {
  display: inline-block;
  text-align: right;
}
#guide.guide-index main #lawson .table2 {
  margin-bottom: 6rem;
  font-size: 2.8rem;
  letter-spacing: 0;
}
#guide.guide-index main #lawson .table2 td:nth-of-type(1) {
  padding-right: 3rem;
}
#guide.guide-index main #lawson .table2 td:nth-of-type(2) {
  padding-left: 3rem;
  text-align: left;
}
#guide.guide-index main #lawson .block01 .red-border {
  margin-block: 2.5rem 3rem;
  padding: 1rem 0;
  border: 4px solid #e50012;
  font-weight: bold;
  color: #e50012;
}
#guide.guide-index main #lawson .block01 h5 {
  margin: 3.5rem 0 2rem;
  padding: 1.5rem 0;
  background: #e50012;
  color: #fff;
  font-weight: bold;
}
#guide.guide-index main #lawson .block01 .block {
  background: #d9eaf5;
  text-align: left;
  font-size: 2.5rem;
}
#guide.guide-index main #entrance {
  margin: 8rem calc(50% - 37.5rem);
  padding: 4rem;
  background: #f8f4e9;
}
#guide.guide-index main #line {
  margin: 8rem calc(50% - 37.5rem);
  padding: 0 4rem 8rem;
  background: #f1faf4;
  scroll-margin: 8.5rem;
}
#guide.guide-index main #line > h2 {
  width: 75rem;
  margin-left: -4rem;
  padding: 2.4rem 0;
  color: #fff;
  background: #1eaf4b;
}
#guide.guide-index main #line > h4 {
  margin-bottom: 2rem;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.3;
  font-feature-settings: "palt";
}
#guide.guide-index main #line > h4:first-of-type {
  margin-top: 5rem;
  padding-top: 5rem;
  border-top: 1px solid #000;
}
#guide.guide-index main #line > h4:first-of-type::first-letter {
  color: var(--color-golden);
}
#guide.guide-index main #line table td:nth-of-type(2) {
  text-align: center;
}
#guide.guide-index main #line table td:nth-of-type(2) div {
  display: inline-block;
  text-align: right;
}
#guide.guide-index main #line table td:nth-of-type(3) {
  text-align: left;
}
#guide.guide-index main #line .white-block {
  width: 61rem;
  margin: 3rem auto;
  font-size: 2.4rem;
}
#guide.guide-index main #line .white-block a {
  display: block;
}
#guide.guide-index main #line .white-block a + a {
  margin-top: 1.5rem;
}
#guide.guide-index main #line .white-block a img {
  width: 100%;
}
#guide.guide-ticket .sec-steps {
  padding: 0 calc(50% - 37.5rem) 4rem;
  font-size: 2.8rem;
}
#guide.guide-ticket .sec-steps h2 {
  padding: 2rem 0;
  margin-bottom: 5rem;
  background: #d9eaf5;
  text-align: center;
  line-height: 1.5;
  font-size: 3.3rem;
  font-weight: bold;
  color: var(--color-base);
}
#guide.guide-ticket .sec-steps h2.blue {
  background: #3a95d2;
  color: #fff;
}
#guide.guide-ticket .sec-steps h2.brown {
  background: #b59800;
  color: #fff;
}
#guide.guide-ticket .sec-steps > figure {
  margin-bottom: 4rem;
  text-align: center;
}
#guide.guide-ticket .sec-steps ol {
  margin: 0 5rem 8rem;
  position: relative;
}
#guide.guide-ticket .sec-steps ol li {
  margin-left: 7rem;
  position: relative;
}
#guide.guide-ticket .sec-steps ol li:not(:last-of-type):before {
  content: "";
  width: 1px;
  height: calc(100% + 4.6rem + 4.6rem);
  background: #fff;
  border-left: 2px dotted #7d7d7e;
  position: absolute;
  left: -5.5rem;
  top: 3rem;
  pointer-events: none;
}
#guide.guide-ticket .sec-steps ol li + li {
  margin-top: 4.6rem;
  padding-top: 4.6rem;
  border-top: 1px solid #7d7d7e;
}
#guide.guide-ticket .sec-steps ol li h3 {
  padding-top: 0.5rem;
  letter-spacing: 0;
  position: relative;
}
#guide.guide-ticket .sec-steps ol li h3:has(+ p) {
  margin-bottom: 2.4rem;
}
#guide.guide-ticket .sec-steps ol li h3:before {
  content: "";
  width: 4rem;
  height: 4rem;
  border-radius: 100rem;
  background: #fff;
  border: 0.2rem solid var(--color-golden);
  position: absolute;
  left: -7.4rem;
  top: -0.4rem;
  pointer-events: none;
}
#guide.guide-ticket .sec-steps ol li h3:after {
  content: "";
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100rem;
  background: var(--color-golden);
  position: absolute;
  left: -7rem;
  top: 0;
  pointer-events: none;
}
#guide.guide-ticket .sec-steps ol li h3 span {
  display: block;
  margin-bottom: 1.6rem;
  line-height: 1;
  font-weight: bold;
  color: #878787;
}
#guide.guide-ticket .sec-steps ol li > p:not(.palt) {
  font-feature-settings: normal;
}
#guide.guide-ticket .sec-steps ol li .lawson-block {
  margin-top: 4rem;
  padding: 3.5rem;
  background: #d9eaf5;
}
#guide.guide-ticket .sec-steps ol li .lawson-block p:first-of-type {
  margin-bottom: 2.4rem;
  white-space: nowrap;
}
#guide.guide-ticket .sec-steps ol li .lawson-block p:last-of-type {
  font-size: 2.4rem;
}
#guide.guide-ticket .sec-steps ol li .lawson-block a {
  margin-bottom: 1.4rem;
}
#guide.guide-admission main {
  font-feature-settings: normal;
  letter-spacing: 0;
}
#guide.guide-admission main nav {
  padding: 0 calc(50% - 37.5rem);
}
#guide.guide-admission main nav h2 {
  padding: 2rem 0;
  background: #fef2f6;
  text-align: center;
  line-height: 1.5;
  font-size: 3.3rem;
  font-weight: bold;
  color: var(--color-base);
}
#guide.guide-admission main nav a {
  display: block;
  padding: 4.2rem 5rem;
  color: var(--color-base);
  font-size: 2.8rem;
  letter-spacing: -0.03em;
  border-bottom: 2px solid var(--color-golden);
  background: url(/2026/img/common/ico-triangle-right-golden.svg) no-repeat right 5rem center/1.1rem auto;
}
#guide.guide-admission main table {
  width: 100%;
  background: #fff;
  font-size: 2.7rem;
  letter-spacing: -0.05em;
}
#guide.guide-admission main table th {
  padding: 1rem 0;
  background: #979797;
  border: 1px solid #7d7d7e;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-weight: normal;
  line-height: 1.2;
}
#guide.guide-admission main table td {
  padding: 1rem 1.3rem;
  border: 1px solid #7d7d7e;
  vertical-align: middle;
  text-align: center;
}
#guide.guide-admission main table.center th,
#guide.guide-admission main table.center td {
  text-align: center;
}
#guide.guide-admission main .sec-instruction {
  margin: 7rem calc(50% - 37.5rem) 0;
  padding: 7rem 5rem;
  background: #fef2f6;
  font-size: 2.8rem;
  overflow: hidden;
  position: relative;
}
#guide.guide-admission main .sec-instruction h2 {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 2px solid var(--color-base);
  color: var(--color-base);
  text-align: center;
  line-height: 1.51;
  font-weight: bold;
  font-size: 3.3rem;
  white-space: nowrap;
}
#guide.guide-admission main .sec-instruction h3 {
  margin-bottom: 1.5rem;
  letter-spacing: 0;
  font-weight: bold;
}
#guide.guide-admission main .sec-instruction h3:before {
  content: "■";
  color: var(--color-golden);
}
#guide.guide-admission main .sec-instruction h3:not(:first-of-type) {
  margin-top: 3rem;
}
#guide.guide-admission main .sec-instruction figure {
  margin: 4rem auto;
}
#guide.guide-admission main .sec-instruction figure:last-child {
  margin-bottom: 0;
}
#guide.guide-admission main .sec-instruction > table:nth-of-type(1) {
  width: 61rem;
  margin: 2rem auto 5rem;
}
#guide.guide-admission main .sec-instruction > table:nth-of-type(2) th {
  background: #7d7d7e;
}
#guide.guide-admission main .sec-instruction ruby rt {
  font-size: 1.05em;
}
#guide.guide-admission main #mainarea h2 {
  letter-spacing: -0.05em;
  font-feature-settings: "palt";
  font-size: 3.2rem;
}
#guide.guide-admission main .btn-group {
  margin-bottom: 16rem;
}
#guide.guide-line .sec-steps {
  padding: 0 calc(50% - 37.5rem) 0;
  font-size: 2.8rem;
}
#guide.guide-line .sec-steps h2 {
  padding: 2rem 0;
  margin-bottom: 5rem;
  background: var(--color-base);
  color: #fff;
  text-align: center;
  line-height: 1.5;
  font-size: 3.3rem;
  font-weight: bold;
}
#guide.guide-line .sec-steps h2 span {
  display: inline-block;
  margin-bottom: 1.6rem;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid #fff;
  font-size: 2.4rem;
}
#guide.guide-line .sec-steps h2 + p.center {
  margin-top: -3rem;
  margin-bottom: 3rem;
  text-align: center;
  font-size: 2.4rem;
}
#guide.guide-line .sec-steps ol {
  margin: 0 5rem 8rem;
  letter-spacing: 0;
  position: relative;
}
#guide.guide-line .sec-steps ol li {
  margin-left: 7rem;
  position: relative;
}
#guide.guide-line .sec-steps ol li:not(:last-of-type):before {
  content: "";
  width: 1px;
  height: calc(100% + 4.6rem);
  background: #fff;
  border-left: 2px dotted #7d7d7e;
  position: absolute;
  left: -5.5rem;
  top: 0;
  pointer-events: none;
}
#guide.guide-line .sec-steps ol li + li {
  margin-top: 4.6rem;
  padding-top: 4.6rem;
  border-top: 1px solid #7d7d7e;
}
#guide.guide-line .sec-steps ol li:not(:first-of-type) h3:before {
  top: -6.4rem;
}
#guide.guide-line .sec-steps ol li:not(:first-of-type) h3:after {
  top: -6rem;
}
#guide.guide-line .sec-steps ol li h3 {
  padding-top: 0.5rem;
  letter-spacing: 0;
  position: relative;
}
#guide.guide-line .sec-steps ol li h3:has(+ p) {
  margin-bottom: 2.4rem;
}
#guide.guide-line .sec-steps ol li h3:before {
  content: "";
  width: 4rem;
  height: 4rem;
  border-radius: 100rem;
  background: #fff;
  border: 0.2rem solid var(--color-golden);
  position: absolute;
  left: -7.4rem;
  top: -0.4rem;
  pointer-events: none;
}
#guide.guide-line .sec-steps ol li h3:after {
  content: "";
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100rem;
  background: var(--color-golden);
  position: absolute;
  left: -7rem;
  top: 0;
  pointer-events: none;
}
#guide.guide-line .sec-steps ol li h3 span {
  display: block;
  margin-bottom: 1.6rem;
  line-height: 1;
  font-weight: bold;
  color: #878787;
}
#guide.guide-line .sec-steps ol li > p:not(.palt) {
  font-feature-settings: normal;
  font-size: 2.6rem;
}
#guide.guide-line .sec-steps ol li .flexbox {
  display: flex;
  align-items: center;
  margin: 0 0 3rem;
  gap: 2.4rem;
}
#guide.guide-line .sec-steps ol li .flexbox.start {
  align-items: flex-start;
}
#guide.guide-line .sec-steps ol li .flexbox .info {
  flex: 1 1 auto;
}
#guide.guide-line .sec-steps ol li .flexbox figure {
  flex: 0 0 25rem;
}
#guide.guide-line .sec-steps p.wider {
  width: 65rem;
  margin-left: -7rem;
}
#guide.guide-line .sec-steps .block-account {
  margin-top: 1rem;
  padding: 2.4rem;
  background: #f4eee2;
}
#guide.guide-line .sec-steps .block-account h4 {
  display: flex;
  align-items: center;
  min-height: 11rem;
  padding-left: 12rem;
  margin-bottom: 1rem;
  background: url(/2026/img/guide/ico-jrevent.svg) no-repeat left center/11rem auto;
  font-weight: bold;
  line-height: 1.3;
}
#guide.guide-line .sec-steps .block-account a {
  color: var(--color-caution);
  text-decoration: underline;
}
#guide.guide-line .sec-steps .block-table {
  width: 65rem;
  margin-left: -7rem;
  padding: 3rem 0;
  background: #fff;
  position: relative;
  z-index: 1;
}
#guide.guide-line .sec-steps .block-table h4 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.3;
}
#guide.guide-line .sec-steps .block-table h4:first-of-type::first-letter {
  color: var(--color-golden);
}
#guide.guide-line .sec-steps .block-table table {
  width: 100%;
  margin-top: 1rem;
  background: #fff;
  font-size: 2.7rem;
  letter-spacing: -0.05em;
}
#guide.guide-line .sec-steps .block-table table th {
  padding: 1rem 0;
  background: #979797;
  border: 1px solid #7d7d7e;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-weight: normal;
  line-height: 1.2;
}
#guide.guide-line .sec-steps .block-table table td {
  padding: 1rem 1.3rem;
  border: 1px solid #7d7d7e;
  vertical-align: middle;
  text-align: right;
}
#guide.guide-line .sec-steps .block-table table.center th,
#guide.guide-line .sec-steps .block-table table.center td {
  text-align: center;
}
#guide.guide-line .sec-steps .block-attention {
  margin: 0 5rem;
}
#guide .site-footer .pagetop-area {
  background: url(/2026/img/common/bg-footer-floral.svg) #fff repeat-x center bottom -0.4rem/auto 15rem;
}

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

Schedule global
=======================*/
.schedule-content .mod-pagetitle img {
  width: 37rem;
}
.schedule-content .page-navi {
  margin: 5.4rem 5rem;
}
.schedule-content .page-navi ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.schedule-content .page-navi ul li {
  flex: 0 1 49%;
  max-width: 32.8rem;
}
.schedule-content .sec-schedule,
.schedule-content .sec-chefs,
.schedule-content .sec-profile {
  background: #f1ead3;
  margin-top: 5rem;
  padding: 5rem calc(50% - 51.2rem);
}
.schedule-content .sec-schedule .inner,
.schedule-content .sec-chefs .inner,
.schedule-content .sec-profile .inner {
  background: #fff;
  padding: 5rem 5rem 8rem;
}

@media screen and (max-width: 750px) {
  .schedule-content .mod-pagetitle img {
    width: 52.3rem;
  }
  .schedule-content .page-navi {
    margin: 4.5rem 5rem;
  }
  .schedule-content .page-navi ul {
    justify-content: space-between;
    gap: 1.6rem;
  }
  .schedule-content .page-navi ul li {
    flex: 0 1 31.6rem;
    min-width: 0;
  }
  .schedule-content .sec-schedule,
.schedule-content .sec-chefs,
.schedule-content .sec-profile {
    padding: 7rem 4rem;
  }
  .schedule-content .sec-schedule .inner,
.schedule-content .sec-chefs .inner,
.schedule-content .sec-profile .inner {
    padding: 6rem 3.4rem;
  }
}
/*=====================

Day schedule
=======================*/
#schedule-day .notice {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  min-height: 15rem;
  margin: 4.8rem auto 0;
  padding: 1.6rem;
  border: 2px solid var(--color-base);
  color: var(--color-base);
  font-size: 2.4rem;
  font-weight: bold;
}
#schedule-day .notice pre {
  font-family: inherit;
}
#schedule-day .chef-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem 0;
  padding: 4rem 0 0;
}
#schedule-day .chef-list:after {
  content: "";
  flex: 0 1 31.3%;
}
#schedule-day .chef-list li {
  flex: 0 1 31.3%;
}
#schedule-day .chef-list li .thumbnail {
  display: flex;
}
#schedule-day .chef-list li .thumbnail figure {
  flex: 0 0 50%;
  aspect-ratio: 1/1;
}
#schedule-day .chef-list li .thumbnail figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#schedule-day .chef-list li p {
  margin-top: 1rem;
  text-align: center;
  color: #000;
  line-height: 1.3;
  font-size: 1.6rem;
  font-weight: bold;
}
#schedule-day .chef-list li p span {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
}
#schedule-day .sec-schedule .today-list {
  padding-bottom: 5.4rem;
}
#schedule-day .sec-schedule .today-list time {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  border: 1px solid #cbcbcb;
  border-left: none;
  border-right: none;
  color: var(--color-base);
  font-size: 3rem;
  font-weight: bold;
}
#schedule-day .sec-schedule .today-list time::before {
  content: "";
  margin-right: 1rem;
  width: 6.6rem;
  height: 2.8rem;
  background: url(/2026/img/schedule/ico-today.svg) no-repeat center center/contain;
}
.sec-schedule.pre-open .today-list time:before {
  display: none;
}

#schedule-day .sec-schedule .future-list {
  margin: 2rem auto;
}
#schedule-day .sec-schedule .future-list .tab {
  display: flex;
  align-items: center;
  width: 100%;
  height: 6.6rem;
  padding-left: 2.4rem;
  border-radius: 2.4rem;
  border: 2px solid var(--color-golden);
  background: url(/2026/img/schedule/ico-plus.svg) no-repeat right 2.4rem center/2rem auto, linear-gradient(to right, #fff 50%, #f4ebe1 100%);
  color: var(--color-golden);
  font-size: 2.6rem;
  font-weight: bold;
  font-feature-settings: normal;
}
#schedule-day .sec-schedule .future-list .tab.active {
  background: url(/2026/img/schedule/ico-minus.svg) no-repeat right 2.4rem center/2rem auto, linear-gradient(to right, #fff 50%, #f4ebe1 100%);
}
#schedule-day .sec-schedule .future-list .tab.undecided {
  background: linear-gradient(to right, #fff 50%, #f4ebe1 100%) !important;
  pointer-events: none;
}
#schedule-day .sec-schedule .future-list .tab.undecided img {
  width: 6.6rem;
}
#schedule-day .sec-schedule .future-list .chef-container {
  display: none;
  padding-bottom: 4rem;
}

@media screen and (max-width: 750px) {
  #schedule-day .notice {
    margin-top: 4.7rem;
    min-height: 17.2rem;
    text-align: center;
    font-size: 2.3rem;
    border-width: 1px;
  }
  #schedule-day .chef-list {
    display: block;
  }
  #schedule-day .chef-list:after {
    display: none;
  }
  #schedule-day .chef-list li + li {
    margin-top: 4rem;
  }
  #schedule-day .chef-list li p {
    margin-top: 2rem;
    font-size: 3rem;
  }
  #schedule-day .chef-list li p span {
    font-size: 2.6rem;
  }
  #schedule-day .sec-schedule .today-list {
    padding: 0 0 2rem;
  }
  #schedule-day .sec-schedule .today-list time {
    padding: 1.6rem 0;
    font-size: 3.9rem;
  }
  #schedule-day .sec-schedule .today-list time small {
    font-size: 3.3rem;
  }
  #schedule-day .sec-schedule .today-list time:before {
    margin-right: 2rem;
    width: 8.8rem;
    height: 3.8rem;
  }
  #schedule-day .sec-schedule .future-list {
    margin: 2.4rem 0;
  }
  #schedule-day .sec-schedule .future-list .tab.undecided img {
    margin-left: 1rem;
    width: 8.8rem;
  }
}
/*=========================

Pastrychef list
==========================*/
#pastrychef-list .sec-chefs h2 {
  margin-bottom: 2rem;
  text-align: center;
  font-family: var(--font-yugothic);
  font-size: 2rem;
  font-weight: bold;
  color: var(--color-base);
}
#pastrychef-list .sec-chefs ul {
  display: flex;
  flex-wrap: wrap;
}
#pastrychef-list .sec-chefs ul li {
  flex: 0 1 19%;
  margin: 2rem 0.5% 0;
  line-height: 1.2;
}
#pastrychef-list .sec-chefs ul li a {
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100%;
}
#pastrychef-list .sec-chefs ul li a figure span {
  display: block;
  aspect-ratio: 1/1;
}
#pastrychef-list .sec-chefs ul li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#pastrychef-list .sec-chefs ul li a p:nth-of-type(1) {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0;
  font-size: 1.4rem;
}
#pastrychef-list .sec-chefs ul li a p:nth-of-type(2) {
  min-height: 4rem;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  #pastrychef-list .sec-chefs h2 {
    font-size: 2.8rem;
  }
  #pastrychef-list .sec-chefs ul {
    justify-content: space-between;
  }
  #pastrychef-list .sec-chefs ul li {
    flex: 0 1 49%;
    margin: 3rem 0 0;
  }
  #pastrychef-list .sec-chefs ul li a p:nth-of-type(1) {
    margin: 2rem 0 1rem;
    font-size: 2.6rem;
  }
  #pastrychef-list .sec-chefs ul li a p:nth-of-type(2) {
    min-height: 8rem;
    font-size: 3rem;
  }
}
/*=========================

Profile
==========================*/
#pastrychef-profile .sec-profile {
  text-align: center;
}
#pastrychef-profile .sec-profile .image {
  width: 66.6rem;
  display: flex;
  margin: 0 auto;
}
#pastrychef-profile .sec-profile .image > div {
  flex: 0 0 50%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#pastrychef-profile .sec-profile .image > div:first-of-type img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#pastrychef-profile .sec-profile .image > div:nth-of-type(2) img {
  -o-object-fit: contain;
     object-fit: contain;
}
#pastrychef-profile .sec-profile p {
  margin: 2rem 0 0;
  font-size: 2rem;
}
#pastrychef-profile .sec-profile h2 {
  font-family: var(--var-yugothic);
  font-size: 2.8rem;
  font-weight: bold;
}
#pastrychef-profile .sec-profile .block {
  margin-top: 4rem;
}
#pastrychef-profile .sec-profile .block h3 {
  padding: 2rem 0;
  border: 1px solid #cbcbcb;
  border-left: none;
  border-right: none;
  line-height: 1;
  padding-left: 1.6rem;
  color: var(--color-base);
  font-size: 2.3rem;
  font-weight: bold;
}
#pastrychef-profile .sec-profile .block h3 + p {
  font-size: 1.8rem;
}
#pastrychef-profile .sec-profile .block ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#pastrychef-profile .sec-profile .block ul li {
  flex: 0 1 48%;
  margin: 2% 1% 0;
}
#pastrychef-profile .sec-profile .block ul li a {
  display: block;
  padding: 2.4rem;
  border-radius: 2.4rem;
  border: 2px solid var(--color-golden);
  background: url(/2026/img/common/ico-triangle-right-golden.svg) no-repeat right 2rem center/1.1rem auto, linear-gradient(to right, #fff 50%, #f4ebe1 100%);
  text-align: left;
  line-height: 1;
  color: var(--color-golden);
  font-size: 2.2rem;
  font-weight: bold;
  font-feature-settings: normal;
}

@media screen and (max-width: 750px) {
  #pastrychef-profile .sec-profile .image {
    width: auto;
    flex-wrap: wrap;
    text-align: center;
  }
  #pastrychef-profile .sec-profile .image > div {
    flex: 1 1 100%;
    display: block;
    aspect-ratio: unset;
  }
  #pastrychef-profile .sec-profile .image > div img {
    max-width: 46rem;
    width: auto !important;
    height: auto !important;
    -o-object-fit: initial !important;
       object-fit: initial !important;
  }
  #pastrychef-profile .sec-profile .image > div:first-of-type {
    order: 1;
  }
  #pastrychef-profile .sec-profile .image > div:first-of-type img {
    width: 46rem !important;
  }
  #pastrychef-profile .sec-profile p {
    margin-top: 4rem;
    font-size: 2.6rem;
  }
  #pastrychef-profile .sec-profile h2 {
    font-size: 3.8rem;
  }
  #pastrychef-profile .sec-profile .block {
    margin-top: 6rem;
  }
  #pastrychef-profile .sec-profile .block h3 {
    padding: 3rem 0;
    font-size: 3rem;
  }
  #pastrychef-profile .sec-profile .block h3 + p {
    margin: 2.4rem auto 2rem;
    font-size: 2.4rem;
  }
  #pastrychef-profile .sec-profile .block ul li a {
    font-size: 3rem;
  }
}
#limited main {
  font-size: 2.7rem;
  letter-spacing: 0;
}
#limited main .mod-pagetitle img {
  width: 50rem;
  margin-bottom: 3rem;
}
#limited main .sec-intro {
  margin: 5rem calc(50% - 37.5rem) 9rem;
  padding: 0;
  text-align: center;
}
#limited main .sec-intro p {
  color: var(--color-base);
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
#limited main .sec-intro p strong {
  color: var(--color-pink);
}
#limited main .sec-intro p small {
  display: block;
  line-height: 1.65;
}
#limited main .sec-intro > a {
  display: block;
  width: 67rem;
  margin-inline: auto;
}
#limited main .sec-intro nav {
  display: flex;
  justify-content: space-between;
  margin-top: 7.5rem;
  padding: 3.5rem 4rem;
  background: #d5f3f7;
}
#limited main .sec-intro nav a {
  flex: 0 0 21.4rem;
}
#limited main .sec-order,
#limited main .sec-receive,
#limited main .sec-products {
  width: 75rem;
  margin: 0 auto 5rem;
  font-size: 2.7rem;
}
#limited main .sec-order h2,
#limited main .sec-receive h2,
#limited main .sec-products h2 {
  display: grid;
  place-items: center;
  height: 14.6rem;
  background: var(--color-base);
  color: #fff;
  font-size: 3.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#limited main .sec-order .inner,
#limited main .sec-receive .inner,
#limited main .sec-products .inner {
  padding: 5rem;
}
#limited main .sec-order {
  text-align: justify;
}
#limited main .sec-order .schedule-wrapper {
  width: 65rem;
  height: 86.5rem;
  margin: 4rem auto 0;
  position: relative;
  overflow: hidden;
}
#limited main .sec-order .schedule-wrapper ul {
  width: 106%;
  margin-left: -2.3rem;
  height: 5rem;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  overflow: hidden;
}
#limited main .sec-order .schedule-wrapper ul li {
  flex: 0 1 25%;
  height: 5rem;
  cursor: pointer;
  transform: skewX(23deg);
}
#limited main .sec-order .schedule-wrapper ul li:last-of-type {
  flex: 0 1 14.3rem;
}
#limited main .sec-order .schedule-wrapper ul li:hover {
  background: #fff;
  opacity: 0.2;
}
#limited main .sec-order .schedule-wrapper .tabs img {
  width: 65rem;
  height: 86.5rem;
  position: absolute;
  left: 0;
  top: 0;
}
#limited main .sec-order .schedule-wrapper .tabs img:not(:first-of-type) {
  display: none;
}
#limited main .sec-receive a {
  font-weight: bold;
  text-decoration: underline;
}
#limited main .sec-products ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem 0;
  margin: 3rem auto 5rem;
}
#limited main .sec-products ul li {
  flex: 0 0 31.5rem;
  max-width: 31.5rem;
  margin-bottom: 5rem;
}
#limited main .sec-products ul li figure {
  max-width: 31.5rem;
  aspect-ratio: 315/250;
}
#limited main .sec-products ul li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#limited main .sec-products ul li p {
  margin-top: 2rem;
  letter-spacing: 0;
  font-feature-settings: "palt";
  line-height: 1.5;
}
#limited main .sec-products ul li p small {
  font-size: 2.4rem;
}
#limited main .sec-products ul li .nowrap {
  white-space: nowrap;
}
#limited main .sec-products ul li .shrink {
  letter-spacing: -0.05em;
}
#limited main .sec-products ul li .shrink2 {
  letter-spacing: -0.12em;
}
#limited main .sec-products ul li .indent {
  display: block;
  text-indent: -1em;
  margin-left: 1em;
}
#limited main .sec-products .inner > a {
  font-size: 3.4rem;
  border-radius: 3rem;
  overflow: hidden;
}

#new_brand .mod-pagetitle img {
  width: 44rem;
}
#new_brand .sec-brands {
  padding: 0 calc(50% - 37.5rem);
}
#new_brand .sec-brands h2 {
  width: 54rem;
  margin: 10rem auto;
  text-align: center;
}
#new_brand .sec-brands .floor {
  display: grid;
  align-items: center;
  justify-items: center;
  height: 11.6rem;
  color: #fff;
  background: var(--color-base);
  font-size: 3.2rem;
  font-weight: bold;
}
#new_brand .sec-brands .brand {
  padding: 9rem 0;
}
#new_brand .sec-brands .brand + .brand {
  border-top: 2px solid #000;
}
#new_brand .sec-brands .brand.yellow {
  background: #fff5d4;
}
#new_brand .sec-brands .brand.brown {
  background: #e2d2b1;
}
#new_brand .sec-brands .brand.orange {
  background: #FFD2BE;
}
#new_brand .sec-brands .brand.pink {
  background-color: #fae1f1;
  background-image: radial-gradient(#f8f5fa 13%, transparent 20%), radial-gradient(#f8f5fa 13%, transparent 20%);
  background-size: 2rem 2rem;
  background-position: 0.5rem 0.5rem, 1.5rem 1.5rem;
}
#new_brand .sec-brands .brand.pink.brand {
  padding-top: 0.5rem;
}
#new_brand .sec-brands .brand.pink.pokemon p {
  padding-top: 2rem;
}
#new_brand .sec-brands .brand.pink.other {
  padding-bottom: 5rem;
}
#new_brand .sec-brands .brand.green {
  background-color: #E6F5BE;
  background-image: radial-gradient(#f8f5fa 13%, transparent 20%), radial-gradient(#f8f5fa 13%, transparent 20%);
  background-size: 2rem 2rem;
  background-position: 0.5rem 0.5rem, 1.5rem 1.5rem;
}
#new_brand .sec-brands .brand h3 {
  position: relative;
}
#new_brand .sec-brands .brand h3 .screen {
  position: absolute;
  left: 0;
  bottom: 0;
  mix-blend-mode: screen;
  pointer-events: none;
}
#new_brand .sec-brands .brand h3 .screen + img {
  mix-blend-mode: multiply;
}
#new_brand .sec-brands .brand > p {
  padding: 5rem 5rem 0;
  font-size: 2.8rem;
  letter-spacing: 0;
  text-align: justify;
}
#new_brand .sec-brands .brand > p + * {
  padding-top: 7rem;
}
#new_brand .sec-brands .brand > p:nth-of-type(3) {
  padding-top: 1rem;
}
#new_brand .sec-brands .brand .reservation-area {
  margin: 7rem 5rem 0;
  padding-bottom: 5rem;
  background: #fff;
}
#new_brand .sec-brands .brand .reservation-area h4 {
  padding: 2.4rem 0;
  background: #c7161d;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  font-size: 3.4rem;
}
#new_brand .sec-brands .brand .reservation-area h4 small {
  font-size: 2.5rem;
}
#new_brand .sec-brands .brand .reservation-area > p {
  padding: 4rem 4.5rem;
  font-size: 2.8rem;
  letter-spacing: 0;
  text-align: justify;
}
#new_brand .sec-brands .brand .reservation-area a {
  display: block;
  margin: 0 4.5rem;
}
#new_brand .mod-sec-pickup {
  margin-top: 11.5rem;
}

#okazaki main {
  font-size: 2.8rem;
}
#okazaki main .mod-pagetitle img {
  width: 39rem;
}
#okazaki main .sec-about {
  width: 75rem;
  margin: 8rem auto 0;
  text-align: center;
}
#okazaki main .sec-about h2 {
  color: var(--color-golden);
  font-size: 5.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#okazaki main .sec-about h2 + p {
  margin: 3rem auto;
  letter-spacing: 0.03em;
}
#okazaki main .sec-about dl:before {
  content: "";
  display: block;
  margin: 5rem auto;
  width: 25rem;
  height: 1px;
  background: var(--color-golden);
}
#okazaki main .sec-about dl dt::first-letter {
  color: var(--color-golden);
}
#okazaki main .sec-about dl dd {
  margin: 0.5rem auto 2rem;
  font-size: 2.4rem;
}
#okazaki main .sec-about .map {
  margin-top: 7rem;
}
#okazaki main .sec-about .map h3 {
  display: grid;
  place-items: center;
  height: 10rem;
  background: var(--color-base);
  font-size: 4.4rem;
  font-weight: bold;
  color: #fff;
}
#okazaki main .sec-about .map .controls-wraper {
  padding-bottom: 12rem;
  margin-block: 3rem 7rem;
  position: relative;
}
#okazaki main .sec-about .map .zoom-container {
  width: 75rem;
  height: 88.8rem;
}
#okazaki main .sec-about .map .zoom-container.masked::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#okazaki main .sec-about .map .zoom-controls {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20rem;
  height: 9rem;
  display: flex;
  border-radius: 3rem;
  background-color: var(--color-base);
  z-index: 2;
}
#okazaki main .sec-about .map .zoom-controls button {
  width: 50%;
  color: #e9e1ca;
  position: relative;
}
#okazaki main .sec-about .map .zoom-controls .dummy {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
#okazaki main .sec-about .map .zoom-controls #zoom-in::before,
#okazaki main .sec-about .map .zoom-controls #zoom-in::after,
#okazaki main .sec-about .map .zoom-controls #zoom-out::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100rem;
  width: 30%;
  height: 0.4rem;
  background-color: #fff;
}
#okazaki main .sec-about .map .zoom-controls #zoom-out::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 55%;
  background-color: #fff;
}
#okazaki main .sec-about .map .zoom-controls #zoom-in::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
#okazaki main .sec-products {
  width: 75rem;
  margin: 0 auto;
  padding: 7rem 3rem;
  background: #fff5d4;
}
#okazaki main .sec-products.color02 {
  background-color: #D9CEC1;
}
#okazaki main .sec-products.color03 {
  background-color: #D2D2C3;
}
#okazaki main .sec-products.color04 {
  background-color: #D0BDC8;
}
#okazaki main .sec-products.color05 {
  background-color: #FDE5D2;
}
#okazaki main .sec-products.color06 {
  background-color: #F2D1B5;
}
#okazaki main .sec-products h2 {
  display: grid;
  align-items: center;
  justify-content: center;
  height: 10rem;
  border-radius: 3rem 3rem 0 0;
  background: var(--color-base);
  color: #FFF;
  font-size: 4.4rem;
  font-weight: bold;
}
#okazaki main .sec-products .inner + h2 {
  border-radius: 0;
}
#okazaki main .sec-products .inner {
  border-radius: 0 0 3rem 3rem;
  padding: 7rem 4rem;
  background: #fff;
}
#okazaki main .sec-products .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5rem 2rem;
}
#okazaki main .sec-products .inner ul li {
  flex: 0 0 29rem;
  max-width: 29rem;
}
#okazaki main .sec-products .inner ul li figure + p {
  margin-top: 2rem;
}
#okazaki main .sec-products .inner ul li p {
  letter-spacing: 0;
  font-feature-settings: "palt";
  line-height: 1.5;
  font-size: 2.7rem;
}
#okazaki main .sec-products .inner ul li p small {
  font-size: 2.2rem;
}
#okazaki main .sec-products .inner ul li p .shrink {
  letter-spacing: -0.05em;
}
#okazaki main .sec-products .inner ul li ruby rt {
  text-align: center;
  font-size: 1.8rem;
}
#okazaki main .sec-products .inner ul li .nowrap {
  white-space: nowrap;
}
#okazaki main .sec-products .inner ul li .shrink {
  letter-spacing: -0.05em;
}
#okazaki main .sec-products .inner ul + h2 {
  margin-top: 3rem;
  border-radius: 0;
}
#okazaki main .sec-products.color03 .inner:nth-of-type(1) {
  border-radius: 0;
}
#okazaki main .sec-products h3 {
  margin-block: 5rem 1rem;
  padding: 0 1.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid var(--color-golden);
  color: var(--color-golden);
  font-weight: bold;
}
#okazaki main .sec-access {
  margin: 0 calc(50% - 37.5rem);
  padding: 7rem 5rem;
}
#okazaki main .sec-access h2 {
  line-height: 1.65;
  font-size: 3.4rem;
  font-weight: bold;
}

#noto main section {
  width: 75rem;
  margin-inline: auto;
}
#noto main .mod-pagetitle img {
  width: 41.3rem;
}
#noto .sec-intro {
  width: 65rem;
  padding: 6.4rem 4rem 17.4rem;
  background: url(/2026/img/noto/intro-img02.jpg) no-repeat center bottom -2px/65rem auto;
  border: 2px solid #009fad;
  text-align: center;
}
#noto .sec-intro h2 {
  width: 53.4rem;
  margin: 0 auto 5rem;
}
#noto .sec-intro figure {
  width: 33.8rem;
  margin: 9rem auto 5.6rem;
}
#noto .sec-intro h3 {
  width: 35.4rem;
  margin: 5rem auto 2rem;
}
#noto .sec-intro iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
#noto .sec-brand .brand {
  padding-bottom: 8rem;
}
#noto .sec-brand .brand .inner {
  margin: 0 5rem;
  font-size: 2.8rem;
  color: var(--color-base);
  letter-spacing: 0;
}
#noto .sec-brand .brand .inner strong {
  display: block;
  margin: 3rem 0 0;
  font-family: "Courier New", "montserrat", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
  font-feature-settings: "palt";
}
#noto .sec-brand .brand .inner p {
  text-align: justify;
}
#noto .sec-brand .brand .inner figure {
  margin-top: 5rem;
}
#noto .sec-brand .brand:first-of-type .inner {
  margin-top: -10rem;
}
#noto .sec-brand .brand:not(:last-of-type) {
  margin-top: 8rem;
}
#noto .sec-brand .brand:nth-of-type(1) {
  background: url(/2026/img/noto/brand-bg-seperator.svg) no-repeat center bottom/contain;
}
#noto .sec-brand .brand:nth-of-type(3) {
  margin-top: -4rem;
}
#noto .sec-brand .brand.calva {
  margin-bottom: 8rem;
  background-color: #6ec4d6;
}
#noto .sec-brand .brand.calva .inner {
  margin-top: -18rem;
  color: #fff;
}

#club-harie main section {
  width: 75rem;
  margin-inline: auto;
}
#club-harie main .mod-pagetitle img {
  width: 53.6rem;
  margin-bottom: 3rem;
}
#club-harie main .sec-intro {
  width: 65rem;
  padding: 5rem 0;
  margin: 0 auto;
  color: #598E35;
  border: 1px solid #598E35;
  box-sizing: content-box;
  text-align: center;
  font-size: 2.7rem;
}
#club-harie main .sec-intro p {
  line-height: 1.8;
}
#club-harie main .sec-intro figure {
  margin: 3rem 0 4rem;
}
#club-harie main .sec-brands .brand {
  padding: 8rem 0;
}
#club-harie main .sec-brands .brand:nth-of-type(even) {
  background: #EEF4EB;
}
#club-harie main .sec-brands .brand p {
  margin: 5rem;
  font-size: 2.8rem;
  text-align: justify;
  letter-spacing: 0;
}
#club-harie main .sec-brands .brand figure:nth-of-type(2) {
  margin: 0 5rem;
}
#club-harie main .sec-banner {
  height: 78rem;
  padding: 16rem 5rem 0;
  margin-bottom: 8rem;
  background: url(/2026/img/club-harie/banner-bg.jpg) no-repeat center top/contain;
}
#club-harie main .sec-banner a {
  display: block;
  width: 50rem;
  margin: 1rem auto 0;
}

#future main section {
  width: 75rem;
  margin-inline: auto;
}
#future main .mod-pagetitle img {
  width: 38rem;
}
#future main .sec-intro {
  width: 65rem;
  padding: 6rem 0 2rem;
  margin: 0 auto;
  color: #ce5f78;
  border: 1px solid #ce5f78;
  box-sizing: content-box;
  text-align: center;
  font-size: 2.7rem;
}
#future main .sec-intro p {
  line-height: 1.8;
}
#future main .sec-brands {
  margin-top: 5rem;
  font-size: 2.6rem;
}
#future main .sec-brands .brand p {
  width: 58rem;
  margin-inline: auto;
  text-align: justify;
}
#future main .sec-brands .brand figure {
  width: 65rem;
  margin-inline: auto;
}
#future main .sec-brands .brand.brand01 {
  height: 209rem;
  background: url(/2026/img/future/brand-bg.jpg) no-repeat center top/75rem auto;
}
#future main .sec-brands .brand.brand01 p {
  padding: 76rem 0 3rem;
}
#future main .sec-brands .brand.brand01 figure + figure {
  padding-top: 5rem;
}
#future main .sec-brands .brand.brand02 {
  height: 205rem;
  background: url(/2026/img/future/brand-bg.jpg) no-repeat center -209rem/75rem auto;
}
#future main .sec-brands .brand.brand02 p {
  padding: 62rem 0 5rem;
}
#future main .sec-brands .brand.brand02 figure + figure {
  padding-top: 4rem;
}
#future main .sec-brands .brand.brand03 {
  height: 197rem;
  background: url(/2026/img/future/brand-bg.jpg) no-repeat center -414rem/75rem auto;
}
#future main .sec-brands .brand.brand03 p {
  padding: 60rem 0 4rem;
}
#future main .sec-brands .brand.brand03 figure + figure {
  padding-top: 7rem;
}
#future main .sec-brands .brand.brand04 {
  height: 175rem;
  background: url(/2026/img/future/brand-bg.jpg) no-repeat center -611rem/75rem auto;
}
#future main .sec-brands .brand.brand04 p {
  padding: 50rem 0 4rem;
}
#future main .sec-brands .brand.brand04 figure + figure {
  padding-top: 5rem;
}
#future main .sec-banner {
  height: 78rem;
  padding: 16rem 5rem 0;
  margin-bottom: 8rem;
  background: url(/2026/img/future/banner-bg.jpg) no-repeat center top/contain;
}
#future main .sec-banner a {
  display: block;
  width: 50rem;
  margin: 1rem auto 0;
}

#collabo_interview main {
  font-size: 2.8rem;
  letter-spacing: 0;
  color: var(--color-base);
}
#collabo_interview main section {
  width: 75rem;
  margin-inline: auto;
}
#collabo_interview main .mod-pagetitle img {
  width: 53.4rem;
  margin-bottom: 3rem;
}
#collabo_interview main .sec-intro {
  text-align: center;
}
#collabo_interview main .sec-intro h2 {
  width: 66.2rem;
  margin: 0 auto;
}
#collabo_interview main .sec-interview {
  padding-block: 7rem 10rem;
  margin-block: 5rem 7rem;
  border-radius: 3.2rem;
  background: url(/2026/img/collabo_interview/interview-bg.jpg) repeat center center/3.4rem 3.4rem;
  text-align: center;
}
#collabo_interview main .sec-interview > figure:first-of-type + p {
  width: 57.8rem;
  margin: 5rem auto 0;
}
#collabo_interview main .sec-interview iframe {
  margin: 2.4rem auto 7rem;
  width: 65rem;
  height: auto;
  aspect-ratio: 16/9;
}
#collabo_interview main .sec-interview .block {
  margin: 6rem 5rem 0;
}
#collabo_interview main .sec-interview .block + .block {
  padding-top: 7rem;
  border-top: 1px solid var(--color-base);
}
#collabo_interview main .sec-interview .block p {
  padding: 0 4rem 4rem;
  text-align: justify;
  line-height: 1.8;
}
#collabo_interview main .sec-interview .block p span {
  display: inline-block;
  font-family: serif;
  font-weight: 400;
  font-size: 4.2rem;
  color: #be465a;
  transform: translateY(0.1em);
}

#top {
  color: var(--color-base);
}
#top .sec-mainvisual {
  padding-top: 100vh;
  position: relative;
}
#top .sec-mainvisual:after {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  background: url(/2026/img/top/mainvisual-img.jpg) no-repeat right top/cover;
  pointer-events: none;
}
#top .sec-intro {
  background: #fff;
}
#top .sec-intro .area-intro {
  padding-block: 8rem;
  background: url(/2026/img/top/intro-bg.jpg) no-repeat center center/cover;
  text-align: center;
  position: relative;
}
#top .sec-intro .area-intro h2 {
  margin-bottom: 4rem;
}
#top .sec-intro .area-intro .btn-movie {
  width: 12.8rem;
  aspect-ratio: 1/1;
  background: url(/2026/img/top/intro-btn-movie.svg) no-repeat center center/contain;
  position: absolute;
  right: calc(50vw - 50rem);
  bottom: -8rem;
  z-index: 1;
}
#top .sec-intro .area-intro:after {
  content: "";
  width: min(100%, 152rem);
  height: 48rem;
  background: url(/2026/img/top/intro-deco.png) no-repeat left bottom/contain;
  position: absolute;
  left: 50%;
  top: 2rem;
  transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #top .sec-intro .area-intro:after {
    background: url(/2026/img/top/intro-deco.png) no-repeat center bottom/152rem auto;
  }
}
#top .sec-intro .area-topics {
  padding-block: 9rem 4rem;
  background: #fff;
  font-family: var(--font-yumincho);
}
#top .sec-intro .area-topics h2 {
  text-align: center;
  font-size: 2.8rem;
  font-family: var(--font-courier);
}
#top .sec-intro .area-topics ul {
  max-width: 98rem;
  margin: 0 auto;
}
#top .sec-intro .area-topics ul li {
  padding: 2rem 5rem 2rem 0;
  font-size: 1.8rem;
  border-bottom: 1px dashed var(--color-rust);
  position: relative;
}
#top .sec-intro .area-topics ul li:has(a):after {
  content: "";
  width: 1.1rem;
  height: 100%;
  background: url(/2026/img/common/ico-triangle-right-rust.svg) no-repeat center center/contain;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.3;
  pointer-events: none;
}
#top .sec-intro .area-topics ul li a {
  display: block;
}
#top .sec-intro:not(:has(.area-topics)) {
  padding-bottom: 15rem;
}
#top .sec-information {
  background-color: #afe1f0;
}
#top .sec-information .area-upper {
  padding: 0 calc(50vw - 49rem) 5vw;
  background: url(/2026/img/top/information-bg.jpg) no-repeat center top/192rem auto;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #top .sec-information .area-upper {
    background: url(/2026/img/top/information-bg.jpg) no-repeat center top/144rem auto;
  }
}
@media screen and (min-width: 1441px) {
  #top .sec-information .area-upper .catalog {
    padding-top: 8vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #top .sec-information .area-upper .catalog {
    padding-top: 2vw;
  }
}
#top .sec-information .area-upper h2 {
  margin: 6rem auto 3.2rem;
  font-size: 2.8rem;
  font-family: var(--font-courier);
  line-height: 1;
}
@media screen and (min-width: 751px) and (max-width: 980px) {
  #top .sec-information .area-upper h2 {
    margin-top: 0;
  }
}
#top .sec-information .area-upper .block {
  max-width: 82rem;
  aspect-ratio: 80/21;
  margin: auto;
  padding: 2rem 0 0;
  background: url(/2026/img/top/information-block-bg.svg) no-repeat center center/contain;
  color: #fff;
  position: relative;
}
#top .sec-information .area-upper .block:after {
  content: "";
  width: 16rem;
  aspect-ratio: 1/1;
  background: url(/2026/img/top/information-deco.png) no-repeat center center/contain;
  position: absolute;
  left: -10rem;
  top: -1rem;
}
#top .sec-information .area-upper .block h3 {
  max-width: 33.5rem;
  margin: 0 auto 1rem;
}
#top .sec-information .area-upper .block p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
}
#top .sec-information .area-upper nav ul {
  display: flex;
  justify-content: space-between;
  max-width: 80rem;
  margin: -1.5rem auto 0;
  position: relative;
}
#top .sec-information .area-upper nav ul li {
  flex: 0 0 19.4rem;
  position: relative;
  border-radius: 999rem;
}
#top .sec-information .area-upper nav ul li:after {
  content: "";
  width: 2rem;
  aspect-ratio: 1;
  border-radius: 99rem;
  background-color: #c694ab;
  background-image: url(/2026/img/common/ico-triangle-right-white.svg);
  background-position: 60% center;
  background-repeat: no-repeat;
  background-size: 0.7rem auto;
  position: absolute;
  left: 50%;
  bottom: -1rem;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}
#top .sec-information .area-upper nav ul li:nth-of-type(2):after {
  background-color: #6ca3c6;
}
#top .sec-information .area-upper nav ul li:nth-of-type(3):after {
  background-color: #c67972;
}
#top .sec-information .area-upper nav ul li:nth-of-type(4):after {
  background-color: #a0c864;
}
#top .sec-information .area-upper nav ul li a[comingsoon]:before {
  padding-bottom: 1rem;
  align-items: flex-end;
  font-size: 1.6rem;
  border-radius: 0.4rem;
}
#top .sec-information .area-attention {
  background: #afe1f0;
  position: relative;
}
#top .sec-information .area-attention:not(.extended):after {
  content: "";
  width: 100%;
  height: 8rem;
  background: linear-gradient(to bottom, transparent, #afe1f0 65%);
  position: absolute;
  left: 0;
  bottom: 0;
}
#top .sec-information .area-attention .viewmore-wrapper {
  max-height: 23rem;
  max-width: 80rem;
  margin: auto;
  padding: 5rem 0;
  overflow: hidden;
  transition: all 0.5s;
}
#top .sec-information .area-attention .viewmore-wrapper p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 3rem;
  font-size: 2.1rem;
  font-weight: bold;
  border-bottom: 2px solid var(--color-base);
}
#top .sec-information .area-attention .viewmore-wrapper ul li {
  font-size: 1.6rem;
  color: #000;
  text-indent: -1em;
  margin-left: 1rem;
  line-height: 2;
}
#top .sec-information .area-attention .viewmore-wrapper ul li:before {
  content: "・";
  font-feature-settings: normal;
}
#top .sec-information .area-attention .viewmore {
  width: 18rem;
  aspect-ratio: 18/4.4;
  background: url(/2026/img/top/information-viewmore-extend.svg) no-repeat center center/contain;
  position: absolute;
  left: 50%;
  bottom: -2rem;
  transform: translateX(-50%);
  z-index: 2;
  opacity: 1 !important;
}
#top .sec-information .area-attention.extended .viewmore-wrapper {
  max-height: 200rem;
}
#top .sec-information .area-attention.extended .viewmore {
  background: url(/2026/img/top/information-viewmore-close.svg) no-repeat center center/contain;
}
#top .sec-information .area-banners {
  background: #fff;
  padding: 6rem 0 4rem;
}
#top .sec-information .area-banners a {
  display: block;
  width: 58rem;
  margin: 0 auto;
  border-radius: 1rem;
}
#top .sec-information .area-banners a[comingsoon]:before {
  padding-bottom: 1rem;
  align-items: flex-end;
  font-size: 2rem;
}
#top .sec-pickup {
  padding-block: var(--size-block) 3rem;
  background: url(/2026/img/common/pattern-noise.png) #f0b4b4 repeat center top/100% auto;
  text-align: center;
}
#top .sec-pickup h2 + p {
  margin: 2rem auto;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#top .sec-pickup ul {
  width: var(--size-content);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#top .sec-pickup ul li {
  flex: 0 0 31.8rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
}
#top .sec-feature {
  padding-block: 3rem var(--size-block);
  background: url(/2026/img/common/pattern-noise.png) #783c28 repeat center top/100% auto;
  text-align: center;
}
#top .sec-feature h2 {
  width: 98rem;
  margin: 0 auto;
}
#top .sec-feature h2 + p {
  margin: 1.6rem auto;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
}
#top .sec-feature ul {
  max-width: 79rem;
  width: 98rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 39rem 39rem;
  gap: 2.4rem 1rem;
}
#top .sec-feature ul li {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
}
#top .sec-events {
  padding-block: var(--size-block) calc(var(--size-block) * 4);
  background: url(/2026/img/common/pattern-noise.png) #fbfaf4 repeat center top/100% auto;
  scroll-margin: var(--size-header);
  position: relative;
}
#top .sec-events:after {
  content: "";
  width: 43rem;
  aspect-ratio: 43/41;
  background: url(/2026/img/top/events-deco.png) no-repeat center center/contain;
  position: absolute;
  right: 2rem;
  bottom: -5rem;
  z-index: 1;
  pointer-events: none;
}
#top .sec-events h2 {
  max-width: 51rem;
  margin: 0 auto;
}
#top .sec-events ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8rem 4rem;
  width: 98rem;
  margin: 4rem auto 0;
  text-align: justify;
  line-height: 2;
  letter-spacing: 0;
  position: relative;
}
#top .sec-events ul figure {
  aspect-ratio: 300/220;
  margin-bottom: 1.6rem;
  background: #ddd;
}
#top .sec-events ul figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top .sec-events ul h3 {
  margin: 0 0 1rem;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
}
#top .sec-events ul a {
  margin-top: 1rem;
  display: inline-block;
  color: #e66e8c;
  text-decoration: underline;
}
#top .sec-instagram {
  padding: var(--size-block) calc(50% - 37.5rem);
  background: #e6c8c8;
  position: relative;
}
#top .sec-instagram:after {
  content: "";
  inset: 0;
  position: absolute;
  background: url(/2026/img/top/insta-bg.png) no-repeat center center/100% auto;
  mix-blend-mode: multiply;
  pointer-events: none;
}
#top .sec-instagram > ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.6rem;
  margin-top: 1rem;
}
#top .sec-instagram > ul .instagram_image {
  aspect-ratio: 1/1;
  line-height: 1;
  position: relative;
  overflow: hidden;
}
#top .sec-instagram > ul .instagram_image img,
#top .sec-instagram > ul .instagram_image video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top .sec-banners {
  background: #fff;
  padding: 3rem 0 5rem;
}
#top .sec-banners ul {
  display: grid;
  grid-template-columns: 53rem;
  justify-content: center;
  gap: 1.5rem;
}
#top aside.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
}
#top aside.modal.is-activated {
  z-index: 20;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
  pointer-events: auto;
}
#top aside.modal.is-hidden {
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#top aside.modal .inner {
  width: 70rem;
  margin: 0 auto;
  padding-top: 4rem;
  background: url(/2026/img/common/ico-close.png) no-repeat right top/3rem auto;
}
#top aside.modal .inner iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  position: relative;
  z-index: 1;
}
#top aside.modal .inner .masking {
  position: absolute;
  inset: 0;
  z-index: 0;
  cursor: pointer;
}
#top .site-footer {
  margin-top: -1rem;
}

@media screen and (max-width: 750px) {
  #top .sec-mainvisual {
    padding-top: 87rem;
  }
  #top .sec-mainvisual:after {
    background: url(/2026/img/top/mainvisual-img-sp.jpg) no-repeat center var(--size-header)/contain;
  }
  #top .sec-intro .area-sp {
    padding: var(--size-inline);
    position: relative;
  }
  #top .sec-intro .area-sp:before {
    content: "";
    width: 100%;
    height: 21rem;
    background: url(/2026/img/top/mainvisual-deco.png) no-repeat center center/contain;
    position: absolute;
    top: -8rem;
    left: 0;
  }
  #top .sec-intro .area-sp p + p {
    margin-top: 3rem;
  }
  #top .sec-intro .area-intro {
    padding: 15rem var(--size-inline) 10rem;
    background: url(/2026/img/top/intro-bg-sp.jpg) no-repeat center center/cover;
  }
  #top .sec-intro .area-intro .btn-movie {
    width: 18rem;
    right: var(--size-inline);
    bottom: -12rem;
  }
  #top .sec-intro .area-intro:after {
    width: 100%;
    height: 85rem;
    background: url(/2026/img/top/intro-deco-sp.png) no-repeat left bottom/contain;
    left: 0;
    top: 0;
    transform: none;
  }
  #top .sec-intro .area-topics {
    padding: var(--size-block) var(--size-inline);
  }
  #top .sec-intro .area-topics h2 {
    font-size: 4rem;
  }
  #top .sec-intro .area-topics ul li {
    padding: 2rem 3rem 2rem 0;
    font-size: 2.6rem;
  }
  #top .sec-intro .area-topics ul li:has(a):after {
    width: 1.6rem;
  }
  #top .sec-information .area-upper {
    padding: var(--size-inline);
    background: url(/2026/img/top/information-bg-sp.jpg) no-repeat center top/100% auto;
  }
  #top .sec-information .area-upper h2 {
    margin: 5rem auto 2rem;
    font-weight: bold;
  }
  #top .sec-information .area-upper .block {
    padding: 4rem 0 0;
    aspect-ratio: 681/269;
    background: url(/2026/img/top/information-block-bg-sp.svg) no-repeat center center/contain;
  }
  #top .sec-information .area-upper .block:after {
    width: 18rem;
    left: -9rem;
    top: -2rem;
  }
  #top .sec-information .area-upper .block h3 {
    margin-bottom: 2rem;
  }
  #top .sec-information .area-upper .block p {
    font-size: 2.2rem;
  }
  #top .sec-information .area-upper nav ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 4rem 1rem;
    margin: 0 auto;
  }
  #top .sec-information .area-upper nav ul li {
    flex: 0 0 26.4rem;
  }
  #top .sec-information .area-upper nav ul li:after {
    width: 2.8rem;
    bottom: -1.4rem;
  }
  #top .sec-information .area-upper nav ul li a[comingsoon]:before {
    padding-bottom: 2rem;
    font-size: 2.2rem;
  }
  #top .sec-information .area-attention:not(.extended):after {
    height: 14rem;
  }
  #top .sec-information .area-attention .viewmore-wrapper {
    max-height: 25rem;
    padding: 3rem var(--size-inline) 5rem;
  }
  #top .sec-information .area-attention .viewmore-wrapper p {
    font-size: 3rem;
  }
  #top .sec-information .area-attention .viewmore-wrapper ul li {
    font-size: 2.4rem;
  }
  #top .sec-information .area-attention .viewmore {
    width: 24rem;
    bottom: -3rem;
  }
  #top .sec-pickup {
    display: none;
  }
  #top .sec-feature {
    display: none;
  }
  #top .sec-instagram {
    padding: 3rem 0 6rem;
    border-bottom: 8rem solid #fff;
  }
  #top .sec-instagram .sp a {
    display: block;
    width: 65rem;
    margin: 0 auto;
  }
  #top .sec-instagram > ul {
    grid-template-columns: repeat(3, 1fr);
  }
  #top .sec-events {
    padding: 6rem 5rem 47rem;
  }
  #top .sec-events h2 {
    width: 65rem;
  }
  #top .sec-events ul {
    grid-template-columns: 1fr;
    gap: 14rem 0;
    width: auto;
    line-height: 1.5;
  }
  #top .sec-events ul:after {
    display: none;
  }
  #top .sec-events ul li + li {
    position: relative;
  }
  #top .sec-events ul li + li:before {
    content: "";
    width: 12rem;
    height: 1px;
    background: currentColor;
    position: absolute;
    top: -7rem;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
  }
  #top .sec-events ul figure {
    margin-bottom: 3.2rem;
  }
  #top .sec-events ul h3 {
    margin: 0 0 1.6rem;
    font-size: 3.6rem;
    line-height: 1.2;
  }
  #top .sec-events ul a {
    margin-top: 2.4rem;
  }
  #top .sec-banners {
    padding: 10rem 5rem 6rem;
  }
  #top .sec-banners ul {
    gap: 0rem;
  }
  #top .sec-banners ul li {
    flex: 0 0 65rem;
  }
  #top .sec-banners ul li.anq::before {
    width: 75rem;
    height: 23rem;
    background: url(../../img/top/banners-anq-bg-sp.png) no-repeat center center/contain;
    left: -5rem;
    top: -14rem;
  }
  #top .sec-banners ul li.media::before {
    width: 75rem;
    height: 29rem;
    background: url(/2026/img/top/banners-media-bg-sp.png) no-repeat center center/contain;
    left: -5rem;
    top: -1rem;
  }
}
#story main section {
  width: 75rem;
  margin-inline: auto;
}
#story main .sec-story img {
  pointer-events: none;
}
#story main .sec-contributors {
  padding: 0 5rem;
}
#story main .sec-contributors .contributor {
  margin-bottom: 5rem;
  padding-top: 3.6rem;
  border-top: 1px solid #000;
  font-size: 2rem;
}
#story main .sec-contributors .contributor:last-of-type {
  margin-bottom: 8rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #000;
}
#story main .sec-contributors .contributor em {
  font-size: 2rem;
  font-weight: bold;
  font-style: normal;
}
#story main .sec-contributors .contributor h2 {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 1rem auto 1.5rem;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
}
#story main .sec-contributors .contributor h2 small {
  font-size: 2rem;
  font-weight: normal;
}
#story main .sec-contributors .contributor h2 + p {
  font-size: 2.6rem;
  text-align: justify;
  letter-spacing: 0;
}

#set main section {
  width: 75rem;
  margin-inline: auto;
}
#set main .mod-pagetitle img {
  width: 56.8rem;
  margin-bottom: 5rem;
}
#set .sec-intro {
  padding: 0 5rem 10rem;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}
#set .sec-brands {
  margin-bottom: 9rem;
}
#set .sec-brands .brand:not(:first-of-type) {
  margin-top: 8rem;
}
#set .sec-brands .brand.cherry {
  color: #fff;
  background-color: #c85082;
}
#set .sec-brands .brand.pink {
  background-color: #fad2d7;
}
#set .sec-brands .brand .inner {
  padding: 3rem 5rem 6rem;
}
#set .sec-brands .brand .inner p {
  margin-bottom: 5rem;
  font-size: 2.8rem;
  text-align: justify;
}

#about main section {
  width: 75rem;
  margin-inline: auto;
}
#about main .mod-pagetitle img {
  width: 55.3rem;
}
#about .sec-intro h2 {
  width: 37.7rem;
  margin: 4rem auto;
}
#about .sec-floors {
  padding: 0 0 5rem;
  background: url(/2026/img/about/floors-bg.jpg) repeat-y center top/75rem auto;
}
#about .sec-floors h2 {
  display: grid;
  align-items: center;
  justify-items: center;
  height: 9rem;
  margin-bottom: 5rem;
  background: #fff;
}
#about .sec-floors h2 img {
  width: 30.4rem;
}
#about .sec-floors .floor {
  width: 65.7rem;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  position: relative;
}
#about .sec-floors .floor + .floor {
  margin-top: 8rem;
}
#about .sec-floors .floor figure figcaption {
  width: 23.7rem;
  position: absolute;
  left: -2rem;
  top: -2rem;
  pointer-events: none;
}
#about .sec-floors .floor .inner {
  padding: 3rem 0 4rem;
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0;
}
#about .sec-floors .floor h3 {
  margin-bottom: 2rem;
  color: #0086ae;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.4;
}
#about .sec-floors .floor.f8 h3, #about .sec-floors .floor.f5 h3 {
  color: var(--color-golden);
}
#about .sec-floors .floor.f4 h3, #about .sec-floors .floor.f1 h3 {
  color: #cb5e64;
}
#about .sec-floors .floor:before {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
#about .sec-floors .floor.f9:before {
  content: "";
  width: 11rem;
  height: 16.3rem;
  background-image: url(/2026/img/about/deco-elfs01.png);
  left: 2rem;
  top: -20rem;
}
#about .sec-floors .floor.f7:before {
  content: "";
  width: 11.3rem;
  height: 15.7rem;
  background-image: url(/2026/img/about/deco-elfs02.png);
  left: 0rem;
  top: -17rem;
}
#about .sec-floors .floor.f6:before {
  content: "";
  width: 12.6rem;
  height: 14.5rem;
  background-image: url(/2026/img/about/deco-elfs03.png);
  right: -2rem;
  top: -10rem;
}
#about .sec-floors .floor.f4:before {
  content: "";
  width: 8.3rem;
  height: 16.3rem;
  background-image: url(/2026/img/about/deco-elfs04.png);
  left: -1rem;
  top: -20rem;
}
#about .sec-floors .floor.f1:before {
  content: "";
  width: 11.5rem;
  height: 17.8rem;
  background-image: url(/2026/img/about/deco-elfs05.png);
  right: 1rem;
  top: -13rem;
}
#about .sec-floors .btn-okazaki {
  display: block;
  width: 45rem;
  margin: 2rem auto 0;
}
#about .sec-norico {
  width: 65rem;
  padding: 4.5rem;
  margin: 10rem auto 8rem;
  background: url(/2026/img/about/profile-bg.jpg) center center/30rem auto;
  border-radius: 2rem;
  font-size: 2.4rem;
  letter-spacing: 0;
  text-align: justify;
  position: relative;
  scroll-margin: var(--size-header);
}
#about .sec-norico:before {
  content: "";
  width: 11.2rem;
  height: 11.3rem;
  background: url(/2026/img/about/deco-elfs06.png) no-repeat center center/contain;
  position: absolute;
  right: 2rem;
  top: -8rem;
  pointer-events: none;
}
#about .sec-norico iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin: 2rem auto;
}
#about .sec-norico iframe + p {
  font-size: 2.6rem;
}
#about .sec-norico .profile {
  margin-block: 4rem;
  padding-block: 4rem;
  border-block: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  letter-spacing: -0.03em;
}
#about .sec-norico .profile figure {
  flex: 0 0 25.4rem;
}
#about .sec-norico .profile small {
  font-size: 2rem;
  line-height: 1;
}
#about .sec-norico .profile strong {
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0.13em;
}
#about .sec-norico > a {
  display: block;
  width: 54rem;
  margin: 2rem auto 1rem;
}
#about .sec-other iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
#about .sec-other > a {
  display: block;
  width: 65rem;
  margin: 5rem auto;
}

#collaboration main section {
  width: 75rem;
  margin-inline: auto;
}
#collaboration main .mod-pagetitle img {
  width: 51.8rem;
}
#collaboration main .expandable-block {
  font-feature-settings: "palt";
  font-size: 2.8rem;
  letter-spacing: 0;
  text-align: justify;
  display: none;
}
#collaboration main .expandable-block figure {
  text-align: center;
}
#collaboration main .btn-expand {
  display: flex;
  align-items: center;
  width: 26.4rem;
  height: 5.2rem;
  padding-right: 0.2rem;
  margin: 5.6rem auto 0;
  background: var(--color-base);
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  font-size: 2.4rem;
  position: relative;
}
#collaboration main .btn-expand i {
  flex: 0 0 4.8rem;
  padding: 0.2rem 0 0 0.2rem;
  background: #fff;
  color: var(--color-base);
  line-height: 4.6rem;
  font-style: normal;
  font-weight: 400;
}
#collaboration main .btn-expand span {
  padding-top: 0.4rem;
  flex: 1 1 100%;
}
#collaboration main .btn-expand.active {
  font-weight: bold;
  background: #FFF;
  color: var(--color-base);
}
#collaboration main .btn-expand.active i {
  color: #fff;
  background: var(--color-base);
}
#collaboration main .sec-chef {
  padding: 10rem 0 7rem;
  text-align: center;
}
#collaboration main .sec-chef.collabo01 {
  background: url(/2026/img/collaboration/chef01-bg.jpg) repeat left top/4rem 4rem;
}
#collaboration main .sec-chef.collabo01 h2 {
  width: 62.2rem;
  margin: auto;
}
#collaboration main .sec-chef.collabo01 > figure {
  margin: 4rem auto;
}
#collaboration main .sec-chef.collabo01 > p {
  width: 51.7rem;
  margin: 0 auto 6rem;
}
#collaboration main .sec-chef.collabo02 {
  padding-top: 5.8rem;
  margin-top: 8rem;
  background: url(/2026/img/collaboration/chef02-bg.jpg) no-repeat center top/75rem auto, url(/2026/img/collaboration/chef02-bg.jpg) no-repeat center bottom/75rem auto;
}
#collaboration main .sec-chef.collabo02:has(.btn-expand.active) {
  padding-bottom: 0;
  background: url(/2026/img/collaboration/chef02-bg.jpg) no-repeat center top/75rem auto;
}
#collaboration main .sec-chef.collabo02 h2 {
  width: 50.8rem;
  margin: auto;
}
#collaboration main .sec-chef.collabo02 > p {
  width: 49.2rem;
  margin: 4rem auto;
}
#collaboration main .sec-chef.collabo02 > figure {
  margin-bottom: 9rem;
}
#collaboration main .sec-chef.collabo02 .btn-expand.active {
  transition: transform 0s 0.3s;
  transform: translateY(-20rem);
  background: #E4DDD1;
}
#collaboration main .sec-chef.collabo02 .btn-expand.active i {
  color: #E4DDD1;
}
#collaboration main .sec-chef.collabo03 {
  background: #f1eee9;
}
#collaboration main .sec-chef.collabo03 h2 {
  width: 50.8rem;
  margin: auto;
}
#collaboration main .sec-chef.collabo03 > p {
  width: 57.7rem;
  margin: 4rem auto;
}
#collaboration main .sec-chef.collabo03 > figure {
  margin: 0 auto 9rem;
}
#collaboration main .sec-product {
  padding: 6rem 0;
  background: #dac1b7;
}
#collaboration main .sec-product h2 {
  width: 45.6rem;
  margin: auto;
}
#collaboration main .sec-product > figure {
  margin: 4rem auto 9rem;
}
#collaboration main .sec-product .btn-expand.active {
  background: var(--color-base);
  color: #FFF9E8;
}
#collaboration main .sec-product .btn-expand.active i {
  background: #FFF9E8;
  color: var(--color-base);
}

#demonstration main section {
  width: 75rem;
  margin-inline: auto;
}
#demonstration main .mod-pagetitle img {
  width: 36rem;
}
#demonstration .sec-products {
  padding-block: 8rem;
}
#demonstration .sec-products:nth-of-type(even) {
  background: url(/2026/img/demonstration/product-bg-top.png) repeat-x left top/auto 3rem, url(/2026/img/demonstration/product-bg-btm.png) repeat-x left bottom/auto 3rem, #fbdad1;
}
#demonstration .sec-products:last-of-type {
  margin-bottom: 8rem;
}
#demonstration .sec-products:has(h2) {
  margin-top: 8rem;
  padding-top: 1px;
}
#demonstration .sec-products h2 {
  margin: -4rem 5rem 4rem;
}
#demonstration .sec-products > p {
  margin: 4rem 5rem;
  font-size: 2.8rem;
  text-align: justify;
  letter-spacing: 0;
}

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

search page global
========================*/
.search-page main {
  padding-bottom: 8rem;
}
.search-page .mod-pagetitle img {
  width: 25rem;
}

/*--- result area list ---*/
.item-list {
  width: 67rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.item-list .item {
  width: 32rem;
  margin-bottom: 5rem;
}
.item-list .item a {
  display: block;
  line-height: 1.3;
  font-size: 2.6rem;
}
.item-list .item a figure {
  margin-bottom: 2rem;
  aspect-ratio: 1/1;
  position: relative;
}
.item-list .item a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.item-list .item a .particular {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.item-list .item a .particular li {
  flex: 0 0 24%;
  margin: 1% 0.5% 0;
  position: relative;
  display: none;
}
.item-list .item a .particular li.online {
  display: block;
}
.item-list .item a .particular li.restock, .item-list .item a .particular li.sold-out {
  position: relative;
  pointer-events: none;
}
.item-list .item a .particular li.restock:before, .item-list .item a .particular li.sold-out:before {
  content: "ああ";
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.6);
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.item-list .item a .particular li.restock:before {
  content: "在庫なし";
}
.item-list .item a .particular li.sold-out:before {
  content: "販売終了";
}
.item-list .item a h3 {
  min-height: 2.5em;
  margin-bottom: 1rem;
  font-weight: bold;
}

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

search index
========================*/
#search_top #search_area_1 {
  max-width: 67rem;
  margin: 7rem auto;
  padding: 6rem 3.5rem;
  background: #f1ead3;
}
#search_top #search_area_1 h3 {
  margin: 0 0 2.4rem;
  text-align: center;
  color: #50321e;
}
#search_top #search_area_1 h3 img {
  height: 3rem;
}
#search_top #search_area_1 ul {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 4rem;
  font-size: 3.6rem;
  font-weight: bold;
}
#search_top #search_area_1 ul.half-col {
  flex-wrap: wrap;
  gap: 1rem 0;
  font-size: 2.8rem;
}
#search_top #search_area_1 ul.half-col li {
  flex: 0 1 48%;
  max-width: 48%;
}
#search_top #search_area_1 ul li {
  flex: 1 1 auto;
}
#search_top #search_area_1 ul li a {
  width: auto;
  min-width: 0;
  white-space: nowrap;
  padding: 0 2rem;
  border: 2px solid var(--color-golden);
  background: url(/2026/img/common/ico-triangle-right-golden.svg) no-repeat right 1.8rem center/1rem auto, linear-gradient(to right, #fff 50%, #f4ebe1 100%);
  line-height: 1;
  color: var(--color-golden);
  font-size: 3rem;
}
#search_top #search_area_1 ul li a.column {
  flex-direction: column;
}
#search_top #search_area_1 ul li a.large-font {
  font-size: 3.8rem;
}
#search_top #search_area_1 ul li a small {
  margin-top: 0.4rem;
  margin-left: 0.2rem;
  font-size: 0.75em;
}
#search_top #search_area_1 ul li a em {
  font-size: 2rem;
  margin-top: 0.5rem;
  margin-bottom: -1rem;
}
#search_top #search_area_1 .freeword-search {
  margin: 5rem 1rem 0;
  padding: 2.4rem 3rem;
  background: #fff;
}
#search_top #search_area_1 .freeword-search h3 {
  margin-bottom: 1.4rem;
  text-align: left;
  line-height: 1;
  color: var(--color-base);
  font-size: 3.2rem;
  font-weight: bold;
}
#search_top #search_area_1 .freeword-search input[type=search] {
  display: block;
  width: 100%;
  margin: 0 0 1.6rem;
  padding: 1.2rem 2rem;
  border: 2px solid #cbcbcb;
  font-size: 3rem;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
#search_top #search_area_1 .freeword-search input[type=search]::-moz-placeholder {
  color: #cbcbcb;
  font-size: 3rem;
}
#search_top #search_area_1 .freeword-search input[type=search]::placeholder {
  color: #cbcbcb;
  font-size: 3rem;
}
#search_top #search_area_1 .freeword-search input[type=submit] {
  display: block;
  width: 100%;
  height: 9rem;
  border: none;
  border-radius: 3.2rem;
  background: url(/2026/img/search/btn-search.svg) no-repeat center center/17.4rem auto, linear-gradient(var(--color-base), #352011);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#search_top #search_area_2 {
  padding: 8rem calc(50% - 32.5rem);
  background: #fff;
}
#search_top #search_area_2 h2 {
  margin: 0 auto 4rem;
  text-align: center;
}
#search_top #search_area_2 .select_wrap {
  overflow: hidden;
  position: relative;
  background: #ffffff;
}
#search_top #search_area_2 .select_wrap::before {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  content: "";
  pointer-events: none;
  width: 9rem;
  aspect-ratio: 1/1;
  background-color: var(--color-base);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 3.2rem auto;
  background-image: url(/2026/img/search/ico-plus.svg);
}
#search_top #search_area_2 select {
  width: 100%;
  padding: 0 3rem;
  height: 9rem;
  background: #e5e0dd;
  font-size: 3.2rem;
  font-weight: bold;
  color: var(--color-base);
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1.2;
  white-space: normal;
}
#search_top #search_area_2 .icon {
  width: 4rem;
  margin: 2.4rem auto;
  text-align: center;
  pointer-events: none;
}
#search_top #search_area_2 input[type=submit] {
  display: block;
  width: 100%;
  height: 9rem;
  margin-top: 2.4rem;
  border: none;
  border-radius: 3.2rem;
  background: url(/2026/img/search/btn-search.svg) no-repeat center center/17.4rem auto, linear-gradient(var(--color-base), #352011);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#search_top #search_area_3 {
  width: 75rem;
  margin: 0 auto;
  background: #f1ead3;
}
#search_top #search_area_3 h2 {
  text-align: center;
  margin: 0 0 4rem;
  position: relative;
}
#search_top #search_area_3 h3 {
  position: relative;
  margin: 0 auto 3rem;
}
#search_top #search_area_3 h3 img {
  max-width: 9rem;
}
#search_top #search_area_3 h3:before {
  content: "";
  display: block;
  width: 28rem;
  height: 0.2rem;
  background: var(--color-base);
  margin: 6rem auto;
}
#search_top #search_area_3 h3:first-of-type:before {
  display: none;
}
#search_top #search_area_3 .top-area {
  padding: 7rem 5rem;
  font-size: 2.6rem;
}
#search_top #search_area_3 .top-area p {
  margin-top: 2.4rem;
  letter-spacing: 0;
  color: var(--color-caution);
}
#search_top #search_area_3 .top-area a {
  border: 2px solid var(--color-golden);
  background: url(/2026/img/common/ico-triangle-right-golden.svg) no-repeat right 1.8rem center/1rem auto, linear-gradient(to right, #fff 50%, #f4ebe1 100%);
  color: var(--color-golden);
}
#search_top #search_area_3 .brandlist_wrap {
  background-color: #fff;
  padding: 9rem 5rem 0;
}
#search_top #search_area_3 ul {
  width: 65rem;
  margin: 0 auto;
}
#search_top #search_area_3 ul li {
  margin-bottom: 1.9rem;
}
#search_top #search_area_3 ul li a {
  font-size: 2.8rem;
  text-decoration: underline;
  line-height: 1.4;
  text-decoration: none;
  color: var(--color-base);
  text-decoration: underline;
  letter-spacing: 0.1em;
}
#search_top #search_area_3 ul.list_1 {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5.4rem;
  padding-bottom: 0;
  background-image: none;
}
#search_top #search_area_3 ul.list_1 li {
  flex: 0 0 12rem;
  margin-bottom: 1.6rem;
}

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

search list
========================*/
#search_list .result_ttl {
  margin: 8rem auto 4rem;
  color: #4f1b02;
  font-family: var(--font-yugothic);
  line-height: 1.3;
  font-size: 3.1rem;
  font-weight: bold;
  text-align: center;
}
#search_list .result_txt_line {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 3.5rem;
  color: #4f1b02;
}
#search_list .result_txt_line .res {
  display: flex;
  align-items: center;
  max-width: 50rem;
  word-break: break-all;
  font-size: 2.4rem;
  font-weight: bold;
}
#search_list .result_txt_line .res + .res:before {
  content: "";
  display: block;
  height: 6rem;
  width: 1px;
  margin: 0 4rem;
  background: #ccc;
}
#search_list .result_none {
  width: 100%;
  text-align: center;
}
#search_list .result_none p {
  font-size: 2.4rem;
}
#search_list .notification {
  margin: 3.5rem auto 6rem;
  text-align: center;
  color: var(--color-base);
  font-size: 2.2rem;
  line-height: 1.3;
}
#search_list .paging_nav {
  width: 45rem;
  margin: 8rem auto;
  display: flex;
  justify-content: center;
  position: relative;
}
#search_list .paging_nav a {
  width: 8rem;
  height: 8rem;
  display: grid;
  place-items: center;
  color: var(--color-base);
  font-size: 2.6rem;
}
#search_list .paging_nav .paging_next {
  position: absolute;
  right: 0;
}
#search_list .paging_nav .paging_prev {
  position: absolute;
  left: 0;
}
#search_list .paging_nav .paging_prev a img {
  transform: rotate(180deg);
}
#search_list .paging_nav .paging_list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
#search_list .paging_nav .paging_list li a {
  margin: 0 0.6rem;
  border-radius: 3.2rem;
  border: solid 2px var(--color-base);
}
#search_list .paging_nav .paging_list li a.current {
  color: #fff;
  background-color: var(--color-base);
  border: solid 2px var(--color-base);
}

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

search detail
========================*/
#search_detail #content_wrap {
  width: 75rem;
  margin: 0 auto;
}
#search_detail .logo_package {
  margin: 6rem 5rem;
  display: flex;
  align-items: center;
}
#search_detail .logo_package figure {
  flex: 0 0 50%;
  text-align: center;
  margin: 0 auto;
}
#search_detail .item_detail {
  margin: 0 5rem 8rem;
}
#search_detail .item_detail .brand_name {
  font-size: 3.4rem;
  text-align: center;
}
#search_detail .item_detail .catch_copy {
  margin: 5rem auto 3rem;
  font-size: 3.4rem;
  font-weight: bold;
}
#search_detail .item_detail p {
  margin: 3.5rem auto;
  font-size: 2.6rem;
}
#search_detail .item_detail .notification {
  margin: 4rem auto 5rem;
  text-align: center;
  color: var(--color-base);
  font-size: 2.2rem;
  line-height: 1.3;
}
#search_detail .item_detail .free_input_2 {
  color: #e3007f;
}
#search_detail .item_detail .particular {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
#search_detail .item_detail .particular li {
  flex: 0 0 calc(25% - 1.5rem);
}
#search_detail .item_detail .particular li img {
  width: 100%;
}
#search_detail .item_detail .particular li.restock, #search_detail .item_detail .particular li.sold-out {
  position: relative;
  pointer-events: none;
}
#search_detail .item_detail .particular li.restock:before, #search_detail .item_detail .particular li.sold-out:before {
  content: "ああ";
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.6);
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
#search_detail .item_detail .particular li.restock:before {
  content: "在庫なし";
}
#search_detail .item_detail .particular li.sold-out:before {
  content: "販売終了";
}
#search_detail .item_detail .btn-purchase {
  display: block;
  margin: 4rem auto;
}
#search_detail .item_related {
  padding: 8rem 0 5rem;
  border-top: solid 1px #cbcbcb;
}
#search_detail .item_related h2 {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 55px;
  text-align: center;
  font-family: var(--font-yugothic);
  font-size: 34px;
  font-weight: bold;
  color: #4f1b02;
}

#timezone main {
  font-size: 2.8rem;
  letter-spacing: 0;
}
#timezone main .mod-pagetitle {
  padding-bottom: 3rem;
}
@media screen and (max-width: 750px) {
  #timezone main .mod-pagetitle {
    height: 48rem;
  }
}
#timezone main .sec-contents {
  margin: -2.6rem calc(50% - 37.5rem) 0;
}
#timezone main .sec-contents nav {
  display: flex;
  align-items: flex-end;
  margin-top: 7rem;
  padding: 0 0.5rem;
  position: relative;
  transform: translateY(0.3rem);
}
#timezone main .sec-contents nav:before, #timezone main .sec-contents nav:after {
  content: "";
  height: 0.3rem;
  position: absolute;
  pointer-events: none;
  bottom: 0.3rem;
  z-index: 1;
}
body.time .sec-contents nav:before {
  width: 0.5rem;
  background: #b6903d;
  left: 0;
}

body.time .sec-contents nav:after {
  width: 66.666%;
  background: #b6903d;
  right: 0;
}

body.daily .sec-contents nav:before {
  width: calc(33.333% + 0.5rem);
  background: #8cc882;
  right: 0;
}

body.daily .sec-contents nav:after {
  width: calc(33.333% + 0.5rem);
  background: #8cc882;
  left: 0;
}

body.meizon_cacao .sec-contents nav:before {
  width: 66.666%;
  background: #46a0dd;
  left: 0;
}

body.meizon_cacao .sec-contents nav:after {
  width: 0.5rem;
  background: #46a0dd;
  right: 0;
}

#timezone main .sec-contents nav a {
  opacity: 1 !important;
  transition: filter 0.3s;
}
#timezone main .sec-contents nav a:hover {
  filter: brightness(1.1);
}
#timezone main .sec-contents .container {
  padding-top: 5rem;
  position: relative;
}
body.time .sec-contents .container {
  background: #e9dec5;
}

body.daily .sec-contents .container {
  background: #cfe3c0;
}

body.meizon_cacao .sec-contents .container {
  background: #a1cfed;
  margin-bottom: 8rem;
}

body.time .sec-contents .container h2 {
  width: 62rem;
  margin: 0 auto 8rem;
}

body.daily .sec-contents .container h2 {
  width: 34.8rem;
  margin: 0 auto;
}

body.meizon_cacao .sec-contents .container h2 {
  width: 60rem;
  margin: 0 auto 6rem;
}

#timezone main .sec-contents .container .time-area {
  padding: 7.4rem 5rem 5.6rem;
  font-size: 2.7rem;
}
#timezone main .sec-contents .container .time-area:nth-of-type(odd) {
  background: #f3ede0;
}
#timezone main .sec-contents .container .time-area h3 {
  margin-bottom: 5rem;
  text-align: center;
}
#timezone main .sec-contents .container .time-area h3 img {
  height: 10.7rem;
}
#timezone main .sec-contents .container .time-area figure {
  margin-bottom: 3rem;
}
#timezone main .sec-contents .container .time-area dl dt {
  display: grid;
  place-items: center;
  height: 7.6rem;
  background: #c7aa6c;
  text-align: center;
  color: var(--color-base);
  font-size: 3.4rem;
  font-weight: bold;
}
#timezone main .sec-contents .container .time-area dl dd {
  display: flow-root;
  padding: 2.4rem 0;
  line-height: 1.5;
}
#timezone main .sec-contents .container .time-area dl dd + dd {
  border-top: 2px solid #c7aa6c;
}
#timezone main .sec-contents .container .time-area dl dd .left {
  float: left;
  max-width: 51rem;
}
#timezone main .sec-contents .container .time-area dl dd .right {
  float: right;
}
#timezone main .sec-contents .container .time-area dl dd .full {
  width: 100%;
  display: block;
}
#timezone main .sec-contents .container .time-area dl dd > img {
  margin-inline: 2rem;
  width: 10rem;
  float: right;
}
#timezone main .sec-contents .container .time-area dl + figure,
#timezone main .sec-contents .container .time-area dl dd + dt {
  margin-top: 2rem;
}
#timezone main .sec-contents .container .daily-area {
  padding: 7.4rem 5rem 5.6rem;
}
#timezone main .sec-contents .container .daily-area:nth-of-type(even) {
  background: #e8f2e1;
}
#timezone main .sec-contents .container .daily-area h3 {
  margin-bottom: 5rem;
  text-align: center;
}
#timezone main .sec-contents .container .daily-area h3 img {
  height: 11.2rem;
}
#timezone main .sec-contents .container .daily-area ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
#timezone main .sec-contents .container .daily-area ul li {
  padding: 0 0 3rem;
  background: #fff;
}
#timezone main .sec-contents .container .daily-area ul li.subgrid {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
#timezone main .sec-contents .container .daily-area ul li figure {
  aspect-ratio: 315/240;
  background: #ddd;
  margin-bottom: 2rem;
}
#timezone main .sec-contents .container .daily-area ul li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#timezone main .sec-contents .container .daily-area ul li time {
  display: grid;
  align-items: center;
  justify-items: center;
  text-align: center;
  margin: 0 2.5rem 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #8cc882;
}
#timezone main .sec-contents .container .daily-area ul li p {
  margin: 0 2.5rem;
  font-size: 2.6rem;
  letter-spacing: -0.05em;
  align-self: center;
}
#timezone main .sec-contents .container .closing-area {
  padding: 6.4rem 5rem;
  text-align: center;
  position: relative;
}
#timezone main .sec-contents .container .closing-area:after {
  content: "";
  inset: 0;
  background: url(/2026/img/timezone/daily/daily-closing-deco.png) no-repeat left bottom/71.8rem auto;
  position: absolute;
  pointer-events: none;
}
#timezone main .sec-contents .container .closing-area h3 img {
  height: 10rem;
}
#timezone main .sec-contents .container .closing-area .block {
  margin: 4rem 0 0;
  padding: 4rem 5rem;
  background: #fff;
}
#timezone main .sec-contents .container .closing-area dl {
  display: flex;
  margin-bottom: 3rem;
}
#timezone main .sec-contents .container .closing-area dl dt {
  flex: 0 0 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  letter-spacing: 0.1em;
  color: var(--color-base);
  line-height: 1;
}
#timezone main .sec-contents .container .closing-area dl dt strong {
  font-size: 1.2em;
}
#timezone main .sec-contents .container .closing-area dl dt small {
  margin-top: 1rem;
  font-size: 2rem;
}
#timezone main .sec-contents .container .closing-area dl dd {
  padding-left: 5rem;
  border-left: 2px solid #8cc882;
  text-align: left;
  letter-spacing: -0.05em;
  line-height: 1.4;
}
#timezone main .sec-contents .container .closing-area figure img {
  width: 42.5rem;
}
#timezone main .sec-contents .container .cacao-area {
  background: #fff;
  padding: 6rem 5rem;
}
#timezone main .sec-contents .container .cacao-area:nth-of-type(even) {
  background: #e6f4f9;
}
#timezone main .sec-contents .container .cacao-area h3 {
  text-align: center;
}
#timezone main .sec-contents .container .cacao-area h3 img {
  height: 16.4rem;
}
#timezone main .sec-contents .container .cacao-area figure {
  margin-block: 2rem;
}
#timezone main .sec-contents .container .cacao-area p + figure {
  margin-top: 4rem;
}
#timezone main .sec-contents .container img.fixheight {
  height: 3rem;
}
#timezone main .sec-contents > p:last-child {
  padding: 7rem 4rem;
  background: #fff;
  font-size: 2.7rem;
}

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