@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  position: relative;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-family: inherit;
  border-radius: 0;
  color: inherit;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
  display: none;
}

input[type=number],
input[type=month],
input[type=datetime-local],
input[type=week],
input[type=time],
input[type=date] {
  -moz-appearance: textfield;
}

input[type=date]::-webkit-clear-button,
input[type=month]::-webkit-clear-button,
input[type=datetime-local]::-webkit-clear-button,
input[type=time]::-webkit-clear-button,
input[type=week]::-webkit-clear-button {
  -webkit-appearance: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

address {
  font-style: normal;
}

body * {
  box-sizing: border-box;
}

body {
  min-width: 1230px;
  font-size: 1rem;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  line-height: 1.75em;
  background: #fbf9f5;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
  }
}
body.is-open {
  overflow: hidden;
  overflow-x: auto;
  padding-inline-end: var(--scrollbar-width, 0);
}

.is-outside {
  margin: 0 -20px;
}
@media screen and (min-width: 1140px) {
  .is-outside {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

@media screen and (min-width: 1140px) {
  .is-outside-right {
    flex: 1;
    margin-right: calc(50% - 50vw);
  }
}

@media screen and (min-width: 1140px) {
  .is-outside-left {
    flex: 1;
    margin-left: calc(50% - 50vw);
  }
}

/* 共通 ------------------------------------- */
.mt0 {
  margin-top: 0em !important;
}

.mt1 {
  margin-top: 1em !important;
}

.mt2 {
  margin-top: 2em !important;
}

.mt3 {
  margin-top: 3em !important;
}

.mt4 {
  margin-top: 4em !important;
}

.mt5 {
  margin-top: 5em !important;
}

.mb0 {
  margin-bottom: 0em !important;
}

.mb1 {
  margin-bottom: 1em !important;
}

.mb2 {
  margin-bottom: 2em !important;
}

.mb3 {
  margin-bottom: 3em !important;
}

.mb4 {
  margin-bottom: 4em !important;
}

.mb5 {
  margin-bottom: 5em !important;
}

.pt0 {
  margin-top: 0em !important;
}

.pt1 {
  margin-top: 1em !important;
}

.pt2 {
  margin-top: 2em !important;
}

.pt3 {
  margin-top: 3em !important;
}

.pt4 {
  margin-top: 4em !important;
}

.pt5 {
  margin-top: 5em !important;
}

.pb0 {
  margin-bottom: 0em !important;
}

.pb1 {
  margin-bottom: 1em !important;
}

.pb2 {
  margin-bottom: 2em !important;
}

.pb3 {
  margin-bottom: 3em !important;
}

.pb4 {
  margin-bottom: 4em !important;
}

.pb5 {
  margin-bottom: 5em !important;
}

@media screen and (max-width: 1239px) {
  .hidden-xl-down {
    display: none !important;
  }
}

@media screen and (max-width: 1039px) {
  .hidden-pc-down {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media screen and (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media screen and (max-width: 374px) {
  .hidden-xxs-down {
    display: none !important;
  }
}

@media screen and (min-width: 1240px) {
  .hidden-xl-up {
    display: none !important;
  }
}

@media screen and (min-width: 1040px) {
  .hidden-pc-up {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media screen and (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media screen and (min-width: 481px) {
  .hidden-xs-up {
    display: none !important;
  }
}

@media screen and (min-width: 375px) {
  .hidden-xxs-up {
    display: none !important;
  }
}

[class^=icon-] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
[class^=icon-].c-white::before {
  background: #fff;
}
[class^=icon-]::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #000;
  transition: all 0.2s ease;
}

.icon-access::before {
  -webkit-mask-image: url(../img/common/icon-access.png);
          mask-image: url(../img/common/icon-access.png);
}

.icon-time::before {
  -webkit-mask-image: url(../img/common/icon-time.png);
          mask-image: url(../img/common/icon-time.png);
}

/* SNS */
.icon-x::before {
  -webkit-mask-image: url(../img/common/icon-x.svg);
          mask-image: url(../img/common/icon-x.svg);
}

.icon-instagram::before {
  -webkit-mask-image: url(../img/common/icon-instagram.svg);
          mask-image: url(../img/common/icon-instagram.svg);
}

.icon-line::before {
  -webkit-mask-image: url(../img/common/icon-line.svg);
          mask-image: url(../img/common/icon-line.svg);
}

.icon-youtube::before {
  -webkit-mask-image: url(../img/common/icon-youtube.svg);
          mask-image: url(../img/common/icon-youtube.svg);
}

/* ファイル */
.icon-pdf::before {
  -webkit-mask-image: url(../img/common/icon-pdf.png);
          mask-image: url(../img/common/icon-pdf.png);
  height: 1.5em;
}

.icon-word::before {
  -webkit-mask-image: url(../img/common/icon-word.svg);
          mask-image: url(../img/common/icon-word.svg);
  height: 1.5em;
}

.icon-excel::before {
  -webkit-mask-image: url(../img/common/icon-excel.svg);
          mask-image: url(../img/common/icon-excel.svg);
  height: 1.5em;
}

.icon-download::before {
  -webkit-mask-image: url(../img/common/icon-download.svg);
          mask-image: url(../img/common/icon-download.svg);
}

/* 別窓 */
.icon-blank::before {
  -webkit-mask-image: url(../img/common/icon-blank.svg);
          mask-image: url(../img/common/icon-blank.svg);
}

/* アニメーション ---------------------------------- */
.fadein {
  opacity: 0;
  transform: translateY(50px);
  transition: 1s ease;
}
.fadein.scrollin {
  opacity: 1;
  transform: translateY(0);
}

/* 共通パーツ ---------------------------------- */
.content-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
.content-inner--s {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
}
.content-inner--l {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 20px;
}

.font-sans {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.font-serif {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
}

.font-en {
  font-family: "Amiri", serif;
}

.font-num {
  font-family: "Crimson Text", serif;
}

.text-l {
  text-align: left;
}

.text-c {
  text-align: center;
}

.text-r {
  text-align: right;
}

.red {
  color: #ff0000;
}

a {
  display: inline-flex;
  align-items: center;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  a:hover {
    color: #c0af8a;
  }
  a:hover .icon-arrow {
    transform: rotate(45deg);
  }
}
a.link-color {
  color: #c0af8a;
}
@media screen and (min-width: 769px) {
  a.link-color:hover {
    color: #c0af8a;
    opacity: 0.7;
  }
}

table {
  width: 100%;
}
table.type-head tbody th {
  background: #f1eada;
}
table.type-head tbody th + th, table.type-head tbody th.th {
  background: #f4f2ee;
}
table.type-head thead + tbody th {
  background: #f4f2ee;
}
@media screen and (max-width: 767px) {
  table.column-sp thead,
  table.column-sp tbody,
  table.column-sp tr,
  table.column-sp th,
  table.column-sp td {
    display: block;
  }
  table.column-sp th {
    border-bottom: none;
  }
  table.column-sp tr:not(:last-child) td:last-child {
    border-bottom: none;
  }
}
table th,
table td {
  padding: 1em;
  font-weight: 400;
  line-height: 1.2em;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #bbbbbb;
}
@media screen and (max-width: 767px) {
  table th,
  table td {
    font-size: 0.8125rem;
  }
}
table thead tr:first-child th {
  background: #f1eada;
}
table thead tr th {
  background: #f4f2ee;
}

:is(h1, h2, h3, h4, h5, h6) {
  font-size: 1.75rem;
  font-weight: 500;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 767px) {
  :is(h1, h2, h3, h4, h5, h6) {
    font-size: 1.25rem;
  }
}

.title-page {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 30px;
  padding-bottom: 30px;
}
.title-page::after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 22px);
  content: "";
  display: inline-block;
  width: 44px;
  height: 2px;
  background: #fff;
}
.title-page span {
  display: inline-block;
  font-size: 2.25rem;
  font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.2em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .title-page span {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.title-page span.category {
  margin-bottom: 1em;
  font-size: 1.125rem;
}
.title-section {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 1em;
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .title-section {
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
}
.title-section::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  margin-left: calc(50% - 50vw);
  background: #000;
}
@media screen and (max-width: 767px) {
  .title-section::before {
    width: 100vw;
  }
}
.title-section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  display: inline-block;
  width: 90px;
  height: 3px;
  background-image: linear-gradient(90deg, #000 50%, #c0af8a 50%);
}
.title-section span {
  font-weight: 500;
  font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  line-height: 1.2em;
  letter-spacing: 0.2em;
  color: #000;
}
.title-section span small {
  font-size: 0.6em;
  letter-spacing: normal;
}
.title-section span.icon__car {
  padding-right: 86px;
  background: url(../img/access/top/ttl_car.png) right bottom 8px no-repeat;
  background-size: 58px 24px;
}
@media screen and (max-width: 767px) {
  .title-section span.icon__car {
    padding-right: 0;
    padding-top: 40px;
    background: url(../img/access/top/ttl_car.png) left top 0px no-repeat;
    background-size: 58px 24px;
    display: block;
  }
}
.title-section span.icon__train {
  padding-right: 74px;
  background: url(../img/access/top/ttl_train.png) right bottom 2px no-repeat;
  background-size: 53px 32px;
}
@media screen and (max-width: 767px) {
  .title-section span.icon__train {
    padding-right: 0;
    padding-top: 50px;
    background: url(../img/access/top/ttl_train.png) left top 0px no-repeat;
    background-size: 53px 31px;
    display: block;
  }
}
.title-section-inner {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: 114px;
  border: solid 1px #050101;
  padding: 6px 24px 20px;
  position: relative;
  z-index: 2;
  background-color: #fff;
  margin-top: 0 !important;
}
.title-section-inner::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  display: inline-block;
  width: 90%;
  height: 3px;
  transform: translateX(-50%);
  background-image: linear-gradient(90deg, #000 0%, #000 20%, #c0af8a 20%, #c0af8a 100%);
}
.title-section-inner.lineHarf {
  padding: 6px 16px 20px;
}
.title-section-inner.lineHarf::after {
  background-image: linear-gradient(90deg, #000 50%, #c0af8a 50%);
  width: 75%;
}
.title-section.date {
  display: flex;
  flex-flow: wrap;
  padding-bottom: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .title-section.date {
    justify-content: center;
  }
}
.title-section.date::before {
  bottom: 12px;
  z-index: 1;
}
.title-section.date::after {
  display: none;
}
.title-section.date small {
  font-size: 1rem;
  font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  width: 100%;
  display: block;
}
.title-section.date strong {
  font-size: 3.5rem;
  letter-spacing: -0.1px;
}
.title-section.date span {
  font-size: 1.875rem;
  margin-top: 5px;
}
.title-section.date.annual > span {
  width: 290px;
  text-align: center;
  padding: 24px 24px 20px;
  height: 95px;
}
.title-border {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 1em;
  font-size: 1.3125rem;
}
.title-border::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
}
.title-border::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  display: inline-block;
  width: 45px;
  height: 3px;
  background: #c0af8a;
}
.title-border span {
  font-weight: 400;
  font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  line-height: 1.2em;
  letter-spacing: 0.3em;
  color: #000;
}
.title-border span.num {
  margin-right: 0.5em;
  font-weight: 500;
  font-size: 1.28em;
}

.logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 410px;
}
@media screen and (max-width: 767px) {
  .logo {
    align-items: flex-start;
    max-width: 210px;
  }
}
.logo img {
  max-width: 100%;
  height: auto;
}
.logo-emblem {
  width: 53px;
}
.logo-txt {
  width: calc(100% - 65px);
}

.btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 1.2em;
  text-decoration: none;
  cursor: pointer;
}
.btn-border {
  margin: 0 auto;
  padding: 0.5em 1em;
  border: 1px solid #bbbbbb;
}
@media screen and (min-width: 768px) {
  .btn-border {
    max-width: 245px;
  }
}
@media screen and (min-width: 769px) {
  .btn-border:hover {
    color: #000 !important;
    background: #c0af8a !important;
    border-color: #c0af8a !important;
  }
}
.btn-border.is-active {
  color: #000 !important;
  background: #c0af8a !important;
  border-color: #c0af8a !important;
}
.btn-border [class*=icon-] {
  margin-left: 0.5em;
}
.btn-border .icon-pdf::before {
  background: #ff0000;
}

figure {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  vertical-align: bottom;
}
figure img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
figure figcaption {
  margin-top: 0.5em;
  font-size: 0.875rem;
  text-align: left;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  figure figcaption {
    font-size: 0.75rem;
  }
}

.modal-img {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .modal-img:hover {
    opacity: 0.7;
  }
}
.modal-img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../img/common/icon-zoom.png) center no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
}

.movie {
  position: relative;
  width: 100%;
  margin: 30px auto 0;
  aspect-ratio: 16/9;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* header ---------------------------------- */
.header a,
.footer a {
  text-decoration: none !important;
}

.header {
  position: relative;
  width: 100%;
  background: #000;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 1230px;
    background: rgba(0, 0, 0, 0.7);
  }
}
.header-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  padding-left: min(3%, 100px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .header-inner {
    height: auto;
    padding-top: 15px;
    z-index: 0;
  }
}
.is-open .header-inner {
  padding-inline-end: var(--scrollbar-width, 0);
}
.header-logo {
  position: relative;
}
.is-open .header-logo .logo-txt img {
  filter: brightness(0);
}
.header-aside {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-right: 100px;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .header-aside {
    display: none;
    margin: 0 auto;
  }
}
.header .lang {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .header .lang:hover .foreign-link {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  .header .lang {
    margin: 20px auto 0;
    width: 100%;
  }
}
.header .lang .btn-lang {
  position: relative;
  width: 100%;
  padding: 0.3em 2em;
  padding-right: 3em;
  font-size: 0.875rem;
  font-family: "Amiri", serif;
  color: #fff;
  border-bottom: 1px solid #fff;
  transition: 0.2s ease;
}
@media screen and (max-width: 767px) {
  .header .lang .btn-lang {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 769px) {
  .header .lang .btn-lang:hover {
    color: #c0af8a !important;
    border-color: #c0af8a !important;
  }
  .header .lang .btn-lang:hover::after {
    border-top-color: #c0af8a !important;
  }
}
.header .lang .btn-lang::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1em;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.5em solid transparent;
  border-left: 0.5em solid transparent;
  border-top: 0.87em solid #fff;
  border-bottom: 0;
  transition: 0.2s ease;
}
.is-open .header .lang .btn-lang {
  color: #000;
  border-color: #000;
}
.is-open .header .lang .btn-lang::after {
  border-top-color: #000;
}
@media screen and (max-width: 767px) {
  .header .lang .btn-foreign {
    pointer-events: none;
  }
}
.header .lang .btn-foreign img {
  width: auto;
  height: 44px;
}
@media screen and (max-width: 767px) {
  .header .lang .btn-foreign img {
    width: 100%;
    height: auto;
  }
}
.header .lang .foreign-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px 0;
  padding: 10px;
  background: rgba(192, 175, 138, 0.8);
}
@media screen and (min-width: 768px) {
  .header .lang .foreign-link {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0, 103%);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }
}
@media screen and (max-width: 767px) {
  .header .lang .foreign-link {
    margin-top: 10px;
    padding: 0;
    background: none;
  }
}
.header .lang .foreign-link > li {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header .lang .foreign-link > li {
    width: 49%;
  }
}
.header .lang .foreign-link .btn-border {
  width: 100%;
  font-size: 0.875rem;
  color: #fff;
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .header .lang .foreign-link .btn-border {
    color: #000;
    border: 1px solid #bbbbbb;
  }
}
@media screen and (min-width: 769px) {
  .header .lang .foreign-link .btn-border:hover {
    border: 1px solid #fff !important;
  }
}
.header .btn-ticket {
  flex-direction: column;
  height: 44px;
  padding: 0 20px;
  font-size: 0.875rem;
  color: #fff;
  border: 1px solid #fff;
}
.header .btn-ticket .en {
  font-family: "Amiri", serif;
}
.is-open .header .btn-ticket {
  color: #000;
  border-color: #000;
}
.header #btn-gnav {
  position: absolute;
  top: 0;
  right: 0;
  flex-direction: column;
  width: 76px;
  height: 76px;
  margin: 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .header #btn-gnav {
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
  }
}
.is-open .header #btn-gnav {
  right: var(--scrollbar-width, 0);
}
.is-open .header #btn-gnav .bar {
  background-color: #c0af8a;
}
.is-open .header #btn-gnav .bar:nth-of-type(1) {
  left: 25%;
  transform: translateY(10px) rotate(-45deg);
}
.is-open .header #btn-gnav .bar:nth-of-type(2) {
  opacity: 0;
}
.is-open .header #btn-gnav .bar:nth-of-type(3) {
  left: 25%;
  transform: translateY(-10px) rotate(45deg);
}
.is-open .header #btn-gnav .txt {
  color: #c0af8a;
}
.header #btn-gnav .bar {
  position: absolute;
  display: inline-block;
  width: 50%;
  height: 2px;
  background: #fff;
  transition: all 0.5s;
}
.header #btn-gnav .bar:nth-of-type(1) {
  top: 20px;
  left: 20%;
}
.header #btn-gnav .bar:nth-of-type(2) {
  top: 29px;
  left: 30%;
}
.header #btn-gnav .bar:nth-of-type(3) {
  bottom: 35px;
  left: 20%;
}
.header #btn-gnav .txt {
  margin-top: auto;
  margin-bottom: 10px;
  font-size: 0.8125rem;
  font-family: "Amiri", serif;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #fff;
}
.header .gnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: none;
  height: 100dvh;
  padding: 100px 0 50px;
  background: #f3ede5;
  transform: translateY(-100%);
  transition: transform 0.5s ease;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .header .gnav {
    min-width: 1230px;
    padding: 140px 0 30px;
  }
}
.is-open .header .gnav {
  transform: translateY(0);
}
.header .gnav-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header .gnav-inner {
    flex-direction: column;
  }
}
.header .gnav-aside {
  display: none;
}
@media screen and (max-width: 767px) {
  .header .gnav-aside {
    display: flex;
    flex-direction: column;
    gap: 25px 0;
    width: 100%;
    margin-bottom: 25px;
  }
}
.header .gnav-link {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  max-width: 1040px;
}
@media screen and (max-width: 767px) {
  .header .gnav-link {
    flex-direction: column;
    width: 100%;
    gap: 10px 0;
    margin: 0 auto 20px;
  }
}
.header .gnav-link-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header .gnav-link-item {
    width: 200px;
  }
}
.header .gnav-link-trigger {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1rem;
  text-align: left;
  background: #fff;
  border: 1px solid #bbbbbb;
}
@media screen and (max-width: 767px) {
  .header .gnav-link-trigger {
    font-size: 1.0625rem;
    background: rgba(192, 175, 138, 0.5);
  }
}
.header .gnav-link-trigger.is-open::before {
  transform: translateY(-50%) rotate(-45deg);
}
.header .gnav-link-trigger::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}
@media screen and (min-width: 768px) {
  .header .gnav-link-trigger::before {
    display: none;
  }
}
.header .gnav-link-trigger a {
  display: inline-block;
  width: 100%;
  padding: 0.5em 1em;
  font-size: 1rem;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .header .gnav-link-trigger a {
    width: calc(100% - 42px);
    margin: 0;
  }
}
.header .gnav-link-child {
  display: block;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .header .gnav-link-child {
    display: none;
    margin-top: 0;
    padding: 10px 0 20px;
    background: #8b867a;
  }
}
.header .gnav-link-child > li {
  margin: 0 auto 5px;
}
@media screen and (max-width: 767px) {
  .header .gnav-link-child > li {
    margin: 0 auto;
  }
}
.header .gnav-link-child > li a {
  display: inline-block;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .header .gnav-link-child > li a {
    display: block;
    padding: 5px 1em;
    font-size: 1rem;
    color: #fff;
    text-align: center;
  }
}
.header .gnav-link-aside {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header .gnav-link-aside {
    width: 115px;
  }
}
.header .gnav-link-aside > li {
  padding: 1em 0;
  border-top: 1px solid #bbbbbb;
}
.header .gnav-link-aside > li:first-child, .header .gnav-link-aside > li:nth-child(3) {
  padding-top: 0;
  border-top: none;
}
.header .gnav-link-aside > li:nth-child(2) {
  padding-bottom: 0;
}
.header .gnav-link-aside > li a {
  display: inline-block;
  font-size: 0.9375rem;
}
.header .gnav-link-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  margin: 0 auto;
  padding-top: 30px;
  border-top: 1px solid #bbbbbb;
}
@media screen and (min-width: 768px) {
  .header .gnav-link-bottom {
    width: 400px;
    margin-top: -100px;
    margin-right: 0;
  }
}
.header .gnav-link-bottom li {
  margin: 0 auto 5px;
}
.header .gnav-link-bottom li a {
  display: inline-block;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .header .gnav .lang {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header .gnav .lang {
    padding: 15px;
    border: 1px solid #bbbbbb;
  }
}

.fixed-nav {
  position: fixed;
  top: 87px;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .fixed-nav {
    display: none;
  }
}
.is-open .fixed-nav {
  right: var(--scrollbar-width, 0);
}
.fixed-nav .btn {
  gap: 0.5em 0;
  height: 207px;
  padding: 1em;
  flex-direction: column;
  background: rgba(192, 175, 138, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.fixed-nav .btn .label {
  writing-mode: vertical-rl;
  color: #fff;
  letter-spacing: 0.1em;
}

/* footer ---------------------------------- */
.footer {
  color: #fff;
  background: #000;
}
.footer-sns {
  margin: 0 auto;
  padding: 40px 0;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .footer-sns {
    padding: 30px 0;
  }
}
.footer-sns-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.footer-sns-list > li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
}
.footer-sns-list > li a {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .footer-sns-list > li a:hover {
    opacity: 0.7;
  }
}
.footer-sns-list > li img {
  vertical-align: bottom;
}
.footer-inner-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 40px 20px;
}
@media screen and (max-width: 767px) {
  .footer-inner-row {
    padding: 0;
  }
}
.footer .address {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .footer .address {
    width: 100%;
    padding: 40px 20px;
    padding-left: 85px;
    background: #2f2f2f;
  }
}
.footer-logo {
  margin-left: -65px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    margin-bottom: 20px;
  }
}
.footer .sitemap {
  display: flex;
  gap: 0 70px;
  max-width: 650px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer .sitemap {
    display: block;
    width: 100%;
    padding: 30px 0 0;
  }
}
.footer .sitemap-list {
  font-size: 1rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .footer .sitemap-list {
    padding: 1em 0;
    font-size: 0.9375rem;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .footer .sitemap-list:first-child {
    padding: 0;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .footer .sitemap-list:nth-child(2) {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer .sitemap-list li {
    width: 100%;
    padding: 0 20px;
  }
}
.footer .sitemap-list li:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .footer .sitemap-list li:not(:last-child) {
    margin-bottom: 0.5em;
  }
}
.footer .sitemap-list li.spacer {
  margin-bottom: 3.1em;
}
@media screen and (max-width: 767px) {
  .footer .sitemap-list li.spacer {
    margin: 0 auto;
    padding-bottom: 1em;
    border-bottom: 1px solid #fff;
  }
  .footer .sitemap-list li.spacer + li {
    padding-top: 1em;
  }
}
.footer .sitemap-list a {
  display: inline-block;
  color: #fff;
  line-height: 1.2em;
}
@media screen and (min-width: 769px) {
  .footer .sitemap-list a:hover {
    color: #c0af8a !important;
  }
}
.footer-bnr {
  margin: 0 auto;
  padding: 40px 0;
  background: #2f2f2f;
}
@media screen and (max-width: 767px) {
  .footer-bnr {
    display: none;
  }
}
.footer-bnr-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  text-align: center;
}
.footer-bnr-list a {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .footer-bnr-list a:hover {
    opacity: 0.7;
  }
}
.footer-bnr-list a img {
  max-width: 100%;
  height: auto;
}
.footer .copyright {
  padding: 30px 20px;
  text-align: center;
}

/* 下層ページ共通----------------------- */
.page-first-block {
  margin: 0 auto;
  padding: 130px 20px 50px;
  color: #fff;
  background: #000;
}
@media screen and (max-width: 767px) {
  .page-first-block {
    padding: 50px 0 20px;
  }
}
.page-first-block + .page-main-block {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .page-first-block + .page-main-block {
    margin-top: 50px;
  }
}
.page-first-block .page-block-content {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .page-first-block .page-block-content {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .page-first-block .page-block-content p {
    font-size: 1.0625rem;
  }
}
.page-first-block .page-block-content p.page-lead {
  margin: 0 auto 80px;
  font-size: 1.875rem;
  font-weight: 500;
  font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  line-height: 1.75em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-first-block .page-block-content p.page-lead {
    margin-bottom: 40px;
    font-size: 1.5rem;
  }
}

.page-main-block {
  margin: 0 auto 150px;
}
@media screen and (max-width: 767px) {
  .page-main-block {
    margin-bottom: 100px;
  }
}

.page-block-content {
  margin: 0 auto 90px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-block-content {
    margin-bottom: 50px;
  }
}
.page-block-content p {
  line-height: 2em;
}
.page-block-content p + p {
  margin-top: 2em;
}
@media screen and (min-width: 1230px) {
  .page-block-content:nth-child(odd) .img-wide {
    flex: 1;
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 1229px) {
  .page-block-content:nth-child(odd) .img-wide {
    margin-left: -20px;
  }
}
@media screen and (max-width: 767px) {
  .page-block-content:nth-child(odd) .img-wide {
    margin-left: auto;
  }
}
.page-block-content:nth-child(odd) .img-wide .title-section::before {
  margin-left: 0;
}
@media screen and (min-width: 1230px) {
  .page-block-content:nth-child(even) .img-wide {
    flex: 1;
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (min-width: 768px) {
  .page-block-content:nth-child(even) .img-wide {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 1229px) {
  .page-block-content:nth-child(even) .img-wide {
    margin-right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .page-block-content:nth-child(even) .img-wide {
    margin-right: auto;
  }
}
.page-block-content:nth-child(even) .img-wide > .content-img figure figcaption {
  text-align: left;
}
.page-block-content:nth-child(even) .img-wide .title-section::before {
  left: auto;
  right: 0;
}

.block-white {
  padding: 40px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .block-white {
    padding: 20px;
  }
}

.content-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .content-row {
    flex-direction: column;
    gap: 20px 0;
  }
}
.content-row.img-wide > .content-img {
  max-height: 500px;
}
.content-row.img-wide > .content-img figure {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .content-row.img-wide > .content-img figure {
    width: auto;
    margin: 0 -20px;
  }
}
.content-row.img-wide > .content-img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-row.img-wide > .content-img figure figcaption {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .content-row.img-wide > .content-img figure figcaption {
    padding: 0 20px;
    text-align: right !important;
  }
}
.content-row.is-reverse {
  flex-direction: row-reverse;
}
.content-row .content-left {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .content-row .content-left {
    width: 100%;
  }
}
.content-row .content-right {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .content-row .content-right {
    width: 100%;
  }
}
.content-row .content-img {
  text-align: center;
}

.note-list {
  margin: 30px auto 0;
}
.note-list > li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.2em;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  .note-list > li {
    font-size: 0.875rem;
  }
}

/* カテゴリTOP------------------- */
.category-index {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 150px 20px 100px;
  text-align: center;
  color: #fff;
  background: url(../img/about/top/main.jpg) center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .category-index {
    min-height: 790px;
  }
}
@media screen and (max-width: 767px) {
  .category-index {
    padding: 50px 20px;
  }
}
.category-index-content {
  width: 100%;
  max-width: 475px;
  margin: 0 auto;
  padding: 50px 20px;
  background: rgba(0, 0, 0, 0.3);
}
.category-index-link > li {
  margin: 0 auto 1em;
}
.category-index-link a {
  display: inline-block;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.2em;
}
@media screen and (min-width: 769px) {
  .category-index-link a:hover {
    color: #c0af8a !important;
  }
}