@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

div,
p {
  word-break: break-all;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
nav,
picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 1.5625vw;
  }
}

@media (min-width: 769px) and (max-width: 1000px) {
  html {
    font-size: 0.884955752vw;
  }
}

body {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #333333;
  word-break: normal;
  line-break: strict;
  font-weight: 500;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 2.4rem;
    line-height: 2;
  }
  body.open {
    overflow-y: hidden;
  }
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

a:hover {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.75;
  }
}

a:focus {
  outline: none;
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
}

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

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

input[type="submit"] {
  border: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

table {
  border-spacing: inherit;
  border-collapse: collapse;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
}

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

p + p {
  margin: 1em 0 0 0;
}

ul,
ol,
li {
  list-style: none;
}

.text-bold {
  font-weight: 700;
}

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

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

.c-white {
  color: #fff;
}

.fw-bold {
  font-weight: bold;
}

.fit {
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  max-width: 103rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 4rem;
  }
}

.inner {
  width: 100%;
  max-width: 86rem;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .inner {
    max-width: 46.8rem;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .show_sp {
    display: none !important;
  }
  .show_pc {
    display: inherit;
  }
  a[href^="tel"] {
    pointer-events: none;
    text-decoration: none;
    opacity: 1 !important;
    cursor: default !important;
  }
  #hambuger {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  body p {
    word-break: normal;
    line-break: strict;
  }
  .show_sp {
    display: inherit;
  }
  .show_pc {
    display: none !important;
  }
}

.mode-txt {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}

.txt_center {
  text-align: center;
}

.js-view {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.js-view.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.js-view-img {
  opacity: 0;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.js-view-img.fadein {
  opacity: 1;
}

.page-main {
  position: relative;
}

.hover-img {
  overflow: hidden;
}

.hover-img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hover:hover .hover-img img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

/** header area
====================================== **/
.page-header {
  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;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: top .5s ease;
  transition: top .5s ease;
  background: #fff;
  height: 7rem;
}

@media screen and (min-width: 769px) {
  .page-header.is_active {
    top: -100%;
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 768px) {
  .page-header.open .logo {
    background: none;
  }
  .page-header.open .logo a img.off {
    opacity: 0;
    visibility: hidden;
  }
  .page-header.open .logo a img.on {
    opacity: 1;
    visibility: visible;
  }
}

.logo {
  width: 39rem;
  height: 10.8rem;
  position: relative;
  z-index: 11;
  background: #fff;
  margin-bottom: -3.8rem;
}

.logo a {
  width: 100%;
  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;
  line-height: 0;
  position: relative;
}

.logo a img {
  width: 21.5rem;
  height: auto;
  display: block;
}

@media screen and (min-width: 769px) {
  .logo a img.on {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .logo a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .logo a img.off {
    width: 18.3rem;
  }
  .logo a img.on {
    width: 21rem;
    opacity: 0;
    visibility: hidden;
  }
}

.topnav {
  position: relative;
}

.topnav-logo {
  width: 13.7rem;
  position: absolute;
  top: 1rem;
  left: 7rem;
  opacity: 0;
  visibility: hidden;
}

.topnav-logo a {
  display: block;
  line-height: 0;
}

.topnav-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.topnav-menu {
  height: 6.6rem;
  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;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}

.topnav-menu_item a {
  display: inline-block;
  position: relative;
}

.topnav-menu_item a:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0.1rem;
  left: 0;
  bottom: 0;
  background: #333333;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.topnav-menu_item a:hover:after {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media screen and (min-width: 769px) {
  .topnav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 2;
  }
  .topnav.is_active .topnav-logo {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 768px) {
  .topnav {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .g-nav {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .g-nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    background: #1C2737;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 22rem 0 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  .g-nav .menu {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .g-nav .menu-item + .menu-item {
    margin-top: 8rem;
  }
  .g-nav .menu-item a {
    color: #fff;
    font-size: 2.6rem;
    letter-spacing: 0.1em;
  }
  .g-nav.open {
    opacity: 1;
    visibility: visible;
  }
}

/** footer
======================================= **/
.page-footer {
  background: url(../img/bg_textture.png) left top repeat;
  padding: 9rem 0;
  position: relative;
  z-index: 1;
}

.page-footer:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #666666;
  mix-blend-mode: multiply;
  z-index: -1;
}

.footer-logo {
  display: block;
  width: 18.4rem;
  line-height: 0;
  margin: 0 auto;
}

.footer-logo img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .footer-logo {
    width: 23.8rem;
  }
}

.pagetop {
  width: 3.5rem;
  height: auto;
  position: fixed;
  right: 4rem;
  bottom: 2rem;
  cursor: pointer;
  z-index: 2;
}

.pagetop span {
  display: block;
}

.pagetop span img {
  width: 100%;
  height: auto;
  display: block;
}

.pagetop.ab {
  position: absolute;
  bottom: -5rem;
}

@media screen and (max-width: 768px) {
  .pagetop {
    width: 4.6rem;
    right: 2rem;
  }
}

.copyright {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  font-family: "PT Serif", serif;
}

/** header area
====================================== **/
.section-title {
  position: relative;
  z-index: 1;
}

.section-title:before {
  position: absolute;
  content: '';
  width: 0.1rem;
  left: 0;
  bottom: 0;
  background: #B5AC89;
}

@media screen and (min-width: 769px) {
  .section-title:before {
    left: 2rem;
  }
}

.section-title:after {
  position: absolute;
  content: '';
  width: 7.1rem;
  height: 17.2rem;
  left: -4.2rem;
  top: -5rem;
  background: url(../img/ico_dragon.png) left top no-repeat;
  background-size: cover;
  z-index: -1;
}

.heading-lv2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.heading-lv2 .en {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  font-family: "PT Serif", serif;
  color: #84743A;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  vertical-align: top;
}

.heading-lv2 .ja {
  display: inline-block;
  font-size: 4rem;
  line-height: 1;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.22em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}

@media screen and (max-width: 768px) {
  .heading-lv2 {
    margin-left: -2rem;
  }
}

.heading-lv3 {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 5rem;
  position: relative;
  padding-left: 6.5rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.heading-lv3:before {
  position: absolute;
  content: '';
  width: 4rem;
  height: 4rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/ico_flower.png) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .heading-lv3 {
    font-size: 3.8rem;
    margin-bottom: 6rem;
  }
  .heading-lv3:before {
    width: 4.7rem;
    height: 4.7rem;
  }
}

.c-lettering {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  gap: 0.5rem;
}

.c-lettering > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-lettering > span > span {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  overflow: hidden;
  display: block;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.6, 1) 0.1s;
  transition: all 1s cubic-bezier(0.77, 0, 0.6, 1) 0.1s;
}

.c-lettering > span > span .title_cover {
  display: block;
  position: relative;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.6, 1) 0.1s;
  transition: all 1s cubic-bezier(0.77, 0, 0.6, 1) 0.1s;
  font-size: 2.4rem;
  font-weight: bold;
  color: #000;
}

