@charset "UTF-8";

/* ===============================================
#全体
=============================================== */

/* ===============================================
#ホバー時
=============================================== */

/* ===============================================
#　カラー
=============================================== */

/* ===============================================
# グラデーションテキスト
=============================================== */

/* ===============================================
# フォント
=============================================== */

html {
  font-size: 62.5%;
  word-break: break-all;
}

body {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2.25;
}

picture,
img {
  vertical-align: bottom;
  width: 100%;
}

a [href=""] {
  pointer-events: none;
}

a:not([href]) {
  pointer-events: none;
}

a,
span,
picture {
  display: inline-block;
}

address {
  text-decoration: none;
}

.bg {
  background: #242120 url("../images/layout/bg-page.png") no-repeat center 34.1rem/min(88%, 120rem);
}

.bg.top {
  background: #242120 url("../images/layout/bg.png") no-repeat center 34.1rem/min(88%, 120rem);
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

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

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

/* 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 {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 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 {
  border-top-width: 1px;
  box-sizing: content-box;
  /* 1 */
  clear: both;
  color: inherit;
  height: 0;
  /* 1 */
  margin: 0;
  overflow: visible;
  /* 2 */
}

/**
 * 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;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */

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

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */

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

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
  vertical-align: middle;
}

/**
 * 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;
  min-width: 0;
  padding: 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-collapse: collapse;
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

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

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

.footer {
  background-color: black;
  padding-block: 5rem;
}

.footer .nav-logo {
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  max-width: calc(120rem + 12%);
  padding-inline: 6%;
}

.footer .nav ul {
  display: flex;
}

.footer .nav li:first-child a {
  padding-block: 2.5rem 0;
}

.footer .nav li > a {
  display: block;
  font-size: 1.6rem;
  height: 15rem;
  line-height: 1;
  padding-block: 2.6rem;
  text-orientation: upright;
  transition: opacity 0.4s ease;
  white-space: nowrap;
  writing-mode: vertical-rl;
}

.footer .logo {
  max-width: 26rem;
  transition: opacity 0.4s ease;
}

.footer .add-copy {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  max-width: calc(120rem + 12%);
  padding-inline: 6%;
  padding-top: 7rem;
}

.footer .add p {
  font-size: 1.4rem;
  line-height: 1;
}

.footer .add .tel {
  line-height: 1;
  margin-block: 1.5rem;
  max-width: 18.1rem;
}

.footer .copy {
  font-size: 1.4rem;
  line-height: 1;
}

.header {
  padding-top: 8rem;
  position: relative;
  z-index: 100;
}

.header .inner {
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  max-width: calc(132rem + 6%);
  padding-inline: 3%;
}

.header .logo {
  max-width: 20rem;
}

.header .logo.sp-menu {
  display: none;
}

.header .logo-page {
  max-width: 30rem;
}

.header .btn {
  display: none;
}

.header .btn span:nth-child(1) {
  position: absolute;
  top: 1rem;
}

.header .btn span:nth-child(2) {
  position: absolute;
  top: 3rem;
}

.header .btn span:nth-child(3) {
  position: absolute;
  top: 5rem;
}

.header .btn.active span:nth-child(1) {
  top: 3rem;
  transform: rotate(30deg);
}

.header .btn.active span:nth-child(2) {
  opacity: 0;
}

.header .btn.active span:nth-child(3) {
  top: 3rem;
  transform: rotate(-30deg);
}

.header .nav ul {
  display: flex;
}

.header .nav li:last-child a {
  padding-block: 0 2.5rem;
}

.header .nav li > a {
  font-size: 1.8rem;
  height: 16rem;
  line-height: 1;
  padding-block: 2.5rem;
  text-orientation: upright;
  transition: opacity 0.4s ease;
  white-space: nowrap;
  writing-mode: vertical-rl;
}

.header .sp-bg {
  display: none;
}

_::-webkit-full-page-media,
_:future,
:root .safari-inner {
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  max-width: calc(130rem + 6%);
  padding-inline: 3%;
}

#about .container {
  padding: 32rem 0 14rem;
  position: relative;
}

#about .inner {
  margin-inline: auto;
  max-width: 1366px;
}

#about .common-title {
  left: 8rem;
  position: absolute;
  top: 14.3rem;
}

#about .common-title h1 {
  font-size: 2.4rem;
  letter-spacing: 0.5em;
  line-height: 1.3333333333;
}

#about .common-title span {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 3.4285714286;
}

#about .about-text {
  font-size: 2.4rem;
  letter-spacing: 1.2rem;
  margin: 0 auto;
  writing-mode: vertical-rl;
}

#about .about-item1 {
  display: flex;
  justify-content: center;
  position: relative;
}

#about .about-item1__img {
  margin-bottom: 32.5rem;
  width: 80rem;
}

#about .about-item1__img img {
  width: 100%;
}

#about .about-item1__text {
  background: #000;
  margin-left: -19.1rem;
  margin-top: 22rem;
  padding: 7rem 7rem 7.9rem 7rem;
  width: 55.8565153734%;
  z-index: 1;
}

#about .about-item1__text h2 {
  font-size: 2.4rem;
  line-height: 1.75;
  margin-bottom: 2rem;
}

#about .about-item1__text p {
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 2.6666666667;
}

#about .about-item2 {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 20rem;
  margin-top: 14rem;
}

#about .about-item2__img {
  width: 58.6940572267vw;
}

#about .about-item2__img img {
  width: 100%;
}

#about .about-item2__text {
  align-items: flex-end;
  display: flex;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 2.6666666667;
  margin-bottom: 0;
  margin-left: 2rem;
  margin-right: 5rem;
  width: 43.3rem;
}

#about .ib-span {
  display: inline-block;
}

#top .FV {
  margin-inline: auto;
  margin-top: 8.6rem;
  max-width: 140rem;
  padding-inline: 2rem 2rem;
  position: relative;
}

#top .FV__img {
  margin-inline: auto;
  position: relative;
  width: 100%;
}

#top .FV__img--text {
  font-size: 4.8rem;
  height: auto;
  letter-spacing: 0.5em;
  position: absolute;
  right: 31.1rem;
  top: 31rem;
  width: 100%;
  writing-mode: vertical-rl;
  z-index: 10;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -writing-mode: vertical-rl;
  line-height: 1.6;
  white-space: nowrap;
}

#top .about-wrapper {
  margin: 0 auto;
  max-width: 1366px;
}

#top .about {
  margin-bottom: 18rem;
  max-width: 136.6rem;
  padding-bottom: 1.5rem;
  padding-right: 2rem;
  padding-top: 20rem;
  position: relative;
}

#top .about__title {
  line-height: 2;
  margin-bottom: 9rem;
  padding-left: 8rem;
  padding-right: 8rem;
}

#top .about__title h2 {
  font-size: 2.4rem;
}

#top .about__title p {
  font-size: 1.4rem;
}

#top .about__flex {
  align-items: center;
  display: flex;
  justify-content: left;
  -moz-column-gap: 5rem;
  column-gap: 5rem;
}

#top .about__flex--img {
  max-width: 68.3rem;
  width: 100%;
}

#top .about__flex--text {
  padding-top: 16.5rem;
}

#top .about__flex--text h3 {
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

#top .about__flex--text p {
  font-size: 1.6rem;
  line-height: 2.2;
  white-space: nowrap;
}

#top .about__flex--link {
  padding-left: 23rem;
  padding-top: 0.5rem;
}

#top .about__flex--link-detail {
  align-items: center;
  display: flex;
  justify-content: end;
  padding-top: 3.4rem;
  transition: opacity 0.4s ease;
}

#top .about__flex--link-text {
  font-size: 1.6rem;
  margin-right: 2rem;
}

#top .about__flex--link-arrow-right {
  background: url("../images/index/arrow-right.png") center/contain no-repeat;
  display: inline-block;
  height: 1rem;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  width: 10rem;
}

#top .menu-wrapper {
  margin: 0 auto;
  max-width: 136rem;
}

#top .menu {
  margin-bottom: 50rem;
  max-width: 136.6rem;
  position: relative;
}

#top .menu__title {
  padding-top: 1.5rem;
}

#top .menu__title h2 {
  font-size: 2.4rem;
  padding-left: 8rem;
  white-space: nowrap;
}

#top .menu__title p {
  font-size: 1.4rem;
  margin-bottom: 9.4rem;
  padding-left: 8rem;
}

#top .menu__flex {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

#top .menu__flex--text {
  padding-left: 13.4rem;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -writing-mode: vertical-rl;
}

#top .menu__flex--text h3 {
  font-size: 2.4rem;
  letter-spacing: 1.2rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  margin-left: 3rem;
}

#top .menu__flex--text p {
  font-size: 1.6rem;
  letter-spacing: 0.7rem;
  line-height: 2.7;
  margin-bottom: 1rem;
  white-space: nowrap;
}

#top .menu__flex--link-detail {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-right: 6rem;
  padding-top: 29rem;
  transition: opacity 0.4s ease;
}

#top .menu__flex--link-arrow-down {
  background: url("../images/index/arrow-bottom.png") center/contain no-repeat;
  display: inline-block;
  height: 10rem;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  width: 1rem;
}

#top .menu__flex--img {
  height: auto;
  max-width: 50rem;
}

#top .menu__vertical--img {
  height: auto;
  left: 0%;
  max-width: 30rem;
  position: absolute;
  top: 35%;
}

#top .menu__absolute--img {
  bottom: -54rem;
  max-width: 50rem;
  position: absolute;
  right: 24.9rem;
}

#top .menu__flex--link-arrow-right {
  background: url("../images/index/arrow-right.png") center/contain no-repeat;
  display: inline-block;
  height: 1rem;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  width: 10rem;
}

#top .shop-wrapper {
  margin: 0 auto;
  max-width: 1366px;
}

#top .shop {
  margin-bottom: 15.7rem;
  max-width: 136.6rem;
  padding-left: 8rem;
  padding-top: 19.4rem;
}

#top .shop__flex {
  align-items: start;
  display: flex;
  gap: 5.6rem;
  justify-content: space-between;
}

#top .shop__flex--text h3 {
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

#top .shop__flex--text p {
  font-size: 1.6rem;
  line-height: 2.4;
}

#top .shop__title {
  margin-bottom: 22rem;
}

#top .shop__title h2 {
  font-size: 2.4rem;
}

#top .shop__title p {
  font-size: 1.4rem;
  margin-bottom: 9.4rem;
}

#top .shop__flex--link {
  margin-top: 3rem;
}

#top .shop__flex--link-detail {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: flex-end;
  padding-right: 4rem;
  padding-top: 0.5rem;
}

#top .shop__img {
  padding-top: 1rem;
  width: 53%;
}

#top .shop__flex--link-text {
  position: relative;
  transition: opacity 0.4s ease;
}

#top .shop__flex--link-arrow-right {
  background: url("../images/index/arrow-right.png") center/contain no-repeat;
  display: inline-block;
  height: 1rem;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  width: 10rem;
}

#top .info-wrapper {
  margin: 0 auto;
  max-width: 1405px;
}

#top .info {
  margin-bottom: 19.5rem;
  padding-left: 8rem;
}

#top .info__title h2 {
  font-size: 2.4rem;
  margin-bottom: -0.8rem;
}

#top .info__title p {
  font-size: 1.4rem;
  letter-spacing: -0.1rem;
  margin-bottom: 3.1rem;
}

#top .info__wrap {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 7.8rem;
  padding-left: 10.2rem;
}

#top .info__flex {
  display: flex;
  transition: opacity 0.4s ease;
  white-space: nowrap;
}

#top .info__flex + .info__flex {
  margin-top: 3rem;
}

#top .info__date {
  border-right: 1px solid white;
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.07rem;
  margin-right: 3.8rem;
  position: relative;
  width: 10rem;
}

#top .info__text {
  flex: 1;
  font-size: 1.6rem;
  letter-spacing: -0.03rem;
}

#top .info__flex--link-detail {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: right;
  padding-right: 20rem;
}

#top .info__flex--link-text {
  position: relative;
  transition: opacity 0.4s ease;
}

#top .info__flex--link-arrow-right {
  background: url("../images/index/arrow-right.png") center/contain no-repeat;
  display: inline-block;
  height: 1rem;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  width: 10rem;
}

#information {
  padding: 0 3rem;
}

#information .inner {
  margin: 0 auto;
  max-width: 1366px;
}

#information .info-inner {
  margin: 0 auto;
  max-width: 865px;
}

#information .common-title {
  margin-left: 5.3rem;
  margin-top: 14.6rem;
  width: 18rem;
}

#information .common-title h1 {
  font-size: 2.4rem;
  letter-spacing: 0.5em;
  line-height: 1.3333333333;
}

#information .common-title span {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 3.4285714286;
}

#information .information-container {
  margin: 8.7rem 0 16.8rem;
}

#information dl {
  align-items: center;
  display: flex;
  margin-bottom: 5.9rem;
  width: 100%;
}

#information dt {
  width: 10.6rem;
}

#information dd {
  border-left: 1px solid #fff;
  flex: 1;
  padding-left: 3.5rem;
}

#information dd span {
  display: inline;
}

#menu .inner {
  margin-inline: auto;
  max-width: 1366px;
  position: relative;
}

#menu .common-title {
  left: 8rem;
  position: absolute;
  top: 14.6rem;
}

#menu .common-title h1 {
  font-size: 2.4rem;
  letter-spacing: 0.5em;
  line-height: 1.3333333333;
}

#menu .common-title span {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 3.4285714286;
}

#menu .about-title {
  background-color: #000;
  border-radius: 50%;
  display: block;
  font-size: 2.4rem;
  height: 20rem;
  padding-top: 7.2rem;
  text-align: center;
  width: 20rem;
}

#menu .section1 {
  position: relative;
}

#menu .section1-title {
  left: 50%;
  position: absolute;
  top: 21rem;
  transform: translateX(-50%);
}

#menu .section1-item {
  display: flex;
  justify-content: space-between;
  padding-top: 34.6rem;
}

#menu .section1-img {
  width: 50%;
}

#menu .section1-menu {
  margin-right: 3.5rem;
}

#menu .parent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(10, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 1.2rem;
  width: 42.8rem;
}

#menu .div1 {
  grid-area: 1/1/2/2;
}

#menu .div2 {
  grid-area: 1/2/2/3;
}

#menu .div3 {
  grid-area: 1/3/2/4;
}

#menu .div4 {
  grid-area: 2/1/3/2;
}

#menu .div5 {
  grid-area: 2/2/3/3;
}

#menu .div6 {
  grid-area: 2/3/3/4;
}

#menu .div7 {
  grid-area: 3/1/4/2;
}

#menu .div8 {
  grid-area: 3/2/4/3;
}

#menu .div9 {
  grid-area: 3/3/4/4;
}

#menu .div10 {
  grid-area: 4/1/5/2;
}

#menu .div11 {
  grid-area: 4/2/5/3;
}

#menu .div12 {
  grid-area: 4/3/5/4;
}

#menu .div13 {
  grid-area: 5/1/6/2;
}

#menu .div14 {
  grid-area: 5/2/6/3;
}

#menu .div15 {
  grid-area: 5/3/6/4;
}

#menu .div16 {
  grid-area: 6/1/7/2;
}

#menu .div17 {
  grid-area: 6/2/7/3;
}

#menu .div18 {
  grid-area: 6/3/7/4;
}

#menu .div19 {
  grid-area: 7/1/8/2;
}

#menu .div20 {
  grid-area: 7/2/8/3;
}

#menu .div21 {
  grid-area: 7/3/8/4;
}

#menu .div22 {
  grid-area: 8/1/9/2;
}

#menu .div23 {
  grid-area: 8/2/9/3;
}

#menu .div24 {
  grid-area: 8/3/9/4;
}

#menu .div25 {
  grid-area: 9/1/10/2;
}

#menu .div26 {
  grid-area: 9/2/10/3;
}

#menu .div27 {
  grid-area: 9/3/10/4;
}

#menu .div28 {
  grid-area: 10/1/11/2;
}

#menu .div29 {
  grid-area: 10/2/11/3;
}

#menu .div30 {
  grid-area: 10/3/11/4;
}

#menu .sec1-t {
  width: 12rem;
}

#menu .sec1-m {
  width: 20rem;
}

#menu .sec1-p {
  width: 7rem;
}

#menu .section2 {
  display: flex;
  justify-content: space-between;
  margin-top: 7.1rem;
  position: relative;
}

#menu .section2-title {
  margin-left: 8.3rem;
  margin-right: 5.6rem;
  position: absolute;
  top: 0;
}

#menu .section2-img {
  order: 2;
  width: 50%;
}

#menu .section2-menu {
  align-self: flex-end;
  order: 1;
}

#menu .section2-parent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(9, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 1.1rem;
  margin-left: 34rem;
  margin-right: 7rem;
  width: auto;
}

#menu .section2-div1 {
  grid-area: 1/1/2/2;
}

#menu .section2-div2 {
  grid-area: 1/2/2/3;
}

#menu .section2-div3 {
  grid-area: 2/1/3/2;
}

#menu .section2-div4 {
  grid-area: 2/2/3/3;
}

#menu .section2-div5 {
  grid-area: 3/1/4/2;
}

#menu .section2-div6 {
  grid-area: 3/2/4/3;
}

#menu .section2-div7 {
  grid-area: 4/1/5/2;
}

#menu .section2-div8 {
  grid-area: 4/2/5/3;
}

#menu .section2-div9 {
  grid-area: 5/1/6/2;
}

#menu .section2-div10 {
  grid-area: 5/2/6/3;
}

#menu .section2-div11 {
  grid-area: 6/1/7/2;
}

#menu .section2-div12 {
  grid-area: 6/2/7/3;
}

#menu .section2-div13 {
  grid-area: 7/1/8/2;
}

#menu .section2-div14 {
  grid-area: 7/2/8/3;
}

#menu .section2-div15 {
  grid-area: 8/1/9/2;
}

#menu .section2-div16 {
  grid-area: 8/2/9/3;
}

#menu .section2-div17 {
  grid-area: 9/1/10/2;
}

#menu .section2-div18 {
  grid-area: 9/2/10/3;
}

#menu .sec2-t {
  width: 14rem;
}

#menu .sec2-p {
  text-align: right;
  width: auto;
}

#menu .section3 {
  display: flex;
  justify-content: space-between;
  margin-top: 10rem;
  position: relative;
}

#menu .section3-title {
  margin-left: 8.3rem;
  margin-right: 5.6rem;
  position: absolute;
}

#menu .section3-menu {
  display: flex;
  margin-right: 2rem;
  margin-top: 9rem;
}

#menu .section3-parent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 1.1rem;
  margin-left: 34rem;
  width: 34.3rem;
}

#menu .section3-div1 {
  grid-area: 1/1/2/2;
}

#menu .section3-div2 {
  grid-area: 1/2/2/3;
}

#menu .section3-div3 {
  grid-area: 2/1/3/2;
}

#menu .section3-div4 {
  grid-area: 2/2/3/3;
}

#menu .section3-div5 {
  grid-area: 3/1/4/2;
}

#menu .section3-div6 {
  grid-area: 3/2/4/3;
}

#menu .section3-div7 {
  grid-area: 4/1/5/2;
}

#menu .section3-div8 {
  grid-area: 4/2/5/3;
}

#menu .section3-div9 {
  grid-area: 5/1/6/2;
}

#menu .section3-div10 {
  grid-area: 5/2/6/3;
}

#menu .section3-2-parent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 1.1rem;
  margin-left: 7.215007215%;
  margin-right: 3rem;
  width: auto;
}

#menu .section3-2-div1 {
  grid-area: 1/1/2/2;
}

#menu .section3-2-div2 {
  grid-area: 1/2/2/3;
}

#menu .section3-2-div3 {
  grid-area: 2/1/3/2;
}

#menu .section3-2-div4 {
  grid-area: 2/2/3/3;
}

#menu .section3-2-div5 {
  grid-area: 3/1/4/2;
}

#menu .section3-2-div6 {
  grid-area: 3/2/4/3;
}

#menu .section3-2-div7 {
  grid-area: 4/1/5/2;
}

#menu .section3-2-div8 {
  grid-area: 4/2/5/3;
}

#menu .sec3-t {
  width: 28rem;
}

#menu .sec3-p {
  width: 5rem;
}

#menu .text {
  margin-bottom: 20rem;
  margin-top: 13.6rem;
  text-align: center;
}

#shop {
  overflow: hidden;
}

#shop .logo {
  margin-left: 8.3rem;
  margin-top: 9rem;
  width: 20rem;
}

#shop .inner {
  margin-inline: auto;
  max-width: 1366px;
  position: relative;
}

#shop .common-title {
  left: 8.4rem;
  position: absolute;
  top: 14.3rem;
}

#shop .common-title h1 {
  font-size: 2.4rem;
  letter-spacing: 0.5em;
  line-height: 1.3333333333;
}

#shop .common-title span {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 3.4285714286;
}

#shop .shop {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20rem;
  padding-top: 22rem;
}

#shop .shop-ad {
  line-height: 2.25;
  margin-left: 8.3rem;
  margin-top: 10.8rem;
  width: auto;
}

#shop .shop-adress {
  width: auto;
}

#shop .shop-tel {
  margin-bottom: 1rem;
  width: 18.5rem;
}

#shop .shop-time {
  margin-left: -0.8rem;
  width: auto;
}

#shop .shop-directions {
  letter-spacing: 0;
  margin-top: 1rem;
  width: auto;
}

#shop .shop .image {
  margin-top: 9rem;
  width: 80rem;
}

#shop .map {
  height: 40rem;
  width: 100vw;
}

#shop .map iframe {
  height: 100%;
  width: 100%;
}

#shop .lb_span {
  display: inline-block;
}

/* クラスを3つ定義 */

