@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* Scss Document */
/* ==========================================================================
All Mixin
========================================================================== */
/* ==========================================================================
グローバル変数の定義
========================================================================== */
/* ================================
Color
=================================== */
/* ================================
Font Family
=================================== */
/* 游ゴシック体 */
/* 游明朝体 */
/* ================================
Font Weight
=================================== */
/* Scss Document */
/* ================================
環境設定
=================================== */
/* ================================
Color
=================================== */
/* ================================
Font
=================================== */
/* ================================
HTML
=================================== */
h1, h2, h3, h4, h5, p, a, li, span, label, th, td, textarea, input, select, div, figcaption {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }

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

p {
  font-size: 16px;
  line-height: 2.0;
  letter-spacing: .05em; }
  @media screen and (max-width: 767px) {
    p {
      font-size: 15px; } }

/* Scss Document */
/* ================================
共通クラス
=================================== */
/* ================================
Display
=================================== */
.invisible {
  opacity: 0; }

/* ================================
Position
=================================== */
.relative {
  position: relative; }

/* ================================
Background
=================================== */
/* ================================
Font
=================================== */
.second-jp {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important; }

.f-reg {
  font-weight: 400 !important; }

.f-med {
  font-weight: 500 !important; }

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

.f-13 {
  font-size: 13px; }

.f-14 {
  font-size: 14px; }

.f-15 {
  font-size: 15px; }

.f-16 {
  font-size: 16px; }

.f-18 {
  font-size: 18px; }

.f-20 {
  font-size: 20px; }

.f-26 {
  font-size: 26px; }

.f-primary {
  color: #de8f9a; }

.l-sp-lg {
  letter-spacing: .1em; }

.l-sp-xl {
  letter-spacing: .2em; }

.allcap {
  text-transform: uppercase; }

/* ================================
Margin
=================================== */
/* ================================
Padding
=================================== */
/* ================================
Link
=================================== */
.link-primary {
  color: #de8f9a;
  text-decoration: none; }
  .link-primary:hover {
    color: rgba(222, 143, 154, 0.7); }

.link-black {
  color: #000;
  text-decoration: none; }
  .link-black:hover {
    color: #000; }

.link-white {
  color: #fff;
  text-decoration: underline; }
  .link-white:hover {
    text-decoration: none;
    color: #fff; }

/* ================================
List
=================================== */
.list-style-none {
  list-style: none;
  padding-left: 0; }

.list-style-inline {
  list-style: none;
  padding-left: 0; }
  .list-style-inline li {
    display: inline-block; }

.list-style-default li {
  padding-bottom: 7px; }
  .list-style-default li:last-child {
    padding-bottom: 0; }

/* ================================
Animation
=================================== */
/*左から右にフェードイン*/
.left-to-right {
  opacity: 0.1;
  transform: translateX(-20px);
  transition: all 1s; }

.left-to-right.scrollin {
  opacity: 1;
  transform: translate(0); }

/*右から左にフェードイン*/
.right-to-left {
  opacity: 0.1;
  transform: translateX(20px);
  transition: all 1s; }

.right-to-left.scrollin {
  opacity: 1;
  transform: translate(0); }

/*下から上にフェードイン*/
.down-to-top {
  opacity: 0.1;
  transform: translateY(20px);
  transition: all 1s; }

.down-to-top.scrollin {
  opacity: 1;
  transform: translateY(0); }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

/**
 * 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: 1em;
  /* 2 */ }

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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: 1em;
  /* 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; }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  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 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/* ================================
Header
=================================== */
/* ================================
共通
=================================== */
.header__menu li {
  display: inline-block;
  padding-right: 50px;
  /* Active */ }
  .header__menu li:last-child {
    padding-right: 0; }
  @media screen and (max-width: 1200px) {
    .header__menu li {
      padding-right: 35px; } }
  .header__menu li a {
    color: #000;
    text-decoration: none;
    letter-spacing: .05em;
    position: relative;
    font-size: 16px;
    font-weight: 700; }
    @media screen and (max-width: 1200px) {
      .header__menu li a {
        font-size: 15px; } }
    .header__menu li a:before {
      content: '';
      width: 0;
      height: 8px;
      background-color: rgba(222, 143, 154, 0.65);
      position: absolute;
      left: 0;
      bottom: -3px;
      z-index: -1;
      transition: .3s; }
    .header__menu li a:hover:before {
      width: 100%; }
  .header__menu li.current-menu-item a:before {
    width: 100%; }

/* ================================
ホーム用ヘッダー
=================================== */
#header__home {
  padding-top: 15px; }

#header__home__sub {
  padding: 0 50px; }

#header__home__sub__left {
  width: 40%; }
  #header__home__sub__left p {
    font-size: 15px;
    font-weight: 500; }

