@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Old+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-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) */
/* ============================================ */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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;
  text-decoration: none;
  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: 80%; }

/**
 * 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 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */ }

/**
 * 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; }

/**
 * 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 */ }

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield; }

/**
 * 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; }

/******************************************************

base

******************************************************/
html {
  font-size: 10px; }

body {
  background: #000;
  color: #000; }

a {
  color: #000;
  text-decoration: none;
  transition: .2s linear; }
  a[href*="tel:"] {
    pointer-events: none; }

.aw {
  display: inline-block; }

.note {
  font-size: 1.2rem;
  line-height: 1.6;
  font-family: "Zen Old Mincho",'游明朝', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝','Noto Serif JP',  serif;
  font-weight: 400;
  font-style: normal; }

.sp {
  display: none !important; }

#allWrapper {
  overflow: hidden;
  position: relative;
  padding-top: 130px; }
  @media screen and (max-width: 768px) {
    #allWrapper {
      padding-top: 60px;
      padding-bottom: 60px; } }

#footerNavArea {
  font-size: 12px;
  color: #333; }
  #footerNavArea a {
    color: #b49c39;
    text-decoration: underline;
    transition: none; }
  #footerNavArea * {
    box-sizing: content-box; }

#footerArea * {
  box-sizing: content-box; }

@media screen and (max-width: 768px) {
  html {
    font-size: 9px; } }
@media screen and (max-width: 600px) {
  html {
    font-size: 8px; }

  a[href*="tel:"] {
    pointer-events: initial; }

  .sp {
    display: block !important; }

  .pc {
    display: none !important; }

  /**#allWrapper {
  	padding-bottom: $sp-nav-height;
  }**/ }
@media screen and (max-width: 400px) {
  html {
    font-size: 7.5px; } }