@media screen and (min-width:769px) {
  html {
    font-size: 10px;
  }

  #shop .shop a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }

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

@media screen and (max-width:1100px) {
  html {
    font-size: 0.9090909091vw;
  }
}

@media screen and (max-width:768px) {
  html {
    font-size: min(1.3333333333vw, 10px);
  }

  .bg {
    background: #242120 url("../images/layout/bg_sp.png") no-repeat center 22.8rem/contain;
  }

  .bg.top {
    background: #242120 url("../images/layout/bg_sp.png") no-repeat center 22.8rem/contain;
  }

  .footer {
    padding-block: 6rem 10rem;
  }

  .footer .nav-logo {
    padding-inline: 8%;
    width: 100%;
  }

  .footer .nav ul {
    flex-direction: column-reverse;
  }

  .footer .nav li:first-child a {
    padding-block: 2rem 0;
  }

  .footer .nav li:last-child a {
    padding-block: 4rem 2.5rem;
  }

  .footer .nav li > a {
    font-size: 2.8rem;
    height: auto;
    padding-block: 2.5rem;
    text-orientation: unset;
    writing-mode: unset;
  }

  .footer .add-copy {
    padding-inline: 8%;
    width: 100%;
  }

  .footer .add-copy {
    flex-direction: column;
    padding-inline: 6.667%;
  }

  .footer .add p {
    font-size: 2.8rem;
  }

  .footer .add .tel {
    margin-block: 2rem;
    max-width: 40rem;
  }

  .footer .add .tel + p {
    font-size: 2.4rem;
  }

  .footer .copy {
    font-size: 2rem;
    margin-top: 10rem;
  }

  .header {
    padding-top: unset;
  }

  .header .inner {
    padding-inline: 8%;
  }

  .header .logo {
    padding-top: 5rem;
  }

  .header .logo.sp-menu {
    display: block;
    position: relative;
    z-index: 160;
  }

  .header .logo-page {
    margin-top: 3.7rem;
  }

  .header .btn {
    cursor: pointer;
    display: block;
    height: 6rem;
    position: fixed;
    right: 5rem;
    top: 3rem;
    width: 10rem;
    z-index: 200;
  }

  .header .btn span {
    background-color: white;
    height: 2px;
    transition: all 0.3s ease;
    width: 10rem;
  }

  .header .nav {
    bottom: 0;
    left: 0;
    max-height: 100%;
    opacity: 0;
    overflow: auto;
    padding-left: 8rem;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: 150;
  }

  .header .nav.active {
    opacity: 1;
    pointer-events: auto;
  }

  .header .nav ul {
    flex-direction: column-reverse;
    padding-block: 12rem 3rem;
    position: relative;
    z-index: 60;
  }

  .header .nav li:last-child a {
    padding-block: 2.5rem;
  }

  .header .nav li > a {
    font-size: 3.5rem;
    height: auto;
    padding-block: 3rem;
    text-orientation: unset;
    width: 100%;
    writing-mode: unset;
  }

  .header .sp-bg {
    background: #242120 url("../images/layout/bg_sp.png") no-repeat center 22.8rem/cover;
    bottom: 0;
    display: block;
    height: 100lvh;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 0.3s ease;
    width: 100vw;
  }

  .header .sp-bg.active {
    opacity: 1;
    pointer-events: auto;
  }

  _::-webkit-full-page-media,
  _:future,
  :root .safari-inner {
    padding-inline: 8%;
  }

  #about .container {
    padding: 13rem 0 7rem;
  }

  #about .common-title {
    left: 6rem;
    top: 10.6rem;
  }

  #about .common-title h1 {
    font-size: 3.2rem;
    letter-spacing: 0;
    line-height: 1.2;
  }

  #about .common-title span {
    font-size: 2rem;
    line-height: 1;
  }

  #about .about-text {
    font-size: 3.6rem;
    height: 103.8rem;
    letter-spacing: 0.4rem;
    padding-bottom: 0;
    padding-top: 15.1rem;
  }

  #about .about-item1 {
    flex-direction: column;
  }

  #about .about-item1__img {
    margin-bottom: 0;
    margin-right: 20vw;
    width: 92vw;
    z-index: -1;
  }

  #about .about-item1__text {
    background-color: #000;
    margin-left: 8vw;
    margin-top: -10rem;
    padding: 5rem 6rem 5.8rem 7rem;
    width: 92vw;
  }

  #about .about-item1__text h2 {
    font-size: 3.6rem;
    letter-spacing: 0rem;
    line-height: 1.5555555556;
    margin-bottom: 1.2rem;
  }

  #about .about-item1__text p {
    font-size: 2.8rem;
    line-height: 2.2857142857;
  }

  #about .about-item2 {
    display: block;
    margin-bottom: 20rem;
    margin-top: 9.9rem;
  }

  #about .about-item2__img {
    width: 92vw;
  }

  #about .about-item2__text {
    font-size: 2.8rem;
    line-height: 2.2857142857;
    margin: 6rem 5rem 10.2rem 6rem;
    width: auto;
  }

  #top .FV {
    margin-top: 6.6rem;
    padding-inline: 2rem;
  }

  #top .FV__img--text {
    font-size: 4.8rem;
    right: 10.3rem;
    top: 30rem;
  }

  #top .about {
    margin-bottom: 9.1rem;
    padding-right: 0rem;
    padding-top: 23rem;
  }

  #top .about__title {
    line-height: 1.6;
    margin-bottom: 13rem;
    padding-left: 6rem;
    padding-right: 6rem;
  }

  #top .about__title h2 {
    font-size: 3.2rem;
  }

  #top .about__title p {
    font-size: 2rem;
  }

  #top .about__flex {
    display: block;
  }

  #top .about__flex--img {
    margin-bottom: 9.2rem;
    max-width: 69rem;
  }

  #top .about__flex--text {
    padding-left: 6rem;
    padding-right: 4rem;
    padding-top: 0rem;
  }

  #top .about__flex--text h3 {
    font-size: 3.6rem;
  }

  #top .about__flex--text p {
    font-size: 2.8rem;
    line-height: 2.25;
    white-space: inherit;
  }

  #top .about__flex--link {
    padding-left: 0rem;
  }

  #top .about__flex--link-detail {
    padding-right: 2rem;
    padding-top: 4.6rem;
  }

  #top .about__flex--link-arrow-right {
    background: url("../images/index/arrow-right_sp.png") center/contain no-repeat;
    width: 15rem;
  }

  #top .menu {
    margin-bottom: 45rem;
  }

  #top .menu__title {
    line-height: 1.6;
    padding-top: 2.5rem;
  }

  #top .menu__title h2 {
    font-size: 3.2rem;
    padding-left: 6rem;
    white-space: normal;
  }

  #top .menu__title p {
    font-size: 2rem;
    padding-left: 6rem;
  }

  #top .menu__flex {
    flex-direction: column;
    gap: unset;
  }

  #top .menu__flex--text {
    margin-bottom: 7.8rem;
    padding-left: 23rem;
    padding-right: 5rem;
    writing-mode: horizontal-tb;
  }

  #top .menu__flex--text h3 {
    font-size: 3.6rem;
    letter-spacing: 0rem;
    margin-bottom: 1.8rem;
    margin-left: 6rem;
    margin-top: 10rem;
  }

  #top .menu__flex--text p {
    font-size: 2.8rem;
    letter-spacing: 0rem;
    line-height: 2.3;
    margin-bottom: 0rem;
    padding-left: 5.9rem;
    white-space: normal;
  }

  #top .menu__flex--link-detail {
    align-items: center;
    justify-content: end;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    padding-right: 0rem;
    padding-top: 3.4rem;
  }

  #top .menu__flex--img {
    max-width: 75rem;
  }

  #top .menu__vertical--img {
    left: 0%;
    max-width: 24rem;
    top: 61.2%;
  }

  #top .menu__absolute--img {
    bottom: -27.4%;
    max-width: 40rem;
    right: 8%;
  }

  #top .item1 {
    order: -1;
  }

  #top .item2 {
    order: 1;
  }

  #top .item3 {
    max-width: 75rem;
    order: 0;
  }

  #top .menu__flex--link-arrow-right {
    background: url("../images/index/arrow-right_sp.png") center/contain no-repeat;
    width: 15rem;
  }

  #top .shop {
    margin-bottom: 3.8rem;
    padding-left: 0rem;
    padding-top: 2.5rem;
  }

  #top .shop__flex {
    display: block;
  }

  #top .shop__flex--text {
    margin: 0 auto;
    max-width: 62.2rem;
  }

  #top .shop__flex--text h3 {
    font-size: 3.6rem;
    letter-spacing: 0;
  }

  #top .shop__flex--text p {
    font-size: 2.8rem;
    letter-spacing: 0rem;
    line-height: 2.3;
  }

  #top .shop__title {
    line-height: 1.6;
    margin-bottom: 8.7rem;
  }

  #top .shop__title h2 {
    font-size: 3.2rem;
    padding-left: 6rem;
  }

  #top .shop__title p {
    font-size: 2rem;
    margin-bottom: 0rem;
    padding-left: 6rem;
  }

  #top .shop__flex--link {
    margin-top: 6rem;
  }

  #top .shop__flex--link-detail {
    gap: 3rem;
    padding-right: unset;
    padding-top: 0rem;
  }

  #top .shop__img {
    margin-bottom: 9.5rem;
    max-width: 69rem;
    width: 100%;
  }

  #top .shop__flex--link-arrow-right {
    background: url("../images/index/arrow-right_sp.png") center/contain no-repeat;
    width: 15rem;
  }

  #top .info {
    margin-bottom: 15.2rem;
    padding-left: 6rem;
    padding-right: 3rem;
    padding-top: 10rem;
  }

  #top .info__title {
    line-height: 1.8;
    margin-bottom: 9rem;
  }

  #top .info__title h2 {
    font-size: 3.2rem;
  }

  #top .info__title p {
    font-size: 2rem;
    letter-spacing: -0.2rem;
    margin-bottom: 0rem;
  }

  #top .info__wrap {
    font-size: 2.6rem;
    line-height: 1.5;
    padding-left: 0rem;
  }

  #top .info__flex {
    margin-bottom: 4.6rem;
    white-space: normal;
  }

  #top .info__date {
    font-size: 2.6rem;
    letter-spacing: 0.1rem;
    margin-right: 2.6rem;
    width: 16.5rem;
  }

  #top .info__text {
    font-size: 2.8rem;
    letter-spacing: -0.05rem;
    line-height: 1.8;
  }

  #top .info__flex--link-detail {
    gap: 3rem;
    justify-content: flex-end;
    padding-right: unset;
  }

  #top .info__flex--link-text {
    font-size: 2.8rem;
  }

  #top .info__flex--link-arrow-right {
    background: url("../images/index/arrow-right_sp.png") center/contain no-repeat;
    width: 15rem;
  }

  #information .common-title {
    margin-left: 3rem;
    margin-top: 10rem;
  }

  #information .common-title h1 {
    font-size: 3.2rem;
    letter-spacing: 0;
    line-height: 1;
  }

  #information .common-title span {
    font-size: 2rem;
    line-height: 3.2;
  }

  #information .information-container {
    margin: 7rem 0 14rem 3rem;
    width: auto;
  }

  #information dl {
    align-items: flex-start;
    font-size: 2.6rem;
    line-height: 1.5;
    margin-bottom: 2.9rem;
  }

  #information dt {
    letter-spacing: 0;
    width: 16.7rem;
  }

  #information dd {
    padding-left: 2.7rem;
  }

  #menu .common-title {
    left: 6.3rem;
    letter-spacing: 1rem;
    top: 9.6rem;
  }

  #menu .common-title h1 {
    font-size: 3.2rem;
    letter-spacing: 0;
    line-height: 1.2;
  }

  #menu .common-title span {
    font-size: 2rem;
    line-height: 1;
  }

  #menu .about-title {
    font-size: 3.6rem;
    letter-spacing: 1rem;
    padding-top: 5.8rem;
  }

  #menu .section1-title {
    top: 68rem;
  }

  #menu .section1-item {
    display: block;
    padding-top: 29.9rem;
  }

  #menu .section1-img {
    width: 100%;
  }

  #menu .section1-menu {
    margin: 12.4rem 6rem 10rem;
    width: auto;
  }

  #menu .parent {
    font-size: 2.4rem;
    width: auto;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }

  #menu .sec1-t {
    font-size: 2.8rem;
    width: 21.5rem;
  }

  #menu .sec1-m {
    font-size: 2.4rem;
    width: 32.2rem;
  }

  #menu .sec1-p {
    font-size: 2.4rem;
    text-align: right;
    width: 9.3rem;
  }

  #menu .section2 {
    display: block;
  }

  #menu .section2-title {
    left: 50%;
    margin: 0;
    margin-top: 39.5rem;
    top: 0rem;
    transform: translateX(-50%);
  }

  #menu .section2-img {
    width: 100vw;
  }

  #menu .section2-menu {
    margin: 14rem 6rem 8rem;
    width: auto;
  }

  #menu .section2-parent {
    font-size: 2.4rem;
    width: auto;
    grid-column-gap: 0;
    grid-row-gap: 0;
    margin-left: 0;
    margin-right: 0;
  }

  #menu .sec2-t {
    font-size: 2.8rem;
    width: 33rem;
  }

  #menu .sec2-p {
    font-size: 2.4rem;
    width: 30rem;
  }

  #menu .section3 {
    display: block;
    margin-top: 10rem;
  }

  #menu .section3-title {
    margin: 0 auto;
    position: static;
  }

  #menu .section3-menu {
    display: block;
    margin: 5rem 6rem 8rem;
  }

  #menu .section3-parent {
    font-size: 2.4rem;
    margin-left: 0;
    width: auto;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  #menu .section3-2-parent {
    font-size: 2.4rem;
    margin-left: 0;
    margin-right: 0;
    width: auto;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  #menu .sec3-t {
    font-size: 2.8rem;
    width: 50rem;
  }

  #menu .sec3-p {
    font-size: 2.4rem;
    text-align: right;
    width: auto;
  }

  #menu .text {
    font-size: 2.8rem;
    line-height: 2;
    padding-inline: 8%;
    text-align: left;
  }

  #shop .logo {
    margin: 10rem 6rem 0rem;
    width: 25rem;
  }

  #shop .common-title {
    left: 6rem;
    top: 10.4rem;
  }

  #shop .common-title h1 {
    font-size: 3.2rem;
    letter-spacing: 0;
    letter-spacing: 0.2rem;
    line-height: 1.2;
  }

  #shop .common-title span {
    font-size: 2rem;
    line-height: 1;
    margin-top: -2rem;
  }

  #shop .shop {
    flex-direction: column-reverse;
    margin-bottom: 5rem;
  }

  #shop .shop-ad {
    margin-left: 6rem;
    margin-top: 4.8rem;
  }

  #shop .shop-adress {
    font-size: 2.8rem;
  }

  #shop .shop-tel {
    width: 40.5rem;
  }

  #shop .shop-tel:hover {
    opacity: 0.6;
  }

  #shop .shop-time {
    font-size: 2.4rem;
  }

  #shop .shop-directions {
    font-size: 2.4rem;
    margin-top: 0;
  }

  #shop .shop .image {
    margin-top: 5.5rem;
    width: 100%;
  }

  #shop .map {
    margin-bottom: 10rem;
  }

  .pc-only {
    display: none !important;
  }
}

