@charset "UTF-8";
/**
 * FUNCTION
 * Function.............
 *
 * VARIABLE
 * Global...............プロジェクト全体を通して使用される変数です。
 * Color................カラー用の変数（マップ）を管理します。
 * Config...............
 *
 * MIXIN
 * Media-query..........メディアクエリ用のmixinです。
 * Clearfix.............`float`を解除する`clearfix`のmixinです。
 *
 * VENDORS
 * Normalize.css........Normalize cssのインポートします。
 *
 * VENDORS-EXTENSION
 * Normalize.css........Normalize.cssのスタイルを上書きします。
 *
 * BASE
 * Base.................要素セレクタと属性セレクタのデフォルトスタイルです。
 *
 * LAYOUT
 * Header...............ヘッダーエリアのコンテナブロックのスタイルを指定します。
 * Footer...............フッターエリアのコンテナブロックのスタイルを指定します。
 * Main.................メインコンテンツエリアのコンテナブロックのスタイルを指定します。
 * Sidebar..............サイドバーエリアのコンテナブロックのスタイルを指定します。
 *
 * COMPONENT
 * Wrapper..............コンポーネントをラップするオブジェクトです。`max-width`が指定されています。
 * Grid.................グリッドレイアウトのベーススタイルです。
 * Inline...............横並びになるリストオブジェクトです。
 * Block................縦並びになるリストオブジェクトです。
 * Rank.................横並びになるリストオブジェクトです。アンカータグのクリック範囲が大きく指定されています。
 * Pac..................子要素を折り返さず、横幅内に収めるリストオブジェクトです。
 * Stac.................縦に積み上げていくタイプのリストオブジェクトです。
 * Media................画像とテキストを横並びにするために使用するオブジェクトです。
 * Split................2つの要素をブロックから横並びにするオブジェクトです。
 * Justify..............子要素を両端揃えにするオブジェクトです。
 * Scroll...............横スクロールに対応したテーブルオブジェクトです。
 * Central..............上下左右の中央配置オブジェクトです。
 * Button...............ボタンコンポーネントのベーススタイルです。
 * Card.................カード型のコンポーネントです。
 * Embed................YouTubeなどの埋め込みコンテンツのアスペクト比を固定するオブジェクトです。
 * Images...............画像コンポーネントです。
 *
 * PROJECT
 * Breadcrumbs..........パンくずリストです。セパレーターは`>`です。
 * Pagination...........前後のページに遷移するためのナビゲーションです。アイコンは`<`, `>`です。
 * Tag-cloud............タグクラウドのコンポーネントです。
 * Alert................エラーメッセージなどを表示するコンポーネントです。
 * Badge................投稿数のような数値を表示するコンポーネントです。
 * Label................インラインでメッセージを表示するコンポーネントです。
 * Balloon..............吹き出しのコンポーネントです。
 *
 * UTILITY
 * Col..................レスポンシブに対応した`width`を指定するためのヘルパークラスです。
 * Push.................レスポンシブに対応した`left`を指定するためのヘルパークラスです。
 * Pull.................レスポンシブに対応した`right`を指定するためのヘルパークラスです。
 * Column...............レスポンシブに対応した`column-count`を指定するためのヘルパークラスです。
 * Margin...............レスポンシブに対応した`margin`を指定するためのヘルパークラスです。
 * Padding..............`padding`を指定するためのヘルパークラスです。
 * Display..............要素の表示を切り替えるヘルパークラスです。
 * Float................`float`とクリアーフィックスのヘルパークラスです。
 * Position.............`position`のヘルパークラスです。
 * Text.................テキストのスタイルを変更するヘルパークラスです。
 */
/* ==========================================================================
   Foundation
   ========================================================================== */
/* Vendors
   ----------------------------------------------------------------- */
/**
 * #Normalize
 */
/* ==========================================================================
   Normalize.css
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Base
   ----------------------------------------------------------------- */
/**
 * #Base
 */
/**
 * ボックスモデルを`border-box`にリセットします。
 * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
:root {
  --width-ratio: 1px/1;
  --width-wide-ratio: 100vw / 1400;
}

@media screen and (max-width: 1440) {
  :root {
    --width-ratio: 100vw / 1400;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --width-ratio: 100vw / 374;
    --width-wide-ratio: 100vw / 374;
  }
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: my-strip-unit(my-margins());
  /* iOSとAndroidでのリンクをタップ時のハイライトをリセットする。 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  position: relative;
  color: #0A0A0A;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  background: #fff;
  /* アンチエイリアスを指定する */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  /* メトリクスカーニングを指定する */
  -webkit-font-kerning: normal;
          font-kerning: normal;
  letter-spacing: normal;
}