/**@media screen and (max-width: $xs-size) {
	html {
		font-size: 7px;
	}
}**/
h1 {
  text-align: center;
  padding: 1rem 3%;
  font-size: 1rem;
  background: #ddd; }

.layer-movie {
  position: fixed;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0;
  animation: 6s forwards blackout; }
  .layer-movie img, .layer-movie video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center center; }
  .layer-movie.img-mode {
    background-color: #fff; }
@keyframes blackout {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.bg-w {
  background: rgba(232, 233, 226, 0.88); }

.bg-b {
  background: rgba(0, 0, 0, 0.7); }
  .bg-b .midashi,
  .bg-b .lead {
    color: #fff; }

/******************************************************

header

******************************************************/
.header {
  font-family: "Zen Old Mincho",'游明朝', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝','Noto Serif JP',  serif;
  font-weight: 400;
  font-style: normal;
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  background: #161616; }

.header-inner {
  position: relative;
  height: 80px; }
  .header-inner .siteid {
    position: absolute;
    left: 5rem;
    top: 50%;
    transform: translateY(-50%); }
    .header-inner .siteid a {
      display: block; }
      .header-inner .siteid a img {
        width: auto;
        height: 55px; }
    @media screen and (max-width: 768px) {
      .header-inner .siteid {
        left: 5%; }
        .header-inner .siteid a img {
          height: 45px; } }
  .header-inner .h-nav {
    position: absolute;
    right: 5rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media screen and (max-width: 768px) {
      .header-inner .h-nav {
        display: none; } }
    .header-inner .h-nav li {
      margin-left: 4rem; }
      .header-inner .h-nav li a {
        display: flex;
        transition: 0.5s;
        color: #fff;
        align-items: center; }
        .header-inner .h-nav li a .icon {
          margin-right: 0.7rem; }
          .header-inner .h-nav li a .icon img {
            height: 1.9rem;
            width: auto; }
        .header-inner .h-nav li a .kana {
          font-size: 1.5rem;
          line-height: 1.4;
          white-space: nowrap; }
        .header-inner .h-nav li a:hover {
          color: #aaa; }
      .header-inner .h-nav li.request a {
        display: block;
        position: relative;
        overflow: hidden;
        background: linear-gradient(to right, #ae944f, #594e2f);
        box-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
        transition: 0.5s;
        width: 22rem;
        height: 50px; }
        .header-inner .h-nav li.request a .text {
          position: absolute;
          color: #fff;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          text-align: center;
          font-size: 2rem;
          white-space: nowrap; }
          .header-inner .h-nav li.request a .text b {
            display: block;
            opacity: 0.5;
            font-family: "linotype-didot", serif;
            font-weight: 400;
            font-style: normal;
            margin-top: 0.5rem;
            font-size: 1.1rem; }
        .header-inner .h-nav li.request a:before {
          content: "";
          border: 1px solid rgba(255, 255, 255, 0.3);
          position: absolute;
          top: 4px;
          left: 4px;
          bottom: 4px;
          right: 4px; }
        .header-inner .h-nav li.request a:hover {
          filter: brightness(1.2); }
  @media screen and (max-width: 768px) {
    .header-inner {
      height: 60px; }
      .header-inner .entry-bana {
        display: block; }
      .header-inner .h-nav {
        display: none; } }

.global-nav {
  background: linear-gradient(to right, #c2beb5, #ddd8cc); }
  @media screen and (max-width: 768px) {
    .global-nav {
      display: none; } }
  .global-nav .g-nav {
    display: flex;
    justify-content: center; }
    .global-nav .g-nav li a, .global-nav .g-nav li .soon {
      font-family: "linotype-didot", serif;
      font-weight: 400;
      font-style: normal;
      position: relative;
      display: block;
      font-feature-settings: "palt";
      height: 50px;
      line-height: 50px;
      font-size: 1.7rem;
      padding: 0 1.5rem;
      transition: color 0.5s; }
    .global-nav .g-nav li a:before {
      content: "";
      height: 3px;
      background: #988658;
      position: absolute;
      left: 1.5rem;
      top: 0;
      right: 1.5rem;
      opacity: 0;
      transition: opacity 0.5s; }
    .global-nav .g-nav li a:hover {
      color: #988658; }
    .global-nav .g-nav li a.current {
      color: #988658; }
      .global-nav .g-nav li a.current:before {
        opacity: 1; }

/******************************************************

container

******************************************************/
#container {
  font-family: "Zen Old Mincho",'游明朝', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝','Noto Serif JP',  serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  padding: 0;
  margin-top: 0;
  position: relative;
  overflow: hidden;
  /**background: #e8e9e2;**/ }

/******************************************************

footer

******************************************************/
.caption-area {
  padding: 4rem 0;
  background: #212121; }
  .caption-area .note {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    font-size: 1.1rem;
    color: #fff;
    text-align: left;
    line-height: 1.6; }

.footer {
  font-family: "Zen Old Mincho",'游明朝', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝','Noto Serif JP',  serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt"; }
  .footer .tel {
    width: 90%;
    font-size: 1.5rem;
    font-weight: normal;
    margin: auto;
    padding: 5rem 0; }
    .footer .tel a {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      line-height: 1.4; }
    .footer .tel .title {
      display: block;
      text-align: left;
      margin: 0.8rem 1rem; }
    .footer .tel .number {
      display: inline-block;
      width: 90%;
      max-width: 38rem;
      margin: 0.8rem 1rem; }
      .footer .tel .number .img {
        width: 100%;
        height: auto; }
    .footer .tel .opening {
      display: block;
      text-align: left;
      margin: 0.8rem 1rem; }
  @media screen and (max-width: 600px) {
    .footer .tel {
      padding: 2rem 0; }
      .footer .tel a {
        display: block; }
      .footer .tel .title {
        display: block;
        text-align: center;
        margin: 2.5rem 1rem; }
      .footer .tel .number {
        display: block;
        margin: auto; }
        .footer .tel .number .img {
          width: 100%;
          height: auto; }
      .footer .tel .opening {
        display: block;
        text-align: center;
        margin: 2.5rem 1rem; } }

.footer01 {
  padding: 4rem 0;
  background: #212121;
  border-top: 1px solid #3d3d3d; }
  @media screen and (max-width: 500px) {
    .footer01 {
      padding: 0rem 0; } }

.txt-link {
  text-align: center;
  padding: 0rem 5%; }
  .txt-link li {
    margin: 1rem 0;
    padding: 0 2rem;
    position: relative;
    display: inline-block; }
    .txt-link li a, .txt-link li p {
      font-size: 1.5rem;
      color: #fff; }
    .txt-link li a.current {
      color: #988658; }
    .txt-link li a:hover {
      color: #988658; }
  .txt-link .footer-br {
    display: block; }
  @media screen and (max-width: 500px) {
    .txt-link {
      padding: 0rem 0%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .txt-link li {
        width: 50%;
        border-right: 1px solid #3d3d3d;
        border-bottom: 1px solid #3d3d3d;
        margin: 0rem 0;
        padding: 0; }
        .txt-link li:nth-child(2n) {
          border-right: none; }
        .txt-link li.outline {
          border-right: 1px solid #3d3d3d; }
        .txt-link li.map, .txt-link li.request {
          border-right: none; }
        .txt-link li a, .txt-link li p {
          display: block;
          text-align: center;
          white-space: nowrap;
          padding: 1.7rem 0.5rem;
          box-sizing: border-box; }
        .txt-link li a {
          margin: 0; }
          .txt-link li a.current {
            color: #988658;
            background: #333; }
      .txt-link .footer-br {
        display: none; } }

.footer02 {
  background: #cdc9c1; }

.foot-company {
  background: #fff; }
  .foot-company .inner {
    padding: 5rem 0;
    text-align: center; }
    .foot-company .inner .comp-logo {
      display: flex;
      justify-content: center;
      align-items: center; }
      .foot-company .inner .comp-logo .c-text {
        margin: 0.5rem 0.5rem;
        font-size: 1.4rem; }
      .foot-company .inner .comp-logo .c-img {
        max-width: 25.8rem;
        margin: 0.5rem 0.5rem; }
        .foot-company .inner .comp-logo .c-img a {
          display: block; }
          .foot-company .inner .comp-logo .c-img a img {
            width: 100%;
            height: auto; }
    .foot-company .inner .lead {
      text-align: center;
      font-size: 1.3rem;
      line-height: 2.2;
      margin-top: 3rem; }

/******************************************************

sp-menu-switch, sp menu

******************************************************/
.sp-menu-switch {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 3%;
  z-index: 1110;
  width: 60px;
  height: 60px;
  padding: 23px 12px;
  cursor: pointer;
  text-align: center;
  display: none; }
  .sp-menu-switch span {
    background-color: #fff;
    display: block;
    margin-bottom: 6px;
    width: 100%;
    height: 1px;
    transition: all 300ms cubic-bezier(1, 0, 0, 1); }
    .sp-menu-switch span:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .sp-menu-switch {
      display: block; } }

.sp-menu {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1100;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 300ms;
  background: rgba(0, 0, 0, 0.9); }
  .sp-menu .sp-close span {
    width: 7rem;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 6rem;
    right: 3rem; }
    .sp-menu .sp-close span:nth-child(1) {
      transform: translate(0%, 0%) rotate(45deg); }
    .sp-menu .sp-close span:nth-child(2) {
      transform: translate(0%, 0%) rotate(-45deg); }
  .sp-menu .sp-menu-inner {
    width: 85%;
    text-align: left;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .sp-menu .sp-menu-inner .sitename {
      text-align: center; }
      .sp-menu .sp-menu-inner .sitename img {
        width: auto;
        height: 7.8rem; }
  .sp-menu .nav {
    width: 100%;
    margin: auto;
    margin-top: 4rem;
    max-width: 800px; }
    .sp-menu .nav ul {
      display: flex;
      flex-wrap: wrap; }
      .sp-menu .nav ul li {
        display: block;
        font-size: 18px;
        padding: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        width: 47%;
        margin-right: 6%; }
        .sp-menu .nav ul li:first-child, .sp-menu .nav ul li:nth-child(2) {
          border-top: 1px solid rgba(255, 255, 255, 0.2); }
        .sp-menu .nav ul li:nth-child(2n) {
          margin-right: 0; }
        .sp-menu .nav ul li a, .sp-menu .nav ul li .soon {
          display: block;
          position: relative;
          height: 6rem;
          width: 100%; }
          .sp-menu .nav ul li a .en, .sp-menu .nav ul li .soon .en {
            position: absolute;
            color: #fff;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            white-space: nowrap;
            line-height: 1;
            font-size: 1.8rem;
            letter-spacing: 0.3rem;
            text-align: center;
            font-family: "linotype-didot", serif;
            font-weight: 400;
            font-style: normal;
            transition: color 0.5s; }
            .sp-menu .nav ul li a .en br, .sp-menu .nav ul li .soon .en br {
              display: none; }
              @media screen and (max-width: 500px) {
                .sp-menu .nav ul li a .en br, .sp-menu .nav ul li .soon .en br {
                  display: inline; } }
          .sp-menu .nav ul li a:before, .sp-menu .nav ul li .soon:before {
            content: "";
            width: 30px;
            height: 2px;
            background: #988658;
            position: absolute;
            top: 0%;
            left: 50%;
            opacity: 0;
            transform: translateX(-50%); }
        .sp-menu .nav ul li a:hover .en, .sp-menu .nav ul li a.current .en {
          color: #988658; }
        .sp-menu .nav ul li a.current .en {
          font-weight: bold;
          color: #988658; }
        .sp-menu .nav ul li a.current:before {
          opacity: 1; }
        .sp-menu .nav ul li .soon {
          opacity: 0.3; }
  .sp-menu .sp-bana-request {
    margin-top: 5rem; }
    .sp-menu .sp-bana-request a {
      display: block;
      position: relative;
      overflow: hidden;
      background: linear-gradient(to right, #ae944f, #594e2f);
      box-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
      transition: 0.5s;
      width: 100%;
      height: 54px; }
      .sp-menu .sp-bana-request a .text {
        position: absolute;
        color: #fff;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        font-size: 2.2rem;
        white-space: nowrap; }
        .sp-menu .sp-bana-request a .text b {
          display: block;
          opacity: 0.5;
          font-family: "linotype-didot", serif;
          font-weight: 400;
          font-style: normal;
          margin-top: 0.5rem;
          font-size: 1.1rem; }
      .sp-menu .sp-bana-request a:before {
        content: "";
        border: 1px solid rgba(255, 255, 255, 0.3);
        position: absolute;
        top: 4px;
        left: 4px;
        bottom: 4px;
        right: 4px; }
      .sp-menu .sp-bana-request a:hover {
        filter: brightness(1.2); }

body.menu-opened .sp-menu {
  visibility: visible;
  opacity: 1; }

/******************************************************

sp-nav

******************************************************/
.sp-nav-fix {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 13;
  border-top: 1px solid #ccc;
  background: linear-gradient(to right, #c2beb5, #f3eee2 60%); }
  .sp-nav-fix ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 100%; }
    .sp-nav-fix ul li {
      font-size: 9px;
      line-height: 1;
      box-sizing: border-box; }
      .sp-nav-fix ul li a {
        width: 100%;
        display: block;
        height: 59px;
        position: relative; }
        .sp-nav-fix ul li a img {
          position: absolute;
          width: auto;
          height: 50px;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }
      .sp-nav-fix ul li.outline {
        border-right: 1px solid rgba(0, 0, 0, 0.2); }
      .sp-nav-fix ul li.request a {
        background: linear-gradient(to right, #ae944f, #594e2f); }
  @media screen and (max-width: 768px) {
    .sp-nav-fix {
      display: block; } }

/******************************************************

other

******************************************************/
.img {
  position: relative; }
  .img img {
    width: 100%;
    height: auto;
    position: relative; }
  .img .cap {
    font-size: 1.1rem;
    line-height: 1.3;
    padding: 0.2rem 0.6rem;
    color: #fff;
    position: absolute;
    right: 0px;
    bottom: 5px;
    text-align: right; }
    .img .cap.bl {
      background: none;
      color: #000; }
    .img .cap.sh {
      text-shadow: 0 0 0.6rem #000, 0 0 0.6rem #000; }
    .img .cap.out {
      position: inherit;
      display: block;
      bottom: inherit;
      right: inherit;
      background: none;
      color: #000;
      text-align: right;
      padding: 0.4rem 0; }
  .img .w {
    color: #fff;
    text-shadow: 0 0 3px #000,0 0 6px #000; }
  .img .l {
    right: auto;
    left: 10px;
    text-align: left; }
  .img .out {
    bottom: -10px;
    right: 0; }
  .img .note {
    position: relative;
    margin-top: 5px;
    text-align: right; }

.bg01 {
  background: #3A3A34; }

.bg02 {
  background: #33332D; }

.bg03 {
  background: #282822; }

.bg04 {
  background: #52524D; }

.inner {
  width: 90%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto; }

.inner2 {
  width: 90%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto; }

.en {
  font-family: "linotype-didot", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .1em; }

.en-midashi {
  font-size: 4.6rem;
  line-height: 1.6;
  font-weight: lighter;
  font-family: "linotype-didot", serif;
  font-weight: 400;
  font-style: normal; }

.midashi {
  font-size: 2.8rem;
  line-height: 1.6;
  font-weight: lighter;
  font-family: "Zen Old Mincho",'游明朝', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝','Noto Serif JP',  serif;
  font-weight: 400;
  font-style: normal; }

.lead {
  font-size: 1.8rem;
  line-height: 1.8;
  font-family: "Zen Old Mincho",'游明朝', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝','Noto Serif JP',  serif;
  font-weight: 400;
  font-style: normal; }

.main {
  position: relative;
  overflow: hidden; }
  .main .img {
    z-index: 0; }
  .main .page-name {
    position: absolute;
    bottom: 5%;
    left: 5%;
    color: #fff;
    font-size: 2rem; }
    .main .page-name b {
      font-weight: lighter;
      font-family: "linotype-didot", serif;
      font-weight: 400;
      font-style: normal;
      font-size: 6rem;
      margin-right: 3rem; }
  @media screen and (max-width: 600px) {
    .main .page-name {
      font-size: 1.5rem; }
      .main .page-name b {
        font-size: 4.5rem;
        margin-right: 2rem; } }

.title-txt .en {
  font-size: 4rem;
  text-align: center; }
.title-txt .kana {
  text-align: center;
  font-size: 2.2rem;
  margin-top: 1rem; }

.en-ttl {
  font-size: 2.4rem;
  color: #988658;
  font-family: "linotype-didot", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2rem;
  margin-bottom: 2.5rem; }

.obi-ttl {
  font-size: 2.2rem;
  line-height: 1.4;
  padding-bottom: 1rem;
  border-bottom: 1px solid #988658; }

.page-head .inner {
  padding-bottom: 8rem; }
  .page-head .inner .page-name {
    text-align: center;
    position: relative;
    padding-top: 8rem; }
    .page-head .inner .page-name .en {
      color: #988658;
      font-family: "linotype-didot", serif;
      font-weight: 400;
      font-style: normal;
      font-size: 4rem;
      letter-spacing: 0.5rem;
      line-height: 1; }
    .page-head .inner .page-name .kana {
      line-height: 1;
      font-size: 1.2rem;
      color: #fff; }
    .page-head .inner .page-name:before {
      content: "";
      width: 1px;
      height: 6rem;
      position: absolute;
      left: 50%;
      top: 0;
      background: #988658; }
  .page-head .inner .midashi {
    text-align: center;
    font-size: 3.4rem;
    letter-spacing: 0.5rem;
    font-feature-settings: "palt";
    margin-top: 3rem; }
  .page-head .inner .lead {
    text-align: center;
    line-height: 2.2;
    margin-top: 3rem; }
@media screen and (max-width: 600px) {
  .page-head .inner {
    padding-bottom: 6rem; } }
