@charset "UTF-8";
/*=== color ==============*/
/*=== variable ===========*/
/*=== font ===============*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@800&display=swap");
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 64%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  outline: none;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

*:focus {
  outline: none;
}

/*=== minxin =============*/
/*=== base ===============*/
html {
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  word-break: break-all;
}
@media screen and (min-width: 504px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 17px;
  }
}

body {
  background: #0E1A36;
  color: #fff;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.4;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

hr {
  color: #C9351A;
  margin: 40px 0;
}
@media screen and (min-width: 768px) {
  hr {
    margin: 80px 0;
  }
}

th {
  font-weight: normal;
}

.textBold {
  font-weight: bold;
}

@media screen and (min-width: 504px) {
  .mdHide {
    display: none !important;
  }
}

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

@media screen and (min-width: 1120px) {
  .xlgHide {
    display: none !important;
  }
}

.mdShow {
  display: none;
}
@media screen and (min-width: 504px) {
  .mdShow {
    display: inherit !important;
  }
}

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

.xlgShow {
  display: none;
}
@media screen and (min-width: 1120px) {
  .xlgShow {
    display: inherit !important;
  }
}

.full-width {
  position: relative;
  bottom: 0;
  right: 2.6315789474%;
  display: block;
  height: 30px;
  width: 105.2631578947%;
}

.textSizeS {
  font-size: 0.75rem;
}

.underline {
  text-decoration: underline;
}

.border-r {
  border-radius: 8px;
}

.center {
  text-align: center;
}

.inner {
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.fullWidth {
  width: 100vw;
  position: relative;
  left: -20px;
}
@media screen and (min-width: 768px) {
  .fullWidth {
    width: 100%;
    left: auto;
  }
}

.slick-dots li {
  margin: 0;
}
.slick-dots li.slick-active button:before {
  opacity: 0.8;
  color: #fff;
}
.slick-dots li button:before {
  color: #fff;
  font-size: 9px;
  opacity: 0.4;
}

.c-menuBtnArea {
  width: 56px;
  height: 56px;
  background: #0E1A36;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .c-menuBtnArea {
    display: none;
  }
}
.c-menuBtnArea .c-mobileMenuBtn {
  z-index: 100;
  position: relative;
  width: 28px;
  height: 40px;
  margin: 7px 0 0 14px;
}
.c-menuBtnArea .c-mobileMenuBtn .hamburger {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  cursor: pointer;
}
.c-menuBtnArea .c-mobileMenuBtn .hamburger__line {
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.c-menuBtnArea .c-mobileMenuBtn .hamburger__line:nth-of-type(1) {
  top: 8px;
}
.c-menuBtnArea .c-mobileMenuBtn .hamburger__line:nth-of-type(2) {
  top: 15px;
}
.c-menuBtnArea .c-mobileMenuBtn .hamburger__line:nth-of-type(3) {
  top: 23px;
}
.c-menuBtnArea .c-mobileMenuBtn {
  /* メニューオープン時 */
}
.c-menuBtnArea .c-mobileMenuBtn .hamburger.active .hamburger__line:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
}
.c-menuBtnArea .c-mobileMenuBtn .hamburger.active .hamburger__line:nth-of-type(2) {
  opacity: 0;
}
.c-menuBtnArea .c-mobileMenuBtn .hamburger.active .hamburger__line:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
          transform: translateY(-7px) rotate(45deg);
}
.c-menuBtnArea p {
  font-size: 0.5rem;
  text-align: center;
  white-space: nowrap;
  margin-top: -10px;
  position: relative;
  z-index: 999;
  color: #fff;
}

.c-headType01, .l-postPage__wrap .articleArea .headType01, .l-postPage__wrap .articleArea .entryArea .entry-content .headType01, .l-page__wrap .headArea .titleArea .headType01 {
  font-size: 2em;
  font-weight: 800;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .c-headType01, .l-postPage__wrap .articleArea .headType01, .l-postPage__wrap .articleArea .entryArea .entry-content .headType01, .l-page__wrap .headArea .titleArea .headType01 {
    font-size: 2rem;
  }
}

.c-headType02, .l-postPage__wrap .articleArea .entryArea .entry-content h2 {
  font-size: 1.8em;
  color: #C9351A;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgb(155.8414096916, 41.0925110132, 20.1585903084);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-headType02::before, .l-postPage__wrap .articleArea .entryArea .entry-content h2::before {
  content: "";
  height: 0.8em;
  width: 0.6em;
  display: inline-block;
  background: #C9351A;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0.35em 0.5em 0 0;
}

.c-headType03, .l-postPage__wrap .articleArea .entryArea .entry-content h3 {
  font-size: 1.6rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
}
@media screen and (min-width: 504px) {
  .c-headType03, .l-postPage__wrap .articleArea .entryArea .entry-content h3 {
    font-size: 1.6rem;
  }
}

.c-headType04, .l-postPage__wrap .articleArea .entryArea .entry-content h4 {
  font-size: 1.5rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  color: #E0B849;
}
@media screen and (min-width: 504px) {
  .c-headType04, .l-postPage__wrap .articleArea .entryArea .entry-content h4 {
    font-size: 1.6rem;
  }
}

.c-headType05, .l-postPage__wrap .articleArea .entryArea .entry-content h5 {
  font-size: 1.3rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
}
.c-headType06, .l-postPage__wrap .articleArea .entryArea .entry-content h6 {
  font-weight: bold;
  font-size: 1.2rem;
}
.c-headType07, .l-postPage__wrap .sideArea .recentPosts h2, .l-postPage__wrap .sideArea .categoryList h2, .l-page__wrap .articleWrap .sideNav h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-weight: bold;
  font-size: 1.3rem;
  color: #C9351A;
  border-bottom: 1px solid rgb(155.8414096916, 41.0925110132, 20.1585903084);
  padding-bottom: 0.5em;
}
.c-textType01 {
  font-size: 1.3rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  color: #E0B849;
}

ul.c-baseStyle,
ol.c-baseStyle {
  margin-top: 2em;
  margin-bottom: 2em;
}
ul.c-baseStyle:first-child:not(:last-child),
ol.c-baseStyle:first-child:not(:last-child) {
  margin-top: 0;
  margin-bottom: 2em;
}
ul.c-baseStyle:last-child:not(:first-child),
ol.c-baseStyle:last-child:not(:first-child) {
  margin-top: 2em;
  margin-bottom: 0;
}
ul.c-baseStyle:last-child:first-child,
ol.c-baseStyle:last-child:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
ul.c-baseStyle,
ol.c-baseStyle {
  list-style: disc;
  padding: 0 0.5em 0 1.25em;
}
ul.c-baseStyle li:not(:first-child),
ol.c-baseStyle li:not(:first-child) {
  margin-top: 0.8em;
}
ul.c-baseStyle li ul,
ol.c-baseStyle li ul {
  margin-top: 0.8em !important;
}

ol.c-baseStyle {
  list-style: auto;
}

.c-para p {
  line-height: 1.75;
  margin-top: 1em;
  margin-bottom: 1em;
}
.c-para p:first-child:not(:last-child) {
  margin-top: 0;
  margin-bottom: 1em;
}
.c-para p:last-child:not(:first-child) {
  margin-top: 1em;
  margin-bottom: 0;
}
.c-para p:last-child:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-para p {
    line-height: 1.9;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .c-para p:first-child:not(:last-child) {
    margin-top: 0;
    margin-bottom: 1.5em;
  }
  .c-para p:last-child:not(:first-child) {
    margin-top: 1.5em;
    margin-bottom: 0;
  }
  .c-para p:last-child:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.c-boxType01 {
  border: 1px solid rgb(155.8414096916, 41.0925110132, 20.1585903084);
  padding: 20px;
  background: #000311;
}
@media screen and (min-width: 768px) {
  .c-boxType01 {
    padding: 40px;
  }
}

.c-boxType02 {
  border: 1px solid #4C5876;
  padding: 20px;
  background: #000311;
}
@media screen and (min-width: 768px) {
  .c-boxType02 {
    padding: 40px;
  }
}

.c-tableType01 {
  font-size: 0.9rem;
  width: 100%;
}
.c-tableType01 tr {
  border-top: 1px solid #ccc;
}
.c-tableType01 tr:last-child {
  border-bottom: 1px solid #ccc;
}
.c-tableType01 tr th,
.c-tableType01 tr td {
  padding: 0.75em 0.4em;
}
.c-tableType01 tr th {
  font-weight: bold;
  white-space: nowrap;
}

.c-tableType02 {
  font-size: 0.9rem;
  width: 100%;
}
.c-tableType02 tr {
  border-top: 1px solid #ccc;
}
.c-tableType02 tr:last-child {
  border-bottom: 1px solid #ccc;
}
.c-tableType02 tr th {
  display: block;
  font-weight: bold;
  white-space: nowrap;
  padding: 0.75em 0.4em 0;
}
.c-tableType02 tr td {
  display: block;
  padding: 0.5em 0.4em 0.75em 1.4em;
}

.c-buttomType01 {
  display: block;
  background: rgb(178.4207048458, 47.0462555066, 23.0792951542);
  padding: 6px 20px;
  font-size: 1.1rem;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-buttomType01::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
.c-buttomType01:hover::after {
  background: rgba(0, 0, 0, 0.5);
}

.c-buttomType02 {
  display: block;
  padding: 6px 10px;
  font-size: 1.1rem;
  text-align: center;
  border: 1px solid rgb(188.4084507042, 147, 32.0915492958);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  z-index: 0;
  transition: 0.2s;
  color: #E0B849;
}
@media screen and (min-width: 768px) {
  .c-buttomType02 {
    padding: 10px;
  }
}
.c-buttomType02::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #E0B849;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .c-buttomType02:hover {
    color: #0E1A36;
  }
  .c-buttomType02:hover::after {
    opacity: 1;
  }
}

