@charset "UTF-8";
/* Reset */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN W1", "ヒラギノ角ゴ ProN W1", "Hiragino Sans W2", "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 500;
  background-color: #F8F6F2;
  /* Responsive width, auto height */
  color: #524e46;
  letter-spacing: 0.02em;
}

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

ul,
ol {
  list-style: none;
}

figure {
  margin: 0;
}

picture {
  display: block;
  line-height: 0;
  width: fit-content;
  max-width: 100%;
}
picture img {
  max-width: 100%;
  height: auto;
}

/* ==========================================================================
   Page Transition Effect
   ========================================================================== */
.c-page-effect {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 9999;
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out;
}
.c-page-effect.is-loaded {
  opacity: 0;
}
.c-page-effect.is-leaving {
  opacity: 1;
  pointer-events: auto;
}

/* ==========================================================================
   Header & Actions
   ========================================================================== */
.header {
  width: 100%;
  position: relative;
  padding-top: 6.1805555556vw;
  padding-right: 6.7361111111vw;
  padding-bottom: 2.5vw;
  padding-left: 8.8888888889vw;
}
.header__content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 100;
  pointer-events: none;
}
.header__logo {
  display: block;
  width: 91px;
  height: 66px;
  position: relative;
  pointer-events: auto;
}
.header__logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.header__actions {
  position: absolute;
  top: 6.1805555556vw;
  right: calc(2.7777777778vw + 133px + 32px);
  transform: translateX(100%);
  display: flex;
  align-items: center;
  gap: 30px;
  pointer-events: auto;
  padding: 8px 12px;
  background-color: rgba(248, 246, 242, 0.8);
}
.header__instagram {
  display: block;
  width: 29px;
  height: 29px;
  transition: opacity 0.3s ease;
}
.header__instagram:hover {
  opacity: 0.5;
}
.header__instagram .instagram-icon {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  line-height: 0;
}
.header__instagram .instagram-icon img {
  width: 100%;
  height: auto;
}
.header__hamburger {
  display: block;
  width: 40px;
  height: 25px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.3s ease;
}
.header__hamburger:hover {
  opacity: 0.5;
}
.header__hamburger img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.header__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #F8F6F2;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  padding-top: calc(6.1805555556vw + 66px + 32px);
}
.header.is-active .header__nav {
  opacity: 1;
  pointer-events: auto;
}
.header__nav .header__logo {
  display: block;
  width: 91px;
  height: 66px;
  position: absolute;
  top: 6.1805555556vw;
  left: 8.8888888889vw;
  pointer-events: auto;
}
.header__nav .header__logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.header__close {
  position: absolute;
  top: 6.9444444444vw;
  right: calc(2.7777777778vw + 133px + 16px + 2px);
  width: 40px;
  transform: translateX(100%);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 101;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__close img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__nav-content {
  height: 100%;
  overflow: auto;
}
.header__list {
  list-style: none;
  text-align: left;
  margin: 0 auto;
  padding-bottom: 80px;
}
.header__item {
  margin-bottom: 3.125vw;
}
.header__item:last-child {
  margin-bottom: 0;
}
.header__item--instagram {
  width: fit-content;
}
.header__item--instagram .item-title {
  width: fit-content !important;
}
.header__item:nth-child(1) a .item-title {
  width: 11em;
}
.header__item:nth-child(2) a .item-title {
  width: 8em;
}
.header__item:nth-child(3) a .item-title {
  width: 8em;
}
.header__item:nth-child(4) a .item-title {
  width: 9em;
}
.header__item:nth-child(5) a .item-title {
  width: 7em;
}
.header__item:nth-child(6) a .item-title {
  width: 6em;
}
.header__item:nth-child(7) a .item-title {
  width: 7em;
}
.header__item:nth-child(8) a .item-title {
  width: 6em;
}
.header__item a {
  display: flex;
  align-items: baseline;
  text-decoration: none;
  color: #524e46;
  transition: opacity 0.3s ease;
  width: 100%;
}
.header__item a:hover {
  opacity: 0.5;
}
.header__item .item-title {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 600;
  font-size: 17px;
  white-space: nowrap;
  width: 13.8888888889vw;
}
.header__item .item-dots {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 12px;
  margin: 0 1.3888888889vw;
  flex-grow: 1;
  text-align: right;
  overflow: hidden;
  white-space: nowrap;
  letter-spacing: 0.3472222222vw;
}
.header__item .item-desc {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN W1", "ヒラギノ角ゴ ProN W1", "Hiragino Sans W2", "Noto Sans JP", "Meiryo", sans-serif;
  font-size: 16px;
  width: 440px;
  text-align: left;
}

@media screen and (max-width: 959px) {
  .header__actions {
    right: 2.7777777778vw;
    transform: unset;
  }
  .header__close {
    right: calc(2.7777777778vw + 12px + 29px + 30px);
    transform: unset;
  }
}
@media screen and (max-width: 600px) {
  .header {
    padding-top: 18.1333333333vw;
    padding-right: 7.0666666667vw;
    padding-bottom: 13.0666666667vw;
    padding-left: 8vw;
  }
  .header__content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 100;
    pointer-events: none;
  }
  .header__logo {
    width: 18.4vw;
    height: 13.3333333333vw;
  }
  .header__actions {
    position: absolute;
    top: 12vw;
    right: 6.4vw;
    gap: 5.3333333333vw;
    padding: 3.4666666667vw 1.8666666667vw;
    flex-direction: column;
  }
  .header__instagram {
    width: 5.896vw;
    height: 5.896vw;
  }
  .header__hamburger {
    width: 8.1226666667vw;
    height: 5.0666666667vw;
  }
  .header__nav-content {
    display: flex;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    justify-content: center;
  }
  .header__nav {
    align-items: flex-start;
    padding-top: 40vw;
  }
  .header.is-active .header__nav {
    opacity: 1;
    pointer-events: auto;
  }
  .header__nav .header__logo {
    width: 18.4vw;
    height: 13.3333333333vw;
    top: 18.1333333333vw;
    left: 8vw;
  }
  .header__close {
    top: 15.2vw;
    right: 8.2666666667vw;
    width: 7.9893333333vw;
  }
  .header__list {
    list-style: none;
    text-align: left;
    margin: 0 auto;
    width: fit-content;
    height: fit-content;
    padding-bottom: 20vw;
  }
  .header__item {
    margin-bottom: 8.6666666667vw;
  }
  .header__item--instagram {
    width: fit-content;
  }
  .header__item--instagram .item-title {
    width: fit-content !important;
  }
  .header__item:nth-child(1) a .item-title {
    width: auto;
  }
  .header__item:nth-child(2) a .item-title {
    width: auto;
  }
  .header__item:nth-child(3) a .item-title {
    width: auto;
  }
  .header__item:nth-child(4) a .item-title {
    width: auto;
  }
  .header__item:nth-child(5) a .item-title {
    width: auto;
  }
  .header__item:nth-child(6) a .item-title {
    width: auto;
  }
  .header__item:nth-child(7) a .item-title {
    width: auto;
  }
  .header__item:nth-child(8) a .item-title {
    width: auto;
  }
  .header__item a {
    flex-direction: column;
    row-gap: 2.5333333333vw;
  }
  .header__item .item-title {
    font-size: 4vw;
    width: auto;
    line-height: 1em;
  }
  .header__item .item-dots {
    display: none;
  }
  .header__item .item-desc {
    font-size: 2.9333333333vw;
    width: auto;
    text-align: left;
    line-height: 1em;
  }
  .header__item .item-desc:before {
    content: "_ ";
  }
}
.actions {
  position: fixed;
  bottom: 2.5vw;
  right: calc(2.7777777778vw + 133px + 32px);
  z-index: 100;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  transform: translateX(100%);
}
.actions__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 2px;
}
.actions__btn {
  display: block;
  width: 165px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  padding: 6px 16px;
  background-color: rgba(255, 255, 255, 0.8);
}
.actions__btn:hover {
  opacity: 0.5;
}
.actions__btn img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 600px) {
  .actions {
    bottom: 0;
    right: unset;
    left: 0;
    width: 100%;
    transform: unset;
  }
  .actions__container {
    flex-direction: row;
    justify-content: unset;
    align-items: unset;
    gap: 1px;
    background-color: #F8F6F2;
  }
  .actions__btn {
    display: flex;
    width: 50%;
    height: 11.2vw;
    align-items: center;
    justify-content: center;
    background-color: #fff;
  }
  .actions__btn img {
    width: 36.8vw;
  }
}
/* ==========================================================================
   Footer
   ========================================================================== */