@media screen and (hover: hover) and (max-width:768px) {
  .footer .nav li > a:hover {
    opacity: 1;
  }

  .footer .logo:hover {
    opacity: 1;
  }

  .header .nav li > a:hover {
    opacity: 1;
  }

  #top .about__flex--link-detail:hover {
    opacity: 1;
  }

  #top .menu__flex--link-detail:hover {
    opacity: 1;
  }

  #top .shop__flex--link-text:hover {
    opacity: 1;
  }

  #top .info__flex:hover {
    opacity: 1;
  }

  #top .info__flex--link-text:hover {
    opacity: 1;
  }
}

@media screen and (hover: none) and (max-width:768px) {
  .footer .nav li > a:active {
    opacity: 1;
  }

  .footer .logo:active {
    opacity: 1;
  }

  .header .nav li > a:active {
    opacity: 1;
  }

  #top .about__flex--link-detail:active {
    opacity: 1;
  }

  #top .menu__flex--link-detail:active {
    opacity: 1;
  }

  #top .shop__flex--link-text:active {
    opacity: 1;
  }

  #top .info__flex:active {
    opacity: 1;
  }

  #top .info__flex--link-text:active {
    opacity: 1;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

@media (hover: hover) {
  .footer .nav li > a:hover {
    opacity: 0.6;
  }

  .footer .logo:hover {
    opacity: 0.6;
  }

  .header .nav li > a:hover {
    opacity: 0.6;
  }

  #top .about__flex--link-detail:hover {
    opacity: 0.6;
  }

  #top .menu__flex--link-detail:hover {
    opacity: 0.6;
  }

  #top .shop__flex--link-text:hover {
    opacity: 0.6;
  }

  #top .info__flex:hover {
    opacity: 0.6;
  }

  #top .info__flex--link-text:hover {
    opacity: 0.6;
  }
}