.c-timeline {
  margin-top: 2em;
}
.c-timeline tr th {
  white-space: nowrap;
  text-align: center;
  padding: 0 16px 0 0;
  width: 70px;
}
@media screen and (min-width: 768px) {
  .c-timeline tr th {
    width: 80px;
  }
}
.c-timeline tr th div:nth-child(1) {
  font-size: 1.4rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  color: #E0B849;
}
.c-timeline tr th div:nth-child(2) {
  font-size: 0.75rem;
  color: #bac0ce;
}
.c-timeline tr td {
  padding: 0 0 2em 16px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-timeline tr td {
    padding: 0 0 2.5em 16px;
  }
}
.c-timeline tr td h3 {
  font-size: 1.4rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  color: #E0B849;
}
.c-timeline tr td p {
  margin-top: 1em;
  line-height: 1.75;
  font-size: 0.95rem;
}
@media screen and (min-width: 768px) {
  .c-timeline tr td p {
    margin-top: 0.75em;
  }
}
.c-timeline tr td::before {
  content: "";
  background: #4C5876;
  position: absolute;
  top: 15px;
  left: -2px;
  width: 4px;
  height: 100%;
}
.c-timeline tr td.doted::after {
  content: "";
  background: #4C5876;
  position: absolute;
  top: 11px;
  left: -6px;
  width: 12px;
  height: 12px;
  border-radius: 99px;
}
.c-timeline tr:last-child td::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#4C5876), color-stop(80%, #4C5876), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #4C5876 0%, #4C5876 80%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 15px;
  left: -2px;
  width: 4px;
  height: 100%;
}

.c-noPage {
  padding: 240px 0 240px;
  text-align: center;
  line-height: 2;
}

/* WP-PageNavi 汎用スタイル (SCSS) */
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin: 40px 0;
  font-family: inherit;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 32px;
  height: 38px;
  padding: 0 10px;
  background-color: #bac0ce;
  color: #0E1A36;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.wp-pagenavi a:hover {
  background-color: #0E1A36;
  color: #ffffff;
  border-color: #0E1A36;
}
.wp-pagenavi span.current {
  background-color: #0E1A36;
  color: #E0B849;
}
.wp-pagenavi span.extend {
  border: none;
  background: transparent;
  color: #bac0ce;
  min-width: auto;
}
.wp-pagenavi .pages {
  border: none;
  background: transparent;
  color: #bac0ce;
  font-weight: normal;
  padding: 0 5px;
  min-width: auto;
}

.breadcrumbs {
  font-size: 0.75rem;
  color: #E0B849;
}
.breadcrumbs a {
  text-decoration: underline;
}
.breadcrumbs {
  /*現在のページを非表示にする */
}
.breadcrumbs .current-item {
  display: none;
}
.breadcrumbs {
  /* 直前の区切り文字（>など）も一緒に消したい場合は、その前の要素やセレクタを調整してください */
}

.post-edit-link {
  position: fixed;
  bottom: 8px;
  left: 8px;
  z-index: 999;
  padding: 4px 8px;
  background-color: rgba(255, 255, 255, 0.5);
}

.wp-lightbox-overlay .scrim {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

/* ボタンのデザイン（お好みで調整してください） */
#audioBtn {
  background-color: #333;
  color: #fff;
  padding: 10px 6px 10px 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  position: fixed;
  top: 56px;
  right: 0;
  width: 56px;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  #audioBtn {
    width: 72px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#audioBtn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  /* ボタンの文字色に合わせる */
}

