/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15; /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
}

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

/*
Text-level semantics
====================
*/
/**
Add the correct font weight in Chrome and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 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;
}

/*
Tabular data
============
*/
/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  border-color: currentcolor;
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

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

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
@charset "UTF-8";
/* FLOCSS entry */
/* Reset & base normalization */
:root {
  /* colors */
  ---z-overlay: 1100;
  ---z-modal: 1200;
  ---z-header: 1400;
}

.f-ja {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.f-ja {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.f-en {
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.f-en-mono {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-style: normal;
}

:root {
  --header-height: 60px;
  --container-padding: 47px;
  --container-padding-y: 44px;
  --font-en: EB Garamond, Noto Serif JP, serif;
  --font-mono: Roboto Mono, monospace;
  --font-ja: Roboto, Noto Sans JP, sans-serif;
  --font-ja-serif: Noto Serif JP, serif;
  --font-size-lg: 18px;
  --font-size-xl: 20px;
  --font-size-2xl: 30px;
  --font-size-3xl: 60px;
  --font-weight-regular: 400;
  --font-weight-bold: 700;
  --line-height-normal: 1.6;
  --line-height-tight: 1.3;
}
@media screen and (max-width: 767px) {
  :root {
    --header-height: 80px;
    --container-padding: 27.5px;
    --container-padding-y: 18px;
  }
}

@layer reset {
  /* Box sizing */
  html {
    box-sizing: border-box;
  }
  *,
  *::before,
  *::after {
    box-sizing: inherit;
  }
  /* Typography baseline */
  html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
            text-size-adjust: 100%;
  }
  body {
    margin: 0;
  }
  /* Media elements */
  img,
  picture,
  video,
  canvas,
  svg {
    display: block;
    max-inline-size: 100%;
    block-size: auto;
  }
  /* Forms inherit fonts/colors */
  button,
  input,
  select,
  textarea {
    font: inherit;
    color: inherit;
  }
  /* Reduced motion */
  @media (prefers-reduced-motion: reduce) {
    * {
      transition-duration: 0.01ms !important;
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      scroll-behavior: auto !important;
    }
  }
  button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  background-color: #ffeecd;
  font-family: "Helvetica Neue", Helvetica, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
}

a {
  text-decoration: none;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.5;
}

body.is-menu-open {
  overflow: hidden;
}

figure {
  margin: 0;
}

.l-wrapper {
  position: relative;
}

.l-main {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.is-enterd .l-main {
  opacity: 1;
}

/* FLOCSS entry */
/* .l-container placeholder */
.l-container {
  position: relative;
  width: clamp(327px, 327px + (1003) * (100vw - 375px) / (1065), 1330px);
  margin: 0 auto;
}

/* FLOCSS entry */
/* Layout: Grid */
.l-grid {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  grid-auto-flow: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .l-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
  }
}

/* FLOCSS entry */
/* Layout: Header */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #ffe4d1;
  transition: background-color 0.3s ease;
  border-bottom: 1px solid rgb(0, 0, 0);
  transform: translateY(-100%);
  visibility: hidden;
  pointer-events: none;
}
.l-header .l-grid {
  height: 70px;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header .l-grid {
    height: 54px;
  }
}
.l-header.is-visible {
  visibility: visible;
  pointer-events: auto;
  animation: slideDownHeader 0.4s ease-out forwards;
}
.l-header.is-shop-theme {
  background-color: #deebe9;
}

@keyframes slideDownHeader {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.l-header-hilo {
  justify-self: start;
}

.l-header-title {
  justify-self: center;
}
@media screen and (max-width: 767px) {
  .l-header-title .c-header-title {
    display: none;
  }
}

.l-header-right {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .l-header-banner {
    display: none;
  }
}

/* FLOCSS entry */
.l-footer {
  background-color: #000;
  padding: 46px 0;
}
@media screen and (max-width: 996px) {
  .l-footer {
    padding: 51px 0 65px;
  }
}
.l-footer__inner {
  display: grid;
  grid-template-areas: "logo info" "nav info" "copyright info";
  grid-template-columns: auto 315px;
  grid-template-rows: auto auto auto;
  align-items: center;
  padding: 0 calc(47 / 1440 * 100vw);
  margin-inline: auto;
}
@media screen and (max-width: 996px) {
  .l-footer__inner {
    grid-template-areas: "logo" "info" "nav" "copyright";
    grid-template-columns: 1fr;
    gap: 52px;
    padding: 0 calc(28 / 375 * 100vw);
  }
}
.l-footer__logo {
  grid-area: logo;
}
@media screen and (max-width: 996px) {
  .l-footer__logo {
    justify-self: center;
  }
}
.l-footer__info {
  grid-area: info;
  align-self: flex-start;
}
@media screen and (max-width: 996px) {
  .l-footer__info {
    align-self: center;
    justify-self: center;
  }
}
.l-footer__info__button {
  margin-top: 18px;
}
@media screen and (max-width: 996px) {
  .l-footer__info__button {
    margin-top: 48px;
    text-align: center;
  }
}
.l-footer__nav {
  grid-area: nav;
  margin-top: 62px;
  max-width: 642px;
  width: 100%;
}
@media screen and (max-width: 996px) {
  .l-footer__nav {
    max-width: unset;
    margin-top: 0;
  }
}
@media screen and (max-width: 996px) {
  .l-footer__nav__top {
    justify-self: center;
  }
}
.l-footer__nav__bottom {
  margin-top: 30px;
}
@media screen and (max-width: 996px) {
  .l-footer__nav__bottom {
    justify-self: center;
  }
}
.l-footer__copyright {
  margin-top: 84px;
  grid-area: copyright;
}
@media screen and (max-width: 996px) {
  .l-footer__copyright {
    margin-top: 0;
    justify-self: center;
  }
}

/* FLOCSS entry */
/* Layout: Bottom Navigation (SP only) */
.l-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: background-color 0.3s ease;
  transform: translateY(100%);
  visibility: hidden;
  pointer-events: none;
}
.l-bottom-nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 228, 209, 0) 0%, rgb(255, 228, 209) 100%);
  pointer-events: none;
  transition: background 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-bottom-nav .l-grid {
    height: 112px;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 0 15px;
    position: relative;
    z-index: 1;
  }
}
.l-bottom-nav.is-visible {
  visibility: visible;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .l-bottom-nav.is-visible {
    animation: slideUpBottomNav 0.4s ease-out forwards;
  }
}
.l-bottom-nav.is-shop-theme::before {
  background: linear-gradient(to bottom, rgba(222, 235, 233, 0) 0%, rgb(222, 235, 233) 100%);
}

