@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

a {
  background-color: transparent;
}

img {
  border-style: none;
}

*, *:before, *:after {
  box-sizing: border-box;
}

/*--- 臨時ツメ設定 ---*/
* {
  letter-spacing: calc(var(--ls) * 0.01em);
}

html {
  color: #fff;
  font-family: "Shippori Mincho", "YuMincho", "游明朝体", "Yu Mincho", "游明朝", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", serif;
  font-weight: 400;
  line-height: 1.75;
  font-kerning: normal;
  font-variant-east-asian: proportional-width;
  -moz-font-feature-settings: "kern";
  font-feature-settings: "kern";
  scroll-behavior: smooth;
  font-optical-sizing: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 9.6px;
}
@media screen and (min-width: 375px) {
  html {
    font-size: 9.6px;
  }
}
@media screen and (min-width: 576px) {
  html {
    font-size: 9.6px;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 12.4px;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 20px;
  }
}

body {
  background-color: #0a1232;
  height: 100%;
  position: relative;
  line-break: strict;
  width: 100%;
}

h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

a {
  text-decoration: none;
  transition: color 0.12s ease-out;
}

figure,
picture {
  display: block;
}
figure > img,
picture > img {
  display: block;
  height: auto;
  width: 100%;
}

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sr-only {
  display: none;
}

@media screen and (min-width: 375px) {
  .xs-only {
    display: none;
  }
}

@media screen and (max-width: 374px) {
  .ssm-only {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .ssm-only {
    display: none;
  }
}

@media screen and (min-width: 576px) {
  .xs-ssm {
    display: none;
  }
}

@media screen and (max-width: 374px) {
  .ssm-over {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .sm-over {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .md-over {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.cmn__contwidth {
  margin-left: auto;
  margin-right: auto;
  width: 87.5vw;
}
@media screen and (min-width: 375px) {
  .cmn__contwidth {
    width: 87.5vw;
  }
}
@media screen and (min-width: 576px) {
  .cmn__contwidth {
    width: 508px;
  }
}
@media screen and (min-width: 768px) {
  .cmn__contwidth {
    width: 658px;
  }
}
@media screen and (min-width: 992px) {
  .cmn__contwidth {
    width: 800px;
  }
}
@media screen and (min-width: 1200px) {
  .cmn__contwidth {
    width: 1060px;
  }
}

.page__container {
  width: 100%;
}

/*=====
  footer
=====*/
footer {
  background-color: black;
  padding-top: 4rem;
  padding-bottom: 3.5rem;
}
footer a {
  transition: opacity 0.1s ease-out;
}
@media (pointer: fine) {
  footer a:hover {
    opacity: 0.75;
  }
}

.footer__content {
  max-width: 60rem;
  width: calc(100% - 40px);
  display: grid;
  margin: 0 auto;
  grid-template-areas: "mark hotel sphr" "mark hotelgc sphr" "copyright copyright copyright";
  grid-template-columns: 48px 1fr 87px;
  grid-template-rows: repeat(2, 21px) auto;
}
@media screen and (min-width: 576px) {
  .footer__content {
    grid-template-areas: "mark hotel hotelgc sphr" "mark copyright copyright sphr";
    grid-template-columns: 5.5rem 8.15rem 1fr 9.1rem;
    grid-template-rows: 2.35rem 2.15rem;
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 992px) {
  .footer__content {
    width: calc(100% - 200px);
  }
}
.footer__content .logo-mark {
  grid-area: mark;
}
.footer__content .logo-mark > a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/logo-kawana-white@2x.webp) 0 0/contain no-repeat;
  display: block;
  height: 100%;
  width: 30px;
}
@media screen and (min-width: 576px) {
  .footer__content .logo-mark > a {
    width: 3.25rem;
  }
}
.footer__content .logo-hotel {
  grid-area: hotel;
}
.footer__content .logo-hotel > a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/logo-kawana-hotel-white@2x.webp) 0 50%/auto 13px no-repeat;
  display: block;
  width: 57px;
  height: 100%;
}
@media screen and (min-width: 576px) {
  .footer__content .logo-hotel > a {
    background-size: auto 1.35rem;
    width: 5.9rem;
  }
}
.footer__content .logo-golfcourse {
  grid-area: hotelgc;
}
.footer__content .logo-golfcourse > a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/logo-kawana-hotel-gc-white@2x.webp) 0 50%/auto 13px no-repeat;
  display: block;
  height: 100%;
  width: 117px;
}
@media screen and (min-width: 576px) {
  .footer__content .logo-golfcourse > a {
    background-size: auto 1.35rem;
    width: 12.15rem;
  }
}
.footer__content .copyright {
  grid-area: copyright;
  font-family: "Playfair Display", serif;
  font-size: 9px;
  letter-spacing: 0.06em;
  line-height: 1.35;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 576px) {
  .footer__content .copyright {
    font-size: 0.8rem;
    margin-top: 0.6875em;
    text-align: left;
  }
}
.footer__content .logo-seibu-prince {
  grid-area: sphr;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.footer__content .logo-seibu-prince > a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/logo-seibu-prince-hr-white@2x.webp) 0 0/contain no-repeat;
  display: block;
  width: 100%;
  height: 22px;
  margin-bottom: 4px;
}
@media screen and (min-width: 576px) {
  .footer__content .logo-seibu-prince > a {
    height: 2.25rem;
    margin-bottom: 0.45rem;
  }
}