@media screen and (min-width: 768px) {
  a.zoomEffect {
    display: block;
    overflow: hidden;
    position: relative;
  }
  a.zoomEffect::after {
    content: "";
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  a.zoomEffect:hover::after {
    background: rgba(0, 0, 0, 0.4);
  }
  a.zoomEffect img {
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    display: block;
  }
  a.zoomEffect:hover img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}

.fadeUp01 * {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.fadeUp01.is-show * {
  -webkit-animation: fadeUpAnime 1.5s forwards;
          animation: fadeUpAnime 1.5s forwards;
}

.fadeUp01.is-show *:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.fadeUp01.is-show *:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.fadeUp01.is-show *:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.fadeUp01.is-show *:nth-child(4) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.topShadow {
  background: -webkit-gradient(linear, left top, left bottom, from(#1b1b1b), to(#ffffff));
  background: linear-gradient(180deg, #1b1b1b 0%, #ffffff 100%);
  mix-blend-mode: multiply;
  position: fixed;
  height: 120px;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10;
}

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 999;
}
.l-header__inner {
  height: 100%;
}
.l-header__nameArea {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 99;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.l-header__nameArea.is-open {
  opacity: 1 !important;
  pointer-events: auto !important;
}
.l-header__nameArea .nameWrap {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-header__nameArea .nameWrap .nameBox {
  padding: 14px 0 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.6rem;
}
@media screen and (min-width: 768px) {
  .l-header__nameArea .nameWrap .nameBox {
    padding: 16px 0 0 16px;
  }
}
.l-header__nameArea .nameWrap .nameBox .subText {
  -webkit-writing-mode: sideways-rl;
      -ms-writing-mode: sideways-rl;
          writing-mode: sideways-rl;
  color: #E0B849;
}
.l-header__nameArea .nameWrap .nameBox .subText.frontPage {
  font-size: 0.7rem;
}
.l-header__nameArea .nameWrap .nameBox .name img {
  height: 144px;
  margin-left: 4px;
}
@media screen and (min-width: 768px) {
  .l-header__nameArea .nameWrap .nameBox .name img {
    height: 160px;
    margin-left: 12px;
  }
}
.l-header__nameArea .nameWrap .nameBox .name.frontPage img {
  height: 176px;
}
@media screen and (min-width: 768px) {
  .l-header__nameArea .nameWrap .nameBox .name.frontPage img {
    height: 240px;
  }
}
.l-header__navArea {
  pointer-events: auto;
}
.l-header__navArea .recruitWrap {
  height: 100%;
  padding-right: 56px;
}
.l-header__navArea .recruitWrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 12px;
}
@media screen and (min-width: 768px) {
  .l-header__navArea .recruitWrap {
    padding-right: 0;
    margin-right: 0;
  }
}
.l-header__navArea .recruitWrap a {
  color: #fff;
  font-size: 0.85rem;
  padding: 2px 8px 3px;
  border-radius: 4px;
  background: #E0B849;
}
.l-header__navArea .menuWrap {
  color: #fff;
  background: #0E1A36;
  width: 30%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
  position: fixed;
  right: -100%;
  top: 0;
  padding: 50px 24px 16px 24px;
  visibility: hidden;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .l-header__navArea .menuWrap {
    width: 100%;
    position: absolute;
    color: #fff;
    top: 0;
    right: 0;
    height: auto;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    background: none;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-header__navArea .menuWrap .menu {
    position: absolute;
    top: 0;
    right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .l-header__navArea .menuWrap .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 48px;
    margin-right: 16px;
  }
}
.l-header__navArea .menuWrap .menu ul li {
  margin: 0.5em 0;
  border-bottom: 1px solid rgb(123.0422535211, 96, 20.9577464789);
  padding-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .l-header__navArea .menuWrap .menu ul li {
    font-size: 0.9rem;
    margin: 0;
    padding: 0 6px;
    border-bottom: none;
  }
}
.l-header__navArea .menuWrap .menu ul li a {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-header__navArea .menuWrap .menu ul li a::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
  }
  .l-header__navArea .menuWrap .menu ul li a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.l-header__inner .overlay {
  content: "";
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  height: 100%;
  width: 100%;
}
.l-header__inner.active .menuWrap {
  visibility: visible;
  opacity: 1;
  width: calc(100% - 120px);
  right: 0;
  z-index: 99;
}
.l-header__inner.active .overlay {
  z-index: 10;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.l-footer {
  background: #000311;
  border-top: 1px solid #E0B849;
}
.l-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  padding: 40px 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    padding: 64px 24px 32px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.l-footer__nav a {
  text-decoration: underline 1px;
}
@media screen and (min-width: 768px) {
  .l-footer__nav {
    width: 48.6666666667%;
    max-width: 440px;
  }
}
.l-footer__nav h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-size: 1.3rem;
  color: #E0B849;
  margin: 0 0 0 12px;
}
.l-footer__nav ul {
  margin: 24px 0 32px;
  font-size: 0.9rem;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  padding: 0 16px 0 24px;
}
@media screen and (min-width: 768px) {
  .l-footer__nav ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    gap: 0.6em 1.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 0.9rem;
    padding: 0 0 0 24px;
  }
}
.l-footer__nav ul li {
  margin: 0.4em 0;
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-footer__nav ul li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }
}
.l-footer__nameArea {
  margin: 48px 0 0;
}
@media screen and (min-width: 768px) {
  .l-footer__nameArea {
    width: 31.5555555556%;
    margin: 0;
  }
}
.l-footer__nameArea .nameWrap {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__nameArea .nameWrap {
    text-align: left;
  }
}
.l-footer__nameArea .nameWrap .name {
  font-size: 1.75rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__nameArea .nameWrap .name {
    font-size: 2rem;
  }
}
.l-footer__nameArea .address {
  margin: 1em 0 0;
  font-size: 0.85rem;
}
.l-footer__nameArea .sitePolicy a {
  text-decoration: underline 1px;
}
.l-footer__nameArea .insta {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.25em auto 0;
}
@media screen and (min-width: 768px) {
  .l-footer__nameArea .insta {
    margin-left: 0;
  }
}
.l-footer__nameArea .insta img {
  height: 24px;
}
.l-footer .catchphrase {
  margin: 1.5em auto 0;
  font-size: 0.85rem;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .l-footer .catchphrase {
    text-align: left;
    padding: 0;
  }
}
.l-footer .about {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.85rem;
  color: #E0B849;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .l-footer .about {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.l-footer .about li :link {
  text-decoration: underline;
}
.l-footer .backToTop {
  position: fixed;
  bottom: 18px;
  right: 18px;
  display: block;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.6;
  display: none;
}
@media screen and (min-width: 768px) {
  .l-footer .backToTop {
    bottom: 24px;
    right: 24px;
    height: 40px;
    width: 40px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .l-footer .backToTop:hover {
    background: rgba(255, 255, 255, 0.5);
  }
}
.l-footer .backToTop img {
  height: 16px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-footer .backToTop img {
    top: 2px;
  }
}
.l-footer__copy {
  text-align: center;
  padding-top: 1em;
}
@media screen and (min-width: 768px) {
  .l-footer__copy {
    padding-top: 1.5em;
  }
}

.l-postPage {
  margin-top: 96px;
  padding: 0 20px 56px;
}
@media screen and (min-width: 768px) {
  .l-postPage {
    margin-top: 120px;
    padding: 0 20px 72px;
  }
}
@media screen and (min-width: 768px) {
  .l-postPage__wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .l-postPage__wrap .articleArea {
    width: 73.5416666667%;
  }
}
.l-postPage__wrap .articleArea article .titleArea {
  padding: 0 0 0 104px;
  min-height: 60px;
  max-width: 1200px;
  margin: 0 auto;
}
.l-postPage__wrap .articleArea .headType01 {
  text-align: right;
}
.l-postPage__wrap .articleArea .breadcrumbs {
  text-align: right;
  margin: 2em 0.5em 0 auto;
}
.l-postPage__wrap .articleArea .entryArea {
  max-width: 1200px;
  margin: 56px auto 0;
}
.l-postPage__wrap .articleArea .entryArea .entry-content p {
  line-height: 1.75;
  margin-top: 1em;
  margin-bottom: 1em;
}
.l-postPage__wrap .articleArea .entryArea .entry-content p:first-child:not(:last-child) {
  margin-top: 0;
  margin-bottom: 1em;
}
.l-postPage__wrap .articleArea .entryArea .entry-content p:last-child:not(:first-child) {
  margin-top: 1em;
  margin-bottom: 0;
}
.l-postPage__wrap .articleArea .entryArea .entry-content p:last-child:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-postPage__wrap .articleArea .entryArea .entry-content p {
    line-height: 1.9;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .l-postPage__wrap .articleArea .entryArea .entry-content p:first-child:not(:last-child) {
    margin-top: 0;
    margin-bottom: 1.5em;
  }
  .l-postPage__wrap .articleArea .entryArea .entry-content p:last-child:not(:first-child) {
    margin-top: 1.5em;
    margin-bottom: 0;
  }
  .l-postPage__wrap .articleArea .entryArea .entry-content p:last-child:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.l-postPage__wrap .articleArea .entryArea .entry-content a {
  text-decoration: underline 1px;
}
.l-postPage__wrap .articleArea .entryArea .entry-content .headType01 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.l-postPage__wrap .articleArea .entryArea .entry-content .headType01:first-child:not(:last-child) {
  margin-top: 0;
  margin-bottom: 1.5em;
}
.l-postPage__wrap .articleArea .entryArea .entry-content .headType01:last-child:not(:first-child) {
  margin-top: 1.5em;
  margin-bottom: 0;
}
.l-postPage__wrap .articleArea .entryArea .entry-content .headType01:last-child:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
.l-postPage__wrap .articleArea .entryArea .entry-content .headType01 {
  margin-left: auto !important;
  margin-right: auto !important;
}
.l-postPage__wrap .articleArea .entryArea .entry-content h2 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.l-postPage__wrap .articleArea .entryArea .entry-content h2:first-child:not(:last-child) {
  margin-top: 0;
  margin-bottom: 1.5em;
}
.l-postPage__wrap .articleArea .entryArea .entry-content h2:last-child:not(:first-child) {
  margin-top: 1.5em;
  margin-bottom: 0;
}
.l-postPage__wrap .articleArea .entryArea .entry-content h2:last-child:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
.l-postPage__wrap .articleArea .entryArea .entry-content h3 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.l-postPage__wrap .articleArea .entryArea .entry-content h3:first-child:not(:last-child) {
  margin-top: 0;
  margin-bottom: 1.5em;
}
.l-postPage__wrap .articleArea .entryArea .entry-content h3:last-child:not(:first-child) {
  margin-top: 1.5em;
  margin-bottom: 0;
}
.l-postPage__wrap .articleArea .entryArea .entry-content h3:last-child:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
.l-postPage__wrap .articleArea .entryArea .entry-content h4 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.l-postPage__wrap .articleArea .entryArea .entry-content h4:first-child:not(:last-child) {
  margin-top: 0;
  margin-bottom: 1.5em;
}
.l-postPage__wrap .articleArea .entryArea .entry-content h4:last-child:not(:first-child) {
  margin-top: 1.5em;
  margin-bottom: 0;
}
.l-postPage__wrap .articleArea .entryArea .entry-content h4:last-child:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
.l-postPage__wrap .articleArea .entryArea .entry-content h5 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.l-postPage__wrap .articleArea .entryArea .entry-content h5:first-child:not(:last-child) {
  margin-top: 0;
  margin-bottom: 1.5em;
}
.l-postPage__wrap .articleArea .entryArea .entry-content h5:last-child:not(:first-child) {
  margin-top: 1.5em;
  margin-bottom: 0;
}
.l-postPage__wrap .articleArea .entryArea .entry-content h5:last-child:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
.l-postPage__wrap .articleArea .entryArea .entry-content h6 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.l-postPage__wrap .articleArea .entryArea .entry-content h6:first-child:not(:last-child) {
  margin-top: 0;
  margin-bottom: 1.5em;
}
.l-postPage__wrap .articleArea .entryArea .entry-content h6:last-child:not(:first-child) {
  margin-top: 1.5em;
  margin-bottom: 0;
}
.l-postPage__wrap .articleArea .entryArea .entry-content h6:last-child:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
.l-postPage__wrap .articleArea .entryArea .entry-content figure {
  margin-top: 2em;
  margin-bottom: 2em;
}
.l-postPage__wrap .articleArea .entryArea .entry-content figure:first-child:not(:last-child) {
  margin-top: 0;
  margin-bottom: 2em;
}
.l-postPage__wrap .articleArea .entryArea .entry-content figure:last-child:not(:first-child) {
  margin-top: 2em;
  margin-bottom: 0;
}
.l-postPage__wrap .articleArea .entryArea .entry-content figure:last-child:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
.l-postPage__wrap .articleArea .entryArea .entry-content ul.wp-block-list,
.l-postPage__wrap .articleArea .entryArea .entry-content ol.wp-block-list {
  margin-top: 2em;
  margin-bottom: 2em;
}
.l-postPage__wrap .articleArea .entryArea .entry-content ul.wp-block-list:first-child:not(:last-child),
.l-postPage__wrap .articleArea .entryArea .entry-content ol.wp-block-list:first-child:not(:last-child) {
  margin-top: 0;
  margin-bottom: 2em;
}
.l-postPage__wrap .articleArea .entryArea .entry-content ul.wp-block-list:last-child:not(:first-child),
.l-postPage__wrap .articleArea .entryArea .entry-content ol.wp-block-list:last-child:not(:first-child) {
  margin-top: 2em;
  margin-bottom: 0;
}
.l-postPage__wrap .articleArea .entryArea .entry-content ul.wp-block-list:last-child:first-child,
.l-postPage__wrap .articleArea .entryArea .entry-content ol.wp-block-list:last-child:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
.l-postPage__wrap .articleArea .entryArea .entry-content ul.wp-block-list,
.l-postPage__wrap .articleArea .entryArea .entry-content ol.wp-block-list {
  list-style: disc;
  padding: 0 0 0 2em;
}
.l-postPage__wrap .articleArea .entryArea .entry-content ul.wp-block-list li:not(:first-child),
.l-postPage__wrap .articleArea .entryArea .entry-content ol.wp-block-list li:not(:first-child) {
  margin-top: 0.7em;
}
.l-postPage__wrap .articleArea .entryArea .entry-content ul.wp-block-list li ul,
.l-postPage__wrap .articleArea .entryArea .entry-content ol.wp-block-list li ul {
  margin-top: 0.7em !important;
}
.l-postPage__wrap .articleArea .entryArea .entry-content ol.wp-block-list {
  list-style: auto;
}
.l-postPage__wrap .articleArea .entryArea .entry-content .wp-block-button a {
  text-decoration: none;
  color: #fff;
}
.l-postPage__wrap .articleArea .entryArea .entry-content .wp-block-embed.is-provider-youtube iframe,
.l-postPage__wrap .articleArea .entryArea .entry-content .wp-block-embed.is-provider-youtube .wp-block-embed__wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.l-postPage__wrap .articleArea .metaContainer {
  margin: 2em 1em 0 0;
}
@media screen and (min-width: 768px) {
  .l-postPage__wrap .articleArea .metaContainer {
    margin: 3em 1em 0 0;
  }
}
.l-postPage__wrap .articleArea .metaContainer ul.post-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  font-size: 0.8rem;
  color: #C9351A;
}
.l-postPage__wrap .articleArea .metaContainer ul.post-categories a {
  margin: 0 0 0 0.25em;
  text-decoration: underline;
}
.l-postPage__wrap .articleArea .metaContainer .entry-date {
  text-align: right;
  clear: both;
  margin-top: 0.5em;
  font-size: 0.9rem;
}
.l-postPage__wrap .articleArea .single-nav {
  margin: 32px 0 0;
}
@media screen and (min-width: 768px) {
  .l-postPage__wrap .articleArea .single-nav {
    margin: 64px auto 0;
    max-width: 1200px;
  }
}
.l-postPage__wrap .articleArea .single-nav > div a {
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  color: #E0B849;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-postPage__wrap .articleArea .single-nav > div a span:first-child {
  margin-top: 0.15em;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  font-size: 0.95rem;
}
.l-postPage__wrap .articleArea .single-nav > div a span:nth-child(2) {
  font-size: 1.1rem;
}
.l-postPage__wrap .articleArea .single-nav > div:nth-child(2) {
  border-top: 1px solid #E0B849;
  padding-top: 0.75em;
}
.l-postPage__wrap .articleArea .single-nav > div:nth-child(2) {
  margin: 0.75em 0 0;
}
.l-postPage__wrap .sideArea {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .l-postPage__wrap .sideArea {
    position: sticky;
    top: 56px;
    height: 100%;
    margin-top: 210px;
    width: 20.625%;
  }
}
.l-postPage__wrap .sideArea .recentPosts {
  margin: 0 auto;
  max-width: 1200px;
}
.l-postPage__wrap .sideArea .recentPosts .outer {
  margin-top: 1em;
}
.l-postPage__wrap .sideArea .recentPosts .outer li {
  margin: 0.4em 0 0.4em 0.25em;
}
@media screen and (min-width: 768px) {
  .l-postPage__wrap .sideArea .recentPosts .outer li {
    margin: 0.5em 0 0.5em 0.25em;
  }
}
.l-postPage__wrap .sideArea .categoryList {
  max-width: 1200px;
}
.l-postPage__wrap .sideArea .categoryList .outer {
  margin-top: 1em;
}
.l-postPage__wrap .sideArea .categoryList .outer > li {
  list-style: none;
  margin: 0.4em 0 0.4em 0.25em;
}
@media screen and (min-width: 768px) {
  .l-postPage__wrap .sideArea .categoryList .outer > li {
    margin: 0.5em 0 0.5em 0.25em;
  }
}
.l-postPage__wrap .sideArea .categoryList .outer > li > ul li {
  font-size: 0.95rem;
  list-style: none;
  margin: 0.4em 0 0.4em 1em;
}
@media screen and (min-width: 768px) {
  .l-postPage__wrap .sideArea .categoryList .outer > li > ul li {
    margin: 0.5em 0 0.5em 1em;
  }
}
.l-postPage__wrap .sideArea section:nth-child(2) {
  margin: 32px auto 0;
}

.l-page-onecolumn .l-postPage__wrap {
  display: inherit;
  max-width: 1040px;
}
.l-page-onecolumn .l-postPage__wrap .articleArea {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .l-page__wrap {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .l-page__wrap {
    padding: 0 20px;
  }
}
.l-page__wrap .headArea .mv {
  width: calc(100% - 90px);
  margin: 0 0 0 auto;
  height: 200px;
}
@media screen and (min-width: 768px) {
  .l-page__wrap .headArea .mv {
    width: 48vw;
    margin: 0 auto 0 130px;
    height: 320px;
  }
}
.l-page__wrap .headArea .mv img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.l-page__wrap .headArea .titleArea {
  padding: 0 20px 0 104px;
  min-height: 60px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-page__wrap .headArea .titleArea {
    padding: 0 0 0 104px;
    margin-top: -240px;
  }
}
.l-page__wrap .headArea .titleArea .headType01 {
  margin-top: 0.75em;
  font-size: 2.5rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .l-page__wrap .headArea .titleArea .headType01 {
    font-size: 3rem;
  }
}
.l-page__wrap .headArea .titleArea .en {
  text-align: right;
  color: #E0B849;
  font-size: 0.9rem;
  margin: 0.75em 0.25em 0 0;
}
.l-page__wrap .headArea .titleArea p {
  text-align: right;
  font-size: 0.9rem;
  margin-top: 1em;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .l-page__wrap .headArea .titleArea p {
    max-width: 300px;
    margin: 1.25em 0 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .l-page__wrap .articleWrap {
    max-width: 1200px;
    margin: 96px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-page__wrap .articleWrap .sideNav {
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .l-page__wrap .articleWrap .sideNav {
    position: sticky;
    top: 56px;
    height: 100%;
    margin-top: 20px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding: 40px 0;
    width: 20.625%;
  }
}
.l-page__wrap .articleWrap .sideNav .outer {
  margin-top: 1em;
}
.l-page__wrap .articleWrap .sideNav .outer li {
  margin: 0.3em 0 0.3em 0.25em;
}
.l-page__wrap .articleWrap .sideNav .outer li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-page__wrap .articleWrap .sideNav .outer li a span {
  font-size: 1.4rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  margin-right: 0.5em;
  color: #C9351A;
}
.l-page__wrap .articleWrap .article {
  padding: 0 20px 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .l-page__wrap .articleWrap .article {
    padding: 0 0 72px;
  }
}
.l-page__wrap .articleWrap .article .c-headType02, .l-page__wrap .articleWrap .article .l-postPage__wrap .articleArea .entryArea .entry-content h2, .l-postPage__wrap .articleArea .entryArea .entry-content .l-page__wrap .articleWrap .article h2 {
  font-size: 2.2rem;
  padding-bottom: 0.3em;
}
.l-page__wrap .articleWrap .article .c-headType02::before, .l-page__wrap .articleWrap .article .l-postPage__wrap .articleArea .entryArea .entry-content h2::before, .l-postPage__wrap .articleArea .entryArea .entry-content .l-page__wrap .articleWrap .article h2::before {
  content: "";
  height: 0.6em;
  width: 0.5em;
  display: inline-block;
  background: #C9351A;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0.5em 0.3em 0 0;
}
@media screen and (min-width: 768px) {
  .l-page__wrap .articleWrap .article {
    width: 73.5416666667%;
  }
}

@media screen and (min-width: 768px) {
  .l-archive .l-index__outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px;
  }
}
.l-archive .l-index__outer .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .l-archive .l-index__outer .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(50% - 16px);
  }
}
.l-archive .l-index__outer .list:not(:first-child) {
  padding-top: 1.5em;
  border-top: 1px solid #4C5876;
}
@media screen and (min-width: 768px) {
  .l-archive .l-index__outer .list:not(:first-child) {
    border-top: none;
    padding-top: 0;
  }
}
.l-archive .l-index__outer .list .imgBox {
  width: calc(50% - 8px);
  padding-bottom: 40%;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-archive .l-index__outer .list .imgBox {
    width: 100%;
    padding-bottom: 75%;
  }
}
.l-archive .l-index__outer .list .imgBox::after {
  content: "";
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  pointer-events: none;
}
.l-archive .l-index__outer .list .imgBox:hover::after {
  background: rgba(0, 0, 0, 0.4);
}
.l-archive .l-index__outer .list .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}
@media screen and (min-width: 768px) {
  .l-archive .l-index__outer .list .imgBox:hover img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
.l-archive .l-index__outer .list .text {
  width: calc(50% - 8px);
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-archive .l-index__outer .list .text {
    width: 100%;
  }
}
.l-archive .l-index__outer .list .text .date {
  font-size: 0.95rem;
  color: #bac0ce;
}
.l-archive .l-index__outer .list .text .title {
  color: #E0B849;
  display: block;
  margin-top: 0.25em;
  font-size: 1.05rem;
}
@media screen and (min-width: 768px) {
  .l-archive .l-index__outer .list .text .title {
    margin-top: 0.4em;
    font-size: 1.2rem;
  }
}
.l-archive .l-index__outer .list .text .post-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0.3em 0 0;
  color: #bac0ce;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .l-archive .l-index__outer .list .text .post-categories {
    bottom: auto;
    top: -4px;
  }
}
.l-archive .l-index__outer .list .text .post-categories a {
  margin: 0 0.4em 0 0;
  text-decoration: underline 1px;
}

.p-frontPage__mv {
  position: relative;
}
.p-frontPage__mv .mvBox {
  width: 100%;
  height: 500px;
  background: url("../img/frontMV01.webp") center center no-repeat;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
  z-index: -1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-frontPage__mv .mvBox {
    clip-path: none;
    height: 100svh;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, black), to(transparent));
    -webkit-mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
            mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, black), to(transparent));
            mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
  }
}
.p-frontPage__mv .mvBox::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.p-frontPage__mv .copy {
  position: absolute;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  right: 20px;
  top: 170px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-frontPage__mv .copy {
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    position: relative;
    right: inherit;
    top: inherit;
    text-align: center;
    top: -160px;
    margin-bottom: -40px;
  }
}
.p-frontPage__mv .copy p {
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  background: rgba(0, 0, 0, 0.4);
  padding: 0.6em 0.1em;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .p-frontPage__mv .copy p {
    background: none;
    padding: 0;
  }
}
.p-frontPage__mv .copy p:first-child {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-frontPage__mv .copy p:first-child {
    font-size: 1.4rem;
  }
}
.p-frontPage__mv .copy p:nth-child(2) {
  font-size: 1.8rem;
  margin: 1.5em 0.4em 0 0;
}
@media screen and (min-width: 768px) {
  .p-frontPage__mv .copy p:nth-child(2) {
    font-size: 3.2rem;
    margin: 0.25em 0 0;
  }
}
.p-frontPage__mv #audioBtn img {
  width: 18px;
}
.p-frontPage__banner {
  position: fixed;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #abaeb5;
  z-index: 99;
  left: 0;
  bottom: 14px;
  color: #000311;
  padding-right: 24px;
}
@media screen and (min-width: 768px) {
  .p-frontPage__banner {
    bottom: 30px;
  }
}
.p-frontPage__banner a {
  padding: 4px 10px;
  display: block;
}
.p-frontPage__banner a h2 {
  line-height: 1.3;
  font-weight: bold;
  color: rgb(155.8414096916, 41.0925110132, 20.1585903084);
}
.p-frontPage__banner a h2::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgb(155.8414096916, 41.0925110132, 20.1585903084);
  border-right: 2px solid rgb(155.8414096916, 41.0925110132, 20.1585903084);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-bottom: 0.06em;
  margin-left: 0.15em;
}
.p-frontPage__banner a p {
  margin-top: 0.2em;
  font-size: 0.9rem;
}
.p-frontPage__intro {
  padding: 0 0 48px;
  position: relative;
}
.p-frontPage__intro::after {
  content: "";
  background: url("../img/top-bg01.webp") center bottom no-repeat;
  position: absolute;
  opacity: 0.4;
  background-size: cover;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-frontPage__intro::after {
    opacity: 0.6;
  }
}
@media screen and (min-width: 768px) {
  .p-frontPage__intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: 0 auto;
    height: auto;
    padding: 0 0 80px;
    position: relative;
  }
}
@media screen and (min-width: 1120px) {
  .p-frontPage__intro {
    height: 560px;
  }
}
.p-frontPage__intro .folkloreArea {
  width: 100%;
  background: url("../img/front-intro-bg01.webp") right -56px bottom no-repeat;
  background-size: contain;
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .p-frontPage__intro .folkloreArea {
    width: 40%;
    background: none;
  }
  .p-frontPage__intro .folkloreArea::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 340px;
    background: url("../img/front-intro-bg01.webp") right -56px bottom -32px no-repeat;
    background-size: contain;
    opacity: 1;
  }
}
.p-frontPage__intro .folkloreArea .folklore {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  z-index: -1;
  white-space: nowrap;
  margin: 8px 0 0 32px;
  font-size: 1.5rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-frontPage__intro .folkloreArea .folklore {
    font-size: 1.75rem;
    margin: 0 0 0 48px;
  }
}
.p-frontPage__intro .folkloreArea .folklore div {
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  color: #E0B849;
  letter-spacing: 2px;
}
.p-frontPage__intro .folkloreArea .folklore div:nth-child(2) {
  margin: 1.75em 0.6em 0 0;
}
@media screen and (min-width: 768px) {
  .p-frontPage__intro .folkloreArea .folklore div:nth-child(2) {
    margin: 0 0.5em 0 0;
  }
}
.p-frontPage__intro .textArea {
  margin-top: 40px;
  padding: 0 24px;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  line-height: 1.75;
  font-size: 1.05rem;
}
@media screen and (min-width: 768px) {
  .p-frontPage__intro .textArea {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin-top: 0;
    width: 60%;
    line-height: 2.2;
  }
}
.p-frontPage__intro .textArea p:not(:first-child) {
  margin-top: 1.25em;
}
@media screen and (min-width: 768px) {
  .p-frontPage__intro .textArea p:not(:first-child) {
    margin: 0 2em 0 0;
  }
}
.p-frontPage__shinoh {
  background: #000311;
  padding: 56px 24px;
}
@media screen and (min-width: 768px) {
  .p-frontPage__shinoh {
    padding: 80px 24px;
  }
}
.p-frontPage__shinoh .headArea {
  text-align: center;
}
.p-frontPage__shinoh .headArea .sub {
  color: #E0B849;
  font-size: 0.85rem;
}
.p-frontPage__shinoh .headArea h2 {
  font-size: 2.4rem;
  margin-top: 0.2em;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .p-frontPage__shinoh .headArea h2 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-frontPage__shinoh .details {
    max-width: 1200px;
    margin: 40px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 24px;
  }
}
.p-frontPage__shinoh .details li {
  margin-top: 24px;
  border: 1px solid rgb(123.0422535211, 96, 20.9577464789);
  background: #0E1A36;
}
@media screen and (min-width: 768px) {
  .p-frontPage__shinoh .details li {
    width: calc(100% - 48px);
  }
}
.p-frontPage__shinoh .details li .text {
  padding: 16px 16px 24px;
}
@media screen and (min-width: 768px) {
  .p-frontPage__shinoh .details li .text {
    padding: 20px 24px 32px;
  }
}
.p-frontPage__shinoh .details li .text h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-size: 1.5rem;
}
.p-frontPage__shinoh .details li .text h3 span {
  font-size: 2.4rem;
  color: #C9351A;
  margin-left: 0.2em;
}
.p-frontPage__shinoh .details li .text .en {
  font-size: 0.8rem;
  color: #E0B849;
  margin-top: 0.6em;
}
@media screen and (min-width: 768px) {
  .p-frontPage__shinoh .details li .text .en {
    margin-top: 0.8em;
  }
}
.p-frontPage__shinoh .details li .text p {
  margin-top: 0.8em;
  line-height: 1.75;
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .p-frontPage__shinoh .details li .text p {
    margin-top: 1em;
  }
}
.p-frontPage__shinoh .details li .text .more {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.5em 0.5em 0 auto;
  text-align: right;
  color: #E0B849;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-frontPage__topics .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-frontPage__topics .wrap .headAra {
  background: url("../img/front-topics-bg.webp") center bottom no-repeat;
  background-size: cover;
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px 24px 0;
}
@media screen and (min-width: 768px) {
  .p-frontPage__topics .wrap .headAra {
    width: 40%;
    padding: 80px 0 0 calc((100vw - 1200px) / 2 - 24px);
    height: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background: url("../img/front-topics-bg.webp") right center no-repeat;
    background-size: cover;
  }
}
.p-frontPage__topics .wrap .headAra .headWrap {
  padding-left: 24px;
}
.p-frontPage__topics .wrap .headAra .headWrap .en {
  font-size: 0.85rem;
  color: #E0B849;
  margin-left: 0.25em;
}
.p-frontPage__topics .wrap .headAra .headWrap h2 {
  font-size: 2.4rem;
  margin-top: 0.21em;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .p-frontPage__topics .wrap .headAra .headWrap h2 {
    font-size: 3rem;
  }
}
.p-frontPage__topics .wrap .headAra .headWrap a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
  color: #E0B849;
  margin: 1em 0 0 0.25em;
}
.p-frontPage__topics .wrap .indexWrap {
  padding: 0 24px 40px 24px;
}
@media screen and (min-width: 768px) {
  .p-frontPage__topics .wrap .indexWrap {
    width: 60%;
    padding: 64px calc((100vw - 1200px) / 2 - 24px) 64px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-frontPage__topics .wrap .indexWrap .listWrap {
    padding: 0 24px 0 0;
  }
}
.p-frontPage__topics .wrap .indexWrap .newsList {
  padding: 1em 0;
}
@media screen and (min-width: 768px) {
  .p-frontPage__topics .wrap .indexWrap .newsList {
    padding: 1.25em 0;
  }
}
.p-frontPage__topics .wrap .indexWrap .newsList:not(:first-child) {
  border-top: 1px solid #E0B849;
}
.p-frontPage__topics .wrap .indexWrap .newsList .text .add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-frontPage__topics .wrap .indexWrap .newsList .text .add .date {
  color: #E0B849;
  font-size: 0.95rem;
}
.p-frontPage__topics .wrap .indexWrap .newsList .text .add .post-categories {
  margin-left: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.p-frontPage__topics .wrap .indexWrap .newsList .text .add .post-categories li {
  font-size: 0.75rem;
  color: #bac0ce;
  border: 1px solid #bac0ce;
}
.p-frontPage__topics .wrap .indexWrap .newsList .text .add .post-categories li a {
  padding: 0 4px;
  display: block;
}
.p-frontPage__topics .wrap .indexWrap .newsList .text .title {
  font-size: 1.05rem;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-frontPage__topics .wrap .indexWrap .newsList .text .title {
    font-size: 1.1rem;
    margin-top: 0.75em;
  }
}
@media screen and (min-width: 768px) {
  .p-frontPage__topics .wrap .indexWrap .newsList .text .title a {
    display: inline-block;
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
  }
  .p-frontPage__topics .wrap .indexWrap .newsList .text .title a:hover {
    color: rgb(188.4084507042, 147, 32.0915492958);
    -webkit-transform: translate(6px, 0);
            transform: translate(6px, 0);
  }
}
.p-frontPage__nextFestival {
  background: #000311;
}
@media screen and (min-width: 768px) {
  .p-frontPage__nextFestival {
    padding: 80px 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-frontPage__nextFestival .nextFestivalWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .p-frontPage__nextFestival .nextFestivalWrap .imgWrap {
    width: 42.6736111111%;
  }
}
.p-frontPage__nextFestival .nextFestivalWrap .textWrap {
  padding: 32px 24px 56px;
}
@media screen and (min-width: 768px) {
  .p-frontPage__nextFestival .nextFestivalWrap .textWrap {
    width: 51.4930555556%;
  }
}
.p-frontPage__nextFestival .nextFestivalWrap .textWrap .headArea .en {
  font-size: 0.85rem;
  color: #E0B849;
  margin-left: 0.25em;
}
.p-frontPage__nextFestival .nextFestivalWrap .textWrap .headArea .countdown {
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-size: 11vw;
  margin-top: 0.4em;
}
@media screen and (min-width: 768px) {
  .p-frontPage__nextFestival .nextFestivalWrap .textWrap .headArea .countdown {
    font-size: 3em;
  }
}
.p-frontPage__nextFestival .nextFestivalWrap .textWrap .headArea .countdown .cdNum {
  font-size: 1.25rem;
  margin-top: 0.25em;
}
.p-frontPage__nextFestival .nextFestivalWrap .textWrap .text {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .p-frontPage__nextFestival .nextFestivalWrap .textWrap .text {
    margin-top: 48px;
  }
}
.p-frontPage__nextFestival .nextFestivalWrap .textWrap .text .year {
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-size: 1.75rem;
}
.p-frontPage__nextFestival .nextFestivalWrap .textWrap .text .day {
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-size: 3.2rem;
  color: #C9351A;
}
@media screen and (min-width: 768px) {
  .p-frontPage__nextFestival .nextFestivalWrap .textWrap .text .day {
    font-size: 4rem;
  }
}
.p-frontPage__nextFestival .nextFestivalWrap .textWrap .text .day .week {
  font-size: 2.4rem;
  margin-left: 0.25em;
}
.p-frontPage__nextFestival .nextFestivalWrap .textWrap .text .day .subject {
  color: #fff;
  font-size: 1.5rem;
  display: inline-block;
  margin-left: 0.75em;
}
@media screen and (min-width: 768px) {
  .p-frontPage__nextFestival .nextFestivalWrap .textWrap .text .day .subject {
    font-size: 2.2rem;
  }
}
.p-frontPage__nextFestival .nextFestivalWrap .textWrap .text .day:nth-child(3) {
  margin-top: 12px;
  padding-top: 4px;
  border-top: 1px solid rgb(155.8414096916, 41.0925110132, 20.1585903084);
}
.p-frontPage__nextFestival .nextFestivalWrap .textWrap .text p {
  margin-top: 1.5em;
  line-height: 1.75;
}
.p-frontPage__nextFestival .nextFestivalWrap .textWrap .text .c-buttomType02 {
  margin: 1.5em auto 0;
}
@media screen and (min-width: 768px) {
  .p-frontPage__nextFestival .nextFestivalWrap .textWrap .text .c-buttomType02 {
    margin-top: 2em;
  }
}
.p-frontPage__looking {
  padding: 56px 24px;
}
@media screen and (min-width: 768px) {
  .p-frontPage__looking {
    padding: 80px 24px;
  }
}
.p-frontPage__looking .wrap {
  padding: 40px 32px;
  border: 1px solid rgb(155.8414096916, 41.0925110132, 20.1585903084);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-frontPage__looking .wrap {
    padding: 56px;
    max-width: 960px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .p-frontPage__looking .wrap .text {
    width: 55.9027777778%;
  }
}
.p-frontPage__looking .wrap .text .headArea {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-frontPage__looking .wrap .text .headArea {
    text-align: left;
  }
}
.p-frontPage__looking .wrap .text .headArea .en {
  font-size: 0.85rem;
  color: #C9351A;
}
.p-frontPage__looking .wrap .text .headArea h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-size: 2.5rem;
  margin-top: 0.5em;
}
.p-frontPage__looking .wrap .text p {
  margin-top: 1.5em;
  line-height: 1.75;
}
.p-frontPage__looking .wrap .text a {
  margin: 1.5em auto 0;
}
@media screen and (min-width: 768px) {
  .p-frontPage__looking .wrap .text a {
    width: 50%;
    margin: 2em auto 0 0;
  }
}
.p-frontPage__looking .wrap .text .img {
  margin-top: 24px;
}
.p-frontPage__looking .wrap .img {
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .p-frontPage__looking .wrap .img {
    width: 38.2638888889%;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-frontPage__looking .wrap .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-frontPage__looking .wrap .box01,
.p-frontPage__looking .wrap .box02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-frontPage__looking .wrap .box01::before, .p-frontPage__looking .wrap .box01::after,
.p-frontPage__looking .wrap .box02::before,
.p-frontPage__looking .wrap .box02::after {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background: rgb(155.8414096916, 41.0925110132, 20.1585903084);
}
.p-frontPage__looking .wrap .box02 {
  top: auto;
  bottom: 0;
}

.p-history .articleWrap .article h2 {
  margin-top: 0.6em;
  font-size: 2.2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .p-history .articleWrap .article h2 {
    font-size: 2.5rem;
  }
}
.p-history .articleWrap .article .saijin p {
  line-height: 1.75;
  margin-top: 1em;
  margin-bottom: 1em;
}
.p-history .articleWrap .article .saijin p:first-child:not(:last-child) {
  margin-top: 0;
  margin-bottom: 1em;
}
.p-history .articleWrap .article .saijin p:last-child:not(:first-child) {
  margin-top: 1em;
  margin-bottom: 0;
}
.p-history .articleWrap .article .saijin p:last-child:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-history .articleWrap .article .saijin p {
    line-height: 1.9;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .p-history .articleWrap .article .saijin p:first-child:not(:last-child) {
    margin-top: 0;
    margin-bottom: 1.5em;
  }
  .p-history .articleWrap .article .saijin p:last-child:not(:first-child) {
    margin-top: 1.5em;
    margin-bottom: 0;
  }
  .p-history .articleWrap .article .saijin p:last-child:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.p-history .articleWrap .article .saijin ul {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .p-history .articleWrap .article .saijin ul {
    margin-top: 2em;
  }
}
.p-history .articleWrap .article .saijin ul li {
  border-top: 1px solid #4C5876;
  padding: 1em 0 1.4em;
}
@media screen and (min-width: 768px) {
  .p-history .articleWrap .article .saijin ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-history .articleWrap .article .saijin ul li div {
    width: 200px;
  }
}
.p-history .articleWrap .article .saijin ul li div h4 {
  font-size: 2rem;
  color: #E0B849;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
}
.p-history .articleWrap .article .saijin ul li div .ruby {
  margin-top: 0.5em;
  color: #bac0ce;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
}
.p-history .articleWrap .article .saijin ul li p {
  font-size: 0.9rem;
  line-height: 1.6;
}
.p-history .articleWrap .article .saijin .para {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .p-history .articleWrap .article .saijin .para {
    margin-top: 1.25em;
  }
}
.p-history .articleWrap .article .bunkazai {
  margin-top: 3em;
}
.p-history .articleWrap .article .bunkazai p {
  line-height: 1.75;
  margin-top: 1em;
  margin-bottom: 1em;
}
.p-history .articleWrap .article .bunkazai p:first-child:not(:last-child) {
  margin-top: 0;
  margin-bottom: 1em;
}
.p-history .articleWrap .article .bunkazai p:last-child:not(:first-child) {
  margin-top: 1em;
  margin-bottom: 0;
}
.p-history .articleWrap .article .bunkazai p:last-child:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-history .articleWrap .article .bunkazai p {
    line-height: 1.9;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .p-history .articleWrap .article .bunkazai p:first-child:not(:last-child) {
    margin-top: 0;
    margin-bottom: 1.5em;
  }
  .p-history .articleWrap .article .bunkazai p:last-child:not(:first-child) {
    margin-top: 1.5em;
    margin-bottom: 0;
  }
  .p-history .articleWrap .article .bunkazai p:last-child:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-history .articleWrap .article .bunkazai {
    margin-top: 5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 24px;
  }
}
.p-history .articleWrap .article .bunkazai .wrap .text {
  margin-top: 1em;
}
.p-history .articleWrap .article .bunkazai .img {
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
  .p-history .articleWrap .article .bunkazai .img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 320px;
    margin-top: 0;
  }
}
.p-history .articleWrap .article .bunkazai .img img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-history .articleWrap .article .bunkazai .img img {
    height: 100%;
  }
}
.p-history .articleWrap .article .rekishi {
  margin-top: 3em;
}
@media screen and (min-width: 768px) {
  .p-history .articleWrap .article .rekishi {
    margin-top: 5em;
  }
}
.p-history .articleWrap .article .iwafunenoki {
  margin-top: 3em;
}
@media screen and (min-width: 768px) {
  .p-history .articleWrap .article .iwafunenoki {
    margin-top: 5em;
  }
}
.p-history .articleWrap .article .iwafunenoki .highlight {
  text-align: center;
  margin: 2.5em auto;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  line-height: 1.6;
  position: relative;
  padding: 32px 24px;
}
@media screen and (min-width: 768px) {
  .p-history .articleWrap .article .iwafunenoki .highlight {
    margin-top: 3em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 32px 64px;
  }
}
.p-history .articleWrap .article .iwafunenoki .highlight h3 {
  color: #E0B849;
  font-size: 2.3em;
}
.p-history .articleWrap .article .iwafunenoki .highlight .ruby {
  margin-top: 1em;
}
.p-history .articleWrap .article .iwafunenoki .highlight::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 80px;
  border-top: 1px solid #bac0ce;
  border-left: 1px solid #bac0ce;
}
.p-history .articleWrap .article .iwafunenoki .highlight::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 60px;
  width: 80px;
  border-bottom: 1px solid #bac0ce;
  border-right: 1px solid #bac0ce;
}
@media screen and (min-width: 768px) {
  .p-history .articleWrap .article .iwafunenoki .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    margin-top: 3em;
  }
}
@media screen and (min-width: 768px) {
  .p-history .articleWrap .article .iwafunenoki .text .img {
    width: 40%;
    height: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-history .articleWrap .article .iwafunenoki .text .img img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-history .articleWrap .article .iwafunenoki .text .img img {
    height: 280px;
  }
}
.p-history .articleWrap .article .iwafunenoki .text p {
  margin-top: 2em;
  line-height: 1.75em;
}
@media screen and (min-width: 768px) {
  .p-history .articleWrap .article .iwafunenoki .text p {
    margin-top: 0;
  }
}
.p-history .articleWrap .article .iwafunenoki .text p:not(:first-child) {
  margin-top: 1rem;
}
.p-history .articleWrap .article .chimei {
  margin-top: 3em;
}
@media screen and (min-width: 768px) {
  .p-history .articleWrap .article .chimei {
    margin-top: 5em;
  }
}
.p-history .articleWrap .article .chimei p {
  line-height: 1.75;
  margin: 1em 0 0;
}
@media screen and (min-width: 768px) {
  .p-history .articleWrap .article .chimei ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .p-history .articleWrap .article .chimei ul li {
    width: 47.0833333333%;
  }
}
.p-history .articleWrap .article .chimei ul li h3 {
  margin-top: 0.75em;
  font-size: 2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  color: #E0B849;
}
.p-history .articleWrap .article .genzai {
  margin-top: 3em;
  margin-bottom: -40px;
}
@media screen and (min-width: 768px) {
  .p-history .articleWrap .article .genzai {
    margin-top: 5em;
    margin-bottom: 0;
  }
}
.p-history .articleWrap .article .genzai p {
  margin-top: 1em;
  line-height: 1.75;
}
.p-history .articleWrap .article .genzai .img {
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .p-history .articleWrap .article .genzai .img {
    height: 560px;
  }
}
@media screen and (min-width: 768px) {
  .p-history .articleWrap .article .genzai .img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
}

.p-oshagiri .articleWrap .article h2 {
  margin-top: 0.6em;
  font-size: 2.2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .p-oshagiri .articleWrap .article h2 {
    font-size: 2.5rem;
  }
}
.p-oshagiri .sideNav .wrap .outer {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
@media screen and (min-width: 768px) {
  .p-oshagiri .sideNav .wrap .outer {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.p-oshagiri .sideNav .wrap .outer li {
  margin: 0;
  padding: 0.3em 0 0.3em 0.5em;
}
@media screen and (min-width: 768px) {
  .p-oshagiri .sideNav .wrap .outer li {
    padding: 0.3em 0 0.3em 0.25em;
  }
}
.p-oshagiri .tsukuri p {
  line-height: 1.75;
}
.p-oshagiri .tsukuri .wrap {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .p-oshagiri .tsukuri .wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 48px;
  }
}
.p-oshagiri .tsukuri .wrap ul li {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-oshagiri .tsukuri .wrap ul li {
    margin-top: 0px;
    width: 33.33%;
  }
}
.p-oshagiri .tsukuri .wrap ul li img {
  display: block;
  margin: 1em auto 0;
  width: 80%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-oshagiri .tsukuri .wrap ul li h3 {
  margin-top: 0.5em;
  text-align: center;
  font-size: 1.5rem;
  color: #E0B849;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
}
.p-oshagiri .tsukuri .wrap ul li p {
  margin: 0.75em auto 0;
  font-size: 0.9rem;
  width: 80%;
}
.p-oshagiri .tsukuri .wrap .jyunko {
  margin-top: 40px;
  border: 1px solid #4C5876;
  padding: 24px;
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .p-oshagiri .tsukuri .wrap .jyunko {
    margin-top: 64px;
  }
}
.p-oshagiri .tsukuri .wrap .jyunko h3 {
  color: #C9351A;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-size: 1.4rem;
}
.p-oshagiri .tsukuri .wrap .jyunko p {
  margin-top: 1em;
}
.p-oshagiri .oshagiri {
  background: #000311;
  margin-top: 64px;
  border-top: 1px solid rgb(155.8414096916, 41.0925110132, 20.1585903084);
  border-bottom: 1px solid rgb(155.8414096916, 41.0925110132, 20.1585903084);
  width: 100vw;
  position: relative;
  left: -20px;
  padding: 20px 20px 32px;
}
@media screen and (min-width: 768px) {
  .p-oshagiri .oshagiri {
    width: 100%;
    left: 0;
    margin-top: 80px;
    padding: 32px 32px 40px;
    border: 1px solid rgb(155.8414096916, 41.0925110132, 20.1585903084);
  }
}
.p-oshagiri .oshagiri .wrap {
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .p-oshagiri .oshagiri .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-oshagiri .oshagiri .wrap .header {
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .p-oshagiri .oshagiri .wrap .header {
    width: calc(45% - 32px);
  }
}
.p-oshagiri .oshagiri .wrap .header .number {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #C9351A;
  position: absolute;
  top: -12px;
  left: 20px;
  font-size: 1.8rem;
  color: #000311;
}
.p-oshagiri .oshagiri .wrap .header .ruby {
  font-size: 1.1rem;
  margin-left: 0.2em;
}
.p-oshagiri .oshagiri .wrap .header h2 {
  margin-top: 0;
  font-size: 3rem;
  color: #E0B849;
}
.p-oshagiri .oshagiri .wrap .header table {
  margin-top: 0.5em;
  width: 100%;
}
.p-oshagiri .oshagiri .wrap .header table tr:not(:first-child) {
  border-top: 1px solid #4C5876;
}
.p-oshagiri .oshagiri .wrap .header table tr th {
  vertical-align: middle;
  width: 5.5em;
}
.p-oshagiri .oshagiri .wrap .header table tr td {
  vertical-align: middle;
  padding: 0.75em 0;
  font-size: 1.3rem;
}
.p-oshagiri .oshagiri .wrap .gallery {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .p-oshagiri .oshagiri .wrap .gallery {
    width: 55%;
    margin-top: -48px;
  }
}
.p-oshagiri .oshagiri .detailWrap button {
  margin-top: 1em;
  padding: 4px 8px;
  width: 100%;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(19.71%, #4C5876), color-stop(79.81%, #4C5876), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #4C5876 19.71%, #4C5876 79.81%, rgba(0, 0, 0, 0) 100%);
}
.p-oshagiri .oshagiri .detailWrap .detail {
  display: none;
  padding-top: 8px;
}
.p-oshagiri .oshagiri .detailWrap .detail p {
  line-height: 1.75;
  margin-top: 0.75em;
}

.p-scenery .articleWrap .article h2 {
  margin-top: 0.6em;
  font-size: 2.2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .p-scenery .articleWrap .article h2 {
    font-size: 2.5rem;
  }
}
.p-scenery .lead p {
  line-height: 1.75;
}
.p-scenery .lead p:not(:first-child) {
  margin-top: 0.75em;
}
.p-scenery .people {
  margin-top: 3em;
}
@media screen and (min-width: 768px) {
  .p-scenery .people {
    margin-top: 5em;
  }
}
.p-scenery .people .text {
  margin-top: 1em;
  line-height: 1.75;
}
.p-scenery .people ul {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-scenery .people ul {
    margin: 3em auto 0;
    gap: 24px;
  }
}
.p-scenery .people ul li {
  width: calc(50% - 8px);
}
@media screen and (min-width: 768px) {
  .p-scenery .people ul li {
    width: calc(25% - 18px);
  }
}
.p-scenery .people ul li h3 {
  text-align: center;
  font-size: 1.3rem;
  color: #E0B849;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  margin-top: 12px;
}
.p-scenery .people ul li p {
  font-size: 0.9rem;
  margin-top: 10px;
  line-height: 1.75;
}
.p-scenery .people .happi {
  margin-top: 3em;
}
@media screen and (min-width: 768px) {
  .p-scenery .people .happi {
    margin-top: 4em;
    position: relative;
  }
}
.p-scenery .people .happi h3 {
  color: #C9351A;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-scenery .people .happi h3 {
    font-size: 1.8em;
    text-align: left;
  }
}
.p-scenery .people .happi p {
  font-size: 0.9rem;
  margin-top: 1em;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-scenery .people .happi p {
    width: 50%;
  }
}
.p-scenery .people .happi img {
  margin-top: 20px;
  margin-bottom: -64px;
  padding: 0 8px;
  display: block;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-scenery .people .happi img {
    margin: 0;
    position: absolute;
    width: 51%;
    top: 40px;
    right: -18px;
  }
}
.p-scenery .kashi .moreKashi {
  color: #E0B849;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
}
.p-scenery .kashi .moreKashi::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #E0B849;
  border-bottom: 2px solid #E0B849;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin: -3px 12px 0 0;
}
.p-scenery .kashi .moreKashi.is-open::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin: 8px 12px 0 0;
}
.p-scenery .kashi .contens {
  display: none;
  padding-top: 8px;
}
.p-scenery .kashi .contens .main {
  color: #E0B849;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-size: 1.3rem;
  margin-top: 18px;
}
.p-scenery .kashi .contens .ruby {
  margin-top: 4px;
  font-size: 0.85rem;
  color: #bac0ce;
}
.p-scenery .kashi .contens .ruby:last-child {
  margin-bottom: 16px;
}
.p-scenery .honkiyari {
  margin-top: 5em;
}
@media screen and (min-width: 768px) {
  .p-scenery .honkiyari {
    margin-top: 5em;
  }
}
.p-scenery .honkiyari .body p {
  margin-top: 1em;
  line-height: 1.75;
}
.p-scenery .honkiyari .outer {
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .p-scenery .honkiyari .outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .p-scenery .honkiyari .outer .kashi {
    width: calc(50% - 20px);
  }
}
.p-scenery .honkiyari .outer .img {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-scenery .honkiyari .outer .img {
    margin: 0;
    width: calc(50% - 12px);
  }
}
.p-scenery .dottokokiyari {
  margin-top: 3em;
}
@media screen and (min-width: 768px) {
  .p-scenery .dottokokiyari {
    margin-top: 5em;
  }
}
.p-scenery .dottokokiyari .body {
  margin-top: 1em;
  line-height: 1.75;
}
.p-scenery .dottokokiyari .kashi {
  margin-top: 2em;
}
.p-scenery .dottokokiyari .kashi .contens .main {
  font-size: 1.1rem;
}
.p-scenery .yobidaiko {
  margin-top: 3em;
}
@media screen and (min-width: 768px) {
  .p-scenery .yobidaiko {
    margin-top: 5em;
  }
}
.p-scenery .yobidaiko .body {
  margin-top: 1em;
  line-height: 1.75;
}
.p-scenery .yobidaiko .img {
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
  .p-scenery .yobidaiko .img img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-scenery .yobidaiko .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-scenery .yobidaiko .wrap .kashi {
  margin-top: 2em;
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .p-scenery .yobidaiko .wrap .kashi {
    width: calc(50% - 20px);
    padding-bottom: 40px;
  }
}
.p-scenery .yobidaiko .wrap .kashi .contens .main {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .p-scenery .yobidaiko .wrap .text {
    width: calc(50% - 20px);
  }
}
.p-scenery .yobidaiko .wrap .text h3 {
  margin-top: 1em;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  color: #E0B849;
  font-size: 2rem;
}
.p-scenery .yobidaiko .wrap .text p {
  margin-top: 0.75em;
  line-height: 1.75;
}
.p-scenery .yobidaiko .wrap .text p:first-of-type {
  margin-top: 1em;
}
.p-scenery .timeline {
  margin-top: 3em;
}
@media screen and (min-width: 768px) {
  .p-scenery .timeline {
    margin-top: 5em;
  }
}
.p-scenery .timeline .body {
  margin-top: 1em;
  line-height: 1.75;
}
.p-scenery .timeline .c-timeline tr td h3 {
  font-size: 1.6rem;
  margin-top: -2px;
  color: #C9351A;
}
.p-scenery .timeline .c-timeline tr td h4 {
  color: #E0B849;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  margin-top: 0.8em;
  font-size: 1.2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-scenery .timeline .c-timeline tr td h4 {
    margin-top: 1.25em;
  }
}
.p-scenery .timeline .c-timeline tr td .time {
  position: absolute;
  font-size: 1.1rem;
  color: #bac0ce;
  text-align: right;
  left: -5em;
  top: 1px;
  width: 50px;
}
@media screen and (min-width: 768px) {
  .p-scenery .timeline .c-timeline tr td .time {
    width: 56px;
  }
}
.p-scenery .column {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-scenery .column {
    margin-top: 40px;
  }
}
.p-scenery .column .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  color: #C9351A;
}
.p-scenery .column .header div:nth-child(1) {
  font-size: 1.8em;
  margin-right: 0.5em;
}
.p-scenery .column h2.title {
  font-size: 1.7rem;
  color: #E0B849;
  border-bottom: 1px solid #4C5876;
  padding-bottom: 0.5em;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .p-scenery .column h2.title {
    margin-top: 1.25em;
    font-size: 2.2rem;
    padding-bottom: 0.75em;
  }
}
@media screen and (min-width: 768px) {
  .p-scenery .column .body {
    margin-top: 1em;
  }
}
.p-scenery .column .body p {
  line-height: 1.75;
  margin-top: 1.75em;
}
.p-scenery .gochiso {
  margin-top: 40px;
  margin-bottom: -40px;
  height: 280px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-scenery .gochiso {
    margin: 3em 0 0;
    height: 400px;
  }
}
.p-scenery .gochiso img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-guide .articleWrap .article h2 {
  margin-top: 0.6em;
  font-size: 2.2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .p-guide .articleWrap .article h2 {
    font-size: 2.5rem;
  }
}
.p-guide .articleWrap .article p.body {
  margin-top: 1em;
  line-height: 1.75;
}
.p-guide .articleWrap .article .schedule > ul {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-guide .articleWrap .article .schedule > ul {
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
  }
}
@media screen and (min-width: 768px) {
  .p-guide .articleWrap .article .schedule > ul > li {
    width: calc(50% - 16px);
  }
}
.p-guide .articleWrap .article .schedule > ul > li dl dt {
  font-size: 4.5rem;
  margin-top: -16px;
  color: #C9351A;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  border-bottom: 1px solid rgb(178.4207048458, 47.0462555066, 23.0792951542);
  padding-bottom: 8px;
}
.p-guide .articleWrap .article .schedule > ul > li dl dd {
  font-size: 2rem;
  color: #C9351A;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  margin-top: 12px;
}
.p-guide .articleWrap .article .schedule > ul > li ul {
  margin-top: 1em;
}
.p-guide .articleWrap .article .schedule > ul > li ul li {
  margin: 0.5em 0;
  color: #E0B849;
}
.p-guide .articleWrap .article .schedule > ul > li ul li span {
  width: 3em;
  display: inline-block;
  text-align: right;
  margin-right: 0.8em;
}
.p-guide .articleWrap .article .schedule > ul > li .textSizeS {
  margin: 1em 0 0 0.75em;
  color: #bac0ce;
}
.p-guide .articleWrap .article .access {
  margin-top: 3em;
}
@media screen and (min-width: 768px) {
  .p-guide .articleWrap .article .access {
    margin-top: 5em;
  }
}
.p-guide .articleWrap .article .access .dateBox {
  margin-top: 1.5em;
}
.p-guide .articleWrap .article .access .dateBox a {
  text-decoration: underline 1px #bac0ce;
}
.p-guide .articleWrap .article .access .dateBox li {
  padding: 1.25em 0;
}
@media screen and (min-width: 768px) {
  .p-guide .articleWrap .article .access .dateBox li {
    padding: 1.5em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-guide .articleWrap .article .access .dateBox li .icon {
  width: 0.95em;
  position: relative;
  bottom: 3px;
  width: 14px;
}
.p-guide .articleWrap .article .access .dateBox li:first-child {
  padding-top: 0;
}
.p-guide .articleWrap .article .access .dateBox li:last-child {
  padding-bottom: 0;
}
.p-guide .articleWrap .article .access .dateBox li:not(:first-child) {
  border-top: 1px solid #4C5876;
}
.p-guide .articleWrap .article .access .dateBox li h3 {
  margin-bottom: 0.6em;
  font-weight: bold;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .p-guide .articleWrap .article .access .dateBox li h3 {
    width: 8em;
    margin-bottom: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-guide .articleWrap .article .access .dateBox li h3 .accessIcon {
  height: 1.25em;
  width: 1.4em;
  margin-right: 0.4em;
}
.p-guide .articleWrap .article .access .dateBox li p {
  margin-left: 0.5em;
}
.p-guide .articleWrap .article .access .map {
  margin-top: 1.5em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-guide .articleWrap .article .access .map {
    margin-top: 3em;
    text-align: right;
  }
}
.p-guide .articleWrap .article .access .map .dl {
  display: inline-block;
  margin-top: 0.25em;
}
.p-guide .articleWrap .article .highlights {
  margin-top: 3em;
}
@media screen and (min-width: 768px) {
  .p-guide .articleWrap .article .highlights {
    margin-top: 5em;
  }
}
.p-guide .articleWrap .article .highlights ul li {
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
  .p-guide .articleWrap .article .highlights ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
    margin-top: 3em;
  }
  .p-guide .articleWrap .article .highlights ul li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-guide .articleWrap .article .highlights ul li:not(:first-child) {
  border-top: 1px solid #4C5876;
  padding-top: 3em;
}
.p-guide .articleWrap .article .highlights ul li .img {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-guide .articleWrap .article .highlights ul li .img {
    margin: 0;
    width: calc(60% - 16px);
  }
}
.p-guide .articleWrap .article .highlights ul li .text {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-guide .articleWrap .article .highlights ul li .text {
    width: calc(40% - 16px);
  }
}
.p-guide .articleWrap .article .highlights ul li .text h3 {
  margin-top: 0.5em;
  font-size: 1.9em;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  color: #E0B849;
}
.p-guide .articleWrap .article .highlights ul li .text p {
  line-height: 1.75;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .p-guide .articleWrap .article .highlights ul li .text p {
    margin-top: 1.5em;
  }
}
.p-guide .articleWrap .article .highlights ul li .text .time {
  position: absolute;
  top: -44px;
  right: 0;
  background: #4C5876;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 99px;
  height: 80px;
  width: 80px;
}
@media screen and (min-width: 768px) {
  .p-guide .articleWrap .article .highlights ul li .text .time {
    top: -32px;
    height: 96px;
    width: 96px;
  }
}
.p-guide .articleWrap .article .attention {
  margin-top: 3em;
}
@media screen and (min-width: 768px) {
  .p-guide .articleWrap .article .attention {
    margin-top: 5em;
  }
}
.p-guide .articleWrap .article .attention .text {
  margin-top: 1em;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-guide .articleWrap .article .attention .text {
    margin-top: 2em;
  }
}
.p-guide .articleWrap .article .attention ul {
  margin-top: 2em;
}
.p-indexPage .headType01 {
  margin: 16px auto 40px;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .p-indexPage .headType01 {
    margin: 32px auto 64px;
  }
}

.wpcf7 {
  max-width: 800px;
  margin: 0 auto;
}
.wpcf7 .cf-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2em 0;
  border-bottom: 1px dashed rgb(228.4273127753, 77.1674008811, 49.5726872247);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wpcf7 .cf-area:last-child {
  border-bottom: none;
}
.wpcf7 .cf-area dt {
  width: 200px;
  padding-right: 30px;
  text-align: right;
  line-height: 1.5em;
}
.wpcf7 .cf-area dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wpcf7 .cf-area input,
.wpcf7 .cf-area textarea {
  width: 100%;
  padding: 0.8em;
  border: none;
  font-size: 16px;
  resize: vertical;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.wpcf7 .cf-area input:focus,
.wpcf7 .cf-area textarea:focus {
  outline: none;
  background: #eee;
}
.wpcf7 .cf-area input[type=radio],
.wpcf7 .cf-area input[type=checkbox] {
  width: auto;
}
@media screen and (max-width: 768px) {
  .wpcf7 .cf-area {
    display: block;
  }
  .wpcf7 .cf-area dt {
    width: 100%;
    margin-bottom: 5px;
    padding-right: 0;
    text-align: left;
    line-height: 1.5em;
  }
}
.wpcf7 .cf-required {
  background: rgb(123.0422535211, 96, 20.9577464789);
  color: #fff;
  font-size: 0.8em;
  padding: 0 5px 2px;
  border-radius: 2px;
}
.wpcf7 .cf-send input {
  text-align: center;
  display: block;
  margin: 56px auto 32px;
  width: 220px;
  color: #fff;
  border-radius: 8px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 10px 16px;
  background: #C9351A;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.1s;
  transition: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.03, 1.01, 0.67, 1.96);
          transition-timing-function: cubic-bezier(0.03, 1.01, 0.67, 1.96);
}
.wpcf7 .cf-send input:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.wpcf7 .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 .wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #fce3e3;
  border: none;
  text-align: center;
}

#wpcf7cpcnf > table {
  width: 100%;
}
#wpcf7cpcnf > table > tr > td {
  border-bottom: 1px solid rgb(228.4273127753, 77.1674008811, 49.5726872247);
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  min-height: 2em;
  display: block;
}

.wpcf7cp-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wpcf7cp-btns button {
  text-align: center;
  display: block;
  margin: 56px 8px 32px;
  width: 220px;
  color: #fff;
  border-radius: 8px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 10px 8px;
  background: #C9351A;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.1s;
  transition: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.03, 1.01, 0.67, 1.96);
          transition-timing-function: cubic-bezier(0.03, 1.01, 0.67, 1.96);
}
@media screen and (min-width: 504px) {
  .wpcf7cp-btns button {
    margin: 56px 24px 32px;
    padding: 10px 16px;
  }
}
.wpcf7cp-btns button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
/*# sourceMappingURL=style.css.map */