#header__home__sub__center {
  padding: 0 25px; }
  #header__home__sub__center img {
    width: 134px;
    height: auto; }

#header__home__sub__right {
  width: 40%; }
  #header__home__sub__right p {
    font-size: 15px;
    line-height: 1.6; }
    #header__home__sub__right p span {
      font-size: 20px; }
    #header__home__sub__right p a {
      font-size: 36px; }

/* ================================
ホーム用ヘッダー
=================================== */
#header__others {
  padding: 15px 50px; }

#header__others__left img {
  width: 126px;
  height: auto; }
  @media screen and (max-width: 1200px) {
    #header__others__left img {
      width: 110px; } }

/* ================================
モバイル用ヘッダー
=================================== */
#header__mobile img {
  width: 100px;
  height: auto; }

#header__mobile__toggler {
  display: block;
  position: fixed;
  z-index: 3;
  right: 0;
  top: 0;
  width: 90px;
  height: 90px;
  cursor: pointer;
  text-align: center;
  background-color: #fff; }
  @media screen and (max-width: 767px) {
    #header__mobile__toggler {
      width: 80px;
      height: 80px; } }
  #header__mobile__toggler span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    background: #000;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    #header__mobile__toggler span:nth-child(1) {
      top: 34px; }
      @media screen and (max-width: 767px) {
        #header__mobile__toggler span:nth-child(1) {
          top: 29px; } }
    #header__mobile__toggler span:nth-child(2) {
      top: 44px; }
      @media screen and (max-width: 767px) {
        #header__mobile__toggler span:nth-child(2) {
          top: 39px; } }
    #header__mobile__toggler span:nth-child(3) {
      top: 54px; }
      @media screen and (max-width: 767px) {
        #header__mobile__toggler span:nth-child(3) {
          top: 49px; } }

/* Active時 */
#header__mobile__toggler.active span:nth-child(1) {
  top: 44px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg); }
  @media screen and (max-width: 767px) {
    #header__mobile__toggler.active span:nth-child(1) {
      top: 39px; } }
#header__mobile__toggler.active span:nth-child(2), #header__mobile__toggler.active span:nth-child(3) {
  top: 44px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg); }
  @media screen and (max-width: 767px) {
    #header__mobile__toggler.active span:nth-child(2), #header__mobile__toggler.active span:nth-child(3) {
      top: 39px; } }

#header__mobile__menu {
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  background: #fff;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 50%;
  height: 100%; }
  @media screen and (max-width: 767px) {
    #header__mobile__menu {
      width: 75%; } }
  #header__mobile__menu ul {
    text-align: left;
    padding: 35% 0 0 35px; }
    #header__mobile__menu ul li {
      margin-bottom: 50px;
      position: relative;
      display: block; }
      #header__mobile__menu ul li:last-child {
        margin-bottom: 0; }
      #header__mobile__menu ul li a {
        color: #000;
        text-decoration: none; }

/* Active時 */
#header__mobile__menu.active {
  transform: translateX(0%); }

/* ================================
Footer
=================================== */
.pagetop {
  display: none;
  position: fixed;
  z-index: 99;
  bottom: 25px;
  right: 25px;
  margin-bottom: 0; }
  .pagetop a {
    color: #000;
    text-decoration: none;
    line-height: 1.8; }
    .pagetop a span {
      text-transform: uppercase;
      letter-spacing: .05em;
      font-size: 15px; }
  @media screen and (max-width: 991px) {
    .pagetop {
      display: none !important; } }

#footer__reservation {
  background: url("../../img/footer-bg.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  #footer__reservation__tel a {
    font-size: 36px;
    color: #fff;
    text-decoration: none; }

#footer__main img {
  width: 138px;
  height: auto; }

#footer__main__right__menu li {
  padding-right: 35px;
  padding-bottom: 15px; }
  #footer__main__right__menu li:last-child {
    padding-right: 0; }
  #footer__main__right__menu li a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600; }

#footer__main__right .common-link span {
  letter-spacing: .05em; }

/* Scss Document */
/* ================================
共通パーツ
=================================== */
.common-pt-lg {
  padding-top: 75px; }
  @media screen and (max-width: 767px) {
    .common-pt-lg {
      padding-top: 50px; } }

.common-py-md {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .common-py-md {
      padding-top: 35px;
      padding-bottom: 35px; } }

.common-py-lg {
  padding-top: 75px;
  padding-bottom: 75px; }
  @media screen and (max-width: 767px) {
    .common-py-lg {
      padding-top: 50px;
      padding-bottom: 50px; } }

.common-py-xl {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .common-py-xl {
      padding-top: 75px;
      padding-bottom: 75px; } }

