@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 {
  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] {
  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 */
  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 / 1280;
}

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

*,
*:before,
*:after {
  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: #000;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  background: #F0EEE9;
  /* アンチエイリアスを指定する */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  /* メトリクスカーニングを指定する */
  font-kerning: normal;
  line-height: 2;
  letter-spacing: 0.04em;
}

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

a {
  display: block;
  color: #000;
  text-decoration: none;
  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;
}

: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__inner {
  max-width: calc(729 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
  padding: calc(64 * var(--width-ratio)) calc(45 * var(--width-ratio)) calc(100 * var(--width-ratio)) calc(70 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-footer__inner {
    padding: calc(58 * var(--width-ratio)) calc(25 * var(--width-ratio)) calc(35 * var(--width-ratio)) calc(46 * var(--width-ratio));
  }
}

.l-footer-content {
  display: flex;
  align-items: flex-start;
  gap: calc(52 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-footer-content {
    gap: calc(38 * var(--width-ratio));
  }
}

.l-footer-logo {
  max-width: calc(73 * var(--width-ratio));
  width: 100%;
}

.l-footer__desc {
  max-width: calc(487 * var(--width-ratio));
  width: 100%;
}
@media (max-width: 768px) {
  .l-footer__desc {
    max-width: calc(210 * var(--width-ratio));
  }
}

.l-footer__text {
  font-size: calc(14 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .l-footer__text span {
    font-size: calc(16 * var(--width-ratio));
  }
}

.l-footer__link {
  margin-top: calc(22 * var(--width-ratio));
  font-size: calc(14 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.8;
  text-decoration: underline;
  cursor: pointer;
}

.l-footer-bottom {
  background: #000;
}
@media (max-width: 768px) {
  .l-footer-bottom {
    padding: calc(2 * var(--width-ratio));
  }
}

.l-footer__copy {
  color: #fff;
  font-size: calc(10 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}

/**
 * #Header
 */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
}
@media (max-width: 768px) {
  .l-header {
    background: transparent;
  }
}
.l-header::before {
  content: "";
  position: absolute;
  top: calc(6 * var(--width-ratio));
  left: 0;
  width: 100%;
  height: calc(2 * var(--width-ratio));
  background: #161616;
}
@media (max-width: 768px) {
  .l-header::before {
    content: none;
  }
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(24 * var(--width-ratio)) calc(60 * var(--width-ratio)) calc(1 * var(--width-ratio)) calc(47 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-header__inner {
    padding: calc(20 * var(--width-ratio)) calc(15 * var(--width-ratio)) calc(5 * var(--width-ratio));
  }
}

.l-header-logo__link {
  max-width: calc(140 * var(--width-ratio));
  width: 100%;
}
@media (max-width: 768px) {
  .l-header-logo__link {
    max-width: calc(119 * var(--width-ratio));
  }
}
.l-header-logo__link img {
  display: block;
  width: 100%;
}
.l-header-logo__link span {
  display: block;
  margin-top: calc(4 * var(--width-ratio));
  margin-left: calc(10 * var(--width-ratio));
  color: #000;
  font-size: calc(12 * var(--width-ratio));
  font-weight: 400;
}
@media (max-width: 768px) {
  .l-header-logo__link span {
    display: none;
  }
}

/**
 * #Main
 */
.l-main {
  background-image: url(../images/main/bg_main.webp);
  background-size: contain;
  background-repeat: repeat;
  background-attachment: fixed;
}

.l-main__inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  gap: calc(78 * var(--width-ratio));
  max-width: calc(1280 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
}
.l-main-left {
  position: sticky;
  top: 0;
  width: calc(337 * var(--width-ratio));
  z-index: 100;
}
@media (max-width: 768px) {
  .l-main-left {
    display: none;
  }
}

.l-main-right {
  max-width: calc(730 * var(--width-ratio));
  width: 100%;
  background: #fff;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media (max-width: 768px) {
  .l-main-right {
    box-shadow: none;
  }
}

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

.l-section__inner {
  width: 100%;
  margin: 0 auto;
}

.l-section__heading {
  color: #292929;
  font-size: 4rem;
  font-weight: 400;
  font-family: "Bayon", serif;
  line-height: 1;
}
@media (max-width: 1024px) {
  .l-section__heading {
    font-size: 7rem;
  }
}
.l-section__heading::first-letter {
  color: #00D58E;
}
.l-section__heading span {
  display: block;
  margin-top: 5px;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", serif;
}
@media (max-width: 1024px) {
  .l-section__heading span {
    font-size: 1.5rem;
  }
}

.l-section-head {
  position: sticky;
  position: -webkit-sticky;
  top: 72px;
  padding-top: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #00995C;
  background: #F6F8FA;
  color: #00995C;
  font-size: 1.6rem;
  font-weight: 500;
  z-index: 10;
}
@media (max-width: 1024px) {
  .l-section-head {
    position: unset;
    padding-top: 0;
    padding-bottom: 30px;
    font-size: 2.4rem;
  }
}
.l-section-head span {
  display: block;
  max-width: 64px;
  width: 100%;
  margin-bottom: 10px;
  padding: 4px 8px 1px;
  border-radius: 50px;
  background: #01C778;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Bayon", serif;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media (max-width: 1024px) {
  .l-section-head span {
    max-width: 84px;
    font-size: 1.3rem;
  }
}

@media (max-width: 1024px) {
  .l-section__wrap {
    width: 69.8vw;
    margin-right: 0;
    margin-left: auto;
    padding-right: 0;
  }
}

.l-section-article {
  position: relative;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .l-section-article {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding-bottom: 136px;
  }
}

.l-section-article--recruit {
  background: #01C778;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .l-section-article--recruit {
    padding-bottom: 84px;
  }
}

.l-section-content {
  overflow: hidden;
}

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

/**
 * #Scroll
 */
.c-scroll {
  position: fixed;
  bottom: calc(60 * var(--width-ratio));
  right: calc(14 * var(--width-ratio));
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(60 * var(--width-ratio));
  height: calc(60 * var(--width-ratio));
  background: #393939;
  z-index: 10;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .c-scroll {
    bottom: calc(30 * var(--width-ratio));
    right: calc(20 * var(--width-ratio));
    width: calc(30 * var(--width-ratio));
    height: calc(30 * var(--width-ratio));
  }
}
.c-scroll:after {
  content: "";
  display: block;
  width: calc(30 * var(--width-ratio));
  height: calc(30 * var(--width-ratio));
  margin: 0 auto;
  background-image: url(../images/common/icon_arrow_base.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .c-scroll:after {
    width: calc(15 * var(--width-ratio));
    height: calc(15 * var(--width-ratio));
  }
}
.c-scroll:hover {
  background: #EDEDED;
}
.c-scroll:hover::after {
  background-image: url(../images/common/icon_arrow_hover.webp);
}

/**
 * #Mv
 */
.c-mv {
  position: relative;
  margin-bottom: calc(100 * var(--width-ratio));
}
.c-mv__inner {
  padding-top: calc(500 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-mv__inner {
    padding-top: calc(780 * var(--width-ratio));
  }
}

.c-mv-logo {
  display: none;
  position: absolute;
  top: calc(54 * var(--width-ratio));
  left: calc(56 * var(--width-ratio));
  max-width: calc(80 * var(--width-ratio));
  width: 100%;
  height: calc(170 * var(--width-ratio));
  z-index: 101;
}
@media (max-width: 768px) {
  .c-mv-logo {
    display: block;
  }
}

.c-mv-video {
  position: relative;
}
.c-mv-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.c-mv-video::before, .c-mv-video::after {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
}
.c-mv-video::before {
  top: calc(195 * var(--width-ratio));
  left: calc(-202 * var(--width-ratio));
  width: calc(727 * var(--width-ratio));
  height: calc(423 * var(--width-ratio));
  background-image: url(../images/common/deco_mv.webp);
  background-size: contain;
  z-index: 11;
}
@media (max-width: 768px) {
  .c-mv-video::before {
    top: calc(345 * var(--width-ratio));
    left: calc(-165 * var(--width-ratio));
    width: calc(550 * var(--width-ratio));
    height: calc(320 * var(--width-ratio));
  }
}
.c-mv-video::after {
  top: calc(415 * var(--width-ratio));
  left: 0;
  width: 100%;
  height: calc(145 * var(--width-ratio));
  background-image: url(../images/main/deco_mv_before.png);
  background-size: cover;
  z-index: 10;
}
@media (max-width: 768px) {
  .c-mv-video::after {
    top: calc(615 * var(--width-ratio));
  }
}

.c-mv__inner {
  position: relative;
}
.c-mv__inner::before {
  content: "";
  position: absolute;
  top: calc(560 * var(--width-ratio));
  left: 0;
  width: 100%;
  height: calc(643 * var(--width-ratio));
  background-image: url(../images/main/deco_mv_after.png);
  background-size: cover;
}

.c-mv__title {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row-reverse;
  gap: calc(33 * var(--width-ratio));
  z-index: 12;
}
.c-mv__title img {
  max-width: calc(95 * var(--width-ratio));
  width: 100%;
}
.c-mv__title span {
  font-size: calc(18 * var(--width-ratio));
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
}

/**
 * #Button
 */
.c-button {
  max-width: calc(169 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
  padding: calc(4 * var(--width-ratio)) calc(14 * var(--width-ratio));
  border: 1px solid #000;
  background: #fff;
  font-size: calc(20 * var(--width-ratio));
  line-height: 2;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}
.c-button:hover {
  background: #000;
  color: #fff;
}

/**
 * #Inner
 */
.c-inner {
  width: 100%;
  margin: 0 auto;
}
/**
 * #Hamburger
 */
.c-hamburger {
  position: fixed;
  top: calc(44 * var(--width-ratio));
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: calc(11 * var(--width-ratio));
  width: calc(34 * var(--width-ratio));
  height: calc(120 * var(--width-ratio));
  background: #fff;
  cursor: pointer;
  transition: 0.3s;
  z-index: 106;
}
@media (max-width: 768px) {
  .c-hamburger.is-active {
    top: 0;
    width: calc(34 * var(--width-ratio));
    height: calc(34 * var(--width-ratio));
    background: #fff;
  }
  .c-hamburger.is-active .c-hamburger__text {
    display: none;
  }
}

.c-hamburger__wrap {
  position: relative;
}

.c-hamburger__line {
  position: absolute;
  left: 50%;
  display: block;
  width: calc(9 * var(--width-ratio));
  height: calc(1 * var(--width-ratio));
  background: #040404;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.c-hamburger__line.is-active {
  width: calc(11 * var(--width-ratio));
}

.c-hamburger__line--top {
  top: calc(50% - -4 * var(--width-ratio));
}
.c-hamburger__line--top.is-active {
  transform: translate(-50%, -50%) rotate(45deg);
  top: calc(50% - 0px);
}

.c-hamburger__line--middle {
  top: 50%;
}
.c-hamburger__line--middle.is-active {
  width: 0;
}

.c-hamburger__line--bottom {
  top: calc(50% + -5 * var(--width-ratio));
}
.c-hamburger__line--bottom.is-active {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: calc(50% + 0px);
}

.c-hamburger__text {
  padding-top: calc(5 * var(--width-ratio));
  font-size: calc(14 * var(--width-ratio));
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
}

/**
 * #Popup
 */
.lb-dataContainer {
  margin-top: calc(12 * var(--width-ratio));
}

.lb-data .lb-caption {
  font-size: calc(16 * var(--width-ratio));
  letter-spacing: 0.04em;
  line-height: 2;
}

.lb-data .lb-number {
  display: none;
}

.lightbox .lb-image {
  border: none;
  border-radius: 0;
}

/**
 * #Modal
 */
/* =====================
   Modal Base
===================== */
.c-modal {
  position: fixed;
  display: none;
  inset: 0;
  z-index: 9999;
}
.c-modal.is-open {
  display: block;
}
.c-modal.is-open .c-modal-overlay,
.c-modal.is-open .c-modal-content {
  opacity: 1;
}

/* オーバーレイ */
.c-modal-overlay {
  position: absolute;
  inset: 0;
  background: #7B7B7B;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* コンテンツ */
.c-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: calc(1422 * var(--width-ratio));
  width: 90%;
  height: 80%;
  margin: 0 auto;
  background: #fff;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* 閉じるボタン */
.c-modal__close {
  position: absolute;
  top: calc(-50 * var(--width-ratio));
  right: 0;
  width: calc(110 * var(--width-ratio));
  height: calc(46 * var(--width-ratio));
  padding: 0;
}

.c-modal__body {
  height: 100%;
  padding: calc(100 * var(--width-ratio)) calc(120 * var(--width-ratio));
  overflow-y: scroll;
}
@media (max-width: 768px) {
  .c-modal__body {
    padding: calc(40 * var(--width-ratio)) calc(24 * var(--width-ratio));
  }
}

/* Project
   ----------------------------------------------------------------- */
/**
 * #Nav
 */
.p-nav--menu {
  display: none;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-nav--menu {
    display: block;
  }
}

.p-nav--sp {
  transition: 0.3s;
}
.p-nav--sp.is-active {
  right: 0;
}
@media (max-width: 768px) {
  .p-nav--sp {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #343434;
    z-index: 105;
    overflow: hidden;
  }
  .p-nav--sp::after {
    content: "";
    position: absolute;
    bottom: calc(130 * var(--width-ratio));
    left: 0;
    display: block;
    width: calc(401 * var(--width-ratio));
    height: calc(246 * var(--width-ratio));
    background-image: url(../images/common/deco_nav.webp);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
  }
}

.p-nav__inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: calc(30 * var(--width-ratio)) calc(28 * var(--width-ratio)) calc(226 * var(--width-ratio));
}

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

.p-nav__list {
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .p-nav__list {
    display: block;
    margin-top: calc(24 * var(--width-ratio));
  }
}

.p-nav__item {
  border-right: 1px solid #161616;
}
@media (max-width: 768px) {
  .p-nav__item {
    border-top: 1px solid #fff;
    border-right: none;
  }
  .p-nav__item:last-child {
    border-bottom: 1px solid #fff;
  }
}

.p-nav__link {
  padding: 0 calc(10 * var(--width-ratio)) 0 calc(20 * var(--width-ratio));
  color: #000;
  font-size: calc(15 * var(--width-ratio));
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  line-height: 1.1;
  letter-spacing: 0.02em;
  writing-mode: vertical-rl;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .p-nav__link {
    display: flex;
    align-items: center;
    padding: calc(19 * var(--width-ratio)) calc(4 * var(--width-ratio));
    color: #fff;
    writing-mode: unset;
  }
}
.p-nav__link span {
  display: block;
  font-size: calc(12 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-nav__link span {
    display: block;
    width: calc(140 * var(--width-ratio));
    margin-left: auto;
    font-size: calc(10 * var(--width-ratio));
  }
}
.p-nav__link:hover {
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 768px) {
  .p-nav__link:hover {
    color: #fff;
  }
}

.p-nav-menu {
  max-width: calc(533 * var(--width-ratio));
  width: 100%;
  margin: calc(36 * var(--width-ratio)) auto 0;
}
@media (max-width: 768px) {
  .p-nav-menu {
    max-width: calc(348 * var(--width-ratio));
    margin-top: calc(42 * var(--width-ratio));
    padding: calc(7 * var(--width-ratio)) 0 0;
  }
}

.p-nav-menu__title {
  display: none;
  padding-top: calc(8 * var(--width-ratio));
  border-top: 1px solid #000;
  font-size: calc(14 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-nav-menu__title {
    display: block;
  }
}

.p-nav-menu__list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .p-nav-menu__list {
    margin-top: calc(8 * var(--width-ratio));
  }
}

.p-nav-menu__item {
  max-width: calc(58 * var(--width-ratio));
  width: 100%;
  border: 1px solid #161616;
  border-left: none;
}
.p-nav-menu__item:last-child {
  border-left: 1px solid #161616;
}

.p-nav-menu__link {
  padding: calc(12 * var(--width-ratio)) calc(10 * var(--width-ratio)) calc(12 * var(--width-ratio)) calc(20 * var(--width-ratio));
  color: #000;
  font-size: calc(15 * var(--width-ratio));
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  line-height: 1.05;
  letter-spacing: 0.02em;
  writing-mode: vertical-rl;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .p-nav-menu__link {
    padding: calc(12 * var(--width-ratio)) calc(11 * var(--width-ratio));
  }
}
.p-nav-menu__link:hover {
  color: rgba(0, 0, 0, 0.7);
}

/**
 * #News
 */
.p-news {
  display: none;
  background: #F4E89A;
  font-size: calc(14 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-news {
    display: block;
  }
}

.p-news__inner {
  padding: calc(23 * var(--width-ratio)) calc(38 * var(--width-ratio));
}

.p-news__text {
  margin-top: calc(5 * var(--width-ratio));
}

.p-news__link {
  text-decoration: underline;
}

/**
 * #Banner
 */
.p-banner-fixed {
  display: block;
  margin-top: calc(65 * var(--width-ratio));
}
.p-banner-fixed .p-banner__figure {
  max-width: calc(337 * var(--width-ratio));
}
.p-banner-fixed:hover .p-banner__figure {
  opacity: 0.7;
}
.p-banner-fixed:hover .p-banner__caption {
  background: #fff;
}
.p-banner-fixed:hover .p-banner__caption--spring {
  color: #35AE8A;
}
.p-banner-fixed:hover .p-banner__caption--autumn {
  color: #840A0A;
}
.p-banner-fixed:hover .p-banner__link,
.p-banner-fixed:hover .p-banner__text {
  opacity: 0.7;
}

.p-banner-click {
  pointer-events: none;
}

.p-banner {
  max-width: calc(540 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-banner {
    max-width: calc(337 * var(--width-ratio));
    margin-top: calc(78 * var(--width-ratio));
  }
}

.p-banner__head {
  position: relative;
}

.p-banner__figure {
  position: relative;
  display: block;
  max-width: calc(540 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
  transition: 0.3s;
}

.p-banner__caption {
  position: absolute;
  top: calc(-10 * var(--width-ratio));
  left: calc(20 * var(--width-ratio));
  display: flex;
  align-items: center;
  max-width: calc(58 * var(--width-ratio));
  width: 100%;
  padding: calc(10 * var(--width-ratio)) calc(10 * var(--width-ratio));
  border: 1px solid;
  color: #fff;
  font-size: calc(19 * var(--width-ratio));
  line-height: 1.2;
  letter-spacing: 0.08em;
  transition: 0.3s;
  writing-mode: vertical-rl;
}

.p-banner__caption--spring {
  background: #35AE8A;
  border-color: #35AE8A;
}

.p-banner__caption--autumn {
  background: #840A0A;
  border-color: #840A0A;
}

.p-banner__link {
  margin-top: calc(12 * var(--width-ratio));
  font-size: calc(14 * var(--width-ratio));
  line-height: 1.5;
  transition: 0.3s;
  text-decoration: underline;
}

.p-banner__text {
  margin-top: calc(6 * var(--width-ratio));
  font-size: calc(14 * var(--width-ratio));
  line-height: 1.6;
}

/**
 * #About
 */
.p-about {
  position: relative;
  margin-top: calc(70 * var(--width-ratio));
}
.p-about::before, .p-about::after {
  content: "";
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.p-about::before {
  top: calc(23 * var(--width-ratio));
  right: 0;
  width: calc(342 * var(--width-ratio));
  height: calc(387 * var(--width-ratio));
  background-image: url(../images/common/deco_after.webp);
}
.p-about::after {
  top: calc(480 * var(--width-ratio));
  left: 0;
  width: calc(475 * var(--width-ratio));
  height: calc(363 * var(--width-ratio));
  background-image: url(../images/common/deco_before.webp);
}

.p-about__inner {
  max-width: calc(536 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-about__inner {
    padding: 0 calc(32 * var(--width-ratio));
  }
}

.p-about__text {
  font-size: calc(16 * var(--width-ratio));
  line-height: 2;
  letter-spacing: 0.04em;
}
.p-about__text + .p-about__text {
  margin-top: calc(60 * var(--width-ratio));
}
.p-about__text.is-hidden {
  max-height: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
  pointer-events: none;
}

.p-about__text--en {
  font-size: calc(14 * var(--width-ratio));
  line-height: 1.4;
}
.p-about__text--en + .p-about__text--en {
  margin-top: calc(36 * var(--width-ratio));
}

.p-about-more {
  display: none;
  margin-top: calc(24 * var(--width-ratio));
  font-size: calc(15 * var(--width-ratio));
  line-height: 1.4;
}
@media (max-width: 768px) {
  .p-about-more {
    display: block;
  }
}

/**
 * #Season
 */
.p-season {
  position: relative;
  margin-top: calc(170 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-season {
    margin-top: 0;
    padding-top: calc(190 * var(--width-ratio));
  }
}
.p-season::before, .p-season:after {
  content: "";
  position: absolute;
  top: calc(-107 * var(--width-ratio));
  right: calc(16 * var(--width-ratio));
  display: block;
  width: calc(464 * var(--width-ratio));
  height: calc(271 * var(--width-ratio));
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/common/deco_title.webp);
}
@media (max-width: 768px) {
  .p-season::before, .p-season:after {
    right: calc(-144 * var(--width-ratio));
  }
}
.p-season::after {
  content: none;
  top: unset;
  bottom: calc(14 * var(--width-ratio));
  left: calc(-170 * var(--width-ratio));
  width: calc(396 * var(--width-ratio));
  height: calc(232 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-season::after {
    content: "";
  }
}

.p-season__inner {
  max-width: calc(552 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-season__inner {
    padding: 0 calc(24 * var(--width-ratio)) calc(145 * var(--width-ratio));
  }
}

.p-season__heading {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: calc(5 * var(--width-ratio));
}

.p-season__title {
  font-size: calc(28 * var(--width-ratio));
  line-height: 1.33;
  letter-spacing: 0.08em;
}
.p-season__title span {
  display: block;
  margin-top: calc(8 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  letter-spacing: 0.05em;
}

.p-season-name {
  position: relative;
}
.p-season-name img {
  display: block;
  width: calc(220 * var(--width-ratio));
}
.p-season-name span {
  position: absolute;
  top: calc(-30 * var(--width-ratio));
  right: calc(15 * var(--width-ratio));
  color: #D072CD;
  font-size: calc(24 * var(--width-ratio));
  font-weight: 400;
  line-height: 1;
  writing-mode: vertical-rl;
}

.p-season-content {
  margin-top: calc(56 * var(--width-ratio));
}

.p-season__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: calc(8 * var(--width-ratio));
  grid-row-gap: calc(28 * var(--width-ratio));
}

.p-season__item {
  max-width: calc(271 * var(--width-ratio));
  width: 100%;
}
@media (max-width: 768px) {
  .p-season__item {
    max-width: calc(170 * var(--width-ratio));
    grid-column-gap: calc(5 * var(--width-ratio));
    grid-row-gap: calc(18 * var(--width-ratio));
  }
}
.p-season__item:hover .p-season__figure {
  opacity: 0.7;
}

.p-season__figure {
  transition: 0.3s;
}
.p-season__figure img {
  width: calc(271 * var(--width-ratio));
  height: calc(271 * var(--width-ratio));
  object-fit: cover;
}
@media (max-width: 768px) {
  .p-season__figure img {
    width: calc(170 * var(--width-ratio));
    height: calc(170 * var(--width-ratio));
  }
}

.p-season__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: calc(5 * var(--width-ratio));
  margin-top: calc(3 * var(--width-ratio));
  font-size: calc(18 * var(--width-ratio));
  font-weight: 400;
  line-height: 2;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .p-season__link {
    font-size: calc(11 * var(--width-ratio));
  }
}
.p-season__link::after {
  content: "";
  display: block;
  width: calc(18 * var(--width-ratio));
  height: calc(18 * var(--width-ratio));
  background-image: url(../images/common/icon_search.webp);
  background-size: contain;
  background-repeat: no-repeat;
}

/**
 * #Detail
 */
.p-detail {
  position: relative;
  margin-top: calc(68 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-detail {
    background-image: url(../images/main/bg_public.webp);
    background-size: cover;
  }
}
.p-detail::before {
  content: "";
  position: absolute;
  top: calc(74 * var(--width-ratio));
  left: 0;
  display: block;
  width: calc(368 * var(--width-ratio));
  height: 94%;
  background: #fff;
  z-index: -1;
}

.p-detail__inner {
  padding: calc(34 * var(--width-ratio)) 0 calc(50 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-detail__inner {
    padding: calc(114 * var(--width-ratio)) 0 calc(67 * var(--width-ratio));
  }
}

.p-detail__head {
  position: relative;
  max-width: calc(696 * var(--width-ratio));
  width: 100%;
  margin-left: auto;
}

.p-detail__figure {
  display: block;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 768px) {
  .p-detail__figure {
    max-width: calc(363 * var(--width-ratio));
  }
}

.p-detail__caption {
  position: absolute;
  top: calc(40 * var(--width-ratio));
  left: calc(-14 * var(--width-ratio));
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  max-width: calc(106 * var(--width-ratio));
  width: 100%;
  padding: calc(31 * var(--width-ratio)) calc(10 * var(--width-ratio));
  border: 1px solid;
  color: #fff;
  font-size: calc(27 * var(--width-ratio));
  line-height: 1.2;
  letter-spacing: 0.08em;
  transition: 0.3s;
  writing-mode: vertical-rl;
}
.p-detail__caption span {
  font-size: calc(16 * var(--width-ratio));
}

.p-detail__caption--spring {
  border-color: #35AE8A;
  background: #35AE8A;
}

.p-detail__body {
  max-width: calc(620 * var(--width-ratio));
  width: 100%;
  margin: calc(60 * var(--width-ratio)) auto 0;
}
@media (max-width: 768px) {
  .p-detail__body {
    padding: 0 calc(35 * var(--width-ratio)) 0 calc(27 * var(--width-ratio));
  }
}

.p-detail__title {
  font-size: calc(18 * var(--width-ratio));
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.p-detail-area {
  margin-top: calc(28 * var(--width-ratio));
}

.p-detail__lead {
  font-size: calc(14 * var(--width-ratio));
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.p-detail__list {
  display: flex;
  align-items: stretch;
  gap: calc(6 * var(--width-ratio));
}

.p-detail__term {
  width: calc(31 * var(--width-ratio));
  padding: calc(14 * var(--width-ratio)) calc(9 * var(--width-ratio)) calc(20 * var(--width-ratio)) calc(6 * var(--width-ratio));
  border-top: 1px solid #35AE8A;
  font-size: calc(14 * var(--width-ratio));
  line-height: 1.1;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
}

.p-detail__desc {
  width: calc(619 * var(--width-ratio));
  padding: calc(20 * var(--width-ratio)) calc(5 * var(--width-ratio)) calc(22 * var(--width-ratio)) calc(6 * var(--width-ratio));
  border-top: 1px solid #9D9D9D;
}

.p-detail__text {
  font-size: calc(14 * var(--width-ratio));
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.p-detail__alert {
  margin-top: calc(18 * var(--width-ratio));
}

.p-detail__item {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: calc(2 * var(--width-ratio));
  font-size: calc(11 * var(--width-ratio));
  line-height: 1.6;
}
.p-detail__item::before {
  content: "※";
  font-size: calc(11 * var(--width-ratio));
  line-height: 1.6;
}

.p-detail-map {
  margin-top: calc(18 * var(--width-ratio));
}
.p-detail-map iframe {
  height: calc(303 * var(--width-ratio));
}
.p-detail__link {
  margin-top: calc(5 * var(--width-ratio));
  font-size: calc(12 * var(--width-ratio));
  line-height: 1.6;
  text-decoration: underline;
}

/**
 * #History
 */
.p-history {
  margin-top: calc(80 * var(--width-ratio));
  background-image: url(../images/main/bg_history.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .p-history {
    margin-top: 0;
  }
}

.p-history__inner {
  padding: calc(100 * var(--width-ratio)) 0 calc(46 * var(--width-ratio)) calc(44 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-history__inner {
    padding: calc(120 * var(--width-ratio)) 0 calc(58 * var(--width-ratio)) calc(32 * var(--width-ratio));
  }
}

.p-history__heading {
  color: #fff;
}

.p-history-note {
  margin-top: calc(68 * var(--width-ratio));
  color: #fff;
  font-size: calc(24 * var(--width-ratio));
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-history-note {
    margin-top: calc(105 * var(--width-ratio));
    font-size: calc(16 * var(--width-ratio));
  }
}

.p-history-content {
  margin-top: calc(28 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-history-content {
    margin-top: calc(30 * var(--width-ratio));
  }
}

.p-history-article {
  position: relative;
  height: calc(530 * var(--width-ratio));
  background: #fff;
}
.p-history-article::before, .p-history-article::after {
  content: "";
  position: absolute;
  left: 0;
}
.p-history-article::before {
  top: calc(36 * var(--width-ratio));
  width: calc(34 * var(--width-ratio));
  height: calc(5 * var(--width-ratio));
  background: #9A0000;
  z-index: 2;
}
.p-history-article::after {
  top: calc(38 * var(--width-ratio));
  width: 100%;
  height: calc(1 * var(--width-ratio));
  background: #000;
}

.p-history__wrap {
  padding: calc(54 * var(--width-ratio)) calc(20 * var(--width-ratio)) calc(20 * var(--width-ratio));
}

.p-history__lead {
  font-size: calc(24 * var(--width-ratio));
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-history__lead span {
  display: block;
  margin-top: calc(4 * var(--width-ratio));
  font-size: calc(14 * var(--width-ratio));
}

.p-history__text {
  margin-top: calc(16 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  line-height: 1.6;
}

.p-history__text--en {
  margin-top: calc(24 * var(--width-ratio));
  font-size: calc(14 * var(--width-ratio));
  line-height: 1.4;
}

/**
 * #Ogawa
 */
.p-ogawa {
  position: relative;
}
.p-ogawa::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(477 * var(--width-ratio));
  background-image: url(../images/main/bg_ogawa.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.p-ogawa__inner {
  padding: calc(94 * var(--width-ratio)) 0 calc(116 * var(--width-ratio));
}

.p-ogawa__head {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: calc(8 * var(--width-ratio));
  margin: 0 auto;
  font-weight: 400;
  writing-mode: vertical-rl;
}
@media (max-width: 768px) {
  .p-ogawa__head {
    gap: 0;
  }
}

.p-ogawa__lead {
  font-size: calc(21 * var(--width-ratio));
  line-height: 1.3;
  letter-spacing: 0.3em;
}
@media (max-width: 768px) {
  .p-ogawa__lead {
    margin-left: calc(46 * var(--width-ratio));
  }
}

.p-ogawa__title {
  font-size: calc(36 * var(--width-ratio));
  line-height: 1.4;
  letter-spacing: 0.3em;
}
@media (max-width: 768px) {
  .p-ogawa__title {
    margin-left: calc(17 * var(--width-ratio));
  }
}
.p-ogawa__title span {
  display: block;
  font-size: calc(21 * var(--width-ratio));
  line-height: 1.2;
  letter-spacing: 0.3em;
}

.p-ogawa__title--en {
  font-size: calc(16 * var(--width-ratio));
  line-height: 1.2;
  letter-spacing: 0.2em;
}

.p-ogawa__text {
  max-width: calc(570 * var(--width-ratio));
  width: 100%;
  margin: calc(67 * var(--width-ratio)) auto 0;
  font-size: calc(16 * var(--width-ratio));
  line-height: 2;
}
@media (max-width: 768px) {
  .p-ogawa__text {
    margin: calc(55 * var(--width-ratio)) auto 0;
    padding: 0 calc(33 * var(--width-ratio));
  }
}

.p-ogawa-content {
  margin-top: calc(160 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-ogawa-content {
    margin-top: calc(85 * var(--width-ratio));
  }
}

.p-ogawa__figure {
  position: relative;
  width: 100%;
}

.p-ogwa__figure--first {
  max-width: calc(588 * var(--width-ratio));
  margin-left: auto;
}
@media (max-width: 768px) {
  .p-ogwa__figure--first {
    max-width: calc(320 * var(--width-ratio));
  }
}

.p-ogwa__figure--second {
  max-width: calc(588 * var(--width-ratio));
  margin: calc(30 * var(--width-ratio)) auto 0 0;
}
@media (max-width: 768px) {
  .p-ogwa__figure--second {
    max-width: calc(320 * var(--width-ratio));
    margin: calc(17 * var(--width-ratio)) auto 0 0;
  }
}

.p-ogwa__figure--third {
  max-width: calc(442 * var(--width-ratio));
  margin: calc(30 * var(--width-ratio)) auto 0 calc(72 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-ogwa__figure--third {
    max-width: calc(241 * var(--width-ratio));
    margin: calc(16 * var(--width-ratio)) auto 0 calc(37 * var(--width-ratio));
  }
}

.p-ogwa__figure--four {
  max-width: calc(400 * var(--width-ratio));
  margin: calc(32 * var(--width-ratio)) calc(68 * var(--width-ratio)) 0 auto;
}
@media (max-width: 768px) {
  .p-ogwa__figure--four {
    max-width: calc(218 * var(--width-ratio));
    margin: calc(17 * var(--width-ratio)) calc(33 * var(--width-ratio)) 0 auto;
  }
}

.p-ogwa__figure--five {
  max-width: 100%;
  margin: calc(32 * var(--width-ratio)) auto 0;
}

.p-ogawa__caption {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(114 * var(--width-ratio));
  height: calc(351 * var(--width-ratio));
  background: #F3F3F3;
  font-size: calc(20 * var(--width-ratio));
  line-height: 1.2;
  writing-mode: vertical-rl;
  z-index: 2;
}
@media (max-width: 768px) {
  .p-ogawa__caption {
    width: calc(62 * var(--width-ratio));
    height: calc(192 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
  }
}

.p-ogawa__caption--first {
  top: calc(-106 * var(--width-ratio));
  left: calc(-64 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-ogawa__caption--first {
    top: calc(-58 * var(--width-ratio));
    left: calc(-36 * var(--width-ratio));
  }
}

.p-ogawa__caption--second {
  top: calc(185 * var(--width-ratio));
  right: calc(-74 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-ogawa__caption--second {
    top: calc(101 * var(--width-ratio));
    right: calc(-40 * var(--width-ratio));
  }
}

.p-ogawa__caption--four {
  top: calc(70 * var(--width-ratio));
  left: calc(-137 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-ogawa__caption--four {
    top: calc(38 * var(--width-ratio));
    left: calc(-75 * var(--width-ratio));
  }
}

/**
 * #Work
 */
.p-work {
  background-image: url(../images/main/work/bg_work.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #433E36;
}

.p-work__inner {
  padding: calc(70 * var(--width-ratio)) 0 calc(74 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-work__inner {
    padding: calc(70 * var(--width-ratio)) 0 calc(38 * var(--width-ratio));
  }
}

.p-work__head {
  gap: calc(20 * var(--width-ratio));
  color: #fff;
  letter-spacing: 0.15em;
}

.p-work__text {
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
}

.p-work-content {
  margin-top: calc(70 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-work-content {
    margin-top: calc(30 * var(--width-ratio));
  }
}

.p-work__figure {
  position: relative;
  width: 100%;
}

.p-work__figure--first {
  max-width: calc(622 * var(--width-ratio));
  margin-left: auto;
}
@media (max-width: 768px) {
  .p-work__figure--first {
    max-width: calc(334 * var(--width-ratio));
  }
}

.p-work__figure--second {
  max-width: calc(413 * var(--width-ratio));
  margin: calc(58 * var(--width-ratio)) auto 0 calc(110 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-work__figure--second {
    max-width: calc(222 * var(--width-ratio));
    margin: calc(31 * var(--width-ratio)) auto 0 calc(60 * var(--width-ratio));
  }
}

.p-work__figure--third {
  max-width: calc(640 * var(--width-ratio));
  margin: calc(20 * var(--width-ratio)) auto 0 0;
}
@media (max-width: 768px) {
  .p-work__figure--third {
    max-width: calc(343 * var(--width-ratio));
    margin: calc(11 * var(--width-ratio)) auto 0 0;
  }
}

.p-work__figure--four {
  max-width: calc(542 * var(--width-ratio));
  margin: calc(20 * var(--width-ratio)) 0 0 auto;
}
@media (max-width: 768px) {
  .p-work__figure--four {
    max-width: calc(291 * var(--width-ratio));
    margin: calc(11 * var(--width-ratio)) 0 0 auto;
  }
}

.p-work__figure--five {
  max-width: calc(531 * var(--width-ratio));
  margin: calc(20 * var(--width-ratio)) auto 0;
}
@media (max-width: 768px) {
  .p-work__figure--five {
    max-width: calc(285 * var(--width-ratio));
    margin: calc(11 * var(--width-ratio)) auto 0;
  }
}

.p-work__caption {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(10 * var(--width-ratio));
  max-width: calc(125 * var(--width-ratio));
  width: 100%;
  background: #212120;
  writing-mode: vertical-rl;
  z-index: 2;
}
@media (max-width: 768px) {
  .p-work__caption {
    max-width: calc(67 * var(--width-ratio));
  }
}

.p-work__caption--first {
  top: calc(-76 * var(--width-ratio));
  left: calc(-61 * var(--width-ratio));
  height: calc(350 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-work__caption--first {
    top: calc(-41 * var(--width-ratio));
    left: calc(-33 * var(--width-ratio));
    height: calc(188 * var(--width-ratio));
  }
}
@media (max-width: 768px) {
  .p-work__caption--first .p-work__lead {
    line-height: 0;
  }
}

.p-work__caption--second {
  top: calc(44 * var(--width-ratio));
  right: calc(-146 * var(--width-ratio));
  height: calc(436 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-work__caption--second {
    top: calc(24 * var(--width-ratio));
    right: calc(-78 * var(--width-ratio));
    height: calc(234 * var(--width-ratio));
  }
}

.p-work__caption--third {
  top: calc(80 * var(--width-ratio));
  left: calc(-146 * var(--width-ratio));
  height: calc(328 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-work__caption--third {
    top: calc(43 * var(--width-ratio));
    left: calc(-87 * var(--width-ratio));
    height: calc(176 * var(--width-ratio));
  }
}
@media (max-width: 768px) {
  .p-work__caption--third .p-work__lead {
    line-height: 1.4;
  }
}

.p-work__lead {
  color: #fff;
  font-size: calc(20 * var(--width-ratio));
  line-height: 1.2;
}
@media (max-width: 768px) {
  .p-work__lead {
    font-size: calc(14 * var(--width-ratio));
  }
}
.p-work__lead span {
  display: block;
  margin-right: calc(15 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  line-height: 1.05;
  letter-spacing: 0.13em;
}
@media (max-width: 768px) {
  .p-work__lead span {
    font-size: calc(11 * var(--width-ratio));
  }
}

/**
 * #Movie
 */
.p-movie {
  background-image: url(../images/main/movie/bg_movie.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.p-movie__inner {
  max-width: calc(650 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
  padding: calc(105 * var(--width-ratio)) 0;
}

.p-movie__heading {
  line-height: 1.8;
  letter-spacing: 0.2em;
}

.p-movie-content {
  margin: calc(60 * var(--width-ratio)) auto;
}
@media (max-width: 768px) {
  .p-movie-content {
    margin: calc(40 * var(--width-ratio)) auto calc(78 * var(--width-ratio));
    padding: 0 calc(25 * var(--width-ratio));
  }
}

.p-movie__unit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(16 * var(--width-ratio));
  margin-top: calc(40 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-movie__unit {
    grid-template-columns: repeat(1, 1fr);
    gap: calc(60 * var(--width-ratio));
  }
}
.p-movie__unit.is-hidden {
  max-height: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
  pointer-events: none;
}

.p-movie__item {
  background: #fff;
}
.p-movie__item iframe {
  max-width: calc(318 * var(--width-ratio));
  max-height: calc(170 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-movie__item iframe {
    max-width: calc(349 * var(--width-ratio));
    max-height: calc(190 * var(--width-ratio));
    margin: 0 auto;
  }
}

.p-movie__text {
  padding: calc(9 * var(--width-ratio)) calc(10 * var(--width-ratio)) calc(15 * var(--width-ratio));
  background: #fff;
  font-size: calc(16 * var(--width-ratio));
  line-height: 1.2;
  text-align: center;
}

.p-movie__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(12 * var(--width-ratio));
  margin-top: calc(28 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  line-height: 2;
  letter-spacing: 0.02em;
  text-decoration: underline;
}
.p-movie__link img {
  display: block;
  width: calc(41 * var(--width-ratio));
}

.js-btn-close {
  display: none;
}

/**
 * #Photo
 */
.p-photo {
  position: relative;
  background-image: url(../images/gallery//bg_gallery.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.p-photo::before {
  content: none;
  position: absolute;
  top: calc(-135 * var(--width-ratio));
  left: 50%;
  display: block;
  width: calc(615 * var(--width-ratio));
  height: calc(358 * var(--width-ratio));
  background-image: url(../images/common/deco_title.webp);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .p-photo::before {
    content: "";
  }
}

.p-photo__inner {
  padding: calc(105 * var(--width-ratio)) 0 calc(76 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-photo__inner {
    padding: calc(130 * var(--width-ratio)) 0 calc(40 * var(--width-ratio));
  }
}

.p-photo__heading {
  color: #fff;
}

.p-photo-content {
  margin-top: calc(60 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-photo-content {
    margin-top: calc(50 * var(--width-ratio));
  }
}

.p-photo__unit:has(figure:nth-child(2)) {
  display: flex;
  align-items: stretch;
}

.p-photo-buttons {
  margin-top: calc(50 * var(--width-ratio));
  text-align: center;
}
@media (max-width: 768px) {
  .p-photo-buttons {
    margin-top: calc(88 * var(--width-ratio));
  }
}

.is-hidden {
  display: none;
}

/**
 * #Info
 */
.p-info__inner {
  max-width: calc(632 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
  padding: calc(70 * var(--width-ratio)) 0;
}
@media (max-width: 768px) {
  .p-info__inner {
    max-width: calc(318 * var(--width-ratio));
    padding: calc(30 * var(--width-ratio)) 0 calc(94 * var(--width-ratio));
  }
}

.p-info-content {
  margin-top: calc(60 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-info-content {
    margin-top: calc(44 * var(--width-ratio));
  }
}

.p-info__item {
  margin-top: calc(42 * var(--width-ratio));
  padding-top: calc(14 * var(--width-ratio));
  border-top: 1px solid #000;
}
@media (max-width: 768px) {
  .p-info__item {
    margin-top: calc(33 * var(--width-ratio));
    padding-top: calc(13 * var(--width-ratio));
  }
}
.p-info__item:first-child {
  margin-top: 0;
}

.p-info__title {
  font-size: calc(18 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.p-info__desc {
  margin-top: calc(32 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-info__desc {
    margin-top: 0;
  }
}

.p-info-date {
  font-size: calc(14 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.p-info__text {
  margin-top: calc(18 * var(--width-ratio));
  font-size: calc(18 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

/**
 * #Privacy
 */
.p-privacy__heading {
  font-size: calc(20 * var(--width-ratio));
  font-weight: 400;
  line-height: 2;
}

.p-privacy-content {
  margin-top: calc(44 * var(--width-ratio));
}
.p-privacy-content a {
  display: inline;
  word-wrap: break-word;
}

.p-privacy__lead,
.p-privacy__title,
.p-privacy__text,
.p-privacy__item {
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 2;
}

.p-privacy__unit {
  margin-top: calc(24 * var(--width-ratio));
}

.p-privacy__item {
  position: relative;
  display: flex;
  align-items: baseline;
}
.p-privacy__item::before {
  content: "・";
  display: block;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 2;
}

/* 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 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: calc(8 * var(--width-ratio));
  margin: 0 auto;
  font-size: calc(36 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.3em;
  writing-mode: vertical-rl;
}
@media (max-width: 768px) {
  .u-title {
    font-size: calc(24 * var(--width-ratio));
  }
}
.u-title span {
  font-size: calc(16 * var(--width-ratio));
  letter-spacing: 0.02em;
}/*# sourceMappingURL=style.css.map */