@media (hover: none) {
  .footer .nav li > a:active {
    opacity: 0.6;
  }

  .footer .logo:active {
    opacity: 0.6;
  }

  .header .nav li > a:active {
    opacity: 0.6;
  }

  #top .about__flex--link-detail:active {
    opacity: 0.6;
  }

  #top .menu__flex--link-detail:active {
    opacity: 0.6;
  }

  #top .shop__flex--link-text:active {
    opacity: 0.6;
  }

  #top .info__flex:active {
    opacity: 0.6;
  }

  #top .info__flex--link-text:active {
    opacity: 0.6;
  }
}


/* add calendar */

.top-calendar{
  max-width: 1405px;
  margin: 56px auto 0;
  padding: 0;
  margin-bottom: 80px;
}

.top-calendar .top-calendar__title{
  padding: 0;
  text-align: left;
}
.top-calendar .top-calendar__title h2,
.top-calendar .top-calendar__title p{
  text-align: left;
}

.top-calendar__inner{
  margin-top: 12px;
  padding-left: 8rem;
  padding-right: 8rem;
}

.top-calendar__legend{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin: 0 0 12px;
}

.top-calendar__badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.03);
}

.top-calendar__badge.is-closed{
  background: rgba(200, 80, 50, 0.18);
  border-color: rgba(200, 80, 50, 0.32);
  color: rgba(255,255,255,.85);
}
.top-calendar__badge.is-lunch{
  background: rgba(86,150,198,.30);
}