.c-lettering > span > span .title_cover:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #111111;
  left: -100%;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.6, 1) 0.1s;
  transition: all 1s cubic-bezier(0.77, 0, 0.6, 1) 0.1s;
}

.c-lettering > span > span:first-child .title_cover {
  padding-left: 1rem;
}

.c-lettering > span > span:last-child .title_cover {
  padding-right: 1rem;
}

.c-lettering.is-inview > span > span {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.c-lettering.is-inview > span > span .title_cover {
  left: 0;
}

.js-heading > span:nth-child(1) .title_cover {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.js-heading > span:nth-child(2) .title_cover {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.js-heading > span:nth-child(3) .title_cover {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.js-heading > span:nth-child(4) .title_cover {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.js-heading > span:nth-child(5) .title_cover {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.js-heading > span:nth-child(6) .title_cover {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.js-heading > span:nth-child(7) .title_cover {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.js-heading > span:nth-child(8) .title_cover {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.js-heading > span:nth-child(9) .title_cover {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.js-heading > span:nth-child(10) .title_cover {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.js-heading > span:nth-child(11) .title_cover {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

.js-heading > span:nth-child(12) .title_cover {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.js-heading > span:nth-child(13) .title_cover {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.js-heading > span:nth-child(14) .title_cover {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.js-heading > span:nth-child(15) .title_cover {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.js-heading > span:nth-child(16) .title_cover {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.js-heading > span:nth-child(17) .title_cover {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}

.js-heading > span:nth-child(18) .title_cover {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.js-heading > span:nth-child(19) .title_cover {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}

.js-heading > span:nth-child(20) .title_cover {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.js-heading > span:nth-child(21) .title_cover {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

.js-heading > span:nth-child(22) .title_cover {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.js-heading > span:nth-child(23) .title_cover {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}

.js-heading > span:nth-child(24) .title_cover {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.js-heading > span:nth-child(25) .title_cover {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

.js-heading > span:nth-child(26) .title_cover {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.js-heading > span:nth-child(27) .title_cover {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}

.js-heading > span:nth-child(28) .title_cover {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.js-heading > span:nth-child(29) .title_cover {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
}

.js-heading > span:nth-child(30) .title_cover {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.js-heading > span:nth-child(31) .title_cover {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s;
}

.js-heading > span:nth-child(32) .title_cover {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.js-heading > span:nth-child(33) .title_cover {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s;
}

.js-heading > span:nth-child(34) .title_cover {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.js-heading > span:nth-child(35) .title_cover {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

.js-heading > span:nth-child(36) .title_cover {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.js-heading > span:nth-child(37) .title_cover {
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s;
}

.js-heading > span:nth-child(38) .title_cover {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.js-heading > span:nth-child(39) .title_cover {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s;
}

.js-heading > span:nth-child(40) .title_cover {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.js-heading > span:nth-child(41) .title_cover {
  -webkit-transition-delay: 2.05s;
  transition-delay: 2.05s;
}

.js-heading > span:nth-child(42) .title_cover {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.js-heading > span:nth-child(43) .title_cover {
  -webkit-transition-delay: 2.15s;
  transition-delay: 2.15s;
}

.js-heading > span:nth-child(44) .title_cover {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

.js-heading > span:nth-child(45) .title_cover {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

.js-heading > span:nth-child(46) .title_cover {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

.js-heading > span:nth-child(47) .title_cover {
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s;
}

.js-heading > span:nth-child(48) .title_cover {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.js-heading > span:nth-child(49) .title_cover {
  -webkit-transition-delay: 2.45s;
  transition-delay: 2.45s;
}

.js-heading > span:nth-child(50) .title_cover {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.js-heading > span:nth-child(51) .title_cover {
  -webkit-transition-delay: 2.55s;
  transition-delay: 2.55s;
}

.js-heading > span:nth-child(52) .title_cover {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}

.js-heading > span:nth-child(53) .title_cover {
  -webkit-transition-delay: 2.65s;
  transition-delay: 2.65s;
}

.js-heading > span:nth-child(54) .title_cover {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}

.js-heading > span:nth-child(55) .title_cover {
  -webkit-transition-delay: 2.75s;
  transition-delay: 2.75s;
}

.js-heading > span:nth-child(56) .title_cover {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}

.js-heading > span:nth-child(57) .title_cover {
  -webkit-transition-delay: 2.85s;
  transition-delay: 2.85s;
}

.js-heading > span:nth-child(58) .title_cover {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s;
}

.js-heading > span:nth-child(59) .title_cover {
  -webkit-transition-delay: 2.95s;
  transition-delay: 2.95s;
}

.js-heading > span:nth-child(60) .title_cover {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

.js-heading > span:nth-child(61) .title_cover {
  -webkit-transition-delay: 3.05s;
  transition-delay: 3.05s;
}

.js-heading > span:nth-child(62) .title_cover {
  -webkit-transition-delay: 3.1s;
  transition-delay: 3.1s;
}

.js-heading > span:nth-child(63) .title_cover {
  -webkit-transition-delay: 3.15s;
  transition-delay: 3.15s;
}

.js-heading > span:nth-child(64) .title_cover {
  -webkit-transition-delay: 3.2s;
  transition-delay: 3.2s;
}

.js-heading > span:nth-child(65) .title_cover {
  -webkit-transition-delay: 3.25s;
  transition-delay: 3.25s;
}

.js-heading > span:nth-child(66) .title_cover {
  -webkit-transition-delay: 3.3s;
  transition-delay: 3.3s;
}

.js-heading > span:nth-child(67) .title_cover {
  -webkit-transition-delay: 3.35s;
  transition-delay: 3.35s;
}

.js-heading > span:nth-child(68) .title_cover {
  -webkit-transition-delay: 3.4s;
  transition-delay: 3.4s;
}

.js-heading > span:nth-child(69) .title_cover {
  -webkit-transition-delay: 3.45s;
  transition-delay: 3.45s;
}

.js-heading > span:nth-child(70) .title_cover {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}

.js-heading > span:nth-child(71) .title_cover {
  -webkit-transition-delay: 3.55s;
  transition-delay: 3.55s;
}

.js-heading > span:nth-child(72) .title_cover {
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s;
}

.js-heading > span:nth-child(73) .title_cover {
  -webkit-transition-delay: 3.65s;
  transition-delay: 3.65s;
}

.js-heading > span:nth-child(74) .title_cover {
  -webkit-transition-delay: 3.7s;
  transition-delay: 3.7s;
}

.js-heading > span:nth-child(75) .title_cover {
  -webkit-transition-delay: 3.75s;
  transition-delay: 3.75s;
}

.js-heading > span:nth-child(76) .title_cover {
  -webkit-transition-delay: 3.8s;
  transition-delay: 3.8s;
}

.js-heading > span:nth-child(77) .title_cover {
  -webkit-transition-delay: 3.85s;
  transition-delay: 3.85s;
}

.js-heading > span:nth-child(78) .title_cover {
  -webkit-transition-delay: 3.9s;
  transition-delay: 3.9s;
}

.js-heading > span:nth-child(79) .title_cover {
  -webkit-transition-delay: 3.95s;
  transition-delay: 3.95s;
}

.js-heading > span:nth-child(80) .title_cover {
  -webkit-transition-delay: 4s;
  transition-delay: 4s;
}

.js-heading > span:nth-child(81) .title_cover {
  -webkit-transition-delay: 4.05s;
  transition-delay: 4.05s;
}

.js-heading > span:nth-child(82) .title_cover {
  -webkit-transition-delay: 4.1s;
  transition-delay: 4.1s;
}

.js-heading > span:nth-child(83) .title_cover {
  -webkit-transition-delay: 4.15s;
  transition-delay: 4.15s;
}

.js-heading > span:nth-child(84) .title_cover {
  -webkit-transition-delay: 4.2s;
  transition-delay: 4.2s;
}

.js-heading > span:nth-child(85) .title_cover {
  -webkit-transition-delay: 4.25s;
  transition-delay: 4.25s;
}

.js-heading > span:nth-child(86) .title_cover {
  -webkit-transition-delay: 4.3s;
  transition-delay: 4.3s;
}

.js-heading > span:nth-child(87) .title_cover {
  -webkit-transition-delay: 4.35s;
  transition-delay: 4.35s;
}

.js-heading > span:nth-child(88) .title_cover {
  -webkit-transition-delay: 4.4s;
  transition-delay: 4.4s;
}

.js-heading > span:nth-child(89) .title_cover {
  -webkit-transition-delay: 4.45s;
  transition-delay: 4.45s;
}

.js-heading > span:nth-child(90) .title_cover {
  -webkit-transition-delay: 4.5s;
  transition-delay: 4.5s;
}

.js-heading > span:nth-child(91) .title_cover {
  -webkit-transition-delay: 4.55s;
  transition-delay: 4.55s;
}

.js-heading > span:nth-child(92) .title_cover {
  -webkit-transition-delay: 4.6s;
  transition-delay: 4.6s;
}

.js-heading > span:nth-child(93) .title_cover {
  -webkit-transition-delay: 4.65s;
  transition-delay: 4.65s;
}

.js-heading > span:nth-child(94) .title_cover {
  -webkit-transition-delay: 4.7s;
  transition-delay: 4.7s;
}

.js-heading > span:nth-child(95) .title_cover {
  -webkit-transition-delay: 4.75s;
  transition-delay: 4.75s;
}

.js-heading > span:nth-child(96) .title_cover {
  -webkit-transition-delay: 4.8s;
  transition-delay: 4.8s;
}

.js-heading > span:nth-child(97) .title_cover {
  -webkit-transition-delay: 4.85s;
  transition-delay: 4.85s;
}

.js-heading > span:nth-child(98) .title_cover {
  -webkit-transition-delay: 4.9s;
  transition-delay: 4.9s;
}

.js-heading > span:nth-child(99) .title_cover {
  -webkit-transition-delay: 4.95s;
  transition-delay: 4.95s;
}

.js-heading > span:nth-child(100) .title_cover {
  -webkit-transition-delay: 5s;
  transition-delay: 5s;
}

.js-heading .title_cover {
  display: inline-block;
  /*opacity: 0;
    visibility: hidden;
    transform: rotateY(90deg);
    transition: all 0.3s ease-in-out;*/
  opacity: 0;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.js-heading.is-inview .title_cover {
  opacity: 1;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.slide-anime {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-property: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}

.slide-anime.active {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

@-webkit-keyframes header_animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes header_animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.hover-img {
  overflow: hidden;
}

.hover-img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hover:hover .hover-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.anim-img {
  position: relative;
}

.anim-img:after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: #fff;
  mix-blend-mode: color;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.anim-img.is-inview:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

/** header area
====================================== **/
#hambuger {
  width: 7rem;
  height: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 12;
  cursor: pointer;
  position: fixed;
  right: 2rem;
  top: 0;
}

.nav-icon ul {
  position: relative;
  width: 4.3rem;
  height: 3.1rem;
}

.nav-icon ul li {
  list-style: none;
  position: absolute;
  background: #84743A;
  width: 100%;
  height: 0.1rem;
  left: 50%;
  border-radius: 20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-icon ul li:nth-of-type(1) {
  top: 0%;
}

.nav-icon ul li:nth-of-type(2) {
  top: 49%;
}

.nav-icon ul li:nth-of-type(3) {
  top: 96%;
}

.nav-icon ul li span {
  display: inline-block;
}

.nav-icon.open ul {
  opacity: 1;
  visibility: visible;
}

.nav-icon.open ul li:nth-of-type(1) {
  width: 100%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(36deg);
  transform: translate(-50%, -50%) rotate(36deg);
}

.nav-icon.open ul li:nth-of-type(3) {
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-36deg);
  transform: translate(-50%, -50%) rotate(-36deg);
}

.nav-icon.open ul li:nth-of-type(2) {
  opacity: 0;
}

@media screen and (min-width: 769px) {
  #hambuger {
    display: none;
  }
}

/** home
======================================= **/
@keyframes header_animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 10;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes anime {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 10;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.main-visual {
  width: 100%;
  margin-top: 7rem;
  overflow: hidden;
}

.main-visual .mv-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main-visual .mv-img img {
  width: 100%;
  max-width: inherit;
  height: auto;
}

.main-visual.is-inview .mv-img img {
  -webkit-animation: header_animate 3s ease;
  animation: header_animate 3s ease;
}

.section-about {
  background: url(../img/bg_textture.png) left top repeat;
  padding: 9.5rem 0 1.5rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .section-about {
    padding: 14.6rem 0 0;
  }
}

.section-about .section-title:before {
  height: 15rem;
  bottom: -1.5rem;
}

@media screen and (max-width: 768px) {
  .section-about .section-title:before {
    height: 60rem;
  }
}

.section-about .container {
  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: 769px) {
  .section-about .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media screen and (min-width: 769px) {
  .section-about .section-title {
    margin-left: -1.5rem;
  }
}

.section-about .about-ctn {
  width: 83.6rem;
  padding-bottom: 10rem;
}

.section-about .about-ctn_ttl {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 5rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 768px) {
  .section-about .about-ctn_ttl {
    font-size: 3.8rem;
  }
}

@media screen and (max-width: 768px) {
  .section-about .about-ctn {
    width: 100%;
    padding-bottom: 0;
  }
}

.section-about .about-img {
  width: 32.6rem;
  margin-right: -13.7rem;
}

.section-about .about-img figure {
  width: 32.6rem;
}

.section-about .about-img figure img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .section-about .about-img {
    width: 25.6rem;
    margin: -8rem 0 0 auto;
  }
  .section-about .about-img figure {
    width: 100%;
  }
}

.section-greeting {
  padding: 12rem 0;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .section-greeting:before {
    position: absolute;
    content: '';
    width: 0.1rem;
    height: 100%;
    left: 4rem;
    bottom: 0;
    background: #B5AC89;
  }
}

@media screen and (min-width: 769px) {
  .section-greeting .container {
    position: relative;
  }
  .section-greeting .container:before {
    position: absolute;
    content: '';
    width: 0.1rem;
    height: 200%;
    left: 2rem;
    bottom: -50%;
    background: #B5AC89;
  }
}

@media screen and (min-width: 769px) {
  .section-greeting .greeting-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .section-greeting .greeting-ctn {
    width: 31.5rem;
  }
}

@media screen and (min-width: 769px) {
  .section-greeting .greeting-info {
    width: 47rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.section-greeting .greeting-info_img {
  width: 19rem;
}

@media screen and (max-width: 768px) {
  .section-greeting .greeting-info_img {
    width: 100%;
    margin-top: 10rem;
  }
  .section-greeting .greeting-info_img img {
    width: 24.6rem;
  }
}

.section-greeting .greeting-info_cp {
  width: 26rem;
}

.section-greeting .greeting-info_cp .tx1 {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin-bottom: 2.5rem;
}

.section-greeting .greeting-info_cp .tx1 span {
  display: inline-block;
  font-size: 2.2rem;
  letter-spacing: 0.26em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.section-greeting .greeting-info_cp .tl {
  font-size: 1.6rem;
  font-weight: bold;
  color: #84743A;
  margin-bottom: 1rem;
}

.section-greeting .greeting-info_cp .tx2 {
  font-size: 1.4rem;
  line-height: 1.7857;
}

@media screen and (max-width: 768px) {
  .section-greeting .greeting-info_cp {
    width: 100%;
  }
  .section-greeting .greeting-info_cp .txt1 {
    font-size: 2rem;
  }
  .section-greeting .greeting-info_cp .txt1 span {
    font-size: 3rem;
  }
  .section-greeting .greeting-info_cp .tl {
    font-size: 2.4rem;
  }
  .section-greeting .greeting-info_cp .tx2 {
    font-size: 2.2rem;
  }
}

.section-intro {
  padding: 10rem 0 15rem;
  background: url(../img/bg_textture.png) left top repeat;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .section-intro:before {
    position: absolute;
    content: '';
    width: 0.1rem;
    height: 100%;
    left: 0;
    bottom: 0;
    background: #B5AC89;
    left: 4rem;
  }
}

.section-intro:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #666666;
  mix-blend-mode: multiply;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .section-intro .container {
    position: relative;
  }
  .section-intro .container:before {
    position: absolute;
    content: '';
    width: 0.1rem;
    height: 200%;
    left: 2rem;
    bottom: -50%;
    background: #B5AC89;
  }
}

.section-intro .heading-lv3 {
  margin-bottom: 8rem;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .section-intro .intro-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.section-intro .intro-article_img {
  width: 28.1rem;
}

.section-intro .intro-article_img img {
  -webkit-box-shadow: 10px 10px 0px 0px #9d9061;
  box-shadow: 10px 10px 0px 0px #9d9061;
}

@media screen and (max-width: 768px) {
  .section-intro .intro-article_img {
    width: 39.4rem;
    margin-bottom: 11rem;
  }
}

.section-intro .intro-article_ctn {
  width: 48rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .section-intro .intro-article_ctn {
    width: 100%;
  }
}

.section-intro .intro-article_ttl {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-intro .intro-article_ttl span {
  display: inline-block;
  color: #fff;
  background: #84743A;
  line-height: 1;
  padding: 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}

.section-intro .intro-article_ttl h3 {
  color: #9D9061;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}

@media screen and (max-width: 768px) {
  .section-intro .intro-article_ttl {
    line-height: 1;
  }
  .section-intro .intro-article_ttl span {
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }
  .section-intro .intro-article_ttl h3 {
    font-size: 3.4rem;
  }
}

.section-intro .intro-article_copy {
  width: 39.2rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .section-intro .intro-article_copy {
    width: 38.8rem;
  }
}

.section-intro .intro-article + .intro-article {
  margin-top: 11.5rem;
  padding-top: 11.5rem;
  border-top: 1px dotted #808080;
}

@media screen and (max-width: 768px) {
  .section-intro .intro-article + .intro-article {
    margin-top: 15rem;
    padding-top: 0;
    border: none;
  }
}

.section-prayer {
  padding: 16.5rem 0;
  background: url(../img/bg_textture.png) left top repeat;
}

.section-prayer .prayer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-prayer .price {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #000000;
  padding: 0 6.5rem;
}

.section-prayer .price li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
}

.section-prayer .price li span {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
}

.section-prayer .price li + li {
  border-top: 1px dotted #808080;
}

@media screen and (max-width: 768px) {
  .section-prayer .price {
    padding: 0 1.5rem;
  }
  .section-prayer .price li {
    padding: 1.5rem 0;
  }
  .section-prayer .price li span {
    font-size: 2.8rem;
  }
  .section-prayer .price li span.tl {
    text-align: left;
  }
  .section-prayer .price li span.tw {
    text-align: right;
  }
}

.section-prayer .tx1 {
  margin-bottom: 20px;
}

.section-prayer .tx2 {
  margin-top: 20px;
}

.section-prayer .prayer .section-title:before {
  height: 15rem;
}

@media screen and (max-width: 768px) {
  .section-prayer .prayer .section-title:before {
    height: 50rem;
  }
}

.section-prayer .prayer .price li span.tl {
  width: 50%;
  text-align: center;
}

.section-prayer .prayer .price li span.tg {
  width: 20%;
  text-align: center;
}

.section-prayer .prayer .price li span.tw {
  width: 30%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section-prayer .prayer .price li span.tl {
    text-align: left;
  }
  .section-prayer .prayer .price li span.tw {
    text-align: right;
  }
}

.section-prayer .service {
  margin-top: 10rem;
}

@media screen and (max-width: 768px) {
  .section-prayer .service {
    margin-top: 14rem;
  }
}

.section-prayer .service .section-title:before {
  height: 10rem;
}

@media screen and (max-width: 768px) {
  .section-prayer .service .section-title:before {
    height: 25rem;
  }
}

.section-prayer .service .price li span.tl {
  width: 50%;
  text-align: center;
}

.section-prayer .service .price li span.tg {
  width: 20%;
  text-align: center;
}

.section-prayer .service .price li span.tw {
  width: 30%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section-prayer .service .price li span.tl {
    width: 40%;
    text-align: left;
  }
  .section-prayer .service .price li span.tg {
    width: 30%;
    text-align: center;
  }
  .section-prayer .service .price li span.tw {
    text-align: right;
    width: 30%;
  }
}

.section-prayer .box-phone {
  background: url(../img/bg_black.png) left top no-repeat;
  background-size: contain;
  color: #fff;
  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;
  height: 10rem;
  margin-top: 12rem;
}

.section-prayer .box-phone .tl {
  display: inline-block;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.section-prayer .box-phone a {
  display: inline-block;
  margin: 0 5rem;
}

.section-prayer .box-phone a img {
  width: 26rem;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .section-prayer .box-phone {
    margin-top: 10rem;
    background: url(../img/bg_black_sp.png) left top no-repeat;
    background-size: contain;
  }
  .section-prayer .box-phone a {
    margin: 0 3rem;
  }
}

.section-schedule {
  padding: 17rem 0 22rem;
  overflow-y: hidden;
}

.section-schedule .section-title:before {
  height: 86%;
  bottom: -8rem;
}

@media screen and (max-width: 768px) {
  .section-schedule .section-title:before {
    height: 92%;
    bottom: -12rem;
  }
}

.section-schedule .section-title:after {
  background: url(../img/ico_dragon2.png) left top no-repeat;
  background-size: cover;
}

.section-schedule .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-schedule .scheduleList {
  position: relative;
}

.section-schedule .scheduleList:after {
  position: absolute;
  content: '';
  width: 0.1rem;
  height: 110%;
  left: 17.5rem;
  top: -5rem;
  background: #84743A;
  -webkit-transform: rotate(-34deg);
  transform: rotate(-34deg);
}

@media screen and (max-width: 768px) {
  .section-schedule .scheduleList:after {
    left: -0.1rem;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    height: 105%;
    top: -2rem;
  }
}

.section-schedule .scheduleList-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  padding-left: 6rem;
  min-height: 14rem;
}

@media screen and (max-width: 768px) {
  .section-schedule .scheduleList-item {
    padding-left: 2.5rem;
    min-height: inherit;
  }
  .section-schedule .scheduleList-item + .scheduleList-item {
    margin-top: 6rem;
  }
}

.section-schedule .scheduleList-item:before {
  position: absolute;
  content: '';
  width: 1.3rem;
  height: 1.3rem;
  left: 1.3rem;
  top: 1.8rem;
  background: #84743A;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .section-schedule .scheduleList-item:before {
    left: -0.7rem;
  }
}

.section-schedule .scheduleList-item .yearly {
  font-size: 2.7rem;
  font-weight: 500;
  color: #84743A;
  width: 9rem;
  line-height: 1;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.section-schedule .scheduleList-item .yearly .num {
  font-size: 4.9rem;
}

.section-schedule .scheduleList-item .yearly.w-cus1 {
  width: 18rem;
}

@media screen and (max-width: 768px) {
  .section-schedule .scheduleList-item .yearly.w-cus1 {
    width: 100%;
  }
}

.section-schedule .scheduleList-item .yearly.w-cus2 {
  width: 11rem;
}

.section-schedule .scheduleList-item .copy {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 1.5rem;
}

.section-schedule .scheduleList-item .copy .not {
  font-size: 1.4rem;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .section-schedule .scheduleList-item .copy {
    font-size: 2.3rem;
    line-height: 1.74;
    margin-top: 1rem;
  }
  .section-schedule .scheduleList-item .copy .not {
    font-size: 2rem;
  }
}

@media screen and (min-width: 769px) {
  .section-schedule .scheduleList-item.item02 {
    margin-left: 9.5rem;
  }
}

@media screen and (min-width: 769px) {
  .section-schedule .scheduleList-item.item03 {
    margin-left: 18.8rem;
  }
}

@media screen and (min-width: 769px) {
  .section-schedule .scheduleList-item.item04 {
    margin-left: 28.2rem;
  }
}

.section-schedule .scheduleList ._img {
  position: absolute;
}

.section-schedule .scheduleList ._img.img01 {
  right: 0;
  top: 0;
}

.section-schedule .scheduleList ._img.img02 {
  left: 0;
  bottom: 0;
}

.section-schedule .scheduleList.list2 {
  margin-top: 9rem;
}

@media screen and (min-width: 769px) {
  .section-schedule .scheduleList.list2:after {
    left: 14.2rem;
    -webkit-transform: rotate(-38deg);
    transform: rotate(-38deg);
  }
}

.section-schedule .scheduleList.list2 ._img.img02 {
  left: 0;
  bottom: -10rem;
}

@media screen and (max-width: 768px) {
  .section-schedule .scheduleList.list2 .item01 {
    display: block;
  }
  .section-schedule .scheduleList.list2 .item01 .copy {
    margin-left: 9.5rem;
  }
}

@media screen and (min-width: 769px) {
  .section-schedule .scheduleList.list2 .item02 {
    margin-left: 11rem;
  }
}

@media screen and (min-width: 769px) {
  .section-schedule .scheduleList.list2 .item03 {
    margin-left: 22rem;
  }
}

@media screen and (max-width: 768px) {
  .section-schedule .scheduleList.list2 {
    margin-top: 11rem;
  }
}

.section-schedule .img_w1 {
  width: 18.6rem;
}

.section-schedule .img_w2 {
  width: 22.1rem;
}

.section-schedule ._img {
  -webkit-box-shadow: 10px 10px 0px 0px #DAD5C4;
  box-shadow: 10px 10px 0px 0px #DAD5C4;
}

.section-schedule .cp {
  text-align: right;
}

.section-schedule .cp span {
  display: inline-block;
  border: 1px solid #84743A;
  color: #84743A;
  border-radius: 2rem;
  padding: 0 1rem;
}

@media screen and (max-width: 768px) {
  .section-schedule .cp {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .section-schedule .scheduleImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 5.4rem;
    -moz-column-gap: 5.4rem;
    column-gap: 5.4rem;
    margin-left: -4.5rem;
    margin-top: 9rem;
  }
}

.section-contact {
  padding: 13rem 0;
  background: url(../img/bg_textture.png) left top repeat;
}

.section-contact .section-title:before {
  height: 52rem;
  bottom: -13rem;
}

@media screen and (max-width: 768px) {
  .section-contact .section-title:before {
    height: 80rem;
    bottom: -12rem;
  }
}

.section-contact .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-contact .inner {
  text-align: center;
}

.section-contact .cta-logo {
  width: 19.9rem;
  margin: 0 auto 5rem;
}

@media screen and (max-width: 768px) {
  .section-contact .cta-logo {
    width: 24.8rem;
  }
}

.section-contact .txt1 {
  font-size: 2.2rem;
  line-height: 1.75;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 768px) {
  .section-contact .txt1 {
    font-size: 2.8rem;
    margin-bottom: 5rem;
  }
}

.section-contact .cta-tel {
  display: inline-block;
  line-height: 0;
  width: 33.6rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .section-contact .cta-tel {
    width: 44.4rem;
  }
}

.section-contact .txt2 {
  font-size: 1.8rem;
  line-height: 1.75;
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .section-contact .txt2 {
    font-size: 2.2rem;
  }
}

.section-contact .maps {
  width: 100%;
  height: 49rem;
  position: relative;
  overflow: hidden;
}

.section-contact .maps iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .section-contact .maps {
    height: 68rem;
  }
}

.section-contact .cta-banner {
  display: block;
  line-height: 0;
  margin-top: 5rem;
}

@media screen and (max-width: 768px) {
  .section-contact .cta-banner {
    margin-top: 6rem;
  }
}