/*==========
// nav
// ページメニュー
==========*/
aside {
  width: 100%;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  background-color: transparent;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: background-color 0.5s ease-out;
  z-index: 20;
}
aside .navbtn {
  width: 5vw;
  height: 5vw;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/aside-icon-open.svg) 0 0/contain no-repeat;
  cursor: pointer;
  pointer-events: all;
  position: absolute;
  right: 5vw;
  top: 3.4375vw;
  transition-duration: 1s, 0.1s;
  transition-property: transform, filter;
  transition-timing-function: ease-out;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media (pointer: fine) {
  aside .navbtn:hover {
    filter: drop-shadow(0 0 2px #fff);
  }
}
aside nav {
  height: 100%;
  opacity: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-bottom: 5.5rem;
  padding-top: 5.5rem;
  transition: opacity 0.5s ease-out;
}
aside nav > ul {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 3.75rem 0;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
aside nav > ul > li > .link {
  display: block;
  line-height: 1.5;
}
aside nav > ul > li > .link .en {
  color: #b6a279;
  font-family: "Bodoni Moda", "Shippori Mincho", "YuMincho", "游明朝体", "Yu Mincho", "游明朝", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", serif;
  font-optical-sizing: none;
  font-size: 1.9rem;
  font-weight: 600;
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  letter-spacing: 0.08em;
}
aside nav > ul > li > .link .ja {
  color: white;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  margin-top: 0.4em;
}
@media (pointer: fine) {
  aside nav > ul > li a.link {
    transition: filter 0.1s ease-out;
  }
  aside nav > ul > li a.link:hover {
    filter: brightness(1.5);
  }
}
aside nav > ul > li .link.mark-90th {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 11rem;
  height: 10.9rem;
  background: url(../img/aside-logo-90th@2x.webp) 50% 50%/contain no-repeat;
  margin-bottom: 0.5rem;
}
aside nav > ul > li .link.logomark {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 5.4rem;
  height: 7.55rem;
  background: url(../img/logo-kawana-white@2x.webp) 50% 50%/contain no-repeat;
  margin-top: 5.25rem;
}

aside.opened {
  background-color: #0a1232;
}
aside.opened .navbtn {
  background-image: url(../img/aside-icon-close.svg);
  transform: translateX(-85vw);
}
aside.opened nav {
  opacity: 1;
  pointer-events: all;
}

.page__backtotop {
  bottom: 3.4375vw;
  height: 50px;
  position: fixed;
  right: 5vw;
  width: 50px;
  z-index: 19;
}
.page__backtotop > a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: rgba(5, 9, 26, 0.5) url(../img/backtotop-arrow.svg) 0 0/contain no-repeat;
  border-radius: 50%;
  display: block;
  height: 100%;
  width: 100%;
  transition-duration: 0.1s;
  transition-property: filter, background-color;
  transition-timing-function: ease-out;
}
@media (pointer: fine) {
  .page__backtotop > a:hover {
    background-color: #05091a;
    filter: brightness(1.4);
  }
}
.page__backtotop > a:active {
  background-color: #05091a;
  filter: brightness(1.4);
}

/*=====
  title__sect
  "90th Anniversary"
=====*/
section.title__sect {
  padding-bottom: 4.9875rem;
}
@media screen and (min-width: 576px) {
  section.title__sect {
    padding-bottom: 6.65rem;
  }
}
section.title__sect .cmn__contwidth {
  padding-top: 5.39rem;
}
@media screen and (min-width: 576px) {
  section.title__sect .cmn__contwidth {
    padding-top: 7.7rem;
  }
}
section.title__sect .cmn__contwidth h1 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  aspect-ratio: 1044/205;
  background: url(../img/title-heading@2x.webp) 50% 50%/contain no-repeat;
}
section.title__sect .cmn__contwidth p.lead {
  font-size: 2.25rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.822;
  margin-top: 1.7777777778em;
  text-align: center;
}
section.title__sect .cmn__contwidth p.lead-en {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: "Bodoni Moda", "Shippori Mincho", "YuMincho", "游明朝体", "Yu Mincho", "游明朝", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", serif;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 2;
  margin-top: 0.5909090909em;
  text-align: center;
}
section.title__sect .cmn__contwidth p.desc {
  font-size: 1.43rem;
  font-weight: 500;
  line-height: 2.076;
  letter-spacing: -0.02em;
  margin-top: 2.8846153846em;
  text-align: center;
}
@media screen and (min-width: 576px) {
  section.title__sect .cmn__contwidth p.desc {
    font-size: 1.3rem;
  }
}

