@charset "UTF-8";
/*
$blue:   #2e5b74;
$gray:   #ccc;
$grayL:  #fafafa;
$pink:   #ff9595;
$yellow: #F4FA8B;
*/
/* ===========================================================
   # BASE
=========================================================== */
body {
  color: #1C1C1C;
  font-family: "Zen Kaku Gothic New", serif;
  font-feature-settings: "palt";
}

.noSP, .onPC, .onPCm,
.noSP.flex, .onPC.flex {
  display: none;
}

.disNon {
  display: none !important;
}

.serif {
  font-family: "Zen Old Mincho", serif;
}

/*
.align_r {text-align: right}

a {

  .footTel & {
    color: $white;
  }
  .tel & {
    text-decoration: none;
  }
} //a
//ol,ul {list-style: none}
table {border-collapse: collapse}
mark {
  background: transparent;
  background: linear-gradient(transparent 60%, #ffb2b2 60%);

  &.has-inline-color {
    background-image: none;
  }
} //mark

#page-top {
  bottom: 0;
}

*/
@media (min-width: 768px) {
  .onSP {
    display: none !important;
  }
  .noSP {
    display: block;
  }
  img.noSP,
  span.noSP,
  strong.noSP {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .noPC {
    display: none !important;
  }
  .onPC {
    display: block;
  }
  img.onPC,
  span.onPC,
  strong.onPC {
    display: inline;
  }
}
@media (min-width: 1366px) {
  .onPCm {
    display: block;
  }
}
/* ===========================================================
   # MAIN
=========================================================== */
.inner {
  padding-left: 2rem;
  padding-right: 2rem;
}
.innerS, .innerM, .innerL, .innerLl {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.innerS {
  max-width: 980px !important;
}
.innerM {
  max-width: 1280px !important;
}
.innerL {
  max-width: 1540px !important;
}
.innerLl {
  max-width: 1920px;
}
@media (min-width: 768px) {
  .inner {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media (min-width: 1024px) {
  .inner.innerS {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1366px) {
  .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .inner.innerM {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1580px) {
  .inner.innerL, .inner.innerLl {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ===========================================================
   # HEAD
=========================================================== */
.l-header {
  background: #fccb00;
  border-bottom: 2px solid;
}
.l-header .c-container .c-site-branding__title {
  line-height: 1;
}
/* = SP NAVI
----------------------------------------------------------- */
[id=drawer-nav].c-drawer--overall {
  background: rgba(28, 28, 28, 0.92);
  font-size: 18px;
  padding: 0 1em;
  text-align: center;
}
[id=drawer-nav].c-drawer--overall ul li {
  border-bottom: 1px solid;
  padding: 1em 0;
}

.c-hamburger-btn__bars {
  height: 25px;
  width: 35px;
}
.c-hamburger-btn__bar {
  height: 3px;
}
.c-hamburger-btn__bar:nth-of-type(2) {
  top: 11px;
}
.c-hamburger-btn__bar:nth-of-type(3) {
  top: 22px;
}
.c-hamburger-btn__label {
  display: none;
}

/* = PAGE
----------------------------------------------------------- */
.l-contents .c-page-header {
  height: clamp(160px, 30vw, 300px);
}
.l-contents .c-page-header h1 {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(24px, 6.35vw, 42px);
}
.l-contents .c-page-header__bgimage::after {
  background: rgba(28, 28, 28, 0.3);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* ===========================================================
   # FOOT
=========================================================== */
.l-footer {
  letter-spacing: 0;
  padding: 2em 0;
}
.l-footer a {
  color: inherit;
  text-decoration: none;
}
.l-footer--default {
  background: #fccb00;
  border-top: 2px solid;
  font-size: clamp(13px, 3vw, 16px);
}
.l-footer .l-footer-widget-area {
  padding: 0;
}
.l-footer .l-footer-widget-area .c-row {
  margin: 0;
}
.l-footer .l-footer-widget-area .c-row > * {
  margin: 0;
  padding: 0;
}
.l-footer .l-footer-widget-area .c-row .c-widget {
  font-size: inherit;
}
.l-footer .l-footer-widget-area .c-row .c-widget .body {
  gap: 1.5em;
}
.l-footer .footNav {
  align-items: flex-start;
  gap: 1.5em clamp(2em, 7.6vw, 3em);
  padding-left: 0;
  width: clamp(24.9em, 76.4vw, 26em);
  transform: translateX(clamp(1em, 3vw, 2em));
}
.l-footer .footNav .item {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.l-footer .footNav .item:nth-child(4) {
  width: 8em;
}
.l-footer .footNav .item a {
  background-position: right 50%;
  background-repeat: no-repeat;
  background-size: 1.1em;
  min-width: 6em;
  position: relative;
  white-space: nowrap;
}
.l-footer .footNav .item a.name:not(:first-child) {
  margin-top: 1em;
}
.l-footer .footNav .item a.name::before {
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid;
  border-right: 0;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: -0.7em;
  top: 0.75em;
}
.l-footer .footNav .item a.fb {
  background-image: url(./img/ico_fb02.svg);
}
.l-footer .footNav .item a.ig {
  background-image: url(./img/ico_ig.svg);
}
.l-footer .footNav .item a.line {
  background-image: url(./img/ico_line.svg);
}
.l-footer .c-copyright {
  background: transparent;
  color: inherit;
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 500;
  padding: 0;
}
@media (min-width: 768px) {
  .l-footer .l-footer-widget-area {
    padding-bottom: 2em;
  }
}
@media (min-width: 1024px) {
  .l-footer .footNav {
    gap: 1.5em clamp(2em, 3vw, 3em);
    width: auto;
  }
}
.c-page-top a::after {
  border-top: 3px solid;
  border-right: 3px solid;
  content: "";
  width: 1em;
  height: 1em;
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
}

/* = PAGINATION
----------------------------------------------------------- */
.wp-block-query-pagination {
  gap: 1em;
}
.wp-block-query-pagination a {
  color: inherit;
}
.wp-block-query-pagination-numbers {
  display: flex;
  gap: 1em;
  text-align: center;
}
.wp-block-query-pagination-numbers .page-numbers {
  background: #eee;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  text-decoration: none;
}
.wp-block-query-pagination-numbers .page-numbers.current {
  background: #fccb00;
  color: #fff;
  font-weight: 500;
  transform: scale(1.2);
}

/* ===========================================================
   # CONTENT
=========================================================== */
body .l-contents__inner:first-child {
  padding-top: 0;
}
body .wp-block-buttons .wp-block-button .wp-block-button__link {
  border-radius: 0;
  font-weight: 500;
  padding: 0.6em 2em;
}
body .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: #1C1C1C;
  border-color: #1C1C1C;
  color: #fff;
  filter: none;
}
body .blockTtl {
  gap: 0.5em;
  font-size: clamp(13px, 3vw, 26px);
  letter-spacing: 0;
}
body .blockTtl h2 {
  font-size: clamp(28px, 5vw, 2.3em);
  font-weight: 400;
  line-height: 1;
}
body .blockTtl .sub {
  font-size: clamp(12px, 3vw, 14px);
  margin-top: -0.5em;
}
body .slick-track {
  line-height: 0;
}

/* ===========================================================
   # HOME
=========================================================== */
.homeCont {
  border-top: 2px solid;
  gap: clamp(1.5em, 6vw, 3em);
  padding-top: clamp(2em, 8vw, 6.2em);
  padding-bottom: clamp(2em, 8vw, 6.2em);
}
.homeMv {
  border-bottom: 2px solid;
}
.homeMv_in {
  padding: 1em;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.homeMv .gold {
  max-width: 22vw;
}
.homeMv .body {
  gap: 0.5em;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
  z-index: 1;
}
.homeMv .body figure {
  max-width: 40vw;
}
.homeMv .body .catch {
  font-size: clamp(17px, 3vw, 34px);
  font-weight: 700;
  text-shadow: 0 0 0.5em #584908;
  white-space: nowrap;
}
.homeMv .spider__dots {
  background: #fccb00;
  gap: 2em;
  margin: 0;
  padding: 1em 0 1.5em;
}
.homeMv .spider__dots .spider__dot {
  border: 1px solid;
  background: transparent;
  width: clamp(10px, 2.7vw, 14px);
  height: clamp(10px, 2.7vw, 14px);
}
.homeMv .spider__dots .spider__dot[aria-current=true] {
  background: #000;
}
@media (min-width: 768px) {
  .homeMv .body figure {
    max-width: 24vw;
  }
}
@media (min-width: 1024px) {
  .homeMv .spider__dots {
    padding: 2em 0 2.5em;
  }
}
.homeNews.is-layout-flex {
  border: 1px solid;
  gap: 1em;
  padding: 0.5em 1em;
  width: 900px;
  max-width: 90vw;
  position: absolute;
  bottom: clamp(4em, 10vw, 9em);
  left: 50%;
  transform: translateX(-50%);
}
.homeNews.is-layout-flex .ttl {
  font-size: clamp(13px, 3vw, 26px);
}
.homeNews.is-layout-flex .list {
  border-left: 1px solid;
  padding-left: 1em;
}
.homeNews.is-layout-flex .list ul.c-entries {
  border: none;
  padding: clamp(0.2em, 0.8vw, 1em) 0;
}
.homeNews.is-layout-flex .list ul.c-entries li {
  border: none;
}
.homeNews.is-layout-flex .list ul.c-entries li:not(:first-child) {
  margin-top: 0.3em;
}
.homeNews.is-layout-flex .list ul.c-entries li a {
  letter-spacing: 0;
  padding: 0;
}
.homeNews.is-layout-flex .list ul.c-entries li a .c-entry-summary__body {
  gap: 0.2em 0;
}
.homeNews.is-layout-flex .list ul.c-entries li a time {
  color: #f75231;
  font-family: "Zen Old Mincho", serif;
}
.homeNews.is-layout-flex .c-entry-summary__meta {
  font-size: clamp(12px, 1.4vw, 16px);
  font-weight: 700;
  line-height: 1;
  margin: 0;
  width: 7em;
}
.homeNews.is-layout-flex .c-entry-summary__title {
  font-size: clamp(12px, 1.8vw, 20px);
  line-height: 1.2;
}
@media (min-width: 768px) {
  .homeNews.is-layout-flex {
    max-width: 70vw;
  }
  .homeNews.is-layout-flex .c-entry-summary__body {
    flex-direction: row-reverse;
  }
  .homeNews.is-layout-flex .c-entry-summary__meta {
    flex: 0 0 auto;
  }
}
.home .homeIntro .catch {
  font-size: clamp(19px, 5vw, 60px);
  letter-spacing: 0;
}
.home .homeIntro .body {
  gap: 0;
  font-size: clamp(16px, 4.2vw, 18px);
  padding: 0 1em;
}
.home .homeIntro .body .txt img {
  float: right;
  margin: 2em -3em 1em 1em;
  width: 60vw !important;
  shape-outside: circle(50%);
}
.home .homeIntro .body figure {
  display: none;
  max-width: 51vw;
}
@media (min-width: 768px) {
  .home .homeIntro .body {
    transform: translateX(1em);
  }
  .home .homeIntro .body .txt img {
    margin: -1em -3em 0 0;
  }
}
@media (min-width: 1024px) {
  .home .homeIntro .body .txt img {
    display: none;
  }
  .home .homeIntro .body figure {
    display: block;
  }
}
.homeHis {
  overflow: initial;
}
.homeHis .ttl {
  border: 1px solid;
  font-size: clamp(30px, 4vw, 60px);
  letter-spacing: 0;
  line-height: 1;
  padding: 0.5em 0.5em;
  position: absolute;
  left: 0;
  top: -0.5em;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
.homeHis .body {
  font-size: clamp(16px, 4vw, 18px);
  gap: 1em;
  padding: 2em 0 2em 5em;
  max-width: 380px;
}
.homeHis .body p:nth-child(2) {
  padding-right: 30vw;
}
.homeHis .body figure {
  margin-top: clamp(1em, 4vw, 2em);
  position: relative;
}
.homeHis .body figure img {
  width: 100%;
}
.homeHis .body figure figcaption {
  background: #fff;
  color: #1C1C1C;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(18px, 2.5vw, 28px);
  font-weight: 700;
  padding: 1em 0;
  position: absolute;
  right: 1em;
  top: -1em;
  writing-mode: vertical-rl;
}
@media (min-width: 768px) {
  .homeHis .wp-block-cover__image-background {
    -o-object-position: 65% 0% !important;
       object-position: 65% 0% !important;
  }
  .homeHis .body p:nth-child(2) {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .homeHis .body {
    padding: clamp(2em, 8vw, 8em) 0;
  }
}
.homeGold {
  background: url(./img/home_gold_bg.webp) -50vw 30%/190vw no-repeat;
  padding-left: 1em;
  padding-right: 0;
}
.homeGold .body {
  gap: 1em;
  text-shadow: 0 0 0.5em #1c1c1c;
}
.homeGold .body .catch {
  font-size: clamp(17px, 4.5vw, 49px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.8em;
}
.homeGold .body figure {
  max-width: 22vw;
}
.homeGold .body .awards {
  font-size: clamp(14px, 3.7vw, 28px);
  font-weight: 800;
  line-height: 1.4;
  margin-top: 7em;
}
@media (min-width: 768px) {
  .homeGold {
    background-position: -20vw 0;
    background-size: 160vw;
  }
  .homeGold .body figure {
    margin: 6em 0 1em;
  }
  .homeGold .body .awards {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .homeGold {
    background-position: right bottom;
    background-size: contain;
  }
  .homeGold .body figure {
    margin-top: 0;
  }
}
@media (min-width: 1366px) {
  .homeGold {
    padding-left: 0;
  }
}
@media (min-width: 1580px) {
  .homeGold .body figure {
    margin-top: 6em;
  }
}
.homeVoice .list {
  margin-bottom: 3em;
  max-width: 90vw;
}
.homeVoice .list p {
  border: 2px solid;
  border-radius: 1em;
  box-shadow: 7px 7px 0 0 rgba(28, 28, 28, 0.2);
  display: flex;
  align-items: center;
  font-weight: 700;
  padding: 1em clamp(1em, 4vw, 3em);
  position: relative;
}
.homeVoice .list p::after {
  background: url(./img/voice_bg.png) 0 0/contain no-repeat;
  content: "";
  width: 50px;
  height: 30px;
  position: absolute;
  bottom: -30px;
  right: 3em;
}
.homeVoice_photo {
  width: 100vw;
}
.homeVoice_photo figure {
  padding: 0 clamp(0.3em, 1.2vw, 1em);
}
.homeVoice_photo figure img {
  border-top-right-radius: clamp(1.5em, 4vw, 2.5em);
  border-bottom-left-radius: clamp(1.5em, 4vw, 2.5em);
}
.homeShop .list {
  gap: 2em;
  padding: 0 1em;
  max-width: calc(1080px + 2em);
}
.homeShop .list .item {
  border-bottom: 3px solid;
  gap: 0;
  line-height: 1.4;
}
.homeShop .list .item .thumb {
  border: 2px solid;
  position: relative;
}
.homeShop .list .item .thumb a {
  display: block;
}
.homeShop .list .item .thumb figcaption {
  aspect-ratio: 1/1;
  background: #fff;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 1em;
  display: flex;
  align-items: center;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(12px, 2vw, 14px);
  letter-spacing: 0;
  line-height: 1.2em;
  margin: 0;
  padding: 0.5em;
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 500ms 0s ease;
}
.homeShop .list .item .thumb figcaption strong {
  position: absolute;
  top: 51%;
  right: 1em;
  transform: scale(200%, 100%);
}
.homeShop .list .item .thumb:hover figcaption {
  background: #1C1C1C;
  border-color: #1C1C1C;
  color: #fff;
}
.homeShop .list .item .body {
  border-bottom: 1px solid;
  gap: clamp(0.5em, 1.2vw, 1em);
}
.homeShop .list .item .body .name {
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 500;
  padding: 0.3em 1em;
}
.homeShop .list .item .body .type {
  display: flex;
  gap: 0.5em;
  font-size: clamp(12px, 1.5vw, 15px);
  font-weight: 700;
  letter-spacing: 0;
}
.homeShop .list .item .body .type span {
  border-radius: 0.2em;
  padding: 0 clamp(0.3em, 0.7vw, 0.5em) 0.1em;
}
.homeShop .list .item .add {
  display: flex;
  align-items: center;
  gap: 0.8em;
  font-size: clamp(14px, 1.6vw, 18px);
  padding: 0.5em 1em;
}
.homeShop .list .item .add::before {
  background: url(./img/ico_map.png) 50%/contain no-repeat;
  content: "";
  width: 1.2em;
  height: 2em;
}
@media (min-width: 768px) {
  .homeShop .list {
    gap: clamp(2em, 5vw, 6em);
  }
  .homeShop .list .item {
    width: calc(50% - clamp(1em, 3vw, 3em));
  }
}
/* ===========================================================
   # MENU
=========================================================== */
.menuTtl.wp-block-heading {
  font-size: clamp(16px, 3vw, 26px);
  padding: 0 1em;
}
.menu .body {
  gap: 1em;
  padding: 0 1em;
}
.menu .body:not(:first-child) {
  margin-top: clamp(3em, 8vw, 6em);
}
.menu .list {
  gap: 1em;
}
.menu .list .item {
  gap: 1em;
  font-size: clamp(12px, 2vw, 16px);
  line-height: 1.6;
  width: calc(50% - 0.67em);
}
.menu .list .item .name {
  font-size: clamp(14px, 2.6vw, 28px);
  letter-spacing: 0;
  margin: 0 -0.5em;
}
.menu .list .item .detail {
  border: 1px solid;
  line-height: 1.4;
  padding: 0.5em;
  margin-top: auto;
}
.menu .list .item.etc {
  width: 100%;
}
@media (min-width: 768px) {
  .menu .list .item {
    width: calc(33.33% - 0.7em);
  }
  .menu .list .item.etc {
    width: calc(33.33% - 0.7em);
  }
  .menu .list .item.etc > * {
    font-size: 0.9em;
  }
}
@media (min-width: 1024px) {
  .menu .list {
    gap: 1.5em;
  }
  .menu .list .item {
    width: calc(33.33% - 1em);
  }
  .menu .list .item .detail {
    padding: 0.5em 1em;
  }
  .menu .list .item.etc {
    width: calc(33.33% - 1em);
  }
}
/* ===========================================================
   # NEWS
=========================================================== */
.blog .c-entry-summary__title {
  font-weight: 500;
}
.blog .c-entry-summary__meta {
  font-size: 16px;
  font-weight: 500;
}
.blog .c-entry-summary__term {
  padding: 0 0.5em 0.1em;
}

/* ===========================================================
   # BLOG
=========================================================== */
.blogList {
  padding: 0 1em;
  width: 100vw;
}
.blogList .item {
  cursor: pointer;
  gap: 1em;
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.8;
  padding: 0 1em;
  position: relative;
}
.blogList .item a {
  text-decoration: none;
}
.blogList .item .thumb {
  aspect-ratio: 8/5;
  display: block;
}
.blogList .item .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.blogList .item .terms {
  background: #fccb00;
  display: flex;
  padding: 0 0.5em 0.1em;
  position: absolute;
  top: 0;
  right: 1em;
}
.blogList .item .terms a {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  pointer-events: none;
}
.blogList .item .ttl {
  font-size: 1.33em;
  font-weight: 500;
}
.blogList .item .excerpt .wp-block-post-excerpt__more-text {
  margin-top: 1em;
}
body:not(.home) .blogList .item {
  padding: 0;
}
body:not(.home) .blogList .item .terms {
  right: 0;
}
body:not(.home) .blogList .item .excerpt {
  font-size: 0.9em;
  line-height: 1.4;
  margin-top: -1em;
}
body:not(.home) .blogList .item .excerpt .wp-block-post-excerpt__more-text {
  margin-top: 0.5em;
}
.blogList .slick-arrow {
  background: #fff;
  border: 1px solid #1C1C1C;
  border-radius: 50%;
  width: clamp(42px, 6vw, 68px);
  height: clamp(42px, 6vw, 68px);
  top: clamp(26%, 30vw, 29%);
  z-index: 1;
}
.blogList .slick-arrow::before {
  color: #1C1C1C;
  font-family: "Zen Old Mincho", serif;
  font-size: 30px;
  line-height: 1px;
}
.blogList .slick-arrow.slick-prev {
  left: 10px;
}
.blogList .slick-arrow.slick-prev::before {
  content: "‹";
  padding-right: 0.1em;
}
.blogList .slick-arrow.slick-next {
  content: "›";
  right: 10px;
}
.blogList .slick-arrow.slick-next::before {
  content: "›";
  padding-left: 0.1em;
}
.blogList + .wp-block-buttons {
  margin-top: clamp(1em, 3vw, 2em);
}
@media (min-width: 480px) {
  .blogList .slick-arrow {
    top: clamp(18%, 16vw, 30%);
  }
}
@media (min-width: 1024px) {
  .blogList .slick-arrow {
    top: clamp(23%, 10vw, 30%);
  }
}

/* ===========================================================
   # SHOP
=========================================================== */
.shopNews .list {
  width: 800px;
  max-width: calc(100vw - 4em);
}
.shopNews .list .item {
  border-bottom: 1px solid;
  cursor: pointer;
  gap: 0 2em;
  font-weight: 500;
  padding: 1.5em 0;
}
.shopNews .list .item .ttl {
  font-weight: 500;
  font-size: inherit;
  width: 100%;
}
.shopInfo .body {
  gap: 1em;
}
.shopInfo .body .txt {
  gap: 1.5em;
  font-weight: 500;
  padding: 0 1em;
}
.shopInfo .body .sns {
  gap: 1.5em;
}
.shopInfo .body .sns img {
  width: 3em;
}
.shopMap.alignfull {
  margin-top: -53px !important;
  padding-top: 53px;
}
.shopMap.alignfull > div {
  aspect-ratio: 2/1;
  border-top: 2px solid;
  position: relative;
}
.shopMap.alignfull > div iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .shopNews .list .item .ttl {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .shopMap.alignfull {
    margin-top: -70px !important;
    padding-top: 70px;
  }
  .shopMap.alignfull > div {
    aspect-ratio: auto;
    height: 500px;
  }
}
/* ===========================================================
   # SINGLE
=========================================================== */
body.l-body--right-sidebar .l-contents__inner {
  gap: 0;
  padding-top: 100px;
}
body.l-body--right-sidebar .l-contents__main {
  flex-basis: auto;
  padding-right: 5em;
  width: calc(100% - 240px);
}
body.l-body--right-sidebar .l-contents__sidebar {
  flex-basis: auto;
  width: 240px;
}
body .c-prev-next-nav__item > a {
  padding: 0.5em;
}
body .c-prev-next-nav__item-title {
  font-size: 1em;
  line-height: 1;
}/*# sourceMappingURL=style.css.map */