/* 日本語にitalicは使用されないためリセットする */
i,
cite,
em,
address,
dfn {
  font-style: normal;
}

a {
  display: block;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

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

/* マージンを持たないブロックとする。 */
figure {
  margin: 0;
}

/* ネストされたリストのマージンをリセットする */
li {
  list-style: none;
}
li > ul,
li > ol {
  margin-bottom: 0;
}

dl {
  margin: 0;
}

dd {
  margin-left: 0;
}

table {
  width: 100%;
}

th {
  text-align: left;
}

/**
 * <blockquote cite="#">
 *     <p><small></small></p>
 *     <footer>
 *         <cite><a href="#"></a></cite>
 *     </footer>
 * </blockquote>
 */
blockquote {
  margin: my-margins() 0 my-margins() 0;
  padding-left: my-paddings();
  border-left: 1px solid my-colors(text, light);
  color: my-colors(text, light);
}
blockquote > :first-child {
  margin-top: 0;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/* `<cite>`の先頭にemダッシュが付く */
blockquote cite:before {
  content: "— ";
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: my-paddings();
  background-color: my-colors(bg);
}

legend {
  padding: 0 my-paddings(small);
  background-color: my-colors(bg);
}

label {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=url] {
  padding-left: my-paddings(small);
}

textarea {
  width: 100%;
  min-height: 8rem;
  padding: my-paddings(large) my-paddings(small);
  vertical-align: top;
  resize: vertical;
}

optgroup {
  font-weight: normal;
  font-style: normal;
}

/**
 * プレイスホルダーのcolorを無効化してopacityでコントラストを抑える
 * http://hail2u.net/blog/webdesign/placeholder-normalization.html
 */
:-ms-input-placeholder {
  opacity: 0.54;
  color: inherit;
}

::-webkit-input-placeholder {
  opacity: 0.54;
  color: inherit;
}

:-moz-placeholder {
  opacity: 0.54;
}

:-ms-input-placeholder {
  opacity: 0.54;
}

:placeholder-shown {
  opacity: 0.54;
}

code,
kbd,
pre,
samp {
  font-size: 1rem;
}

code,
pre {
  font-family: Menlo, Consolas, Courier, monospace;
}

kbd {
  /* ユーザーに入力を促す要素 */
  font-family: inherit;
}
kbd > kbd {
  /* キーボードのキーを示す要素に変化するためボーダーで囲われます */
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  padding: 3px 6px;
  font-size: 0.75rem;
  line-height: 1;
  border-width: 1px;
  border-style: solid;
}

/**
 * Vertical Rhythmを指定しているクラスセレクタをまとめて指定します。
 */
h1, h2, h3, h4, h5, h6,
p,
ul, ol, dl,
table,
pre,
address {
  margin-top: 0;
  margin-bottom: my-margins();
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, p, a, img, ul, li, table, tr, th, td, tbody, footer, header, main, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  list-style: none;
  text-decoration: none;
}

/* ==========================================================================
   Layout
   ========================================================================== */
/**
 * #Footer
 */
.l-footer {
  position: relative;
  background-color: #000;
}

.l-footer__inner {
  max-width: calc(1440 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
  padding: calc(64 * var(--width-ratio)) calc(95 * var(--width-ratio)) calc(10 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-footer__inner {
    padding: calc(64 * var(--width-ratio)) calc(48 * var(--width-ratio)) calc(10 * var(--width-ratio));
  }
}

.l-footer-top {
  padding-bottom: calc(20 * var(--width-ratio));
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.l-footer-logo {
  max-width: calc(240 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
}

.l-footer__text {
  margin-top: calc(16 * var(--width-ratio));
  color: #fff;
  font-size: calc(12 * var(--width-ratio));
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: -0.02em;
  text-align: center;
}
@media (max-width: 768px) {
  .l-footer__text {
    font-size: calc(14 * var(--width-ratio));
    line-height: 1.9;
  }
}

.l-footer-bottom {
  margin-top: calc(32 * var(--width-ratio));
}

.l-footer__copy {
  color: #99A1AF;
  margin-top: calc(22 * var(--width-ratio));
  font-size: calc(14 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.4285714286;
  text-align: center;
}
@media (max-width: 768px) {
  .l-footer__copy {
    margin-top: calc(32 * var(--width-ratio));
    line-height: 1.4285714286;
  }
}

/**
 * #Header
 */
#header {
  position: absolute;
}

#header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
}

.l-header {
  width: 100%;
  background: #fff;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: calc(26 * var(--width-ratio)) calc(31 * var(--width-ratio)) calc(30 * var(--width-ratio)) calc(24 * var(--width-ratio));
}
@media (max-width: 1024px) {
  .l-header__inner {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    gap: 0;
    padding: 0;
  }
}

.l-header-logo {
  position: relative;
  width: calc(240 * var(--width-ratio));
}
@media (max-width: 1024px) {
  .l-header-logo {
    width: calc(144 * var(--width-ratio));
    padding: calc(11 * var(--width-ratio)) 0 0 calc(8 * var(--width-ratio));
  }
}

.l-header__text {
  display: block;
  margin-top: calc(16 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
@media (max-width: 1024px) {
  .l-header__text {
    margin-top: calc(4 * var(--width-ratio));
    font-size: calc(10 * var(--width-ratio));
  }
}

/**
 * #Main
 */
.l-main {
  padding-top: calc(174 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-main {
    padding-top: calc(85 * var(--width-ratio));
  }
}

/**
 * #Section
 */
.l-section {
  position: relative;
}

/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
/**
 * #Fade
 */
/* フェードイン(初期値) */
.js-fadeUp {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}
.js-fadeUp.is-inview {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

/**
 * #Scroll
 */
.c-scroll {
  position: fixed;
  bottom: calc(15 * var(--width-ratio));
  right: calc(14 * var(--width-ratio));
  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;
  width: calc(40 * var(--width-ratio));
  height: calc(38 * var(--width-ratio));
  border-radius: 50%;
  background: #E7E7E7;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-scroll img {
  width: calc(15 * var(--width-ratio));
  height: calc(7 * var(--width-ratio));
}
.c-scroll.is-active {
  opacity: 1;
  pointer-events: auto;
}
.c-scroll:hover {
  background: #F2F2F2;
}

/**
 * #Kv
 */
.c-kv__heading {
  display: none;
}

.c-kv {
  position: relative;
}
.c-kv.isPlay .c-kv-mask {
  opacity: 1;
}
.c-kv.isPlay .c-kv-mask::before {
  -webkit-animation: maskOut 0.3s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: maskOut 0.3s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  opacity: 1;
}
.c-kv.isPlay .c-kv__title:nth-child(1) .c-kv__mask {
  opacity: 1;
}
.c-kv.isPlay .c-kv__title:nth-child(1) .c-kv__mask::before {
  -webkit-animation: maskOut 0.3s 0.5s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: maskOut 0.3s 0.5s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  opacity: 1;
}
.c-kv.isPlay .c-kv__title:nth-child(2) .c-kv__mask {
  opacity: 1;
}
.c-kv.isPlay .c-kv__title:nth-child(2) .c-kv__mask::before {
  -webkit-animation: maskOut 0.3s 0.7s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: maskOut 0.3s 0.7s cubic-bezier(0.8, 0, 0.5, 1) forwards;
}
.c-kv.isPlay .c-kv-bottom .c-kv__mask {
  opacity: 1;
}
.c-kv.isPlay .c-kv-bottom .c-kv__mask::before {
  -webkit-animation: maskOut 0.3s 0.8s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: maskOut 0.3s 0.8s cubic-bezier(0.8, 0, 0.5, 1) forwards;
}

.c-kv__inner {
  width: 80vw;
  margin-left: auto;
}
@media (max-width: 768px) {
  .c-kv__inner {
    width: 90vw;
  }
}

.c-kv-mask,
.c-kv__mask {
  position: relative;
  display: block;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-kv-mask::before,
.c-kv__mask::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #f2f2f2;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.c-kv-img {
  display: block;
}

.c-kv-catch {
  position: absolute;
  top: calc(96 * var(--width-ratio));
  left: 8vw;
}
@media (max-width: 768px) {
  .c-kv-catch {
    top: calc(55 * var(--width-ratio));
    left: calc(8 * var(--width-ratio));
  }
}

.c-kv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(7 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-kv__title {
    gap: calc(3 * var(--width-ratio));
  }
}

.c-kv__small {
  display: inline-block;
  font-size: 3.8vw;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .c-kv__small {
    font-size: calc(30 * var(--width-ratio));
  }
}

.c-kv-bottom {
  display: inline-block;
  margin-top: calc(26 * var(--width-ratio));
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-kv__lead {
  padding: calc(3 * var(--width-ratio)) calc(18 * var(--width-ratio));
  background-color: #000;
  color: #fff;
  font-size: 1.6vw;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .c-kv__lead {
    margin-top: 0;
    padding: calc(3 * var(--width-ratio)) calc(8 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
    line-height: 1.1666666667;
  }
}

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

@keyframes maskOut {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
/**
 * #loading
 */
.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  inset: 0;
  display: grid;
  place-items: center;
  background: #fff;
  overflow: hidden;
  z-index: 9999;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}
.c-loading.is-hide .c-loading-logo {
  opacity: 0;
}
.c-loading.is-out {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.c-loading-logo {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.c-loading-logo img {
  width: calc(137 * var(--width-ratio));
  margin: 0 auto;
}

/**
 * #Inner
 */
.c-inner {
  width: 100%;
  margin: 0 auto;
}

/**
 * #Hamburger
 */
.c-hamburger {
  display: none;
  position: relative;
  width: calc(53 * var(--width-ratio));
  height: calc(60 * var(--width-ratio));
  padding: calc(7 * var(--width-ratio)) calc(5 * var(--width-ratio));
  background: #000;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .c-hamburger {
    display: block;
  }
  .c-hamburger.is-active .c-hamburger__dots,
  .c-hamburger.is-active .c-hamburger__text {
    opacity: 0;
  }
}

.c-hamburger__line {
  position: absolute;
  width: calc(20 * var(--width-ratio));
  height: calc(2 * var(--width-ratio));
  background: #fff;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger__line.is-active {
  opacity: 1;
}
@media (max-width: 1024px) {
  .c-hamburger__line {
    position: absolute;
    top: calc(17 * var(--width-ratio));
    right: calc(14 * var(--width-ratio));
    width: calc(20 * var(--width-ratio));
  }
}

.c-hamburger__line--top {
  top: calc(50% - 7px);
}
.c-hamburger__line--top.is-active {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: calc(50% - 0px);
}

.c-hamburger__line--middle {
  top: 50%;
  width: calc(14 * var(--width-ratio));
}
.c-hamburger__line--middle.is-active {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: calc(50% + 0px);
  width: calc(20 * var(--width-ratio));
}

.c-hamburger__dots {
  display: block;
  color: #fff;
  font-size: calc(25 * var(--width-ratio));
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
  line-height: 1.12;
  letter-spacing: 1px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-hamburger__text {
  display: block;
  color: #fff;
  font-size: calc(12 * var(--width-ratio));
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  letter-spacing: -2px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* Project
   ----------------------------------------------------------------- */
/**
 * #Nav
 */
@media (max-width: 1024px) {
  .p-nav {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100vh;
    background: #fff;
  }
}

.p-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(32 * var(--width-ratio));
}
@media (max-width: 1024px) {
  .p-nav__inner {
    display: block;
    height: 100dvh;
    padding: calc(52 * var(--width-ratio)) calc(32 * var(--width-ratio)) 0;
    overflow-y: scroll;
  }
}

.p-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(36 * var(--width-ratio));
}

@media (max-width: 1024px) {
  .p-nav__item {
    width: 100%;
  }
  .p-nav__item:first-child .p-nav__link {
    border-top: 1px solid #8B8B8B;
  }
}

.p-nav__link {
  position: relative;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .p-nav__link {
    padding: calc(14 * var(--width-ratio)) 0;
    border-bottom: 1px solid #8B8B8B;
    color: #fff;
    font-size: calc(16 * var(--width-ratio));
    line-height: 1.8;
    text-align: left;
  }
}
.p-nav__link::after {
  content: "";
  position: absolute;
  bottom: calc(-4 * var(--width-ratio));
  left: 0;
  display: block;
  width: 100%;
  height: calc(1 * var(--width-ratio));
  background: #000;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-nav__link.is-active::after, .p-nav__link:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
@media (max-width: 1024px) {
  .p-nav__link.is-active::after, .p-nav__link:hover::after {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}

.p-nav__link--second {
  min-width: calc(138 * var(--width-ratio));
  width: 100%;
  padding: calc(10 * var(--width-ratio)) calc(22 * var(--width-ratio));
  border: 1px solid transparent;
  color: #fff;
  font-size: calc(15 * var(--width-ratio));
}
@media (max-width: 1024px) {
  .p-nav__link--second {
    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;
    min-width: auto;
    padding: calc(2 * var(--width-ratio)) calc(7 * var(--width-ratio));
    font-size: calc(13 * var(--width-ratio));
    text-align: center;
  }
  .p-nav__link--second::before {
    content: none;
  }
}
.p-nav__link--second:hover {
  border-color: #DFDFDF;
}

.p-nav__link--reservation {
  background-color: #6288AB;
}
.p-nav__link--reservation::after {
  content: none;
}
.p-nav__link--reservation:hover {
  background: #94B1CA;
}

.p-nav__link--inquiry {
  background-color: #C68214;
}
.p-nav__link--inquiry::after {
  content: none;
}
.p-nav__link--inquiry:hover {
  background: #E0AE25;
}

.p-nav-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(10 * var(--width-ratio));
}
@media (max-width: 1024px) {
  .p-nav-other {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: calc(1 * var(--width-ratio));
    margin-left: auto;
  }
}

.p-nav-other--pc {
  display: none;
}

.p-nav-sp {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100dvh;
  background: #000;
}
.p-nav-sp.is-active {
  display: block;
}
.p-nav-sp .p-nav-other {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(30 * var(--width-ratio));
}
.p-nav-sp .p-nav__link--second {
  padding: calc(20 * var(--width-ratio)) calc(7 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  line-height: 1.125;
  letter-spacing: 1px;
  text-align: center;
}

.p-nav-sp__inner {
  height: 100dvh;
  padding: calc(77 * var(--width-ratio)) calc(40 * var(--width-ratio)) calc(42 * var(--width-ratio));
  overflow-y: scroll;
}

.p-nav-sp__list {
  margin-bottom: calc(46 * var(--width-ratio));
}

.p-nav-sp__item {
  margin: 0;
}

.p-nav-sp__link {
  font-size: calc(13 * var(--width-ratio));
}
.p-nav-sp__link span {
  font-size: calc(10 * var(--width-ratio));
}

.p-nav-info {
  margin-top: calc(42 * var(--width-ratio));
}

.p-nav-info__link {
  max-width: calc(240 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
}

.p-nav-info__text {
  margin-top: calc(16 * var(--width-ratio));
  color: #fff;
  font-size: calc(12 * var(--width-ratio));
  font-weight: 300;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
  letter-spacing: -0.02em;
  text-align: center;
}

/**
 * #Intro
 */
.p-intro__inner {
  padding: calc(92 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(187 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-intro__inner {
    padding: calc(73 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(70 * var(--width-ratio)) calc(27 * var(--width-ratio));
  }
}

.p-intro__heading span {
  letter-spacing: -7px;
}
@media (max-width: 768px) {
  .p-intro__heading span {
    display: block;
  }
}

.p-intro__text {
  margin-top: calc(56 * var(--width-ratio));
  color: #4A5565;
  font-size: calc(18 * var(--width-ratio));
  line-height: 1.9;
  text-align: center;
}
@media (max-width: 768px) {
  .p-intro__text {
    margin-top: calc(44 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
    text-align: left;
  }
}

/**
 * #Reason
 */
.p-reason {
  background-image: url(../images/main/bg_reason_pc.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .p-reason {
    background-image: url(../images/main/bg_reason_sp.webp);
  }
}

.p-reason__inner {
  max-width: calc(1232 * var(--width-ratio));
  padding: calc(90 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(78 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-reason__inner {
    padding: calc(80 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(74 * var(--width-ratio));
  }
}

.p-reason__heading {
  font-size: calc(40 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-reason__heading {
    line-height: 1.4;
  }
}

.p-reason__lead {
  margin-top: calc(24 * var(--width-ratio));
  color: #fff;
}
@media (max-width: 768px) {
  .p-reason__lead {
    margin-top: calc(16 * var(--width-ratio));
  }
}

.p-reason-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: calc(32 * var(--width-ratio));
  grid-row-gap: calc(52 * var(--width-ratio));
  margin-top: calc(64 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-reason-area {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: calc(30 * var(--width-ratio));
    margin-top: calc(50 * var(--width-ratio));
  }
}

.p-reason__unit {
  position: relative;
  max-width: calc(576 * var(--width-ratio));
  width: 100%;
  padding: calc(54 * var(--width-ratio)) calc(40 * var(--width-ratio)) calc(35 * var(--width-ratio));
  background: #fff;
}
@media (max-width: 768px) {
  .p-reason__unit {
    padding: calc(54 * var(--width-ratio)) calc(34 * var(--width-ratio)) calc(27 * var(--width-ratio)) calc(40 * var(--width-ratio));
  }
}

.p-reason-number {
  position: absolute;
  top: calc(-7 * var(--width-ratio));
  left: calc(20 * var(--width-ratio));
  width: calc(64 * var(--width-ratio));
}

.p-reason__title {
  font-size: calc(24 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
@media (max-width: 768px) {
  .p-reason__title {
    font-size: calc(20 * var(--width-ratio));
    line-height: 1.68;
  }
}

.p-reason__text {
  margin-top: calc(12 * var(--width-ratio));
  color: #4A5565;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
@media (max-width: 768px) {
  .p-reason__text {
    font-size: calc(14 * var(--width-ratio));
    line-height: 1.9;
  }
}

/**
 * #Gallery
 */
.p-gallery__inner {
  max-width: calc(1224 * var(--width-ratio));
  padding: calc(178 * var(--width-ratio)) calc(3 * var(--width-ratio)) calc(90 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-gallery__inner {
    padding: calc(70 * var(--width-ratio)) calc(3 * var(--width-ratio)) calc(90 * var(--width-ratio));
  }
}

@media (max-width: 768px) {
  .p-gallery__head {
    padding: 0 calc(13 * var(--width-ratio)) 0 calc(22 * var(--width-ratio));
  }
}

.p-gallery__lead {
  margin-top: calc(24 * var(--width-ratio));
  color: #4A5565;
}
@media (max-width: 768px) {
  .p-gallery__lead {
    margin-top: calc(30 * var(--width-ratio));
  }
}

.p-gallery__body {
  margin-top: calc(26 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-gallery__body {
    margin-top: calc(36 * var(--width-ratio));
  }
}

.p-gallery__list {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: calc(20 * var(--width-ratio));
     -moz-column-gap: calc(20 * var(--width-ratio));
          column-gap: calc(20 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-gallery__list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: calc(9 * var(--width-ratio));
       -moz-column-gap: calc(9 * var(--width-ratio));
            column-gap: calc(9 * var(--width-ratio));
  }
}

.p-gallery__unit {
  margin-bottom: calc(20 * var(--width-ratio));
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
@media (max-width: 768px) {
  .p-gallery__unit {
    max-width: calc(176 * var(--width-ratio));
    margin-bottom: calc(11 * var(--width-ratio));
  }
}

.p-gallery__figure {
  max-width: calc(391 * var(--width-ratio));
  width: 100%;
  overflow: hidden;
}
.p-gallery__figure img {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.p-gallery__figure:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.lb-data .lb-number {
  font-size: 12px;
  margin-top: 0;
}

/**
 * #Reason
 */
.p-flow {
  background: #F6F6F6;
}

.p-flow__inner {
  max-width: calc(1070 * var(--width-ratio));
  padding: calc(110 * var(--width-ratio)) calc(20 * var(--width-ratio)) 0;
}
@media (max-width: 768px) {
  .p-flow__inner {
    padding: calc(84 * var(--width-ratio)) calc(20 * var(--width-ratio)) 0 calc(27 * var(--width-ratio));
  }
}

.p-flow__lead {
  margin-top: calc(24 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-flow__lead {
    margin-top: calc(26 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
  }
}

.p-flow__body {
  margin-top: calc(56 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-flow__body {
    margin-top: calc(65 * var(--width-ratio));
  }
}

.p-flow__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: calc(50 * var(--width-ratio));
  margin-top: calc(24 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-flow__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: calc(34 * var(--width-ratio));
    margin-top: calc(44 * var(--width-ratio));
  }
}
.p-flow__item::before, .p-flow__item::after {
  content: "";
  position: absolute;
  top: calc(14 * var(--width-ratio));
  background: #313131;
}
.p-flow__item::before {
  left: calc(68 * var(--width-ratio));
  width: calc(10 * var(--width-ratio));
  height: calc(10 * var(--width-ratio));
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-flow__item::before {
    left: calc(38 * var(--width-ratio));
  }
}
.p-flow__item::after {
  left: calc(72 * var(--width-ratio));
  width: calc(1 * var(--width-ratio));
  height: 180%;
  z-index: 0;
}
@media (max-width: 768px) {
  .p-flow__item::after {
    left: calc(42 * var(--width-ratio));
  }
}
.p-flow__item:first-child {
  margin-top: 0;
}
.p-flow__item:nth-child(9)::after {
  height: 40%;
}
@media (max-width: 768px) {
  .p-flow__item:nth-child(9)::after {
    height: 100%;
  }
}
.p-flow__item:nth-child(10)::after {
  top: calc(-50 * var(--width-ratio));
  height: 300%;
  background-color: transparent;
  background-image: url(../images/main/icon_border.webp);
  background-size: contain;
  background-repeat: repeat-y;
}
@media (max-width: 768px) {
  .p-flow__item:nth-child(10)::after {
    top: calc(-100 * var(--width-ratio));
  }
}

.p-flow-number {
  font-size: calc(10 * var(--width-ratio));
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-flow-number {
    text-align: right;
  }
}
.p-flow-number span {
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  letter-spacing: 0.04em;
  vertical-align: baseline;
}
@media (max-width: 768px) {
  .p-flow-number span {
    display: block;
    font-size: calc(10 * var(--width-ratio));
  }
}

.p-flow-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: calc(42 * var(--width-ratio));
  width: 100%;
}
@media (max-width: 768px) {
  .p-flow-desc {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.p-flow__title {
  width: 15%;
  font-size: calc(18 * var(--width-ratio));
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1.8666666667;
  letter-spacing: 0.01em;
}
@media (max-width: 768px) {
  .p-flow__title {
    width: 100%;
    font-size: calc(16 * var(--width-ratio));
    line-height: 2.1;
  }
}

.p-flow__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: calc(10 * var(--width-ratio));
  width: 90%;
  color: #4A5565;
  font-size: calc(14 * var(--width-ratio));
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  line-height: 2.0571428571;
  letter-spacing: 0.01em;
}
@media (max-width: 768px) {
  .p-flow__text {
    width: 100%;
    font-size: calc(10 * var(--width-ratio));
    line-height: 1.4;
  }
}

.p-flow__text--small {
  color: #4A5565;
  font-size: calc(14 * var(--width-ratio));
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  line-height: 2.0571428571;
  letter-spacing: 0.01em;
}
@media (max-width: 768px) {
  .p-flow__text--small {
    position: absolute;
    top: calc(-10 * var(--width-ratio));
    width: 100%;
    font-size: calc(10 * var(--width-ratio));
    line-height: 1.4;
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}

.p-flow-period {
  margin-top: calc(68 * var(--width-ratio));
  padding: calc(38 * var(--width-ratio));
  background: #fff;
}
@media (max-width: 768px) {
  .p-flow-period {
    margin-top: calc(80 * var(--width-ratio));
  }
}

.p-flow-period__title {
  font-size: calc(24 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-flow-period__title {
    font-size: calc(20 * var(--width-ratio));
    line-height: 1.68;
    text-align: left;
  }
}

.p-flow-period__text {
  margin-top: calc(25 * var(--width-ratio));
  color: #4A5565;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.01em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-flow-period__text {
    margin-top: calc(12 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
    line-height: 1.9;
  }
}

.p-flow-slide {
  padding: calc(98 * var(--width-ratio)) 0 calc(154 * var(--width-ratio));
  background: #F6F6F6;
}
@media (max-width: 768px) {
  .p-flow-slide {
    padding: calc(23 * var(--width-ratio)) 0 calc(46 * var(--width-ratio));
  }
}

.p-flow__wrap {
  white-space: nowrap;
  overflow: hidden;
}

.p-flow__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: ticker 100s linear infinite;
          animation: ticker 100s linear infinite;
}

.p-flow-img {
  display: block;
  max-width: calc(3160 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-flow-img {
    max-width: calc(1895 * var(--width-ratio));
  }
}

/**
 * #Reason
 */
.p-life {
  background-image: url(../images/main/bg_design_pc.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .p-life {
    background-image: url(../images/main/bg_design_sp.webp);
  }
}

.p-life__inner {
  padding: calc(136 * var(--width-ratio)) calc(25 * var(--width-ratio)) calc(96 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-life__inner {
    padding: calc(163 * var(--width-ratio)) calc(25 * var(--width-ratio)) calc(98 * var(--width-ratio));
  }
}

.p-life-logo {
  max-width: calc(573 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
}

.p-life-content {
  margin-top: calc(56 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-life-content {
    margin-top: calc(35 * var(--width-ratio));
  }
}

.p-life__heading {
  color: #fff;
  font-size: calc(48 * var(--width-ratio));
  font-weight: 400;
  letter-spacing: normal;
  text-align: center;
}
@media (max-width: 768px) {
  .p-life__heading {
    font-size: calc(36 * var(--width-ratio));
  }
}

.p-life__text {
  margin-top: calc(18 * var(--width-ratio));
  color: #fff;
  font-size: calc(20 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: center;
}
@media (max-width: 768px) {
  .p-life__text {
    font-size: calc(16 * var(--width-ratio));
    line-height: 1.9;
  }
}
.p-life__text span {
  display: block;
  margin-top: calc(18 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-life__text span {
    margin-top: calc(36 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
    line-height: 1.9;
  }
}

.p-life__lead {
  margin-top: calc(30 * var(--width-ratio));
  color: #fff;
  font-size: calc(32 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: center;
}
@media (max-width: 768px) {
  .p-life__lead {
    margin-top: calc(16 * var(--width-ratio));
    font-size: calc(24 * var(--width-ratio));
    line-height: 1.4;
  }
}
.p-life__lead span {
  display: block;
  margin-top: calc(26 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-life__lead span {
    font-size: calc(14 * var(--width-ratio));
    line-height: 1.9;
  }
}

/**
 * #Cta
 */
.p-cta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(38 * var(--width-ratio));
  max-width: calc(1400 * var(--width-ratio));
  padding: calc(52 * var(--width-ratio)) calc(37 * var(--width-ratio)) calc(54 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-cta__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(35 * var(--width-ratio));
    padding: calc(47 * var(--width-ratio)) calc(14 * var(--width-ratio)) calc(48 * var(--width-ratio));
  }
}

.p-cta__unit {
  width: 50%;
}
@media (max-width: 768px) {
  .p-cta__unit {
    width: 100%;
  }
}

.p-cta__title {
  font-size: calc(32 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .p-cta__title {
    font-size: calc(20 * var(--width-ratio));
    line-height: 1.68;
  }
}

.p-cta__link {
  position: relative;
  margin-top: calc(19 * var(--width-ratio));
  padding: calc(38 * var(--width-ratio)) calc(30 * var(--width-ratio)) calc(48 * var(--width-ratio));
  border: 1px solid #fff;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .p-cta__link {
    padding: calc(27 * var(--width-ratio)) calc(30 * var(--width-ratio)) calc(170 * var(--width-ratio));
  }
}
.p-cta__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-cta__link:hover .p-cta-btn {
  background: #FFFFFF;
  color: #000;
}

.p-cta__link--first {
  background: #9FC1DF;
}
.p-cta__link--first::after {
  right: 0;
  width: calc(380 * var(--width-ratio));
  height: calc(318 * var(--width-ratio));
  background-image: url(../images/main/img_reservation_pc.webp);
}
@media (max-width: 1024px) {
  .p-cta__link--first::after {
    width: 20vw;
    height: 16.7vw;
  }
}
@media (max-width: 768px) {
  .p-cta__link--first::after {
    width: calc(346 * var(--width-ratio));
    height: calc(220 * var(--width-ratio));
    background-image: url(../images/main/img_reservation_sp.webp);
  }
}
.p-cta__link--first:hover {
  background: #E4F3FF;
}

.p-cta__link--second {
  background: #BDB18F;
}
.p-cta__link--second::after {
  right: 0;
  width: calc(346 * var(--width-ratio));
  height: calc(306 * var(--width-ratio));
  background-image: url(../images/main/img_materials_pc.webp);
}
@media (max-width: 1024px) {
  .p-cta__link--second::after {
    width: 19.7vw;
    height: 17.8vw;
  }
}
@media (max-width: 768px) {
  .p-cta__link--second::after {
    width: calc(344 * var(--width-ratio));
    height: calc(161 * var(--width-ratio));
    background-image: url(../images/main/img_materials_sp.webp);
  }
}
.p-cta__link--second:hover {
  background: #F2E6C3;
}

.p-cta__lead {
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
@media (max-width: 768px) {
  .p-cta__lead {
    font-size: calc(14 * var(--width-ratio));
  }
}

.p-cta__text {
  display: block;
  margin-top: calc(60 * var(--width-ratio));
  font-size: calc(12 * var(--width-ratio));
  font-weight: 400;
  line-height: 2.4;
}
@media (max-width: 768px) {
  .p-cta__text {
    margin-top: calc(15 * var(--width-ratio));
    font-size: calc(12 * var(--width-ratio));
  }
}

.p-cta-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: calc(220 * var(--width-ratio));
  width: 100%;
  padding: calc(11 * var(--width-ratio)) calc(16 * var(--width-ratio));
  color: #fff;
  font-size: calc(12 * var(--width-ratio));
  font-weight: 400;
  line-height: 2.4;
}
@media (max-width: 768px) {
  .p-cta-btn {
    font-size: calc(16 * var(--width-ratio));
    line-height: 1.8;
  }
}
.p-cta-btn::after {
  content: "〉";
  color: #fff;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.8;
}

.p-cta-btn--first {
  background: #1D1D1D;
}

.p-cta-btn--second {
  background: #3B3B3B;
}

/* Utitlity
   ----------------------------------------------------------------- */
/**
 * #Display
 */
.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

.tab {
  display: block;
}
@media (max-width: 768px) {
  .tab {
    display: none;
  }
}

/**
* #Title
*/
.u-title {
  color: #0A0A0A;
  font-size: calc(40 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
}
@media (max-width: 768px) {
  .u-title {
    font-size: calc(36 * var(--width-ratio));
    text-align: left;
  }
}

.u-title--second {
  color: #fff;
}

/**
* #Title
*/
.u-lead {
  font-size: calc(18 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.16px;
  text-align: center;
}
@media (max-width: 768px) {
  .u-lead {
    font-size: calc(16 * var(--width-ratio));
    text-align: left;
  }
}