.common-title {
  color: #de8f9a;
  letter-spacing: .2em;
  position: relative;
  font-size: 16px;
  font-weight: 600; }
  .common-title span {
    text-transform: uppercase;
    line-height: 3.3;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: .1em; }
    @media screen and (max-width: 767px) {
      .common-title span {
        font-size: 26px;
        line-height: 3.3; } }
  .common-title:before {
    content: '';
    width: 35px;
    height: 1px;
    background-color: #de8f9a;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto; }
  .common-title--white {
    color: #fff; }
    .common-title--white:before {
      background-color: #fff; }

.common-title2 {
  font-size: 26px;
  line-height: 2.3;
  letter-spacing: .1em;
  color: #de8f9a; }
  @media screen and (max-width: 767px) {
    .common-title2 {
      font-size: 20px; } }

.common-title3 {
  font-size: 26px;
  line-height: 2.3;
  letter-spacing: .1em;
  color: #de8f9a;
  position: relative;
  margin-bottom: 50px; }
  .common-title3:before {
    content: '';
    width: 35px;
    height: 1px;
    background-color: #de8f9a;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto; }
  @media screen and (max-width: 767px) {
    .common-title3 {
      font-size: 20px; } }

.common-header-lg {
  font-size: 36px; }
  @media screen and (max-width: 767px) {
    .common-header-lg {
      font-size: 26px; } }

.common-link {
  color: #000;
  text-decoration: none;
  position: relative;
  font-size: 26px;
  font-weigh: 600; }
  .common-link span {
    position: relative;
    font-size: 16px;
    letter-spacing: .2em;
    padding-left: 7px;
    cursor: pointer; }
  .common-link:before {
    content: '';
    width: 0;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: -15px;
    transition: .3s; }
  .common-link:hover {
    color: #000; }
    .common-link:hover:before {
      width: 75%; }

/* ================================
ページ共通
=================================== */
.page__header img {
  width: 80%;
  height: 381px;
  object-fit: cover; }
  @media screen and (max-width: 991px) {
    .page__header img {
      width: 100%;
      height: auto; } }

.page__body {
  padding: 75px 0; }
  @media screen and (max-width: 991px) {
    .page__body {
      padding: 50px 0; } }

.page__body__header h1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2; }
  @media screen and (max-width: 767px) {
    .page__body__header h1 {
      font-size: 26px; } }
  .page__body__header h1 span {
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 18px; }
    @media screen and (max-width: 767px) {
      .page__body__header h1 span {
        font-size: 14px; } }

/* ================================
ページ別
=================================== */
.menu {
  position: relative; }
  .menu:before {
    content: '';
    border-top: 1px dotted #000;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 13px;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .menu:before {
        content: none; } }
  .menu__title h3 {
    display: inline-block;
    background-color: #fff;
    padding-right: 15px;
    margin-right: 15px; }
    @media screen and (max-width: 767px) {
      .menu__title h3 {
        padding-right: 0;
        margin-right: 0; } }
  .menu__price {
    background-color: #fff;
    padding-left: 15px;
    word-break: keep-all; }
    @media screen and (max-width: 767px) {
      .menu__price {
        background-color: transparent;
        position: relative;
        margin-top: 15px;
        margin-left: 50px; }
        .menu__price:before {
          content: '';
          border-top: 1px dotted #000;
          width: 100%;
          height: 1px;
          position: absolute;
          left: 0;
          bottom: 30px;
          z-index: -1; } }
    @media screen and (max-width: 767px) {
      .menu__price p {
        display: inline-block;
        background-color: #fff;
        padding-left: 15px; } }

.flow__title {
  background-color: #fbf6f7;
  padding: 25px 15px;
  position: relative; }
  .flow__title:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #fbf6f7; }
  .flow__title h4 {
    font-size: 18px; }
.flow--end .flow__title:before {
  content: none; }

#store__info img {
  width: 80%; }
#store__info .table th, #store__info .table td {
  font-size: 16px;
  line-height: 2.0;
  letter-spacing: .05em;
  padding-bottom: 25px; }
#store__info .table th {
  font-weight: 500;
  width: 170px; }
  @media screen and (max-width: 767px) {
    #store__info .table th {
      width: 130px; } }
#store__info .inner-wrap {
  background-color: #fbf6f7; }

#store__schedule, #store__profile {
  border-top: 2px solid #eeeeee; }

#store__schedule iframe {
  width: 100%; }

#store__profile h3 {
  font-size: 26px; }
  #store__profile h3 span {
    font-size: 16px; }

/* ================================
投稿共通
=================================== */
.post__nav .pages {
  display: none; }
.post__nav span, .post__nav a {
  font-size: 18px;
  letter-spacing: .05em;
  border: none !important;
  color: #000;
  padding: 0 10px !important; }