.top-calendar__note{
  font-size: 13px;
  line-height: 1.8;
  color: rgba(255,255,255,.68);
  white-space: nowrap;
}

.top-calendar__grid{
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}

.top-calendar__dow,
.top-calendar__cell{
  padding: 10px;
  min-height: 62px;
  border-radius: 14px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.12);
  box-sizing: border-box;
}

.top-calendar__dow{
  text-align: center;
  font-size: 14px;
  letter-spacing: .22em;
  color: rgba(255,255,255,.68);
  white-space: nowrap;
}

.top-calendar__cell{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.top-calendar__cell.is-empty{
  background: transparent;
  border: 1px dashed rgba(255,255,255,.08);
}

.top-calendar__date{
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .06em;
  color: rgba(255,255,255,.92);
  line-height: 1.2;
}

.top-calendar__status{
  margin-top: 6px;
  font-size: 13px;
  letter-spacing: .08em;
  font-weight: 500;
  color: rgba(255,255,255,.9);
  white-space: nowrap;
  opacity: .70;
}

.top-calendar__cell.is-closed{
  background:
    linear-gradient(
      0deg,
      rgba(200, 80, 50, 0.30),
      rgba(200, 80, 50, 0.30)
    ),
    rgba(255,255,255,.03);
}

.top-calendar__cell.is-lunch{
  background:
    linear-gradient(
      0deg,
      rgba(86,150,198,.30),
      rgba(86,150,198,.30)
    ),
    rgba(255,255,255,.03);
}

.top-calendar__cell.is-closed .top-calendar__status,
.top-calendar__cell.is-lunch  .top-calendar__status{
  opacity: .92;
}

.top-calendar__cell.is-today{
  outline: 2px solid rgba(255,255,255,.14);
  outline-offset: 1px;
}

@media (max-width: 768px){
  .top-calendar{
    margin-top: 40px;
    margin-bottom: 64px;
  }

  .top-calendar__inner{
    margin-top: 10px;
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .top-calendar__grid{
    gap: 6px;
  }

  .top-calendar__dow,
  .top-calendar__cell{
    padding: 7px;
    border-radius: 10px;
  }

  .top-calendar__cell{
    min-height: 66px;
  }

  .top-calendar__dow{
    font-size: 11px;
    letter-spacing: .12em;
  }

  .top-calendar__date{
    font-size: 12px;
  }

  .top-calendar__status{
    margin-top: 5px;
    font-size: 11px;
    letter-spacing: .04em;
    opacity: .70;
  }

  .top-calendar__badge{
    padding: 5px 8px;
    font-size: 12px;
  }

  .top-calendar__note{
    font-size: 11px;
  }
}

@media (max-width: 425px){
  .top-calendar__inner{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .top-calendar__grid{
    gap: 4px;
  }

  .top-calendar__dow,
  .top-calendar__cell{
    padding: 6px;
    border-radius: 9px;
  }

  .top-calendar__cell{
    min-height: 62px;
  }

  .top-calendar__dow{
    font-size: 10px;
    letter-spacing: .08em;
  }

  .top-calendar__date{
    font-size: 12px;
  }

  .top-calendar__status{
    font-size: 10px;
    letter-spacing: .03em;
  }

  .top-calendar__badge{
    font-size: 11px;
    padding: 4px 7px;
  }

  .top-calendar__note{
    font-size: 10px;
    white-space: normal;
  }
}