.title__slide {
  aspect-ratio: 1600/900;
  position: relative;
  width: 100%;
}
.title__slide > picture {
  aspect-ratio: 1600/900;
  left: 0;
  position: absolute;
  opacity: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.title__slide > picture.current {
  animation: title_slide_anim 2s ease-in 0s 1 normal both;
  opacity: 0;
  z-index: 3;
}
.title__slide > picture.last {
  opacity: 1;
  z-index: 2;
}
@keyframes title_slide_anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.title__slide .logo-90th {
  animation: title_slide_anim 3s ease-in 1s 1 normal both;
  aspect-ratio: 1600/900;
  background: url(../img/title-logo-90th.webp) 50% 50%/auto 18.125vw no-repeat;
  position: relative;
  width: 100%;
  z-index: 10;
}

/*=====
  sect-histo
  "History"
=====*/
.histo__head {
  aspect-ratio: 1600/800;
  background: url(../img/histo-title-img.webp) 50% 0/cover no-repeat;
}
.histo__head .cmn__contwidth {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-bottom: 3.25vw;
}
@media screen and (min-width: 576px) {
  .histo__head .cmn__contwidth {
    padding-bottom: 5.2rem;
  }
}
.histo__head h2 {
  color: #aa9355;
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: "Bodoni Moda", "Shippori Mincho", "YuMincho", "游明朝体", "Yu Mincho", "游明朝", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", serif;
  font-optical-sizing: none;
  font-weight: 600;
  text-align: right;
  font-size: 5.4rem;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 375px) {
  .histo__head h2 {
    font-size: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .histo__head h2 {
    text-shadow: none;
  }
}
.histo__head p.desc {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.8636363636;
  margin-top: 1em;
  text-align: right;
}
@media screen and (min-width: 375px) {
  .histo__head p.desc {
    font-size: 13px;
  }
}
@media screen and (min-width: 576px) {
  .histo__head p.desc {
    font-size: 1.1rem;
    margin-top: 2.5454545455em;
  }
}

.histo__subnav-basearea {
  height: 6.5rem;
}
.histo__subnav-basearea > nav {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2509803922);
  display: flex;
  height: 6.5rem;
  width: 100%;
}
.histo__subnav-basearea > nav > ul.cmn__contwidth {
  align-items: center;
  display: flex;
  height: 3.4rem;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto;
  max-width: 432px;
  padding-left: 0;
}
@media screen and (min-width: 576px) {
  .histo__subnav-basearea > nav > ul.cmn__contwidth {
    padding: 0 4rem;
    max-width: 100%;
  }
}
.histo__subnav-basearea > nav > ul.cmn__contwidth > li {
  height: 100%;
}
.histo__subnav-basearea > nav > ul.cmn__contwidth > li > a {
  align-items: center;
  border-bottom: 0.5px solid transparent;
  border-top: 0.5px solid transparent;
  color: #b6a279;
  display: flex;
  font-family: "Bodoni Moda", "Shippori Mincho", "YuMincho", "游明朝体", "Yu Mincho", "游明朝", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", serif;
  font-size: 12px;
  font-weight: 500;
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  height: 100%;
  letter-spacing: 0.01em;
  line-height: 1;
}
@media screen and (min-width: 375px) {
  .histo__subnav-basearea > nav > ul.cmn__contwidth > li > a {
    font-size: 14px;
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 576px) {
  .histo__subnav-basearea > nav > ul.cmn__contwidth > li > a {
    font-size: 1.5rem;
    letter-spacing: 0.13em;
  }
}
@media screen and (min-width: 576px) {
  .histo__subnav-basearea > nav > ul.cmn__contwidth > li > a.prol {
    font-size: 1.55rem;
    letter-spacing: 0.07em;
  }
}
.histo__subnav-basearea > nav > ul.cmn__contwidth > li > a > span {
  font-size: 0.7em;
  margin-top: 0.2em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
}
.histo__subnav-basearea > nav > ul.cmn__contwidth > li > a.active {
  border-bottom-color: #b6a279;
}
@media (pointer: fine) {
  .histo__subnav-basearea > nav > ul.cmn__contwidth > li > a {
    transition-duration: 0.35s;
    transition-property: border-bottom-color, filter;
    transition-timing-function: ease-out;
  }
  .histo__subnav-basearea > nav > ul.cmn__contwidth > li > a:hover {
    border-bottom: 0.5px solid #b6a279;
    filter: brightness(1.6);
  }
}

.histo__subnav-endarea {
  height: 6.5rem;
}

.histo__body p.lead-en {
  font-family: "Bodoni Moda", "Shippori Mincho", "YuMincho", "游明朝体", "Yu Mincho", "游明朝", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", serif;
  font-optical-sizing: none;
  font-size: 1rem;
  font-weight: 400;
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  letter-spacing: 0.02em;
  line-height: 2;
  margin-top: 5.15em;
  text-align: center;
}

.histo__charts-container {
  height: 100%;
  margin: 0 auto;
  max-width: 45.05rem;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .histo__charts-container {
    width: 45.05rem;
  }
}
.histo__charts-container h3 {
  color: #b6a279;
  font-family: "Bodoni Moda", "Shippori Mincho", "YuMincho", "游明朝体", "Yu Mincho", "游明朝", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", serif;
  font-optical-sizing: none;
  font-size: 2.96rem;
  font-weight: 600;
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  letter-spacing: 0.123em;
  margin-bottom: 0.6081081081em;
  padding-top: 2.222972973em;
  text-align: center;
}
@media screen and (min-width: 375px) {
  .histo__charts-container h3 {
    font-size: 3.515rem;
  }
}
@media screen and (min-width: 576px) {
  .histo__charts-container h3 {
    font-size: 3.7rem;
    margin-bottom: 0.6081081081em;
    padding-top: 1.2702702703em;
  }
}
.histo__charts-container h3#chart_prol {
  font-size: 3rem;
  letter-spacing: 0.08em;
  padding-top: 0.84em;
}
@media screen and (min-width: 375px) {
  .histo__charts-container h3#chart_prol {
    font-size: 3.375rem;
  }
}
@media screen and (min-width: 375px) {
  .histo__charts-container h3#chart_prol {
    font-size: 3.75rem;
  }
}
.histo__charts-container h3 > span {
  font-family: "Shippori Mincho", "YuMincho", "游明朝体", "Yu Mincho", "游明朝", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", serif;
  font-size: 0.7027027027em;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.histo__chart {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .histo__chart {
    align-content: center;
    display: grid;
    gap: 0;
    grid-template-columns: minmax(0, 0.5fr) 1px minmax(0, 0.5fr);
  }
}
.histo__chart .vline {
  display: none;
}
@media screen and (min-width: 576px) {
  .histo__chart .vline {
    background-color: #b6a279;
    display: block;
    grid-area: vl;
    width: 0.5px;
  }
}
@media screen and (max-width: 575px) {
  .histo__chart > [class*=item-] .body-text {
    flex: 2 1 auto;
  }
  .histo__chart > [class*=item-]:nth-child(odd) .date {
    text-align: left;
  }
  .histo__chart > [class*=item-]:nth-child(odd) figure {
    order: 1;
  }
  .histo__chart > [class*=item-]:nth-child(odd) .item-body .body-text {
    order: 2;
    text-align: left;
  }
  .histo__chart > [class*=item-]:nth-child(odd) .item-body .body-text p {
    text-align: left;
  }
  .histo__chart > [class*=item-]:nth-of-type(even) .date {
    text-align: right;
  }
  .histo__chart > [class*=item-]:nth-of-type(even) figure {
    order: 2;
  }
  .histo__chart > [class*=item-]:nth-of-type(even) .item-body .body-text {
    order: 1;
    text-align: right;
  }
  .histo__chart > [class*=item-]:nth-of-type(even) .item-body .body-text p {
    text-align: right;
  }
}
.histo__chart > [class*=item-] .date {
  color: #b6a279;
  font-family: "Bodoni Moda", "Shippori Mincho", "YuMincho", "游明朝体", "Yu Mincho", "游明朝", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", serif;
  font-optical-sizing: none;
  font-size: 1.8975rem;
  font-weight: 600;
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  letter-spacing: 0.125em;
  line-height: 1;
  margin: 1.25em 0 0.35em;
  position: relative;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .histo__chart > [class*=item-] .date {
    display: flex;
    font-size: 1.65rem;
    gap: 0 0.75rem;
    line-height: 0.65;
    margin: 0;
    padding-top: 0.696969697em;
    text-align: left;
  }
}
.histo__chart > [class*=item-] .date.large {
  font-size: 2.2rem;
}
.histo__chart > [class*=item-] .date > .label > span {
  font-family: "Shippori Mincho", "YuMincho", "游明朝体", "Yu Mincho", "游明朝", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", serif;
  font-size: 0.6666666667em;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.histo__chart > [class*=item-] .item-body {
  display: flex;
  gap: 1.5em;
}
@media screen and (min-width: 576px) {
  .histo__chart > [class*=item-] .item-body {
    display: block;
  }
}
.histo__chart > [class*=item-] .item-body figure {
  flex: 0 0 auto;
  margin-top: 0.25em;
}
@media screen and (min-width: 576px) {
  .histo__chart > [class*=item-] .item-body figure {
    margin-top: 1.4rem;
  }
}
.histo__chart > [class*=item-] .item-body figure.vert {
  width: 100px;
}
@media screen and (min-width: 576px) {
  .histo__chart > [class*=item-] .item-body figure.vert {
    width: 13.5rem;
  }
}
.histo__chart > [class*=item-] .item-body figure.hori {
  width: 130px;
}
@media screen and (min-width: 576px) {
  .histo__chart > [class*=item-] .item-body figure.hori {
    width: 17.5rem;
  }
}
.histo__chart > [class*=item-] .item-body h4 {
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.5769230769;
}
@media screen and (min-width: 375px) {
  .histo__chart > [class*=item-] .item-body h4 {
    font-size: 1.4755rem;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart > [class*=item-] .item-body h4 {
    font-size: 1.3rem;
    margin-top: 0.7692307692em;
  }
}
.histo__chart > [class*=item-] .item-body p {
  line-height: 1.75;
  margin-top: 0.35em;
  text-align: justify;
  font-size: max(11px, 1rem);
  letter-spacing: -0.015em;
}
@media screen and (min-width: 375px) {
  .histo__chart > [class*=item-] .item-body p {
    font-size: max(12px, 1rem);
  }
}
@media screen and (min-width: 576px) {
  .histo__chart > [class*=item-] .item-body p {
    font-size: 1rem;
    letter-spacing: -0.05em;
  }
}
.histo__chart > [class*=item-] .item-body .link {
  margin-top: 0.4rem;
}
.histo__chart > [class*=item-] .item-body .link > a {
  font-family: "Bodoni Moda", "Shippori Mincho", "YuMincho", "游明朝体", "Yu Mincho", "游明朝", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", serif;
  font-size: max(11px, 0.9rem);
  font-weight: 500;
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  border-bottom: 0.5px solid transparent;
  color: #b6a279;
  letter-spacing: 0.13em;
  line-height: 1;
}
@media screen and (min-width: 375px) {
  .histo__chart > [class*=item-] .item-body .link > a {
    font-size: max(12px, 0.9rem);
  }
}
@media screen and (min-width: 576px) {
  .histo__chart > [class*=item-] .item-body .link > a {
    font-size: 0.9rem;
  }
}
.histo__chart > [class*=item-] .item-body .link > a span.num {
  font-size: 1.5em;
}
.histo__chart > [class*=item-] .item-body .link > a::before {
  background: url(../img/more-arrow.svg) 0 0/contain no-repeat;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1.1111111111em;
}
@media (pointer: fine) {
  .histo__chart > [class*=item-] .item-body .link > a {
    transition-property: border-bottom-color, filter;
    transition-duration: 0.15s;
    transition-timing-function: ease-out;
  }
  .histo__chart > [class*=item-] .item-body .link > a:hover {
    filter: brightness(1.5);
    border-bottom-color: #b6a279;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart > [class*=item-].left .item-body {
    width: 17.5rem;
  }
  .histo__chart > [class*=item-].left .date::after {
    content: "";
    border-bottom: 0.5px solid #b6a279;
    flex: 2 0 auto;
  }
  .histo__chart > [class*=item-].left .date::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #b6a279;
    right: -4px;
    bottom: -3.5px;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart > [class*=item-].right .item-body {
    width: 17.5rem;
    margin-left: 5rem;
  }
  .histo__chart > [class*=item-].right .date::before {
    content: "";
    border-bottom: 0.5px solid #b6a279;
    flex: 0 0 4.25rem;
  }
  .histo__chart > [class*=item-].right .date::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #b6a279;
    left: -4px;
    bottom: -3.5px;
  }
}

@media screen and (min-width: 576px) {
  .histo__chart.prologue {
    grid-template-areas: "item-1 vl item-2" "item-3 vl item-2" "item-3 vl item-4" "item-5 vl item-4" "item-5 vl item-6" "item-7 vl item-6";
    grid-template-rows: minmax(34.5rem, auto) minmax(5.4rem, auto) minmax(22.65rem, auto) minmax(5.3rem, auto) minmax(24.4rem, auto) minmax(8.1rem, auto);
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.prologue .item-1 {
    grid-area: item-1;
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.prologue .item-2 {
    grid-area: item-2;
    margin-top: 7rem;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.prologue .item-3 {
    grid-area: item-3;
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.prologue .item-4 {
    grid-area: item-4;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.prologue .item-5 {
    grid-area: item-5;
    margin-bottom: 2rem;
  }
}
.histo__chart.prologue .item-6 {
  grid-area: item-6;
}
@media screen and (min-width: 576px) {
  .histo__chart.prologue .item-6 {
    margin-bottom: 2rem;
  }
}
.histo__chart.prologue .item-7 {
  grid-area: item-7;
}

@media screen and (min-width: 576px) {
  .histo__chart.y1936 {
    grid-template-areas: "item-1 vl item-2" "item-1 vl item-3" "item-4 vl item-3" "item-4 vl item-5" "item-6 vl item-5" "item-7 vl item-5";
    grid-template-rows: repeat(6, auto);
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y1936 .item-1 {
    grid-area: item-1;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y1936 .item-2 {
    grid-area: item-2;
    padding-top: 5.5rem;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y1936 .item-3 {
    grid-area: item-3;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y1936 .item-4 {
    grid-area: item-4;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y1936 .item-5 {
    grid-area: item-5;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y1936 .item-6 {
    grid-area: item-6;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y1936 .item-7 {
    grid-area: item-7;
  }
}

@media screen and (min-width: 576px) {
  .histo__chart.y1950 {
    grid-template-areas: "item-1 vl item-2" "item-3 vl item-2" "item-4 vl item-2" "item-4 vl item-5" "item-4 vl item-6" "item-7 vl item-6" "item-7 vl item-8" "item-9 vl item-8" "item-10 vl item-8" "item-10 vl item-11";
    grid-template-rows: repeat(10, auto);
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y1950 .item-1 {
    grid-area: item-1;
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y1950 .item-2 {
    grid-area: item-2;
    padding-top: 7.5rem;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y1950 .item-3 {
    grid-area: item-3;
    padding-bottom: 3.5rem;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y1950 .item-4 {
    grid-area: item-4;
    padding-bottom: 3.5rem;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y1950 .item-5 {
    grid-area: item-5;
    padding-bottom: 3.5rem;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y1950 .item-6 {
    grid-area: item-6;
    padding-bottom: 3.5rem;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y1950 .item-7 {
    grid-area: item-7;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y1950 .item-8 {
    grid-area: item-8;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y1950 .item-9 {
    grid-area: item-9;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y1950 .item-10 {
    grid-area: item-10;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y1950 .item-11 {
    grid-area: item-11;
  }
}

@media screen and (min-width: 576px) {
  .histo__chart.y1970 {
    grid-template-areas: "item-1 vl item-2" "item-3 vl item-2" "item-3 vl item-4" "item-3 vl item-5" "item-3 vl item-6" "item-7 vl item-6" "item-7 vl item-8" "item-9 vl item-8" "item-9 vl item-10" "item-11 vl item-10";
    grid-template-rows: repeat(10, auto);
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y1970 .item-1 {
    grid-area: item-1;
    padding-bottom: 3.25rem;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y1970 .item-2 {
    grid-area: item-2;
    padding-top: 5.75rem;
    padding-bottom: 3.5rem;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y1970 .item-3 {
    grid-area: item-3;
    padding-bottom: 3.5rem;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y1970 .item-4 {
    grid-area: item-4;
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y1970 .item-5 {
    grid-area: item-5;
    padding-bottom: 3.5rem;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y1970 .item-6 {
    grid-area: item-6;
    padding-bottom: 4.5rem;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y1970 .item-7 {
    grid-area: item-7;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y1970 .item-8 {
    grid-area: item-8;
    padding-bottom: 2.25rem;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y1970 .item-9 {
    grid-area: item-9;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y1970 .item-10 {
    grid-area: item-10;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y1970 .item-11 {
    grid-area: item-11;
  }
}

@media screen and (min-width: 576px) {
  .histo__chart.y2000 {
    grid-template-areas: "item-1 vl item-2" "item-3 vl item-2" "item-3 vl item-4" "item-3 vl item-5" "item-6 vl item-5" "item-6 vl item-7" "item-8 vl item-7" "item-8 vl item-9" "item-8 vl item-10" "item-8 vl item-11" "item-12 vl item-11" "item-13 vl item-11" "item-13 vl item-14" "item-15 vl item-14" "item-15 vl item-16" "item-17 vl item-16";
    grid-template-rows: auto;
    grid-template-rows: repeat(4, auto) 5rem auto 5rem repeat(9, auto);
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y2000 .item-1 {
    grid-area: item-1;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y2000 .item-2 {
    grid-area: item-2;
    padding-top: 5.5rem;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y2000 .item-3 {
    grid-area: item-3;
    padding-bottom: 7.5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y2000 .item-4 {
    grid-area: item-4;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y2000 .item-5 {
    grid-area: item-5;
    padding-bottom: 2.25rem;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y2000 .item-6 {
    grid-area: item-6;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y2000 .item-7 {
    grid-area: item-7;
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y2000 .item-8 {
    grid-area: item-8;
    padding-bottom: 3.5rem;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y2000 .item-9 {
    grid-area: item-9;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y2000 .item-10 {
    grid-area: item-10;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y2000 .item-11 {
    grid-area: item-11;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y2000 .item-12 {
    grid-area: item-12;
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y2000 .item-13 {
    grid-area: item-13;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y2000 .item-14 {
    grid-area: item-14;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y2000 .item-15 {
    grid-area: item-15;
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y2000 .item-16 {
    grid-area: item-16;
  }
}
@media screen and (min-width: 576px) {
  .histo__chart.y2000 .item-17 {
    grid-area: item-17;
    padding-bottom: 3rem;
  }
}

/*=====
  sect-histo
  "Time Trip Gallery"
=====*/
.galle__sect {
  background-color: #F8F3E3;
  color: black;
  padding-top: 7.2rem;
  padding-bottom: 11.1rem;
}
@media screen and (min-width: 576px) {
  .galle__sect {
    padding-top: 9.6rem;
    padding-bottom: 14.8rem;
  }
}

.galle__head .container {
  margin: 0 auto;
  max-width: 45rem;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .galle__head .container {
    width: 45rem;
  }
}
.galle__head h2 {
  color: #0a1232;
  font-family: "Bodoni Moda", "Shippori Mincho", "YuMincho", "游明朝体", "Yu Mincho", "游明朝", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", serif;
  font-optical-sizing: none;
  font-size: 4.5rem;
  font-weight: 600;
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  letter-spacing: 0.01em;
  line-height: 1.2;
}
@media screen and (max-width: 419px) {
  .galle__head h2 {
    display: flex;
    flex-direction: column;
  }
}
.galle__head h2 span.small {
  font-size: 0.5111111111em;
}
.galle__head h2 span.gold {
  color: #aa9355;
}
.galle__head p {
  font-size: max(12px, 1.1rem);
  line-height: 1.8636363636;
  margin-top: 1.8636363636em;
  letter-spacing: -0.01em;
}

.galle__player {
  font-family: "Bodoni Moda", "Shippori Mincho", "YuMincho", "游明朝体", "Yu Mincho", "游明朝", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", serif;
  font-optical-sizing: none;
  font-weight: 500;
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  margin-top: 2.35rem;
}
@media screen and (min-width: 576px) {
  .galle__player .link-wrapper {
    padding: 0 4rem;
  }
}

ul.upper-switcher {
  color: #0a1232;
  display: flex;
  flex-wrap: wrap;
  font-size: max(11px, 1.2rem);
  justify-content: center;
  letter-spacing: 0.04em;
  line-height: 2.0833333333;
  list-style: none;
  margin: 0 auto;
  max-width: 45rem;
  padding: 0;
}
@media screen and (min-width: 375px) {
  ul.upper-switcher {
    font-size: max(13px, 1.2rem);
  }
}
ul.upper-switcher > li:nth-of-type(1)::after {
  content: "/";
  margin: 0 1em;
}
ul.upper-switcher > li:nth-of-type(1) {
  margin-left: 2em;
}
ul.upper-switcher > li:nth-of-type(2) {
  margin-right: 2em;
}
ul.upper-switcher > li:nth-of-type(3)::after {
  content: "/";
  margin: 0 1em;
}
ul.upper-switcher > li:nth-of-type(3) {
  margin-left: 6.3em;
}
ul.upper-switcher > li:nth-of-type(4) {
  margin-right: 6.3em;
}
ul.upper-switcher > li:nth-of-type(5)::after {
  content: "/";
  margin: 0 1em;
}
ul.upper-switcher > li:nth-of-type(5) {
  margin-left: 1em;
}
ul.upper-switcher > li:nth-of-type(6) {
  margin-right: 1em;
}
@media screen and (min-width: 465px) {
  ul.upper-switcher > li:nth-of-type(1)::after {
    content: "/";
    margin: 0 1em;
  }
  ul.upper-switcher > li:nth-of-type(1) {
    margin-left: 0em;
  }
  ul.upper-switcher > li:nth-of-type(2) {
    margin-right: 0em;
  }
  ul.upper-switcher > li:nth-of-type(2)::after {
    content: "/";
    margin: 0 1em;
  }
  ul.upper-switcher > li:nth-of-type(3)::after {
    content: "/";
    margin: 0 1em;
  }
  ul.upper-switcher > li:nth-of-type(3) {
    margin-left: 0em;
  }
  ul.upper-switcher > li:nth-of-type(4) {
    margin-right: 0em;
  }
  ul.upper-switcher > li:nth-of-type(5)::after {
    content: "/";
    margin: 0 1em;
  }
  ul.upper-switcher > li:nth-of-type(5) {
    margin-left: 0em;
  }
  ul.upper-switcher > li:nth-of-type(6) {
    margin-right: 0em;
  }
}
ul.upper-switcher > li label {
  color: #0a1232;
  cursor: pointer;
}
@media (pointer: fine) {
  ul.upper-switcher > li label {
    transition: color 0.1s ease-out;
  }
  ul.upper-switcher > li label:hover {
    color: #aa9355;
  }
}
ul.upper-switcher > li input:checked + label {
  color: #aa9355;
}

ul.lower-switcher {
  color: #0a1232;
  display: flex;
  font-size: 1.5rem;
  justify-content: center;
  line-height: 2.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
ul.lower-switcher > li {
  display: flex;
}
ul.lower-switcher > li:first-of-type::after {
  content: "/";
  margin: 0 0.5em;
}
@media screen and (min-width: 375px) {
  ul.lower-switcher > li:first-of-type::after {
    margin: 0 0.75em;
  }
}
ul.lower-switcher label {
  color: #0a1232;
  cursor: pointer;
  display: flex;
  letter-spacing: 0.01em;
  border-bottom: 0.5px solid transparent;
}
@media screen and (min-width: 375px) {
  ul.lower-switcher label {
    letter-spacing: 0.035em;
  }
}
ul.lower-switcher label.active {
  color: #aa9355;
}
@media (pointer: fine) {
  ul.lower-switcher label {
    transition-property: border-bottom-color, color;
    transition-duration: 0.1s;
    transition-timing-function: ease-out;
  }
  ul.lower-switcher label:hover {
    color: #aa9355;
    border-bottom-color: #aa9355;
  }
}
ul.lower-switcher label > span {
  font-size: 0.75em;
  display: inline-block;
  vertical-align: top;
}
ul.lower-switcher input:checked + label {
  color: #aa9355;
  border-bottom-color: #aa9355;
}

.galle__player-screen-row {
  display: grid;
  grid-template-areas: "prev screen next";
  grid-template-columns: 5.8824% 88.2352% 5.8824%;
  margin: 1.9rem auto 1.9rem;
  max-width: 51rem;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .galle__player-screen-row {
    width: 51rem;
  }
}
.galle__player-screen-row .screen {
  grid-area: screen;
  background-color: #fff;
  box-shadow: 0.75rem 0.75rem 2rem rgba(0, 0, 0, 0.2);
  padding: 0.5rem;
  position: relative;
}
.galle__player-screen-row .screen .photo-frame {
  aspect-ratio: 880/570;
  position: relative;
  width: 100%;
  height: 100%;
}
.galle__player-screen-row .screen img {
  display: block;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.galle__player-screen-row .screen img.active {
  animation: picFadeIn 1s ease-out 0s 1 normal both;
  opacity: 0;
  z-index: 3;
}
.galle__player-screen-row .screen img.previous {
  opacity: 1;
  z-index: 2;
}
@keyframes picFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.galle__player-screen-row .btn-prev,
.galle__player-screen-row .btn-next {
  cursor: pointer;
}
@media (pointer: fine) {
  .galle__player-screen-row .btn-prev,
  .galle__player-screen-row .btn-next {
    transition: filter 0.1s ease-out;
  }
  .galle__player-screen-row .btn-prev:hover,
  .galle__player-screen-row .btn-next:hover {
    filter: brightness(0.5);
  }
}
.galle__player-screen-row .btn-prev {
  grid-area: prev;
  background: url(../img/galle-prev.svg) 0 50%/2rem auto no-repeat;
}
.galle__player-screen-row .btn-next {
  grid-area: next;
  background: url(../img/galle-next.svg) 100% 50%/2rem auto no-repeat;
}

/*==========
// episo-head
// Episode: タイトル部分
==========*/
.episo__title {
  aspect-ratio: 2/1;
  background: url(../episode/img/title@1x.webp) 0 0/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .episo__title {
    background-image: url(../episode/img/title@2x.webp);
  }
}
.episo__title .cmn__contwidth {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-bottom: 3.375vw;
}
@media screen and (min-width: 576px) {
  .episo__title .cmn__contwidth {
    padding-bottom: 5.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .episo__title .cmn__contwidth {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.episo__title h1 {
  color: #aa9355;
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: "Bodoni Moda", "Shippori Mincho", "YuMincho", "游明朝体", "Yu Mincho", "游明朝", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", serif;
  font-optical-sizing: none;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: 5.4rem;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 375px) {
  .episo__title h1 {
    font-size: 6rem;
  }
}
.episo__title p {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.8636363636;
  margin-top: 1em;
}
@media screen and (min-width: 375px) {
  .episo__title p {
    font-size: 13px;
  }
}
@media screen and (min-width: 576px) {
  .episo__title p {
    font-size: 1.1rem;
    margin-top: 2.7272727273em;
  }
}

/*==========
// episo-nav
// Episode: ナビ部分
==========*/
body.episode main {
  position: relative;
}

nav.episo__nav {
  font-family: "Bodoni Moda", "Shippori Mincho", "YuMincho", "游明朝体", "Yu Mincho", "游明朝", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", serif;
  font-weight: 600;
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  pointer-events: none;
  position: sticky;
  top: -182px;
  transition: top 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
}
nav.episo__nav.opened {
  top: 0;
  z-index: 100;
}
@media screen and (min-width: 576px) {
  nav.episo__nav {
    top: -128px;
  }
}
@media screen and (min-width: 768px) {
  nav.episo__nav {
    backdrop-filter: blur(6px);
    background-color: rgba(7, 13, 37, 0.8);
    top: 0;
  }
  nav.episo__nav.opened {
    z-index: inherit;
  }
}
nav.episo__nav .episo__nav-content {
  display: grid;
  grid-template-areas: "links" "label";
  position: relative;
}
@media screen and (min-width: 768px) {
  nav.episo__nav .episo__nav-content {
    gap: 20px;
    grid-template-areas: "label links";
    grid-template-columns: auto 1fr;
    margin: 0 auto;
    width: 658px;
  }
}
@media screen and (min-width: 992px) {
  nav.episo__nav .episo__nav-content {
    gap: 32px;
    width: 800px;
  }
}
@media screen and (min-width: 1200px) {
  nav.episo__nav .episo__nav-content {
    grid-template-columns: auto;
    margin: 0 auto;
    width: 1060px;
  }
}
@media screen and (min-width: 1600px) {
  nav.episo__nav .episo__nav-content {
    justify-content: end;
    width: 1060px;
  }
}
nav.episo__nav .label {
  backdrop-filter: blur(6px);
  background-color: rgba(7, 13, 37, 0.8);
  border-radius: 0 0 18px 0;
  color: #b6a279;
  font-size: 15px;
  grid-area: label;
  letter-spacing: 0.04em;
  line-height: 48px;
  padding: 0;
  pointer-events: all;
  text-align: center;
  width: 8.1em;
}
@media screen and (max-width: 767px) {
  nav.episo__nav .label:active {
    background-color: #000;
  }
}
@media screen and (min-width: 768px) {
  nav.episo__nav .label {
    align-items: center;
    backdrop-filter: unset;
    background-color: transparent;
    display: flex;
    font-size: 20px;
    justify-content: flex-end;
    pointer-events: none;
    text-align: initial;
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  nav.episo__nav .label {
    font-size: 27px;
  }
}
nav.episo__nav .links {
  backdrop-filter: blur(6px);
  background-color: rgba(7, 13, 37, 0.8);
  grid-area: links;
}
@media screen and (min-width: 768px) {
  nav.episo__nav .links {
    backdrop-filter: unset;
    background-color: transparent;
  }
}
nav.episo__nav .links ul {
  display: grid;
  font-size: 27px;
  gap: 20px 0;
  grid-template-columns: repeat(6, 36px);
  justify-content: space-between;
  letter-spacing: 0.09em;
  line-height: 1.2222222222;
  list-style: none;
  margin: 0 22px;
  margin: 0 6.25vw;
  padding: 20px 0;
}
@media screen and (min-width: 576px) {
  nav.episo__nav .links ul {
    grid-template-columns: repeat(9, 36px);
    padding-left: 5px;
    padding-right: 5px;
    width: 508px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  nav.episo__nav .links ul {
    justify-content: start;
    gap: 13px 18px;
    padding: 30px 0;
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  nav.episo__nav .links ul {
    padding: 40px 0;
    gap: 13px 31px;
  }
}
@media screen and (min-width: 1200px) {
  nav.episo__nav .links ul {
    padding: 47px 0;
    gap: 13px 35px;
  }
}
nav.episo__nav .links ul li > a {
  pointer-events: all;
  border-bottom: 1px solid transparent;
  color: #4d4947;
  display: block;
  height: 100%;
  width: 100%;
}
nav.episo__nav .links ul li > a.current, nav.episo__nav .links ul li > a:active {
  color: #b6a279;
  border-bottom-color: #b6a279;
}
@media (pointer: fine) {
  nav.episo__nav .links ul li > a:hover {
    color: #b6a279;
  }
}

/*==========
// episo-posts
// Episode: 記事部分
==========*/
.episo__posts {
  margin-top: 5.8rem;
  max-width: 900px;
  padding-bottom: 6.6rem;
}

article {
  font-size: clamp(13px, 1.6037735849vw, 17px);
  margin-top: 5.2941176471em;
  scroll-margin-top: 20vh;
}
article .episo__head {
  align-items: end;
  color: #b6a279;
  display: grid;
  font-size: 1em;
  gap: 0.2941176471em 0;
  grid-template-areas: "label title" "num title";
  grid-template-columns: 5.5294117647em 1fr;
}
article .episo__head span.label {
  font-family: "Bodoni Moda", "Shippori Mincho", "YuMincho", "游明朝体", "Yu Mincho", "游明朝", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", serif;
  font-size: 1em;
  font-weight: 400;
  grid-area: label;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
@media screen and (min-width: 576px) {
  article .episo__head span.label {
    font-size: 1.1764705882em;
  }
}
article .episo__head span.num {
  font-family: "Bodoni Moda", "Shippori Mincho", "YuMincho", "游明朝体", "Yu Mincho", "游明朝", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", serif;
  font-size: 2.4117647059em;
  font-weight: 500;
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  grid-area: num;
  letter-spacing: 0.2em;
  line-height: 1.0444444444;
}
@media screen and (min-width: 1200px) {
  article .episo__head span.num {
    font-size: 45px;
  }
}
article .episo__head span.title {
  font-size: 2.1764705882em;
  font-weight: 500;
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  grid-area: title;
  letter-spacing: 0.1em;
  line-height: 1.175;
}
@media screen and (min-width: 1200px) {
  article .episo__head span.title {
    font-size: 40px;
  }
}
article .episo__main {
  display: flex;
  flex-direction: column;
  gap: 2.5882352941em;
  margin-top: 2em;
}
article .episo__main p {
  line-height: 2.1176470588;
  letter-spacing: -0.04em;
  text-align: justify;
}
article .episo__main p + p {
  margin-top: 4px;
}
article .episo__main p + figure {
  margin-top: 2.5882352941em;
}
@media screen and (min-width: 576px) {
  article .episo__main figure {
    margin-top: 0.5882352941em;
  }
}
article .episo__main figure + figure {
  margin-top: 2.5882352941em;
}
article .episo__main figcaption {
  font-size: 0.8823529412em;
  letter-spacing: -0.04em;
  line-height: 1.6;
  margin-top: 1.2em;
}

@media screen and (min-width: 576px) {
  .episo__main.type-a {
    display: grid;
    grid-template-areas: "txt-1 pic-1" "txt-2 pic-2";
    grid-template-columns: repeat(2, 0.5fr);
    gap: 1.4705882353em 36px;
  }
}
@media screen and (min-width: 768px) {
  .episo__main.type-a {
    column-gap: 4.4705882353em;
  }
}

@media screen and (min-width: 576px) {
  .episo__main.type-b {
    display: flex;
    flex-direction: column;
    gap: 2.6470588235em;
  }
}
@media screen and (min-width: 576px) {
  .episo__main.type-b > .fig {
    display: grid;
    grid-template-columns: repeat(2, 0.5fr);
    gap: 1.4705882353em 36px;
  }
}
@media screen and (min-width: 768px) {
  .episo__main.type-b > .fig {
    column-gap: 4.4705882353em;
  }
}
@media screen and (min-width: 576px) {
  .episo__main.type-b > .fig figure {
    margin-top: 0;
  }
}

@media screen and (min-width: 576px) {
  .episo__main.type-c {
    display: grid;
    grid-template-columns: repeat(2, 0.5fr);
    gap: 1.4705882353em 36px;
  }
}
@media screen and (min-width: 768px) {
  .episo__main.type-c {
    column-gap: 4.4705882353em;
  }
}
/*# sourceMappingURL=style.css.map */