.post__nav a:hover {
  font-weight: 700;
  color: #000; }

/* ================================
お知らせ
=================================== */
.info-common-wrap {
  padding: 25px 0;
  border-bottom: 1px solid #eee; }
  .info-common-wrap p {
    font-size: 14px; }

.info__sidebar .sidebar-wrap ul li {
  padding-bottom: 10px; }
  .info__sidebar .sidebar-wrap ul li:last-child {
    padding-bottom: 0; }
  .info__sidebar .sidebar-wrap ul li a {
    color: #000;
    text-decoration: none;
    letter-spacing: .025em; }

/* ================================
Home
=================================== */
/* ================================
セクション別スタイル
=================================== */
#home__mainvisual__img {
  width: 100%;
  height: auto;
  opacity: .3; }
  @media screen and (max-width: 767px) {
    #home__mainvisual__img {
      height: 65vh;
      object-fit: cover;
      object-position: center right; } }

#home__mainvisual__title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto; }
  #home__mainvisual__title h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: .075em;
    text-shadow: #fff 1px 0 5px; }
    @media screen and (max-width: 991px) {
      #home__mainvisual__title h1 {
        text-align: center;
        font-size: 24px; } }
    #home__mainvisual__title h1:nth-child(2) {
      animation-delay: .3s; }
    #home__mainvisual__title h1:nth-child(3) {
      animation-delay: .6s; }

#home__hero {
  padding-top: 90px; }
  @media screen and (max-width: 991px) {
    #home__hero {
      padding-top: 0; } }

#home__hero__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  object-fit: cover;
  object-position: right; }
  @media screen and (max-width: 991px) {
    #home__hero__img {
      position: inherit;
      width: 100%;
      height: 50vh; } }

#home__hero__txt {
  position: relative; }
  #home__hero__txt:before {
    content: '';
    width: 15%;
    height: 100%;
    background-color: rgba(238, 221, 224, 0.25);
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (max-width: 991px) {
      #home__hero__txt:before {
        display: none; } }
  #home__hero__txt h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: .075em;
    text-shadow: #fff 1px 0 5px; }
    @media screen and (max-width: 991px) {
      #home__hero__txt h1 {
        text-align: center;
        font-size: 24px; } }
    #home__hero__txt h1:nth-child(2) {
      animation-delay: .3s; }
    #home__hero__txt h1:nth-child(3) {
      animation-delay: .6s; }

@keyframes scrollbar {
  0% {
    height: 0; }
  100% {
    height: 152px; } }
#home__hero__txt__scroll {
  color: #000;
  text-decoration: none;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding-bottom: 167px;
  position: relative; }
  #home__hero__txt__scroll:after {
    content: '';
    width: 1px;
    height: 150px;
    background-color: #000;
    position: absolute;
    top: 73px;
    right: 0;
    left: 0;
    margin: auto;
    animation-name: scrollbar;
    animation-duration: 3s;
    animation-iteration-count: 1; }
  @media screen and (max-width: 991px) {
    #home__hero__txt__scroll {
      display: none; } }

#home__about .deco {
  position: absolute; }
  #home__about .deco--left {
    left: 0;
    bottom: 0;
    width: 215px; }
    @media screen and (max-width: 991px) {
      #home__about .deco--left {
        width: 180px;
        bottom: -50px; } }
    @media screen and (max-width: 767px) {
      #home__about .deco--left {
        bottom: -75px; } }
  #home__about .deco--right {
    right: 75px;
    bottom: 15px;
    width: 180px; }
    @media screen and (max-width: 991px) {
      #home__about .deco--right {
        width: 138px;
        bottom: -50px;
        right: 0; } }
    @media screen and (max-width: 767px) {
      #home__about .deco--right {
        display: none; } }

#home__service .wrap {
  position: relative;
  height: 380px;
  overflow: hidden;
  background-color: #000;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    #home__service .wrap {
      height: 300px; } }
  #home__service .wrap img {
    width: 120%;
    height: 380px;
    object-fit: cover;
    transition: .8s; }
    @media screen and (max-width: 767px) {
      #home__service .wrap img {
        height: 300px; } }
  #home__service .wrap__txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto; }
    #home__service .wrap__txt a {
      opacity: 0;
      position: absolute;
      text-decoration: none;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      transition: .7s;
      transition-delay: .2s;
      font-size: 26px;
      font-weigh: 600; }
      #home__service .wrap__txt a span {
        position: relative;
        font-size: 16px;
        letter-spacing: .2em;
        padding-left: 7px;
        cursor: pointer; }
  #home__service .wrap:hover img {
    opacity: .75;
    transform: scale(1.1); }
  #home__service .wrap:hover a {
    opacity: 1;
    bottom: -35px; }