.footer {
  padding-top: 4.8611111111vw;
  padding-bottom: 9.7222222222vw;
  width: 100%;
  background-color: #fff;
}
.footer__container {
  width: 88.8888888889vw;
  margin: 0 auto;
}
.footer__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4861111111vw;
}
.footer__logo {
  font-family: "Adobe Jenson Pro", "Times New Roman", serif;
  font-size: 16px;
  color: #524e46;
  margin-bottom: 0;
}
.footer__address {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN W1", "ヒラギノ角ゴ ProN W1", "Hiragino Sans W2", "Noto Sans JP", "Meiryo", sans-serif;
  font-size: 16px;
  color: #524e46;
  margin-bottom: 0;
}
.footer__address br {
  display: none;
}
.footer__map-link {
  font-family: "Adobe Jenson Pro", "Noto Sans JP", sans-serif;
  font-size: 17px;
  color: #6a6863;
  text-decoration: underline;
}
.footer__nav-list {
  display: flex;
  align-items: center;
  list-style: none;
  margin-bottom: 3.9583333333vw;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 20px;
}
.footer__nav-item {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN W1", "ヒラギノ角ゴ ProN W1", "Hiragino Sans W2", "Noto Sans JP", "Meiryo", sans-serif;
  font-size: 16px;
  color: #524e46;
  padding: 0 30px;
  border-right: 1px solid #524e46;
  line-height: 1em;
}
.footer__nav-item:first-child {
  padding-left: 0;
}
.footer__nav-item:last-child {
  padding-right: 0;
  border-right: none;
}
.footer__nav-item a {
  text-decoration: none;
  color: inherit;
}
.footer__copyright {
  text-align: right;
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 500;
  font-size: 12px;
  color: #6a6863;
  width: 88.8888888889vw;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .footer {
    padding-top: 14.4vw;
    padding-bottom: 17.3333333333vw;
  }
  .footer__container {
    width: 86.6666666667vw;
  }
  .footer__info {
    gap: unset;
  }
  .footer__logo {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .footer__address {
    font-size: 3.4666666667vw;
    margin-bottom: 4.8vw;
    line-height: 5.8666666667vw;
  }
  .footer__address br {
    display: inline;
  }
  .footer__map-link {
    font-size: 3.4666666667vw;
    text-decoration: underline;
  }
  .footer__nav-list {
    list-style: none;
    margin-bottom: 13.76vw;
    flex-wrap: wrap;
    justify-content: unset;
    row-gap: 5.3333333333vw;
  }
  .footer__nav-item {
    font-size: 3.2vw;
    padding: 0 4vw;
    border-right: 0.1626666667vw solid #524e46;
  }
  .footer__nav-item:nth-child(4) {
    padding-left: 0;
  }
  .footer__nav-item:last-child {
    padding: 0;
  }
  .footer__copyright {
    display: none;
  }
}
.content {
  margin-top: 2.6388888889vw;
  padding-bottom: 13.8888888889vw;
  display: flex;
  position: relative;
}
.content .sidebar {
  width: 24.0277777778vw;
  height: fit-content;
}
.content main.lower {
  width: 61.25vw;
}
.content main.lower--interview {
  width: 52.0833333333vw;
}

@media screen and (max-width: 600px) {
  .content {
    margin-top: 2.1333333333vw;
    padding-bottom: 40vw;
    flex-direction: column;
    row-gap: 14.6666666667vw;
    align-items: center;
  }
  .content .sidebar {
    width: 100%;
  }
  .content main.lower {
    width: 86.6666666667vw;
  }
}
.sidebar {
  font-family: "YuMincho", "Yu Mincho", serif;
  letter-spacing: 0.05em;
  position: sticky;
  top: 0;
}
.sidebar .lower_headline {
  position: relative;
  width: fit-content;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 1.875vw;
  padding-left: 2.7777777778vw;
  background: #fff;
  color: #524e46;
  line-height: 1em;
  font-size: 20px;
  margin-bottom: 2.7777777778vw;
  font-weight: 500;
  text-align: right;
}
.sidebar--episode .lower_headline {
  height: auto;
  min-height: 3.4722222222vw;
  line-height: 1.75em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.sidebar nav {
  width: fit-content;
  margin-left: 2.7777777778vw;
}
.sidebar nav ul {
  display: flex;
  flex-direction: column;
  gap: 1.9444444444vw;
  width: fit-content;
}
.sidebar nav li {
  font-size: 14px;
  line-height: 1em;
  color: #A7A7A7;
}
.sidebar nav li a {
  color: #524E46;
}
.sidebar nav li a.current,
.sidebar nav li a[aria-current=page] {
  padding-bottom: 0.2083333333vw;
  border-bottom: 0.0694444444vw solid #524e46;
}

@media screen and (max-width: 600px) {
  .sidebar {
    position: static;
  }
  .sidebar .lower_headline {
    height: 9.3333333333vw;
    font-size: 4.2666666667vw;
    margin-bottom: 7.2vw;
    padding: 2.5333333333vw 6.6666666667vw;
  }
  .sidebar--episode .lower_headline {
    height: auto;
    min-height: auto;
  }
  .sidebar nav {
    width: 86.6666666667vw;
    margin: 0 auto;
  }
  .sidebar nav ul {
    flex-direction: row;
    gap: 4.5333333333vw 0;
    width: calc(100% + 10.08vw);
    flex-wrap: wrap;
    margin-left: -5.04vw;
    margin-right: -5.04vw;
  }
  .sidebar nav li {
    font-size: 3.2vw;
    border-right: 0.2666666667vw solid #524e46;
    padding: 0 5.04vw;
  }
  .sidebar nav li a.current,
  .sidebar nav li a[aria-current=page] {
    padding-bottom: 0.8vw;
    border-bottom: 0.2666666667vw solid #524e46;
  }
  .sidebar nav li:last-child {
    border-right: none;
  }
}
.related {
  background: #fff;
  padding: 4.1666666667vw;
  color: #524e46;
  margin-bottom: 9.0277777778vw;
  width: 61.25vw;
}
.related--interview {
  width: 63.9583333333vw;
  padding: 4.1666666667vw 5.9027777778vw;
  margin-left: -5.9027777778vw;
}
.related h2 {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 17px;
  line-height: 1.625em;
  font-weight: 500;
  margin-bottom: 2.2916666667vw;
  text-align: center;
  letter-spacing: 0.05em;
}
.related h2 span {
  display: inline-block;
}
.related__list {
  display: flex;
  flex-direction: column;
  gap: 2.2916666667vw;
}
.related__list-item a {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1.0416666667vw;
}
.related__list-item a .image {
  width: 100%;
  line-height: 0;
}
.related__list-item a .image img {
  width: 100%;
  height: auto;
}
.related__list-item a .text {
  width: 100%;
  font-size: 19px;
  line-height: 1.625em;
  font-weight: 600;
  font-family: "YuMincho", "Yu Mincho", serif;
  letter-spacing: 0.05em;
}
.related__list-item a .text span {
  display: block;
  font-size: 15px;
  line-height: 1em;
  font-weight: 600;
  margin-bottom: 0.4166666667vw;
  font-family: "Adobe Jenson Pro", "Times New Roman", serif;
}

@media screen and (max-width: 600px) {
  .related {
    padding: 6.9333333333vw 4.5333333333vw;
    margin-bottom: 9.8666666667vw;
    width: 100%;
  }
  .related--interview {
    width: 100%;
    margin-left: 0;
  }
  .related h2 {
    font-size: 4.2666666667vw;
    line-height: 1.5454em;
    margin-bottom: 5.3333333333vw;
  }
  .related h2 br {
    display: inline;
  }
  .related__list {
    gap: 8vw;
  }
  .related__list-item a {
    gap: 4vw;
  }
  .related__list-item a .text {
    font-size: 4.2666666667vw;
    line-height: 1.5em;
  }
  .related__list-item a .text span {
    font-size: 3.2vw;
    line-height: 1em;
    margin-bottom: 1.3333333333vw;
  }
}
.pager {
  font-family: "YuMincho", "Yu Mincho", serif;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.pager nav {
  display: flex;
  width: 100%;
  justify-content: center;
  position: relative;
}
.pager__prev, .pager__next {
  display: flex;
  flex-direction: column;
  line-height: 1em;
  font-size: 20px;
  position: absolute;
  bottom: 0.2777777778vw;
}
.pager__prev a, .pager__next a {
  display: flex;
  flex-direction: column;
  gap: 0.7638888889vw;
  position: relative;
  max-width: 16.6666666667vw;
}
.pager__prev {
  left: 0;
}
.pager__prev a {
  padding-left: 1.875vw;
}
.pager__prev a:before {
  content: "＜";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pager__next {
  right: 0;
}
.pager__next a {
  align-items: flex-end;
  padding-right: 1.875vw;
}
.pager__next a:before {
  content: "＞";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pager__back {
  display: inline-block;
  line-height: 1em;
  font-size: 19px;
  padding-bottom: 0.2083333333vw;
  border-bottom: 0.0694444444vw solid #524e46;
}

@media screen and (max-width: 600px) {
  .pager nav {
    flex-direction: column;
  }
  .pager__prev, .pager__next {
    font-size: 3.7333333333vw;
    position: static;
  }
  .pager__prev a, .pager__next a {
    gap: 1.8666666667vw;
    max-width: unset;
    width: fit-content;
  }
  .pager__prev {
    order: 1;
    margin-bottom: 5.8666666667vw;
  }
  .pager__prev a {
    padding-left: 5.6vw;
  }
  .pager__next {
    order: 2;
    margin-left: auto;
  }
  .pager__next a {
    padding-right: 5.6vw;
  }
  .pager__back {
    font-size: 4.2666666667vw;
    padding-bottom: 0.8vw;
    border-bottom: 0.2666666667vw solid #524e46;
    order: 3;
    width: fit-content;
    margin: 34.6666666667vw auto 0;
  }
}
.pager_single {
  font-family: "YuMincho", "Yu Mincho", serif;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.pager_single nav {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
  flex-direction: column;
  row-gap: 40px;
}
.pager_single__arrows {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 40px;
}
.pager_single__prev, .pager_single__next {
  display: flex;
  flex-direction: column;
  line-height: 1em;
  font-size: 16px;
  bottom: 4px;
}
.pager_single__prev a, .pager_single__next a {
  display: flex;
  flex-direction: column;
  gap: 11px;
  position: relative;
}
.pager_single__prev a span, .pager_single__next a span {
  display: inline-block;
  font-size: 15px;
  line-height: 1em;
  font-family: "Adobe Jenson Pro", "Times New Roman", serif;
}
.pager_single__prev a h3, .pager_single__next a h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
}
.pager_single__prev {
  margin-right: auto;
}
.pager_single__prev a {
  padding-left: 27px;
}
.pager_single__prev a:before {
  content: "＜";
  position: absolute;
  left: 0;
  top: 29px;
}
.pager_single__next {
  margin-left: auto;
}
.pager_single__next a {
  align-items: flex-end;
  padding-right: 27px;
}
.pager_single__next a:before {
  content: "＞";
  position: absolute;
  right: 0;
  top: 29px;
}
.pager_single__back {
  display: inline-block;
  line-height: 1em;
  font-size: 19px;
  padding-bottom: 3px;
  border-bottom: 1px solid #524e46;
}

@media screen and (max-width: 600px) {
  .pager_single nav {
    flex-direction: column;
  }
  .pager_single__arrows {
    gap: 20px;
    flex-direction: column;
  }
  .pager_single__prev, .pager_single__next {
    font-size: 3.7333333333vw;
    position: static;
  }
  .pager_single__prev a, .pager_single__next a {
    gap: 1.8666666667vw;
    max-width: unset;
    width: fit-content;
  }
  .pager_single__prev a span, .pager_single__next a span {
    display: inline-block;
    font-size: 3.2vw;
  }
  .pager_single__prev a h3, .pager_single__next a h3 {
    font-size: 3.7333333333vw;
  }
  .pager_single__prev {
    order: 1;
  }
  .pager_single__prev a {
    padding-left: 5.6vw;
  }
  .pager_single__prev a:before {
    top: 5.8666666667vw;
  }
  .pager_single__next {
    order: 2;
    margin-left: auto;
  }
  .pager_single__next a {
    padding-right: 5.6vw;
  }
  .pager_single__next a:before {
    top: 5.8666666667vw;
  }
  .pager_single__back {
    font-size: 4.2666666667vw;
    padding-bottom: 0.8vw;
    border-bottom: 0.2666666667vw solid #524e46;
    order: 3;
    width: fit-content;
    margin: 0 auto;
  }
}

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