@keyframes slideUpBottomNav {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
.l-bottom-nav-title {
  justify-self: start;
}
.l-bottom-nav-title .c-bottom-nav-title__text {
  font-size: 10px;
  line-height: 1.2;
  font-weight: bold;
}

.l-bottom-nav-banner {
  justify-self: end;
}

/* FLOCSS entry */
.c-header-logo-hilo {
  display: block;
  width: clamp(85px, 85px + (15) * (100vw - 375px) / (1065), 100px);
  height: auto;
}

.c-header-logo-brutus {
  display: block;
  width: clamp(72px, 72px + (23) * (100vw - 375px) / (1065), 95px);
  height: auto;
}

.c-logo-hilo {
  width: clamp(121px, 121px + (85) * (100vw - 375px) / (1065), 206px);
}

.c-logo-brutus {
  width: clamp(125px, 125px + (146) * (100vw - 375px) / (1065), 271px);
}

/* FLOCSS entry */
.c-tagline {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
}
.c-tagline__pr-date {
  grid-column: 1/span 2;
  grid-row: 1/span 1;
  text-align: right;
  font-size: clamp(10px, 10px + (2) * (100vw - 375px) / (1065), 12px);
  line-height: 1;
  margin-bottom: clamp(18px, 18px + (9) * (100vw - 375px) / (1065), 27px);
}
.c-tagline__pr-date time {
  margin-left: 28px;
}
.c-tagline__title {
  writing-mode: vertical-rl;
  grid-column: 2/span 1;
  grid-row: 2/span 1;
  font-size: clamp(14px, 14px + (10) * (100vw - 375px) / (1065), 24px);
  line-height: 1.4;
  margin: 0;
  font-weight: bold;
}
.c-tagline__title span {
  margin-top: -0.5em;
}
.c-tagline__title .tm {
  display: inline-block;
  transform: rotate(90deg);
  margin-top: -4px;
}
.c-tagline__note {
  margin-right: clamp(12px, 12px + (6) * (100vw - 375px) / (1065), 18px);
  writing-mode: vertical-rl;
  grid-column: 1/span 1;
  grid-row: 2/span 1;
  font-size: 11px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-tagline__note {
    font-size: 10px;
  }
}
.c-tagline__note .tm {
  display: inline-block;
  transform: rotate(90deg);
  margin-top: -4px;
}

/* FLOCSS entry */
.c-chapter {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
}
.c-chapter .c-chapter-text {
  writing-mode: vertical-rl;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
.c-chapter .c-chapter-number {
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .c-chapter .c-chapter-number {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }
}

/* FLOCSS entry */
.c-header-title__text {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
}

.c-section-heading {
  font-size: clamp(60px, 60px + (80) * (100vw - 375px) / (1065), 140px);
  line-height: 0.8;
  font-weight: 300;
  font-family: Helvetica, sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
}

.c-title-en {
  font-size: 12px;
  line-height: 1;
}

.c-title-ja {
  font-size: clamp(24px, 24px + (16) * (100vw - 375px) / (1065), 40px);
  line-height: 1.4;
  margin-top: 14px;
  margin-bottom: 0;
}

.c-description {
  font-size: clamp(18px, 18px + (2) * (100vw - 375px) / (1065), 20px);
  font-weight: bold;
  line-height: 1.6;
  margin: 0;
}

.c-text-body {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.c-figure {
  margin: 0;
}
.c-figure .c-figcaption {
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
  margin-top: clamp(13px, 13px + (7) * (100vw - 375px) / (1065), 20px);
  color: #7b8f8d;
}

/* FLOCSS entry */
.c-info__title {
  font-size: 12px;
  line-height: 1;
  border-bottom: 1px solid #57463a;
  padding-bottom: 8px;
}
.c-info__text {
  margin: 20px 0 0 0;
  font-size: 12px;
  line-height: 1.4;
}
.c-info__note {
  font-size: 10px;
  line-height: 1.4;
}
.c-info__price {
  font-size: 10px;
}
.c-info__price span {
  font-size: 12px;
  margin-right: 1em;
  font-weight: bold;
}

.c-info-col {
  border: 1px solid #000;
  padding: 22px;
  display: grid;
  grid-template-areas: "figure title" "figure meta";
  grid-template-columns: clamp(274px, 274px + (206) * (100vw - 375px) / (1065), 480px) auto;
  grid-template-rows: auto auto;
  gap: 0 47px;
}
@media screen and (max-width: 767px) {
  .c-info-col {
    padding: 16px;
    grid-template-columns: 100%;
    grid-template-areas: "title" "figure" "meta";
    gap: 16px 0;
  }
}
.c-info-col__figure {
  grid-area: figure;
}
.c-info-col__title {
  grid-area: title;
  font-size: 12px;
  line-height: 1;
  align-self: end;
}
@media screen and (max-width: 767px) {
  .c-info-col__title {
    margin: 0;
  }
}
.c-info-col__meta {
  grid-area: meta;
  margin: 0;
}
.c-info-col__meta dt {
  font-size: 12px;
  line-height: 1.6;
  font-weight: bold;
}
.c-info-col__meta dd {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #3a5157;
}

/* FLOCSS entry */
.c-link {
  max-width: 395px;
  width: 100%;
  border: 1px solid #000;
  padding: 17px 15px;
  background-color: #ffe4d1;
}
@media screen and (max-width: 767px) {
  .c-link {
    padding: 12px;
  }
}
.c-link a {
  display: grid;
  grid-template-columns: 125px auto;
  position: relative;
  gap: 20px;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .c-link a {
    grid-template-columns: 110px auto;
    gap: 10px;
  }
}
.c-link a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 15px;
  background-image: url("data:image/svg+xml;utf8,<svg width=\"25\" height=\"15\" viewBox=\"0 0 25 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0.5 7.23589L23.9792 7.23589M23.9792 7.23589L17.3779 0.707129M23.9792 7.23589L17.3779 13.7646\" stroke=\"black\" stroke-linecap=\"square\"/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
}
.c-link__figure {
  width: 125px;
}
@media screen and (max-width: 767px) {
  .c-link__figure {
    width: 110px;
  }
}
.c-link__meta {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c-link__heading {
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
}
.c-link__title {
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 1.6;
  font-weight: bold;
}
.c-link__pr-date {
  font-size: 10px;
  line-height: 1;
}
.c-link__pr-date time {
  margin-left: 17px;
}

/* FLOCSS entry */
.c-cta-banner {
  display: block;
  width: 150px;
  height: 48px;
}
.c-cta-banner img {
  display: none;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-cta-banner.is-red .is-red-image {
  display: block;
}
.c-cta-banner.is-blue .is-blue-image {
  display: block;
}

/* FLOCSS entry */
.c-visual picture {
  width: 100%;
  height: auto;
  position: relative;
}
.c-visual picture img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.c-visual picture::after {
  content: "";
  border: 1px solid #000;
  position: absolute;
  top: 28px;
  left: 32px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-visual picture::after {
    top: 16px;
    left: 11px;
  }
}
.c-visual--shop picture::after {
  left: unset;
  right: 32px;
}
@media screen and (max-width: 767px) {
  .c-visual--shop picture::after {
    right: 14px;
  }
}

/* FLOCSS entry */
.approval_modal {
  margin: 0 !important;
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.approval_modal .is-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .approval_modal .is-pc {
    display: none;
  }
}
.approval_modal .is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .approval_modal .is-sp {
    display: block;
  }
}
.approval_modal .approval_logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.approval_modal .approval_logo svg {
  width: 194px;
  height: auto;
}
.approval_modal .modal-content {
  background-color: rgb(246, 246, 246);
  max-width: 440px;
  height: 502px;
  padding: 3em 0;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .approval_modal .modal-content {
    padding: 2em;
    width: calc(100% - 8vw);
  }
}
.approval_modal .modal-content-text {
  font-size: 12px;
  line-height: 1.75;
  text-align: center;
}
.approval_modal .modal-content-btn-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.approval_modal .modal-content-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  padding: 0.6em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  width: 236px;
  height: 45px;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  transition: all 0.3s;
}
.approval_modal .modal-content-btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .approval_modal .modal-content-btn {
    font-size: 14px;
  }
}
.approval_modal .is-btn-cancel {
  color: #000;
  background-color: transparent;
}
.approval_modal .approval-note {
  display: flex;
  align-items: center;
  padding: 8px 24px;
  gap: 16px;
  font-size: 12px;
  line-height: 1.75;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=%2714%27 height=%2739%27 viewBox=%270 0 14 39%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M13.0781 0.278687C13.0781 10.3547 6.89822 14.7851 1.00159 19.3667C6.89822 23.9485 13.0781 28.3786 13.0781 38.4549%27 stroke=%27black%27/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf8,%3Csvg width=%2721%27 height=%271%27 viewBox=%270 0 21 1%27 fill=%27none%27 preserveAspectRatio=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M13.0781 0L13.0781 1%27 stroke=%27black%27/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf8,%3Csvg width=%2726%27 height=%2714%27 viewBox=%270 0 26 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M25.0547 1C21.8785 1 18.8323 2.26504 16.5864 4.51683C14.3405 6.76862 13.0787 9.82267 13.0787 13.0072%27 stroke=%27black%27/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf8,%3Csvg width=%271%27 height=%272%27 viewBox=%270 0 1 2%27 fill=%27none%27 preserveAspectRatio=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1 1L3.478e-08 0.999998%27 stroke=%27black%27/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf8,%3Csvg width=%2713%27 height=%2714%27 viewBox=%270 0 13 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M12 13.0072C12 9.8227 10.7383 6.76861 8.49235 4.51683C6.24643 2.26504 3.20031 1 0.0241051 0.999999%27 stroke=%27black%27/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf8,%3Csvg width=%2713%27 height=%2714%27 viewBox=%270 0 13 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M11.9883 0.992798C11.9883 4.17731 10.7265 7.23137 8.48063 9.48315C6.23471 11.7349 3.18862 13 0.0124163 13%27 stroke=%27black%27/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf8,%3Csvg width=%272%27 height=%271%27 viewBox=%270 0 2 1%27 fill=%27none%27 preserveAspectRatio=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M0.999969 1L1 0%27 stroke=%27black%27/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf8,%3Csvg width=%271%27 height=%272%27 viewBox=%270 0 1 2%27 fill=%27none%27 preserveAspectRatio=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M3.478e-08 0.999968L1 1%27 stroke=%27black%27/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf8,%3Csvg width=%2726%27 height=%2714%27 viewBox=%270 0 26 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M13.0787 0.992797C13.0787 4.17731 14.3405 7.23137 16.5864 9.48315C18.8323 11.7349 21.8785 13 25.0547 13%27 stroke=%27black%27/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf8,%3Csvg width=%2721%27 height=%271%27 viewBox=%270 0 21 1%27 fill=%27none%27 preserveAspectRatio=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M13.0781 0L13.0781 1%27 stroke=%27black%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center left, top 0.8125rem left, top left, top left 1.5625rem, top right, bottom right, top 0.8125rem right, bottom left 1.5625rem, bottom left, bottom 0.8125rem left;
  background-size: 0.875rem 2.4375rem, 1.3125rem calc((100% - 4.1875rem) / 2 + 2px), 1.625rem 0.875rem, calc(100% - 2.5rem + 3px) 0.125rem, 0.8125rem 0.875rem, 0.8125rem 0.875rem, 0.125rem calc(100% - 1.75rem + 2px), calc(100% - 2.5rem + 3px) 0.125rem, 1.625rem 0.875rem, 1.3125rem calc((100% - 4.1875rem) / 2 + 2px);
}
.approval_modal .approval-note:before {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  content: "";
  background-image: url(https://brutus.jp/wp-content/themes/brutus/assets/blocks/brutus/note/icon.svg);
}

/* FLOCSS entry */
.p-hero {
  background-color: #ffeecd;
  height: 810px;
}
@media screen and (max-width: 767px) {
  .p-hero {
    height: auto;
    padding-bottom: 60px;
  }
}
.p-hero > .l-grid {
  height: 100%;
  grid-template-columns: repeat(11, 1fr) 170px 170px;
  grid-template-rows: auto 1fr;
  gap: 45px 30px;
}
@media screen and (max-width: 767px) {
  .p-hero > .l-grid {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto auto auto;
    padding-top: 25px;
    gap: 30px 15px;
  }
}

.p-hero-header {
  grid-column: 1/span 14;
  grid-row: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: -moz-fit-content;
  height: fit-content;
  align-items: center;
  padding-top: 42px;
}
@media screen and (max-width: 767px) {
  .p-hero-header {
    padding-top: 0;
    grid-column: 1/span 6;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-hero-header-hilo {
  justify-self: start;
}

.p-hero-header-title {
  justify-self: center;
  z-index: 1;
}

.p-hero-header-logo {
  justify-self: end;
}

.p-hero__slider {
  grid-column: 1/span 11;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  grid-auto-flow: column;
  gap: 30px;
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  .p-hero__slider {
    grid-column: 1/span 6;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 0;
  }
}

.p-hero__slider__items {
  grid-column: 1/span 11;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  width: 100%;
  align-self: self-start;
}
@media screen and (max-width: 767px) {
  .p-hero__slider__items {
    grid-column: 1;
    height: auto;
  }
}

.p-hero__slider__item {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.p-hero__slider__item.is-item-active {
  visibility: visible;
  pointer-events: auto;
}
.p-hero__slider__item.is-animating {
  visibility: visible;
  pointer-events: none;
}
.p-hero__slider__item a {
  display: grid;
  align-items: center;
  color: inherit;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-hero__slider__item a {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 80px;
  }
}
.p-hero__slider__item a:hover {
  opacity: 1;
}
.p-hero__slider__item a:hover .p-hero__slider__item__figure img {
  filter: saturate(0.5) sepia(0.3) hue-rotate(10deg);
}

.p-hero__slider__item__meta {
  grid-area: 1/-1;
  justify-self: start;
  z-index: 1;
}

.p-hero__slider__item__meta__category {
  font-size: 12px;
  line-height: 1;
  margin-bottom: clamp(12px, 12px + (6) * (100vw - 375px) / (1065), 18px);
}

.p-hero__slider__item__meta__title {
  margin: 0;
  font-size: clamp(24px, 24px + (16) * (100vw - 375px) / (1065), 40px);
  line-height: 1.42;
  font-weight: bold;
}

.p-hero__slider__item__figure {
  grid-area: 1/-1;
  justify-self: end;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-hero__slider__item__figure {
    justify-self: start;
  }
}
.p-hero__slider__item__figure img {
  width: clamp(210px, 210px + (270) * (100vw - 375px) / (1065), 480px);
  transition: filter 0.4s ease;
  aspect-ratio: 480/552;
}
.p-hero__slider__item__figure figcaption {
  margin-top: 16px;
  text-align: right;
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-hero__slider__item__figure figcaption {
    display: none;
  }
}

.p-hero__thumbs {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-hero__thumbs {
    grid-column: 1/span 6;
  }
}

.p-hero__thumbs__item {
  width: 170px;
  padding: 11px;
}
@media screen and (max-width: 767px) {
  .p-hero__thumbs__item {
    width: 100%;
  }
}
.p-hero__thumbs__item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-hero__thumbs__item a {
    display: grid;
    grid-template-columns: 56px auto;
    grid-template-areas: "figure category" "figure title";
    gap: 0 15px;
  }
}
.p-hero__thumbs__item a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 18px;
  z-index: 1;
  background-image: url("data:image/svg+xml;utf8,<svg width=\"8\" height=\"18\" viewBox=\"0 0 8 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M4.03556 17.3538C3.8403 17.549 3.52371 17.549 3.32845 17.3538L0.146472 14.1718C-0.0487898 13.9765 -0.0487898 13.6599 0.146472 13.4647C0.341734 13.2694 0.658317 13.2694 0.853579 13.4647L3.68201 16.2931L6.51043 13.4647C6.7057 13.2694 7.02228 13.2694 7.21754 13.4647C7.4128 13.6599 7.4128 13.9765 7.21754 14.1718L4.03556 17.3538ZM3.68201 0L4.18201 2.18557e-08L4.18201 17.0002L3.68201 17.0002L3.18201 17.0002L3.18201 -2.18557e-08L3.68201 0Z\" fill=\"black\"/></svg>");
}
.p-hero__thumbs__item.is-item-active {
  border: 1px solid #000;
}
.p-hero__thumbs__item:nth-child(1) {
  background-color: #ffe4d1;
}
.p-hero__thumbs__item:nth-child(2) {
  background-color: #deebe9;
}
.p-hero__thumbs__item__category {
  font-size: 10px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-hero__thumbs__item__category {
    grid-area: category;
  }
}
.p-hero__thumbs__item__title {
  margin-top: 6px;
  font-size: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-hero__thumbs__item__title {
    grid-area: title;
  }
}
.p-hero__thumbs__item__figure {
  margin: 14px 0 0 0;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .p-hero__thumbs__item__figure {
    grid-area: figure;
    width: 56px;
    height: 56px;
    margin: 0;
  }
}

.p-hero-tagline {
  justify-self: end;
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  .p-hero-tagline {
    position: absolute;
    top: 82px;
    right: 0;
  }
}

.p-hero__numbers {
  position: absolute;
  left: 0;
  bottom: 40px;
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .p-hero__numbers {
    display: none;
  }
}

.p-hero__number {
  cursor: pointer;
  transition: opacity 0.3s ease, background-color 0.3s ease;
  border: 1px solid #000;
  width: 50px;
  height: 50px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vmax;
}
.p-hero__number:hover {
  opacity: 0.7;
}
.p-hero__number:nth-child(1).is-active {
  background-color: #ffe4d1;
}
.p-hero__number:nth-child(2).is-active {
  background-color: #deebe9;
}

/* FLOCSS entry */
.p-device {
  padding-top: clamp(100px, 100px + (60) * (100vw - 375px) / (1065), 160px);
  padding-bottom: clamp(50px, 50px + (50) * (100vw - 375px) / (1065), 100px);
  background-color: #ffe4d1;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 137px, rgba(221, 182, 154, 0.6) 137px, rgba(221, 182, 154, 0.6) 138px), repeating-linear-gradient(90deg, transparent, transparent 149px, rgba(221, 182, 154, 0.6) 149px, rgba(221, 182, 154, 0.6) 150px);
}

.p-device-chapter {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-device-chapter {
    top: min(110px, calc(110 / 375 * 100vw));
  }
}

.p-device-heading {
  grid-column: 1/span 16;
}
@media screen and (max-width: 767px) {
  .p-device-heading {
    grid-column: 1/span 6;
  }
}

.p-device-visual {
  grid-column: 1/span 9;
  padding-right: calc(55 / 1440 * 100vw);
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-device-visual {
    grid-column: 1/span 6;
    padding-right: 0;
    margin-bottom: clamp(30px, 30px + (20) * (100vw - 375px) / (1065), 50px);
    width: min(270px, calc(270 / 375 * 100vw));
  }
}

.p-device-meta {
  grid-column: 10/span 7;
  align-self: center;
}
@media screen and (max-width: 767px) {
  .p-device-meta {
    margin-bottom: min(40px, calc(40 / 375 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-device-meta {
    grid-column: 1/span 6;
  }
}
.p-device-meta .c-description {
  margin-top: min(40px, calc(40 / 1440 * 100vw));
}

.p-device-variation {
  grid-column: 1/span 16;
  margin-top: calc(140 / 1440 * 100vw);
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .p-device-variation {
    grid-column: 1/span 6;
    flex-direction: column-reverse;
  }
}
.p-device-variation__title {
  font-size: 12px;
  line-height: 1;
  writing-mode: vertical-rl;
  margin-left: 14px;
}
@media screen and (max-width: 767px) {
  .p-device-variation__title {
    margin-top: 14px;
    margin-left: 0;
    writing-mode: horizontal-tb;
  }
}
.p-device-variation__images {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-device-variation__images {
    width: min(351px, calc(351 / 375 * 100vw));
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    margin-left: calc(-24 / 375 * 100vw);
  }
}
.p-device-variation__figure {
  width: min(185px, calc(185 / 1440 * 100vw));
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .p-device-variation__figure {
    width: 100%;
  }
}

.p-device-text {
  grid-column: 1/span 16;
  margin-top: clamp(30px, 30px + (20) * (100vw - 375px) / (1065), 50px);
  display: flex;
  gap: 30px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-device-text {
    grid-column: 1/span 6;
  }
}
@media screen and (max-width: 767px) {
  .p-device-text .c-description {
    width: 270px;
    margin-left: min(52px, calc(52 / 375 * 100vw));
    margin-bottom: 20px;
  }
}
.p-device-text .c-text-body {
  max-width: 310px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-device-text .c-text-body {
    width: 270px;
    margin-left: min(52px, calc(52 / 375 * 100vw));
  }
}
.p-device-text .c-text-body.u-ml-0 {
  margin-left: 0 !important;
}
.p-device-text .has-decoration {
  position: relative;
}
.p-device-text .has-decoration::before {
  content: "";
  position: absolute;
  top: max(-85px, calc(-85 / 1440 * 100vw));
  left: 0;
  width: 55px;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .p-device-text .has-decoration::before {
    top: 0;
    left: -52px;
    width: 1px;
    height: 23px;
  }
}
.p-device-text .has-decoration::after {
  content: "";
  position: absolute;
  top: max(-80px, calc(-80 / 1440 * 100vw));
  left: 0;
  width: 55px;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .p-device-text .has-decoration::after {
    top: 0;
    left: -47px;
    width: 1px;
    height: 23px;
  }
}

.p-device-decoration {
  width: 100%;
  position: relative;
}
.p-device-decoration > video {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-device-decoration > video {
    position: static;
    margin: 0 auto;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .p-device-decoration {
    grid-column: 1/span 6;
    margin-top: calc(90 / 375 * 100vw);
    margin-bottom: calc(38 / 375 * 100vw);
  }
}

.p-device-objects {
  margin-top: calc(-130 / 1440 * 100vw);
  grid-column: 1/span 16;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .p-device-objects {
    margin-top: calc(44 / 375 * 100vw);
    grid-column: 1/span 6;
    margin-right: max(-24px, calc(-24 / 375 * 100vw));
    margin-left: 0;
  }
}
.p-device-objects__inner {
  max-width: min(650px, calc(650 / 1440 * 100vw));
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-areas: "stack";
}
@media screen and (max-width: 767px) {
  .p-device-objects__inner {
    width: calc(371 / 375 * 100vw);
    max-width: unset;
    margin-left: auto;
  }
}
.p-device-objects__image {
  grid-area: stack;
}
.p-device-objects__image:nth-child(1) {
  width: clamp(270px, 270px + (144) * (100vw - 375px) / (1065), 414px);
  margin: 0 auto;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-device-objects__image:nth-child(1) {
    margin-left: calc(29 / 375 * 100vw);
  }
}
.p-device-objects__image:nth-child(2) {
  width: clamp(262px, 262px + (163) * (100vw - 375px) / (1065), 425px);
  margin-top: calc(74 / 1440 * 100vw);
  margin-left: auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-device-objects__image:nth-child(2) {
    margin-top: calc(110 / 375 * 100vw);
  }
}
.p-device-objects__image:nth-child(3) {
  width: clamp(142px, 142px + (83) * (100vw - 375px) / (1065), 225px);
  height: auto;
  margin-top: calc(229 / 1440 * 100vw);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-device-objects__image:nth-child(3) {
    margin-top: calc(150 / 375 * 100vw);
  }
}

.p-device-info {
  margin-top: calc(50 / 1440 * 100vw);
  grid-column: 1/span 16;
}
@media screen and (max-width: 767px) {
  .p-device-info {
    grid-column: 1/span 6;
  }
}
.p-device-info .c-info {
  max-width: 395px;
  width: 100%;
  margin: 0 auto;
}

.p-device-link {
  grid-column: 1/span 16;
}
@media screen and (max-width: 767px) {
  .p-device-link {
    grid-column: 1/span 6;
  }
}
.p-device-link .c-link {
  margin: 0 auto;
}

/* FLOCSS entry */
.p-shop {
  padding-top: clamp(100px, 100px + (60) * (100vw - 375px) / (1065), 160px);
  padding-bottom: clamp(50px, 50px + (50) * (100vw - 375px) / (1065), 100px);
  background-color: #deebe9;
}

.p-shop-chapter {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-shop-chapter {
    top: min(110px, calc(110 / 375 * 100vw));
  }
}

.p-shop-heading {
  grid-column: 1/span 16;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-shop-heading {
    grid-column: 1/span 6;
  }
}

.p-shop-visual {
  grid-column: 8/span 9;
  padding-left: min(55px, calc(55 / 1440 * 100vw));
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-shop-visual {
    grid-column: 1/span 6;
    padding-left: 0;
    margin-bottom: clamp(30px, 30px + (20) * (100vw - 375px) / (1065), 50px);
    width: min(270px, calc(270 / 375 * 100vw));
    margin-left: auto;
  }
}

.p-shop-meta {
  grid-column: 1/span 7;
  align-self: center;
}
@media screen and (max-width: 767px) {
  .p-shop-meta {
    grid-column: 1/span 6;
  }
}
.p-shop-meta .c-description {
  margin-top: min(40px, calc(40 / 1440 * 100vw));
}

.p-shop-variation {
  grid-column: 1/span 8;
  margin-top: min(140px, calc(140 / 1440 * 100vw));
}
@media screen and (max-width: 767px) {
  .p-shop-variation {
    grid-column: 1/span 6;
  }
}
.p-shop-variation__figure {
  width: min(580px, calc(580 / 1440 * 100vw));
  margin-left: min(48px, calc(48 / 1440 * 100vw));
}
@media screen and (max-width: 767px) {
  .p-shop-variation__figure {
    width: auto;
    margin-left: calc(-24 / 375 * 100vw);
    margin-right: calc(-24 / 375 * 100vw);
    padding-left: calc(24 / 375 * 100vw);
  }
}

.p-shop-text {
  margin-top: min(140px, calc(140 / 1440 * 100vw));
  grid-column: 10/span 4;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-shop-text {
    grid-column: 1/span 6;
  }
}
.p-shop-text--second {
  grid-column: 2/span 4;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .p-shop-text--second {
    grid-column: 1/span 6;
  }
}
.p-shop-text--forth {
  grid-column: 8/span 8;
  margin: 0;
  margin-top: min(74px, calc(74 / 1440 * 100vw));
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-shop-text--forth {
    grid-column: 1/span 6;
  }
}
@media screen and (max-width: 767px) {
  .p-shop-text .c-description {
    width: 270px;
    margin-left: min(52px, calc(52 / 375 * 100vw));
    margin-bottom: 20px;
  }
}
.p-shop-text .c-text-body {
  max-width: 310px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-shop-text .c-text-body {
    max-width: 270px;
    margin-left: min(52px, calc(52 / 375 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-shop-text .c-text-body.u-ml-0 {
    margin-left: 0 !important;
  }
}
.p-shop-text .has-decoration {
  position: relative;
}
.p-shop-text .has-decoration::before {
  content: "";
  position: absolute;
  top: max(-65px, calc(-65 / 1440 * 100vw));
  left: 0;
  width: 55px;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .p-shop-text .has-decoration::before {
    top: 0;
    left: -52px;
    width: 1px;
    height: 23px;
  }
}
.p-shop-text .has-decoration::after {
  content: "";
  position: absolute;
  top: max(-60px, calc(-60 / 1440 * 100vw));
  left: 0;
  width: 55px;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .p-shop-text .has-decoration::after {
    top: 0;
    left: -47px;
    width: 1px;
    height: 23px;
  }
}

.p-shop-objects {
  grid-column: 7/span 9;
  display: grid;
  grid-template-areas: "stack";
  margin-top: calc(180 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-shop-objects {
    grid-column: 1/span 6;
    margin-top: calc(76 / 375 * 100vw);
    margin-left: calc(-24 / 375 * 100vw);
  }
}
.p-shop-objects__image {
  grid-area: stack;
}
.p-shop-objects__image:nth-child(1) {
  width: clamp(270px, 270px + (198) * (100vw - 375px) / (1065), 468px);
  margin-top: min(71px, calc(71 / 1440 * 100vw));
  margin-left: auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-shop-objects__image:nth-child(1) {
    margin-top: min(160px, calc(160 / 375 * 100vw));
  }
}
.p-shop-objects__image:nth-child(2) {
  width: clamp(310px, 310px + (193) * (100vw - 375px) / (1065), 503px);
  margin-left: min(28px, calc(28 / 1440 * 100vw));
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-shop-objects__image:nth-child(2) {
    margin-left: 0;
  }
}

.p-shop-figure-full {
  margin-top: clamp(86px, 86px + (16) * (100vw - 375px) / (1065), 102px);
  margin-bottom: clamp(52px, 52px + (60) * (100vw - 375px) / (1065), 112px);
}
.p-shop-figure-full .c-figcaption {
  margin-top: clamp(13px, 13px + (7) * (100vw - 375px) / (1065), 20px);
  text-align: center;
}

.p-shop-figure {
  grid-column: 1/span 6;
}

.p-shop-decoration {
  grid-column: 8/span 8;
  margin-top: max(-123px, calc(-123 / 1440 * 100vw));
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-shop-decoration {
    margin-top: min(86px, calc(86 / 375 * 100vw));
    grid-column: 1/span 6;
  }
}
.p-shop-decoration > video {
  width: clamp(180px, 180px + (33) * (100vw - 375px) / (1065), 213px);
}

.p-shop-display {
  margin-top: clamp(30px, 30px + (50) * (100vw - 375px) / (1065), 80px);
  margin-bottom: clamp(30px, 30px + (50) * (100vw - 375px) / (1065), 80px);
  grid-column: 1/span 16;
}
@media screen and (max-width: 767px) {
  .p-shop-display {
    grid-column: 1/span 6;
    margin-top: min(68px, calc(68 / 375 * 100vw));
    margin-left: calc(-24 / 375 * 100vw);
    margin-right: calc(-24 / 375 * 100vw);
  }
}

.p-shop-info {
  grid-column: 1/span 16;
}
@media screen and (max-width: 767px) {
  .p-shop-info {
    grid-column: 1/span 6;
  }
}
.p-shop-info .c-info-col {
  width: clamp(303px, 303px + (602) * (100vw - 375px) / (1065), 905px);
  margin: 0 auto;
}

/* FLOCSS entry */
.p-end {
  background-color: #deebe9;
  padding-bottom: clamp(80px, 80px + (80) * (100vw - 375px) / (1065), 160px);
}
@media screen and (max-width: 767px) {
  .p-end {
    padding-top: min(100px, calc(100 / 375 * 100vw));
  }
}
.p-end__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-end__bottom {
  margin-top: 70px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  position: relative;
}
.p-end__bottom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -45px;
  width: 20px;
  height: 1px;
  background-color: #000;
}
.p-end__bottom::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -45px;
  width: 20px;
  height: 1px;
  background-color: #000;
}

/* FLOCSS entry */
.p-notice {
  border-top: 1px solid #000;
  padding-top: clamp(60px, 60px + (20) * (100vw - 375px) / (1065), 80px);
  padding-bottom: clamp(60px, 60px + (20) * (100vw - 375px) / (1065), 80px);
  background-color: #deebe9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-notice {
    padding-bottom: min(100px, calc(100 / 375 * 100vw));
  }
}

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

.u-only-pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .u-only-pc {
    display: none !important;
  }
}

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

.u-only-flex-pc {
  display: flex !important;
}
@media screen and (max-width: 767px) {
  .u-only-flex-pc {
    display: none !important;
  }
}

/* .u-visually-hidden placeholder */
.u-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
