@charset "UTF-8";
/* //////////////////////////////////////////

 アセット - 関数

////////////////////////////////////////// */
/* map-getの配列指定を省略するための関数 */
/*
 * フォントサイズ
 *
 * @param  string $size 要求するフォントサイズ
 * @param  string $unit 単位
 * @return string       rem と px の場合、単位付きの値。 em の場合は em 値に加工。
 */
/*
 * フォントサイズ 足し引き計算
 * _fs() のラッパー関数
 *
 * @param  string $size 要求するフォントサイズ
 * @param  string $unit 単位
 * @return string       rem と px の場合、単位付きの値。 em の場合は em 値に加工。
 */
/*
 * フォントサイズ em 計算
 *
 *  @param  string $av 求める値 (基本的に、単位必須)
 *  @param  string $rv 参照値   (基本的に、単位必須)
 *  @return string     計算済み em
 */
/*
 * パーセント計算
 *
 * @param  string $av 求める値 ( 単位必須 )
 * @param  string $rv 参照値 ( 単位必須 )
 * @return string     割合 ( % )
 */
/*
 * ハーフ・リーディング (half-leading) 計算
 *
 *  @param  string  $line  行サイズ (単位なし)
 *  @param  string  $size  フォントサイズ (単位なし)
 *  @param  boolean $debug デバッグするしない
 *  @return string         ハーフ・リーディング
 */
/*
 * 行間計算 (line-height)
 *
 * @param  string $line 行サイズ (単位必須)
 * @param  string $size フォントサイズ (単位必須)
 * @return string       行間
 */
/*
 * 文字間 (letter-spacing)
 *
 * @param  string $trakking 文字間 (単位不要)
 * @return string 文字間
 */
/*
 * 重なり順
 *
 * @param  string $name 要素の配列名
 * @return string       重なり値
 */
/*
 * Round (四捨五入)
 * _to-fixed のラッパー
 * http://terkel.jp/archives/2012/12/decimal-digits-and-rounding-sass-function/
 *
 * @param  string $number 計算する数字
 * @param  string $digits 小数点
 * @return string
 */
/*
 * Ceil (切り上げ)
 * _to-fixed のラッパー
 * http://terkel.jp/archives/2012/12/decimal-digits-and-rounding-sass-function/
 *
 * @param  string $number 計算する数字
 * @param  string $digits 小数点
 * @return string
 */
/*
 * Floor (切り捨て)
 * _to-fixed のラッパー
 * http://terkel.jp/archives/2012/12/decimal-digits-and-rounding-sass-function/
 *
 * @param  string $number 計算する数字
 * @param  string $digits 小数点
 * @return string
 */
/*
 * Round, Ceil, Floor より呼び出される
 * http://terkel.jp/archives/2012/12/decimal-digits-and-rounding-sass-function/
 *
 * @param  string $number 計算する数字
 * @param  string $digits 小数点
 * @param  string $round  計算方法
 * @return string
 */
/*
 * Helper function for str-to-num fn.
 * Source: http://sassmeister.com/gist/9647408
 */
/*
 * Helper function for linear/radial-gradient-parsers.
 * Source: http://sassmeister.com/gist/9647408
 */
/*
 * cubic-bezier
 * http://www.knockknock.jp/archives/184
 * https://matthewlein.com/tools/ceaser
 *
 * @param  string $mode モード
 * @return string
 */
/*
 * テキストの境界線
 * 16分割して滑らか感をだす
 * https://www.chatwork.com/#!rid29164628-1972186661
 */
/*
 * SVGを背景として扱う場合のBase64処理
 * http://ithat.me/2016/11/20/sass-scss-function-svg-base64-encode
 */
/*
* z-indexの管理
*/
/* //////////////////////////////////////////

 # アセット - 変数
 - テーマ = 案件 とする

////////////////////////////////////////// */
/*
 * # パス
 * - アセット関係のパスを管理
 */
/*
 * # コンテナ幅
 * - テーマごとの主要な幅を管理
 * - 主に Component で使用
 */
/*
 * # ブレークポイント
 * - lg: Tablet Landscape & PC
 * - md: Tablet Portrait
 * - sm: SmartPhone Large Landscape
 * - xs: Phablet Portrait
 * - base: テーマのメイン幅
 * - max: テーマ（PSD）の最大実寸幅
 */
/*
 * # カラー
 * - テーマの主要カラーを管理
 * - Utility でループするので8個程度にとどめる
 */
/*
 * # フォントファミリー
 * - $fontFamily: どれだけ増やしても大丈夫（メモ用）
 * - $familyTheme: テーマごとに管理（Utility でループする）
 * - $font-family: テーマの基本となるフォントファミリー
 */
/*
 * # フォントファミリー
 * - テーマベースの日本語フォント
 */
/*
 * # フォントサイズ
 * - テーマのフォントサイズを管理
 */
/*
 * # フォントウェイト
 * - Utility でループ
 */
/* テーマベース */
/*
 * # スペース
 * - $font-size を基準に em に変換
 * - Component でループ
 */
/* 文字詰め */
/* 基礎余白 */
/* 基礎角丸 */
/* 余白リスト */
/* //////////////////////////////////////////

 アセット - Mixin

////////////////////////////////////////// */
/*
 * # メディアクエリー 横幅 以下
 */
/*
 * # メディアクエリー 横幅 自由
 */
/*
 * # メディアクエリー 横幅 以上
 */
/*
 * # メディアクエリー 縦幅 自由
 */
/*
 * # メディアクエリー 解像度
 */
/*
 * # メディアクエリー Orientation
 */
/*
 * # トリガー
 */


/* アイコンフォント */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?ebr7qn");
  src: url("../fonts/icomoon.eot?ebr7qn#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ebr7qn") format("truetype"), url("../fonts/icomoon.woff?ebr7qn") format("woff"), url("../fonts/icomoon.svg?ebr7qn#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-user:before {
  content: "\e90f";
}

.icon-ic_fluent_clipboard_24_regular:before {
  content: "\e90c";
}

.icon-avatar:before {
  content: "\e90d";
}

.icon-info-circled:before {
  content: "\e90e";
}

.icon-logo-vertical:before {
  content: "\e90b";
}

.icon-logo-horiz:before {
  content: "\e90a";
}

.icon-cart:before {
  content: "\e908";
}

.icon-facebook-2:before {
  content: "\e909";
}

.icon-chevron-down:before {
  content: "\e904";
}

.icon-chevron-left:before {
  content: "\e905";
}

.icon-chevron-right:before {
  content: "\e906";
}

.icon-chevron-up:before {
  content: "\e907";
}

.icon-facebook:before {
  content: "\e900";
}

.icon-insta:before {
  content: "\e901";
}

.icon-twitter:before {
  content: "\e902";
}

.icon-youtube:before {
  content: "\e903";
}

/*
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 *
 * + original
 *
 */
@-ms-viewport {
  width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
}

dd {
  margin-bottom: 0;
  margin-left: 0;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

table {
  border-collapse: collapse;
}

caption {
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: none;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

独自の初期化スタイル

////////////////////////////////////////// */
* {
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  list-style: none;
  border-spacing: 0;
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  min-width: 0;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  height: 100%;
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  color: #151611;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-family: a-otf-futo-go-b101-pr6n, "Helvetica Neue", Helvetica, 游ゴシック体, YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #151611;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  border-style: none;
}

img[src$=".svg"]:not([width]), img[src*=".svg?"]:not([width]) {
  width: 100%;
}

svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  fill: currentColor;
}

a {
  color: #448aff;
  outline: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

a:focus {
  outline: none;
}

.pc a[href^="tel"] {
  pointer-events: none;
  text-decoration: none;
  cursor: text;
}

a:hover, a:focus {
  text-decoration: none;
}

.sp a:hover, .sp a:focus {
  text-decoration: none;
}

button,
[type="submit"],
label[for] {
  cursor: pointer;
}

img[align="left"] + p {
  margin-top: 0;
}

img[align="right"] + p {
  margin-top: 0;
}

input[type="url"],
input[type="tel"],
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea,
select {
  border: 1px solid #b0b8c5;
  background-color: #f4f4f4;
  outline: none !important;
  width: 100%;
  padding: 12px 16px;
  height: 44px;
  border-radius: 6px;
  -webkit-transition: border-color .25s ease-in-out 0s, background-color .1s ease-in-out 0s, box-shadow .25s ease-in-out 0s;
  transition: border-color .25s ease-in-out 0s, background-color .1s ease-in-out 0s, box-shadow .25s ease-in-out 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="url"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
  border-color: #151611;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 100, 255, 0.5);
}

input[type="url"]:not(:placeholder-shown),
input[type="tel"]:not(:placeholder-shown),
input[type="text"]:not(:placeholder-shown),
input[type="number"]:not(:placeholder-shown),
input[type="email"]:not(:placeholder-shown),
input[type="password"]:not(:placeholder-shown),
input[type="search"]:not(:placeholder-shown),
textarea:not(:placeholder-shown),
select:not(:placeholder-shown) {
  background-color: #ffffff;
}

input[type="url"].not-valid,
input[type="tel"].not-valid,
input[type="text"].not-valid,
input[type="number"].not-valid,
input[type="email"].not-valid,
input[type="password"].not-valid,
input[type="search"].not-valid,
textarea.not-valid,
select.not-valid {
  border-color: #d82338;
  background-color: #ffffff;
}

input[type="url"].not-valid:focus,
input[type="tel"].not-valid:focus,
input[type="text"].not-valid:focus,
input[type="number"].not-valid:focus,
input[type="email"].not-valid:focus,
input[type="password"].not-valid:focus,
input[type="search"].not-valid:focus,
textarea.not-valid:focus,
select.not-valid:focus {
  box-shadow: 0px 0px 10px 0px rgba(0, 100, 255, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(216, 35, 56, 0.5);
}

html.sp input[type="url"], html.sp
input[type="tel"], html.sp
input[type="text"], html.sp
input[type="number"], html.sp
input[type="email"], html.sp
input[type="password"], html.sp
input[type="search"], html.sp
textarea, html.sp
select {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

select {
  /* Firefox 36+ */
  -moz-appearance: none;
  /* Chrome 41+ */
  -webkit-appearance: none;
  appearance: none;
  padding: 0 30px 0 16px;
  /* IE10以上 デフォルト矢印を消す */
  /* Firefoxのフォーカスされた時の点線を消す */
}

select::-ms-expand {
  display: none;
}

input[type="file"] {
  cursor: pointer !important;
}

input[type="radio"] {
  border-radius: 50%;
}

input[type="checkbox"] {
  border-radius: 3px;
}

input[type="radio"],
input[type="checkbox"] {
  background-color: gray;
  border-style: solid;
  color: initial;
}

input[type="radio"],
input[type="checkbox"] {
  margin-right: 3px;
}

input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #646464;
  font-weight: 500;
}

input[type="url"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #646464;
  font-weight: 500;
}

input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #646464;
  font-weight: 500;
}

input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #646464;
  font-weight: 500;
}

input[type="url"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #646464;
  font-weight: 500;
}

textarea {
  min-height: 200px;
  display: block;
}

input[type="radio"].ui-radio {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  border: 2px solid #b0b8c5;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  box-shadow: inset 0 0 0 10px #ffffff;
  border-radius: 50%;
  background-color: #ffffff !important;
  outline: none;
  margin-right: 5px !important;
  -webkit-transition: box-shadow .25s;
  transition: box-shadow .25s;
}

input[type="radio"].ui-radio:checked {
  box-shadow: inset 0 0 0 3px #ffffff;
  background-color: #151611 !important;
}

.l-body {
  background-color: #faf9f6;
}

html.sp .l-body {
  height: 100vh;
  height: -webkit-fill-available;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

/* //////////////////////////////////////////
 # Layout - build
////////////////////////////////////////// */
.l-canvas {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 26.66667%;
  padding-right: 26.66667%;
  background-color: #151611;
  position: absolute;
  top: 0;
  left: 0;
}

html.sp .l-canvas {
  height: -webkit-fill-available;
}

.l-canvas canvas {
  width: 100%;
}

/* //////////////////////////////////////////
 # Layout -
////////////////////////////////////////// */
.member {
  position: relative;
  background-color: #faf9f6;
  overflow: hidden;
}

.member:before {
  content: 'company';
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -1.5px;
  letter-spacing: -.15rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 200px;
  position: absolute;
  top: 0;
  right: -20px;
  color: #f0f1f2;
  letter-spacing: -5px;
  letter-spacing: -.5rem;
  z-index: 0;
}

.l-container {
  width: 100%;
  min-width: 320px;
  position: relative;
}

.l-container.-concept {
  padding-top: 13.33333%;
  padding-bottom: 13.33333%;
}

.l-container.-concept:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, #151611 85%, #151611 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, #151611 85%, #151611 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.l-container.-purpose {
  padding-top: 10%;
  padding-bottom: 10%;
}

.l-container.-news {
  padding-top: 10%;
  padding-bottom: 10%;
  background-color: #f0f1f2;
}

.l-container.-member {
  padding-top: 13.33333%;
}

.l-container.-service {
  padding-bottom: 13.33333%;
}

.l-container.-company {
  padding-top: 6.66667%;
  padding-bottom: 13.33333%;
}

.l-container.-contact {
  padding-top: 8%;
  padding-bottom: 8%;
}

.l-container.-bg-balck {
  background-color: #151611;
}

.l-container.-bg-balck2 {
  background-color: #222426;
}

.l-container.-bg-gray {
  background-color: #f4f4f4;
}

.l-container.-bg-light {
  background-color: #f0f1f2;
}

.l-container.-bg-member {
  position: relative;
}

.l-container.-bg-member:before {
  content: '';
  width: 100%;
  height: 25%;
  background-color: #f0f1f2;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.l-container_inner {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc( max(11%, env( safe-area-inset-left )));
  padding-right: calc( max(11%, env( safe-area-inset-right )));
}

.l-container_inner.-w-1200 {
  max-width: 1200px;
}

.l-footer-content {
  width: 100%;
  min-width: 320px;
  background-color: #222426;
  padding-top: 12.66667%;
  padding-bottom: 12.66667%;
  position: relative;
}

.l-footer-content:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #17181a;
}

.l-footer-content_container {
  position: relative;
  max-width: 1880px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12.66667%;
  padding-right: 12.66667%;
}

.l-footer-content_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
}

.l-footer-content_item {
  width: 50%;
}

.l-footer-content_item:nth-child(1) {
  padding-right: 80px;
}

.l-footer-content_item:nth-child(2) {
  padding-left: 80px;
}

.l-footer-content_link {
  width: 100%;
  display: block;
  position: relative;
}

.l-footer-content_link:before, .l-footer-content_link:after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0.41, 0.1, 0.57);
  transition: -webkit-transform 0.3s cubic-bezier(0, 0.41, 0.1, 0.57);
  transition: transform 0.3s cubic-bezier(0, 0.41, 0.1, 0.57);
  transition: transform 0.3s cubic-bezier(0, 0.41, 0.1, 0.57), -webkit-transform 0.3s cubic-bezier(0, 0.41, 0.1, 0.57);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.l-footer-content_link:before {
  opacity: .1;
  
}

.l-footer-content_link:after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.l-footer-content_link:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.l-footer-content_title {
  width: 100%;
  padding-bottom: 12px;
  position: relative;
}

.l-footer-content_title:after {
  content: "";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #ffffff;
}

.l-footer-content_title ._jp,
.l-footer-content_title ._en {
  display: block;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.l-footer-content_title ._jp {
  font-family: a-otf-futo-go-b101-pr6n, "Helvetica Neue", Helvetica, 游ゴシック体, YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: .5;
  
  font-size: 16px;
  font-size: 1.6rem;
  font-size: clamp(12px, 1.06667vw, 16px);
  font-size: clamp(1.2rem, 1.06667vw, 1.6rem);
  margin-bottom: 6px;
}

.l-footer-content_title ._en {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -1.5px;
  letter-spacing: -.15rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 60px;
  font-size: 6rem;
  font-size: clamp(30px, 3.33333vw, 50px);
  font-size: clamp(3rem, 3.33333vw, 5rem);
  padding-right: 30px;
}

.l-footer-copy {
  width: 100%;
  min-width: 320px;
  padding-top: 6%;
  padding-bottom: 6%;
}

.l-footer-copy_inner {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc( max(11%, env( safe-area-inset-left )));
  padding-right: calc( max(11%, env( safe-area-inset-right )));
}

.l-footer-copy_inner ._en,
.l-footer-copy_inner ._jp {
  display: block;
  text-align: center;
  line-height: 1;
  color: #979899;
  pointer-events: none;
  opacity: .5;
  
}

.l-footer-copy_inner ._en {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -1.5px;
  letter-spacing: -.15rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  font-size: 3.1rem;
  font-size: clamp(18px, 2.06667vw, 31px);
  font-size: clamp(1.8rem, 2.06667vw, 3.1rem);
  margin-bottom: 15px;
}

.l-footer-copy_inner ._en span {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.l-footer-copy_inner ._en span:nth-child(1) {
  letter-spacing: 0.1px;
  letter-spacing: .01rem;
}

.l-footer-copy_inner ._en span:nth-child(2) {
  letter-spacing: 1px;
  letter-spacing: .1rem;
  margin-top: -3px;
}

.l-footer-copy_inner ._jp {
  font-size: 13px;
  font-size: 1.3rem;
  font-size: clamp(10px, 0.86667vw, 13px);
  font-size: clamp(1rem, 0.86667vw, 1.3rem);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* //////////////////////////////////////////
 # Layout - footer
////////////////////////////////////////// */
.l-footer {
  width: 100%;
  min-width: 320px;
  background-color: #151611;
  padding-top: 12%;
  padding-bottom: 12%;
  position: relative;
}

.l-footer_container {
  width: 100%;
  max-width: 1880px;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc( max(12.66667%, env( safe-area-inset-left )));
  padding-right: calc( max(12.66667%, env( safe-area-inset-right )));
}

.l-footer_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-footer_logo {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-footer_logo svg {
  width: clamp(240px, 20.66667vw, 310px);
  fill: #ffffff;
  margin-left: auto;
  margin-right: auto;
  opacity: .35;
  
}

.l-footer_logo_inner {
  width: 323px;
}

.l-footer_logo_link {
  display: block;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 21.36223%;
}

.l-footer_logo_link:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/common/logo-vertical.svg") no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
}

.l-footer_sitemap {
  width: 100%;
  padding-top: 26px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  counter-reset: number 0;
}

.l-footer_sitemap_link {
  display: block;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  font-size: 1.4rem;
}

.l-footer_sitemap_link:before {
  counter-increment: number 1;
  content: "0" counter(number);
  display: inline-block;
  margin-right: 16px;
  opacity: .3;
  
}

.l-footer_sitemap_link:after {
  content: "";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  opacity: .3;
  
}

.l-footer_sns {
  padding-top: 50px;
  padding-bottom: 50px;
}

.l-footer_sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-footer_sns_item + .l-footer_sns_item {
  margin-left: 8px;
}

.l-footer_sns_caption {
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 8px;
  opacity: .3;
  
}

.l-footer_sns_link {
  display: block;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-footer_sns i[class*="icon-"] {
  color: #ffffff;
}

.l-footer_sns i[class*="icon-facebook-2"] {
  font-size: 25px;
  font-size: 2.5rem;
}

.l-footer_sns i[class*="icon-insta"] {
  font-size: 23px;
  font-size: 2.3rem;
}

.l-footer_sns i[class*="icon-youtube"] {
  font-size: 20px;
  font-size: 2rem;
}

.l-footer_bottom {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-footer_bottom_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3px;
}

.l-footer_bottom_item {
  position: relative;
}

.l-footer_bottom_item + .l-footer_bottom_item:before {
  content: '|';
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  color: rgba(255, 255, 255, 0.3);
}

.l-footer_bottom_item:nth-child(1) .l-footer_bottom_link {
  padding-right: 12px;
}

.l-footer_bottom_item:nth-child(2) .l-footer_bottom_link {
  padding-left: 12px;
}

.l-footer_bottom_link {
  display: block;
  font-family: a-otf-futo-go-b101-pr6n, "Helvetica Neue", Helvetica, 游ゴシック体, YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  font-size: 1.3rem;
  color: #ffffff;
  opacity: .4;
  
}

.l-footer_bottom_cp {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -1.5px;
  letter-spacing: -.15rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.5px;
  letter-spacing: .05rem;
  font-size: 14px;
  font-size: 1.4rem;
  color: #ffffff;
  opacity: .4;
  
}

.l-footer_bottom_cp span {
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 3px;
}

/* //////////////////////////////////////////
 # Layout - footerNav
////////////////////////////////////////// */
/* //////////////////////////////////////////
 # Layout - header
////////////////////////////////////////// */
.l-header {
  width: 100%;
  min-width: 320px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
  mix-blend-mode: exclusion;
}

.l-header_inner {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc( max(30px, env( safe-area-inset-left )));
  padding-right: calc( max(30px, env( safe-area-inset-right )));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.l-header_logo {
  width: 110px;
  position: absolute;
  top: 12px;
  left: 40px;
  opacity: 0;
  
  visibility: hidden;
  -webkit-transition: opacity .35s ease-out .8s, visibility .35s ease-out .8s;
  transition: opacity .35s ease-out .8s, visibility .35s ease-out .8s;
}

html.complete .l-header_logo {
  opacity: 1;
  
  visibility: visible;
}

.l-header_logo_link {
  display: block;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 143.03797%;
}

.l-header_logo_link:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/common/logo-v-2.svg") no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
}

/* //////////////////////////////////////////
 # Layout - hero
////////////////////////////////////////// */
.l-hero {
  width: 100%;
  min-width: 320px;
  margin-bottom: 90px;
}

.l-hero_inner {
  padding-top: 186px;
  height: calc(100vh - 200px);
  min-height: 450px;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc( max(30px, env( safe-area-inset-left )));
  padding-right: calc( max(30px, env( safe-area-inset-right )));
}

.l-hero_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.l-hero_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.l-hero_content {
  width: 100%;
  max-width: 2030px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 13.05419%;
  padding-right: 13.05419%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-hero_title {
  width: 100%;
  position: relative;
}

.l-hero_title:before {
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  position: absolute;
  top: -67%;
  left: 3px;
  background-color: #ffffff;
}

.l-hero_title ._en,
.l-hero_title ._jp {
  color: #ffffff;
  display: block;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.l-hero_title ._en {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -1.5px;
  letter-spacing: -.15rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 80px;
  font-size: 8rem;
  margin-bottom: 14px;
  font-size: clamp(35px, 5.33333vw, 80px);
  font-size: clamp(3.5rem, 5.33333vw, 8rem);
}

.l-hero_title ._jp {
  font-family: a-otf-futo-go-b101-pr6n, "Helvetica Neue", Helvetica, 游ゴシック体, YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .2em;
  font-size: clamp(13px, 1.2vw, 18px);
  font-size: clamp(1.3rem, 1.2vw, 1.8rem);
}

/* //////////////////////////////////////////
 # Layout - loading
////////////////////////////////////////// */
.l-loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity .5s linear 0s, z-index 0s linear .5s, visibility .5s linear 0s;
  transition: opacity .5s linear 0s, z-index 0s linear .5s, visibility .5s linear 0s;
  z-index: 107;
}

.l-loading.is-complete {
  opacity: 0;
  
  visibility: hidden;
  z-index: -1;
}

.l-loading.is-complete .l-loading_logo {
  opacity: 0;
  
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.l-loading:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: auto;
  right: 0;
  -webkit-transition: opacity 0.65s cubic-bezier(0.24, 0.92, 0.73, 1) 1s;
  transition: opacity 0.65s cubic-bezier(0.24, 0.92, 0.73, 1) 1s;
  opacity: 1;
  
  background-color: #faf9f6;
}

.l-loading_inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-loading_logo {
  width: clamp(143px, 18.66667%, 280px);
  -webkit-transition: opacity linear .2s, -webkit-transform linear .2s;
  transition: opacity linear .2s, -webkit-transform linear .2s;
  transition: opacity linear .2s, transform linear .2s;
  transition: opacity linear .2s, transform linear .2s, -webkit-transform linear .2s;
}

.l-loading_bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 5px;
  background-color: #151611;
}

.l-loading_bar_bg {
  width: 100%;
  height: 5px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #cfd4dc;
}

/* //////////////////////////////////////////
 # Layout - main
////////////////////////////////////////// */
.l-main {
  width: 100%;
  min-height: 100vh;
  background-color: #151611;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-main_bottom {
  margin-top: auto;
}

/* //////////////////////////////////////////
 # Layout - menu
////////////////////////////////////////// */
.l-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 103;
  visibility: hidden;
  opacity: 0;
  
  -webkit-transition: all 0s linear .6s;
  transition: all 0s linear .6s;
}

.l-menu_inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-menu_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #222426;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.69, 0, 0.34, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.69, 0, 0.34, 1);
  transition: transform 0.6s cubic-bezier(0.69, 0, 0.34, 1);
  transition: transform 0.6s cubic-bezier(0.69, 0, 0.34, 1), -webkit-transform 0.6s cubic-bezier(0.69, 0, 0.34, 1);
}

.l-menu_img {
  width: 40%;
  height: 100%;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 50px;
  opacity: 0;
  
  -webkit-transition: all .3s;
  transition: all .3s;
  display: none;
}

.l-menu_img_inner {
  width: 0;
  height: 100%;
  background-color: #222426;
  background-color: #383a3d;
}

.l-menu_body {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-menu_body::-webkit-scrollbar {
  display: none;
}

.l-menu_bodyInner {
  width: 100%;
  min-height: 800px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-menu_nav {
  padding: 100px 50px;
}

.l-menu_list {
  margin-bottom: 60px;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

.l-menu_item {
  opacity: 0;
  
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-top: 20px;
  margin-bottom: 20px;
}

.l-menu_itemInner {
  display: inline-block;
  position: relative;
}

.l-menu_itemInner:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 10%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0.41, 0.1, 0.57);
  transition: -webkit-transform 0.3s cubic-bezier(0, 0.41, 0.1, 0.57);
  transition: transform 0.3s cubic-bezier(0, 0.41, 0.1, 0.57);
  transition: transform 0.3s cubic-bezier(0, 0.41, 0.1, 0.57), -webkit-transform 0.3s cubic-bezier(0, 0.41, 0.1, 0.57);
}

.l-menu_itemInner:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.l-menu_link {
  display: inline-block;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-perspective-origin: 50% 50%;
          perspective-origin: 50% 50%;
  position: relative;
  white-space: nowrap;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

.l-menu_link:hover {
  opacity: 1 !important;
  
}

.l-menu_link span {
  display: block;
  font-size: clamp(30px, 6vw, 90px);
  font-size: clamp(3rem, 6vw, 9rem);
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -1.5px;
  letter-spacing: -.15rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 100;
  color: #ffffff;
  line-height: 1;
  position: relative;
  -webkit-transition: letter-spacing .2s;
  transition: letter-spacing .2s;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.l-menu-sub_item {
  opacity: 0;
  
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 16px 0;
}

.l-menu-sub_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-menu-sub_link:hover {
  opacity: 1 !important;
  
}

.l-menu-sub_link:hover span:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.l-menu-sub_link.shopping:before, .l-menu-sub_link.login:before, .l-menu-sub_link.cart:before {
  color: #ffffff;
  position: relative;
  top: -3px;
  margin-right: 6px;
}

.l-menu-sub_link.shopping:before {
  content: "";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  font-size: clamp(15px, 1.46667vw, 24px);
  font-size: clamp(1.5rem, 1.46667vw, 2.4rem);
}

.l-menu-sub_link.login:before {
  content: "";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: clamp(11px, 1.2vw, 20px);
  font-size: clamp(1.1rem, 1.2vw, 2rem);
  position: relative;
  left: 3px;
  margin-right: 13px;
}

.l-menu-sub_link.cart:before {
  content: "";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: clamp(13px, 1.33333vw, 22px);
  font-size: clamp(1.3rem, 1.33333vw, 2.2rem);
}

.l-menu-sub_link span {
  display: inline-block;
  font-size: clamp(15px, 1.46667vw, 24px);
  font-size: clamp(1.5rem, 1.46667vw, 2.4rem);
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -1.5px;
  letter-spacing: -.15rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  line-height: 1;
  position: relative;
}

.l-menu-sub_link span:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0.41, 0.1, 0.57);
  transition: -webkit-transform 0.3s cubic-bezier(0, 0.41, 0.1, 0.57);
  transition: transform 0.3s cubic-bezier(0, 0.41, 0.1, 0.57);
  transition: transform 0.3s cubic-bezier(0, 0.41, 0.1, 0.57), -webkit-transform 0.3s cubic-bezier(0, 0.41, 0.1, 0.57);
}

.l-menu_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
  padding-right: 50px;
  opacity: 0;
  
  -webkit-transition: all .3s;
  transition: all .3s;
}

.l-menu_info_name {
  font-weight: 700;
  color: #ffffff;
  font-size: clamp(13px, 1.06667vw, 18px);
  font-size: clamp(1.3rem, 1.06667vw, 1.8rem);
  margin-bottom: 15px;
}

.l-menu_info_address {
  color: #ffffff;
  font-size: clamp(10px, 0.8vw, 12px);
  font-size: clamp(1rem, 0.8vw, 1.2rem);
  margin-bottom: 15px;
}

.l-menu_info_tel {
  color: #ffffff;
  font-size: clamp(10px, 0.8vw, 12px);
  font-size: clamp(1rem, 0.8vw, 1.2rem);
  margin-bottom: 15px;
}

.l-menu_info_sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-menu_info_sns_item + .l-menu_info_sns_item {
  margin-left: 8px;
}

.l-menu_info_sns_caption {
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 8px;
  opacity: .3;
  
}

.l-menu_info_sns_link {
  display: block;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-menu_info_sns i[class*="icon-"] {
  color: #ffffff;
}

.l-menu_info_sns i[class*="icon-facebook-2"] {
  font-size: 25px;
  font-size: 2.5rem;
}

.l-menu_info_sns i[class*="icon-insta"] {
  font-size: 23px;
  font-size: 2.3rem;
}

.l-menu_info_sns i[class*="icon-youtube"] {
  font-size: 20px;
  font-size: 2rem;
}

html.menu-open body {
  overflow: hidden;
}

html.menu-open .l-menu {
  visibility: visible;
  opacity: 1;
  
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

html.menu-open .l-menu_bg {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

html.menu-open .l-menu_img {
  opacity: 1;
  
  -webkit-transition: all .3s;
  transition: all .3s;
}

html.menu-open .l-menu_img_inner {
  -webkit-animation-name: viewIn-img;
          animation-name: viewIn-img;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: cubic-bezier(1, -0.01, 0.79, 0.21);
          animation-timing-function: cubic-bezier(1, -0.01, 0.79, 0.21);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

html.menu-open .l-menu_list:hover li a:not(:hover) {
  opacity: .3 !important;
  
}

html.menu-open .l-menu_item {
  opacity: 1;
  
  -webkit-transition: all .3s;
  transition: all .3s;
}

html.menu-open .l-menu_item .l-menu_link {
  -webkit-animation-name: viewIn;
          animation-name: viewIn;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.09, 0.46, 0.35, 0.91);
          animation-timing-function: cubic-bezier(0.09, 0.46, 0.35, 0.91);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

html.menu-open .l-menu_item:nth-child(1) .l-menu_link {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

html.menu-open .l-menu_item:nth-child(2) .l-menu_link {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

html.menu-open .l-menu_item:nth-child(3) .l-menu_link {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}

html.menu-open .l-menu_item:nth-child(4) .l-menu_link {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

html.menu-open .l-menu_item:nth-child(5) .l-menu_link {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}

html.menu-open .l-menu_item:nth-child(6) .l-menu_link {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

html.menu-open .l-menu-sub_item {
  opacity: 1;
  
  -webkit-transition: all .3s;
  transition: all .3s;
}

html.menu-open .l-menu-sub_item .l-menu-sub_link {
  -webkit-animation-name: viewIn;
          animation-name: viewIn;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.09, 0.46, 0.35, 0.91);
          animation-timing-function: cubic-bezier(0.09, 0.46, 0.35, 0.91);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

html.menu-open .l-menu-sub_item:nth-child(1) .l-menu-sub_link {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

html.menu-open .l-menu-sub_item:nth-child(2) .l-menu-sub_link {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

html.menu-open .l-menu-sub_item:nth-child(3) .l-menu-sub_link {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}

html.menu-open .l-menu-sub_item:nth-child(4) .l-menu-sub_link {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

html.menu-open .l-menu-sub_item:nth-child(5) .l-menu-sub_link {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}

html.menu-open .l-menu-sub_item:nth-child(6) .l-menu-sub_link {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

html.menu-open .l-menu-sub_item:nth-child(7) .l-menu-sub_link {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

html.menu-open .l-menu-sub_item:nth-child(8) .l-menu-sub_link {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

html.menu-open .l-menu-sub_item:nth-child(9) .l-menu-sub_link {
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s;
}

html.menu-open .l-menu-sub_item:nth-child(10) .l-menu-sub_link {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

html.menu-open .l-menu-sub_item:nth-child(11) .l-menu-sub_link {
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
}

html.menu-open .l-menu-sub_item:nth-child(12) .l-menu-sub_link {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

html.menu-open .l-menu_info {
  opacity: 1;
  
  -webkit-transition: all .3s;
  transition: all .3s;
}

html.menu-open .l-menu_info .info-item {
  -webkit-animation-name: viewIn;
          animation-name: viewIn;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.09, 0.46, 0.35, 0.91);
          animation-timing-function: cubic-bezier(0.09, 0.46, 0.35, 0.91);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

html.menu-open .l-menu_info .info-item:nth-child(1) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

html.menu-open .l-menu_info .info-item:nth-child(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

html.menu-open .l-menu_info .info-item:nth-child(3) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}

html.menu-open .l-menu_info .info-item:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

html.menu-open .l-menu_info .info-item:nth-child(5) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}

html.menu-open .l-menu_info .info-item:nth-child(6) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

@-webkit-keyframes viewIn {
  0% {
    opacity: 0;
    
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes viewIn {
  0% {
    opacity: 0;
    
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes viewIn-img {
  0% {
    opacity: 0;
    
    width: 0;
  }
  100% {
    opacity: 1;
    
    width: 100%;
  }
}

@keyframes viewIn-img {
  0% {
    opacity: 0;
    
    width: 0;
  }
  100% {
    opacity: 1;
    
    width: 100%;
  }
}

/* //////////////////////////////////////////
 # Layout - modal
////////////////////////////////////////// */
.l-modal {
  width: 100%;
  min-height: 100vh;
  background-origin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9999;
  opacity: 0;
  
  visibility: hidden;
  -webkit-transition: z-index 0s linear 0s, visibility 0s linear 0s, opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: z-index 0s linear 0s, visibility 0s linear 0s, opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.l-modal__overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(222, 211, 218, 0.8);
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.l-modal__container {
  width: 530px;
  background: #ecedf1;
  border-radius: 10px;
  box-shadow: 0px 8px 35px 0px rgba(0, 0, 0, 0.2);
  margin: 24px;
  z-index: 2;
  max-height: calc(100vh - 60px);
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
  -webkit-transform: scale(0.7, 0.7);
          transform: scale(0.7, 0.7);
  opacity: 0;
  
  visibility: hidden;
  -webkit-transition: opacity 0.35s cubic-bezier(0.77, 0, 0.175, 1) 0.2s, -webkit-transform 0.35s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  transition: opacity 0.35s cubic-bezier(0.77, 0, 0.175, 1) 0.2s, -webkit-transform 0.35s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  transition: opacity 0.35s cubic-bezier(0.77, 0, 0.175, 1) 0.2s, transform 0.35s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  transition: opacity 0.35s cubic-bezier(0.77, 0, 0.175, 1) 0.2s, transform 0.35s cubic-bezier(0.77, 0, 0.175, 1) 0.2s, -webkit-transform 0.35s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
}

.l-modal__container::-webkit-scrollbar {
  display: none;
}

.l-modal__closeInner {
  display: block;
  position: relative;
  width: calc(100% - 24px);
  height: 44px;
  margin: 12px auto 0;
}

.l-modal__closeBtn {
  width: 44px;
  height: 44px;
  display: block;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  top: 0;
}

.l-modal__closeBtn:hover {
  text-decoration: none;
}

.l-modal__closeBtn:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  
  -webkit-transition: all 0.2s cubic-bezier(0.02, 1.07, 0.6, 1.47);
  transition: all 0.2s cubic-bezier(0.02, 1.07, 0.6, 1.47);
}

.l-modal__closeBtn:before {
  content: '';
  display: block;
  width: 44px;
  height: 44px;
  display: block;
  border-radius: 100%;
  background-color: #ecedf1;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  opacity: 0;
  
}

.l-modal__closeBtn .icon-plus {
  font-size: 20px;
  color: #909bae;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l-modal__inner {
  padding: 35px 50px 100px;
}

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

.l-modal__lineLogo img {
  width: 70px;
}

.l-modal__lineLogo + .l-modal__caption {
  margin-top: 25px;
}

.l-modal__caption {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #151611;
  margin-bottom: 40px;
}

.l-modal__btnWrapper {
  max-width: 340px;
  margin: 18px auto;
}

.l-modal__notes {
  text-align: center;
  line-height: 1.3;
}

.l-modal__notes span {
  font-size: 13px;
  font-weight: 400;
  color: #151611;
}

.l-modal.modal-show {
  opacity: 1;
  
  visibility: visible;
}

.l-modal.modal-show .l-modal__container {
  opacity: 1;
  
  visibility: visible;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.l-modal__qr {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.l-modal__qrImage {
  width: 150px;
  border: 1px solid #37404f;
}

.l-modal__text {
  margin-bottom: 50px;
}

/* //////////////////////////////////////////
 # Layout - mv
////////////////////////////////////////// */
.l-mv {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #151611;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-mv_cp {
  text-align: left;
  color: #ffffff;
  padding-left: 20%;
  z-index: 1;
  mix-blend-mode: exclusion;
}

.l-mv_cp ._en {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -1.5px;
  letter-spacing: -.15rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 100;
  font-size: clamp(50px, 7.33333vw, 110px);
  font-size: clamp(5rem, 7.33333vw, 11rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.l-mv_cp ._en:nth-child(2) {
  margin-left: 2%;
}

.l-mv_cp ._en span {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 1;
}

html.complete .l-mv_cp ._en span {
  -webkit-animation-name: viewIn;
          animation-name: viewIn;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.09, 0.46, 0.35, 0.91);
          animation-timing-function: cubic-bezier(0.09, 0.46, 0.35, 0.91);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

html.complete .l-mv_cp ._en span:nth-child(1) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

html.complete .l-mv_cp ._en span:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

html.complete .l-mv_cp ._en span:nth-child(3) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

html.complete .l-mv_cp ._en span:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

html.complete .l-mv_cp ._en span:nth-child(5) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

html.complete .l-mv_cp ._en span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

html.complete .l-mv_cp ._en span:nth-child(7) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}

html.complete .l-mv_cp ._en span:nth-child(8) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.l-mv_cp ._jp {
  display: block;
  padding-top: 54px;
  padding-left: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -1.5px;
  letter-spacing: -.15rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  font-size: 1.3rem;
  font-size: clamp(10px, 1.06667vw, 16px);
  font-size: clamp(1rem, 1.06667vw, 1.6rem);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  letter-spacing: 1px;
  letter-spacing: .1rem;
  opacity: 0;
  
  visibility: hidden;
  opacity: 0;
  
  visibility: hidden;
  -webkit-transition: opacity .2s linear 1s, visibility .2s linear 1s;
  transition: opacity .2s linear 1s, visibility .2s linear 1s;
}

html.complete .l-mv_cp ._jp {
  opacity: 1;
  
  visibility: visible;
}

@keyframes viewIn {
  0% {
    opacity: 0;
    
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes viewIn-img {
  0% {
    opacity: 0;
    
    width: 0;
  }
  100% {
    opacity: 1;
    
    width: 100%;
  }
}

/* //////////////////////////////////////////
 # Layout - nav
////////////////////////////////////////// */
.l-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 95px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  opacity: 0;
  
  visibility: hidden;
  -webkit-transition: all .2s ease-out .8s;
  transition: all .2s ease-out .8s;
}

html.complete .l-nav {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  
  visibility: visible;
}

.l-nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
}

.l-nav_item {
  padding-left: 17px;
  padding-right: 17px;
}

.l-nav_itemInner {
  display: block;
  position: relative;
}

.l-nav_itemInner:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: -3px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0.41, 0.1, 0.57);
  transition: -webkit-transform 0.3s cubic-bezier(0, 0.41, 0.1, 0.57);
  transition: transform 0.3s cubic-bezier(0, 0.41, 0.1, 0.57);
  transition: transform 0.3s cubic-bezier(0, 0.41, 0.1, 0.57), -webkit-transform 0.3s cubic-bezier(0, 0.41, 0.1, 0.57);
}

.l-nav_itemInner:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.l-nav_link {
  display: block;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-perspective-origin: 50% 50%;
          perspective-origin: 50% 50%;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -1.5px;
  letter-spacing: -.15rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 1px;
  letter-spacing: .1rem;
  font-weight: 400;
}

.l-nav_link:hover span {
  -webkit-transform: translate3d(0, 0, -30px) rotateX(90deg);
          transform: translate3d(0, 0, -30px) rotateX(90deg);
}

.l-nav_link span {
  display: inline-block;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -1.5px;
  letter-spacing: -.15rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 1px;
  letter-spacing: .1rem;
  font-size: clamp(12px, 1vw, 15px);
  font-size: clamp(1.2rem, 1vw, 1.5rem);
  position: relative;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.l-nav_link span:after {
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-transform: translate3d(0, 107%, 0) rotateX(-90deg);
          transform: translate3d(0, 107%, 0) rotateX(-90deg);
  font-size: clamp(13px, 1vw, 15px);
  font-size: clamp(1.3rem, 1vw, 1.5rem);
}

.l-nav-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-nav-sub_item {
  padding-left: 16px;
  padding-right: 16px;
}

.l-nav-sub_item + .l-nav-sub_item {
  position: relative;
}

.l-nav-sub_item + .l-nav-sub_item:before {
  content: '';
  width: 1px;
  height: 70%;
  display: block;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-nav-sub_link {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: clamp(12px, 1vw, 15px);
  font-size: clamp(1.2rem, 1vw, 1.5rem);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.l-nav-sub_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  mix-blend-mode: normal;
}

.l-nav-sub_icon.data-on:before {
  content: attr(data-num);
  position: absolute;
  border-radius: 50%;
  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;
  line-height: 1;
  background: #3ac1cf;
  color: #101010;
  font-size: 12px;
  font-size: 1.2rem;
  width: 1.5em;
  height: 1.5em;
  z-index: 1;
  top: -.5833333333em;
  right: -1.1666666667em;
}

.l-nav-sub_icon i {
  font-size: clamp(19px, 1.4vw, 21px);
  font-size: clamp(1.9rem, 1.4vw, 2.1rem);
}

/* //////////////////////////////////////////
 # Layout - sns
////////////////////////////////////////// */
/* //////////////////////////////////////////
 # Layout - trigger
////////////////////////////////////////// */
/* //////////////////////////////////////////
 # Layout -
////////////////////////////////////////// */
[data-anim="true"][data-anim-type="fadeIn"] {
  opacity: 0;
  
  visibility: hidden;
  -webkit-transition: all .4s ease-out .2s;
  transition: all .4s ease-out .2s;
}

[data-anim="true"][data-anim-type="fadeIn"][data-anim-duration="1"] {
  -webkit-transition: all .4s ease-out .3s;
  transition: all .4s ease-out .3s;
}

[data-anim="true"][data-anim-type="fadeIn"][data-anim-duration="2"] {
  -webkit-transition: all .4s ease-out .4s;
  transition: all .4s ease-out .4s;
}

[data-anim="true"][data-anim-type="fadeIn"][data-anim-duration="3"] {
  -webkit-transition: all .4s ease-out .5s;
  transition: all .4s ease-out .5s;
}

[data-anim="true"][data-anim-type="fadeIn"][data-anim-duration="4"] {
  -webkit-transition: all .4s ease-out .6s;
  transition: all .4s ease-out .6s;
}

[data-anim="true"][data-anim-type="fadeIn"][data-anim-duration="5"] {
  -webkit-transition: all .4s ease-out .7s;
  transition: all .4s ease-out .7s;
}

[data-anim="true"][data-anim-type="fadeIn"][data-anim-duration="6"] {
  -webkit-transition: all .4s ease-out .8s;
  transition: all .4s ease-out .8s;
}

[data-anim="true"][data-anim-type="fadeIn"].is-load {
  opacity: 1;
  
  visibility: visible;
}

[data-anim="true"][data-anim-type="fadeUp"] {
  opacity: 0;
  
  visibility: hidden;
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

[data-anim="true"][data-anim-type="fadeUp"][data-anim-duration="1"] {
  -webkit-transition: all .1s ease-out .05s;
  transition: all .1s ease-out .05s;
}

[data-anim="true"][data-anim-type="fadeUp"][data-anim-duration="2"] {
  -webkit-transition: all .1s ease-out .1s;
  transition: all .1s ease-out .1s;
}

[data-anim="true"][data-anim-type="fadeUp"][data-anim-duration="3"] {
  -webkit-transition: all .1s ease-out .15s;
  transition: all .1s ease-out .15s;
}

[data-anim="true"][data-anim-type="fadeUp"][data-anim-duration="4"] {
  -webkit-transition: all .1s ease-out .2s;
  transition: all .1s ease-out .2s;
}

[data-anim="true"][data-anim-type="fadeUp"][data-anim-duration="5"] {
  -webkit-transition: all .1s ease-out .25s;
  transition: all .1s ease-out .25s;
}

[data-anim="true"][data-anim-type="fadeUp"][data-anim-duration="6"] {
  -webkit-transition: all .1s ease-out .3s;
  transition: all .1s ease-out .3s;
}

[data-anim="true"][data-anim-type="fadeUp"].is-load {
  top: 0px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  
  visibility: visible;
}

[data-anim="true"][data-anim-type="img"] {
  opacity: 0;
  
  visibility: hidden;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: all .55s ease-out;
  transition: all .55s ease-out;
}

[data-anim="true"][data-anim-type="img"][data-anim-duration="1"] {
  -webkit-transition: all .55s ease-out .05s;
  transition: all .55s ease-out .05s;
}

[data-anim="true"][data-anim-type="img"][data-anim-duration="2"] {
  -webkit-transition: all .55s ease-out .1s;
  transition: all .55s ease-out .1s;
}

[data-anim="true"][data-anim-type="img"][data-anim-duration="3"] {
  -webkit-transition: all .55s ease-out .15s;
  transition: all .55s ease-out .15s;
}

[data-anim="true"][data-anim-type="img"][data-anim-duration="4"] {
  -webkit-transition: all .55s ease-out .2s;
  transition: all .55s ease-out .2s;
}

[data-anim="true"][data-anim-type="img"].is-load {
  opacity: 1;
  
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.c-menu-btn {
  width: 45px;
  height: 45px;
  position: fixed;
  top: 25px;
  right: 20px;
  cursor: pointer;
  z-index: 104;
  mix-blend-mode: exclusion;
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
  opacity: 0;
  
  visibility: hidden;
  -webkit-transition: all .2s ease-out .8s;
  transition: all .2s ease-out .8s;
}

html.complete .c-menu-btn {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  
  visibility: visible;
}

.c-menu-btn:hover .c-menu-btn_dotted > .circle.circle-01 {
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}

.c-menu-btn:hover .c-menu-btn_dotted > .circle.circle-03 {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.c-menu-btn_inner {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

html.menu-open .c-menu-btn_inner {
  border: 1px solid transparent;
}

.c-menu-btn_dotted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  height: 17px;
  opacity: 1;
  
  visibility: visible;
  -webkit-transition: opacity .05s linear, visibility .05s linear;
  transition: opacity .05s linear, visibility .05s linear;
}

.c-menu-btn_dotted.is-hidden {
  opacity: 0;
  
  visibility: hidden;
}

.c-menu-btn_dotted > .circle {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
  background-color: #ffffff;
}

.c-menu-btn_dotted > .circle.circle-01 {
  position: absolute;
  top: 0;
  left: 0;
}

.c-menu-btn_dotted > .circle.circle-03 {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
}

.c-menu-btn_line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 14px;
  margin: auto;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  opacity: 0;
  
  visibility: hidden;
  -webkit-transition: width .2s linear, opacity .05s linear, visibility .05s linear;
  transition: width .2s linear, opacity .05s linear, visibility .05s linear;
}

.c-menu-btn_line.is-visible {
  width: 34px;
  opacity: 1;
  
  visibility: visible;
}

.c-menu-btn_line.is-visible > .c-menu-btn_line-inner {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-menu-btn_line.is-visible > .c-menu-btn_line-inner .line-01 {
  -webkit-transform: rotate(70deg);
          transform: rotate(70deg);
}

.c-menu-btn_line.is-visible > .c-menu-btn_line-inner .line-02 {
  -webkit-transform: rotate(-70deg);
          transform: rotate(-70deg);
}

.c-menu-btn_line-inner {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: -webkit-transform .2s ease-out .3s;
  transition: -webkit-transform .2s ease-out .3s;
  transition: transform .2s ease-out .3s;
  transition: transform .2s ease-out .3s, -webkit-transform .2s ease-out .3s;
}

.c-menu-btn_line-inner .line {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: -webkit-transform .2s linear .2s;
  transition: -webkit-transform .2s linear .2s;
  transition: transform .2s linear .2s;
  transition: transform .2s linear .2s, -webkit-transform .2s linear .2s;
}

.c-mouse-stalker, .c-mouse-stalker.view-more, .c-mouse-stalker.view-point {
  -webkit-transition: visibility 0.2s, opacity 0.2s, width 0.4s cubic-bezier(0, 0.83, 0.38, 1.2) 0.12s, height 0.4s cubic-bezier(0, 0.83, 0.38, 1.2) 0.12s, -webkit-transform 0.1s ease-out;
  transition: visibility 0.2s, opacity 0.2s, width 0.4s cubic-bezier(0, 0.83, 0.38, 1.2) 0.12s, height 0.4s cubic-bezier(0, 0.83, 0.38, 1.2) 0.12s, -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out, visibility 0.2s, opacity 0.2s, width 0.4s cubic-bezier(0, 0.83, 0.38, 1.2) 0.12s, height 0.4s cubic-bezier(0, 0.83, 0.38, 1.2) 0.12s;
  transition: transform 0.1s ease-out, visibility 0.2s, opacity 0.2s, width 0.4s cubic-bezier(0, 0.83, 0.38, 1.2) 0.12s, height 0.4s cubic-bezier(0, 0.83, 0.38, 1.2) 0.12s, -webkit-transform 0.1s ease-out;
}

.c-mouse-stalker {
  width: 10px;
  height: 10px;
  position: fixed;
  top: -5px;
  left: -5px;
  z-index: 106;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  pointer-events: none;
  mix-blend-mode: exclusion;
}

html.sp .c-mouse-stalker {
  display: none !important;
}

.c-mouse-stalker.view-more {
  width: 130px;
  height: 130px;
  top: -65px;
  left: -65px;
  visibility: visible;
  opacity: 1;
  
  mix-blend-mode: exclusion;
}

.c-mouse-stalker.view-more .c-mouse-stalker_inner:before {
  content: 'Learn more';
  color: black;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 2.5px;
  letter-spacing: .25rem;
  white-space: nowrap;
}

.c-mouse-stalker.view-point {
  width: 44px;
  height: 44px;
  top: -22px;
  left: -22px;
  visibility: visible;
  opacity: 1;
  
  mix-blend-mode: exclusion;
}

.c-mouse-stalker.view-point .c-mouse-stalker_inner:before {
  display: none;
}

.c-mouse-stalker_inner {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* -------------------------------------------
  tippy ツールチッププラグイン スタイル
------------------------------------------- */
.tippy-box {
  background-color: transparent;
  border-radius: 0px;
}

.tippy-content {
  padding: 0;
}

.tippy-box[data-theme~='tooltip'] {
  background-color: #455164;
  color: #ffffff;
  font-size: 13px;
  padding: 3px 9px;
  border-radius: 4px;
}

.tippy-box[data-inertia][data-state='visible'] {
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

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

 # Component
 - 汎用グリッドレイアウト（Flexbox）

  ////////////////////////////////////////// */
.c-grid-wrapper {
  overflow: hidden;
}

.c-col-12 {
  width: 100%;
}

.c-col-11 {
  width: 91.66666667%;
}

.c-col-10 {
  width: 83.33333333%;
}

.c-col-9 {
  width: 75%;
}

.c-col-8 {
  width: 66.66666667%;
}

.c-col-7 {
  width: 58.33333333%;
}

.c-col-6 {
  width: 50%;
}

.c-col-5col {
  width: 20%;
}

.c-col-5 {
  width: 41.66666667%;
}

.c-col-4 {
  width: 33.33333333%;
}

.c-col-3 {
  width: 25%;
}

.c-col-2 {
  width: 16.66666667%;
}

.c-col-1 {
  width: 8.33333333%;
}

.c-col-auto {
  width: auto;
}

.c-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-grid > [class*="c-col"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 1px;
  max-width: 100%;
}

.c-grid--fit > [class*="c-col"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.c-grid--x1 {
  margin-right: -1px;
  margin-left: -1px;
}

.c-grid--x1 > [class*="c-col"] {
  padding-right: 1px;
  padding-left: 1px;
}

.c-grid--y1 {
  margin-top: -1px;
  margin-bottom: -1px;
}

.c-grid--y1 > [class*="c-col"] {
  margin-top: 1px;
  margin-bottom: 1px;
}

.c-grid--x6 {
  margin-right: -6px;
  margin-left: -6px;
}

.c-grid--x6 > [class*="c-col"] {
  padding-right: 6px;
  padding-left: 6px;
}

.c-grid--x6_ {
  margin-right: -3px;
  margin-left: -3px;
}

.c-grid--x6_ > [class*="c-col"] {
  padding-right: 3px;
  padding-left: 3px;
}

.c-grid--y6 {
  margin-top: -6px;
  margin-bottom: -6px;
}

.c-grid--y6 > [class*="c-col"] {
  margin-top: 6px;
  margin-bottom: 6px;
}

.c-grid--y6_ {
  margin-top: -3px;
  margin-bottom: -3px;
}

.c-grid--y6_ > [class*="c-col"] {
  margin-top: 3px;
  margin-bottom: 3px;
}

.c-grid--x12 {
  margin-right: -12px;
  margin-left: -12px;
}

.c-grid--x12 > [class*="c-col"] {
  padding-right: 12px;
  padding-left: 12px;
}

.c-grid--x12_ {
  margin-right: -6px;
  margin-left: -6px;
}

.c-grid--x12_ > [class*="c-col"] {
  padding-right: 6px;
  padding-left: 6px;
}

.c-grid--y12 {
  margin-top: -12px;
  margin-bottom: -12px;
}

.c-grid--y12 > [class*="c-col"] {
  margin-top: 12px;
  margin-bottom: 12px;
}

.c-grid--y12_ {
  margin-top: -6px;
  margin-bottom: -6px;
}

.c-grid--y12_ > [class*="c-col"] {
  margin-top: 6px;
  margin-bottom: 6px;
}

.c-grid--x18 {
  margin-right: -18px;
  margin-left: -18px;
}

.c-grid--x18 > [class*="c-col"] {
  padding-right: 18px;
  padding-left: 18px;
}

.c-grid--x18_ {
  margin-right: -9px;
  margin-left: -9px;
}

.c-grid--x18_ > [class*="c-col"] {
  padding-right: 9px;
  padding-left: 9px;
}

.c-grid--y18 {
  margin-top: -18px;
  margin-bottom: -18px;
}

.c-grid--y18 > [class*="c-col"] {
  margin-top: 18px;
  margin-bottom: 18px;
}

.c-grid--y18_ {
  margin-top: -9px;
  margin-bottom: -9px;
}

.c-grid--y18_ > [class*="c-col"] {
  margin-top: 9px;
  margin-bottom: 9px;
}

.c-grid--x24 {
  margin-right: -24px;
  margin-left: -24px;
}

.c-grid--x24 > [class*="c-col"] {
  padding-right: 24px;
  padding-left: 24px;
}

.c-grid--x24_ {
  margin-right: -12px;
  margin-left: -12px;
}

.c-grid--x24_ > [class*="c-col"] {
  padding-right: 12px;
  padding-left: 12px;
}

.c-grid--y24 {
  margin-top: -24px;
  margin-bottom: -24px;
}

.c-grid--y24 > [class*="c-col"] {
  margin-top: 24px;
  margin-bottom: 24px;
}

.c-grid--y24_ {
  margin-top: -12px;
  margin-bottom: -12px;
}

.c-grid--y24_ > [class*="c-col"] {
  margin-top: 12px;
  margin-bottom: 12px;
}

.c-grid--x30 {
  margin-right: -30px;
  margin-left: -30px;
}

.c-grid--x30 > [class*="c-col"] {
  padding-right: 30px;
  padding-left: 30px;
}

.c-grid--x30_ {
  margin-right: -15px;
  margin-left: -15px;
}

.c-grid--x30_ > [class*="c-col"] {
  padding-right: 15px;
  padding-left: 15px;
}

.c-grid--y30 {
  margin-top: -30px;
  margin-bottom: -30px;
}

.c-grid--y30 > [class*="c-col"] {
  margin-top: 30px;
  margin-bottom: 30px;
}

.c-grid--y30_ {
  margin-top: -15px;
  margin-bottom: -15px;
}

.c-grid--y30_ > [class*="c-col"] {
  margin-top: 15px;
  margin-bottom: 15px;
}

.c-grid--x36 {
  margin-right: -36px;
  margin-left: -36px;
}

.c-grid--x36 > [class*="c-col"] {
  padding-right: 36px;
  padding-left: 36px;
}

.c-grid--x36_ {
  margin-right: -18px;
  margin-left: -18px;
}

.c-grid--x36_ > [class*="c-col"] {
  padding-right: 18px;
  padding-left: 18px;
}

.c-grid--y36 {
  margin-top: -36px;
  margin-bottom: -36px;
}

.c-grid--y36 > [class*="c-col"] {
  margin-top: 36px;
  margin-bottom: 36px;
}

.c-grid--y36_ {
  margin-top: -18px;
  margin-bottom: -18px;
}

.c-grid--y36_ > [class*="c-col"] {
  margin-top: 18px;
  margin-bottom: 18px;
}

.c-grid--x42 {
  margin-right: -42px;
  margin-left: -42px;
}

.c-grid--x42 > [class*="c-col"] {
  padding-right: 42px;
  padding-left: 42px;
}

.c-grid--x42_ {
  margin-right: -21px;
  margin-left: -21px;
}

.c-grid--x42_ > [class*="c-col"] {
  padding-right: 21px;
  padding-left: 21px;
}

.c-grid--y42 {
  margin-top: -42px;
  margin-bottom: -42px;
}

.c-grid--y42 > [class*="c-col"] {
  margin-top: 42px;
  margin-bottom: 42px;
}

.c-grid--y42_ {
  margin-top: -21px;
  margin-bottom: -21px;
}

.c-grid--y42_ > [class*="c-col"] {
  margin-top: 21px;
  margin-bottom: 21px;
}

.c-grid--x48 {
  margin-right: -48px;
  margin-left: -48px;
}

.c-grid--x48 > [class*="c-col"] {
  padding-right: 48px;
  padding-left: 48px;
}

.c-grid--x48_ {
  margin-right: -24px;
  margin-left: -24px;
}

.c-grid--x48_ > [class*="c-col"] {
  padding-right: 24px;
  padding-left: 24px;
}

.c-grid--y48 {
  margin-top: -48px;
  margin-bottom: -48px;
}

.c-grid--y48 > [class*="c-col"] {
  margin-top: 48px;
  margin-bottom: 48px;
}

.c-grid--y48_ {
  margin-top: -24px;
  margin-bottom: -24px;
}

.c-grid--y48_ > [class*="c-col"] {
  margin-top: 24px;
  margin-bottom: 24px;
}

.c-grid--x54 {
  margin-right: -54px;
  margin-left: -54px;
}

.c-grid--x54 > [class*="c-col"] {
  padding-right: 54px;
  padding-left: 54px;
}

.c-grid--x54_ {
  margin-right: -27px;
  margin-left: -27px;
}

.c-grid--x54_ > [class*="c-col"] {
  padding-right: 27px;
  padding-left: 27px;
}

.c-grid--y54 {
  margin-top: -54px;
  margin-bottom: -54px;
}

.c-grid--y54 > [class*="c-col"] {
  margin-top: 54px;
  margin-bottom: 54px;
}

.c-grid--y54_ {
  margin-top: -27px;
  margin-bottom: -27px;
}

.c-grid--y54_ > [class*="c-col"] {
  margin-top: 27px;
  margin-bottom: 27px;
}

.c-grid--x60 {
  margin-right: -60px;
  margin-left: -60px;
}

.c-grid--x60 > [class*="c-col"] {
  padding-right: 60px;
  padding-left: 60px;
}

.c-grid--x60_ {
  margin-right: -30px;
  margin-left: -30px;
}

.c-grid--x60_ > [class*="c-col"] {
  padding-right: 30px;
  padding-left: 30px;
}

.c-grid--y60 {
  margin-top: -60px;
  margin-bottom: -60px;
}

.c-grid--y60 > [class*="c-col"] {
  margin-top: 60px;
  margin-bottom: 60px;
}

.c-grid--y60_ {
  margin-top: -30px;
  margin-bottom: -30px;
}

.c-grid--y60_ > [class*="c-col"] {
  margin-top: 30px;
  margin-bottom: 30px;
}

.p-alert {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 10px;
}

.p-alert.-color-danger {
  color: #d82338;
}

.p-btn {
  width: 100%;
  max-width: 220px;
  min-width: 220px;
  background-color: transparent;
  color: #ffffff;
  border-radius: 4px;
  display: block;
  border: 1px solid #ffffff;
  letter-spacing: 1.5px;
  letter-spacing: .15rem;
  font-size: 16px;
  font-size: 1.6rem;
  font-size: clamp(14px, 1.06667vw, 16px);
  font-size: clamp(1.4rem, 1.06667vw, 1.6rem);
  line-height: 48px;
  position: relative;
  text-align: center;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-btn.-color-white {
  background-color: #ffffff;
  color: #222426;
}

.p-btn:hover {
  text-decoration: none;
}

.p-company {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-company + .p-company {
  margin-top: 100px;
}

.p-company_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.p-company_col:nth-child(1) {
  width: 30%;
  padding-left: 0;
  padding-right: 6%;
}

.p-company_col:nth-child(2) {
  width: 70%;
  padding-left: 0;
  padding-right: 6%;
}

.p-company_ttl {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -1.5px;
  letter-spacing: -.15rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 100;
  font-size: clamp(16px, 1.33333vw, 20px);
  font-size: clamp(1.6rem, 1.33333vw, 2rem);
  line-height: 1.4;
  padding-top: 50px;
  padding-bottom: 0;
  position: relative;
  font-weight: 400;
  letter-spacing: 0.5px;
  letter-spacing: .05rem;
}

.p-company_ttl:before {
  content: '';
  width: 100px;
  height: 1px;
  background-color: #222426;
  position: absolute;
  top: 0;
  left: 0;
}

.p-concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.p-concept_col:nth-child(1) {
  width: 30%;
  padding-right: 6%;
}

.p-concept_col:nth-child(2) {
  width: 70%;
  padding-right: 16%;
}

.p-concept_ttl-en, .p-concept_ttl-jp, .p-concept_text {
  color: #ffffff;
}

.p-concept_ttl-en {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -1.5px;
  letter-spacing: -.15rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 100;
  font-size: clamp(20px, 2vw, 30px);
  font-size: clamp(2rem, 2vw, 3rem);
  line-height: 1.4;
  padding-top: 50px;
  padding-bottom: 0;
  position: relative;
  letter-spacing: 0.5px;
  letter-spacing: .05rem;
}

.p-concept_ttl-en:before {
  content: '';
  width: 100px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}

.p-concept_ttl-jp {
  font-size: clamp(22px, 2.13333vw, 32px);
  font-size: clamp(2.2rem, 2.13333vw, 3.2rem);
  line-height: 1.8;
  margin-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  letter-spacing: 1.5px;
  letter-spacing: .15rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke: 1px #ffffff;
  text-stroke: 1px #ffffff;
}

.p-concept_text {
  font-size: 18px;
  font-size: 1.8rem;
  font-size: clamp(14px, 1.2vw, 18px);
  font-size: clamp(1.4rem, 1.2vw, 1.8rem);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 2.2;
}

.p-concept_text + .p-concept_text {
  margin-top: 24px;
}

.p-contact {
  width: 100%;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}

.p-form + .p-form {
  margin-top: 36px;
}

.p-form.-type-send {
  margin-top: 60px;
}

.p-form_caption {
  margin-bottom: 16px;
}

.p-form_caption label {
  font-size: 14px;
  font-size: 1.4rem;
  font-size: clamp(12px, 0.93333vw, 14px);
  font-size: clamp(1.2rem, 0.93333vw, 1.4rem);
  font-weight: 600;
  color: #646464;
  letter-spacing: 1.5px;
  letter-spacing: .15rem;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.p-form_caption .-required {
  display: inline-block;
  width: 8px;
  height: 8.5px;
  margin-left: 3px;
  position: relative;
  top: -2px;
}

.p-form_caption .-required:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8.5px;
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2096.3%2096.3%22%20style%3D%22enable-background%3Anew%200%200%2096.3%2096.3%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23CA2518%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M92.5%2C64.2L66.2%2C48.2l26.3-16.1c0.5-0.3%2C0.8-0.7%2C0.9-1.2s0-1.1-0.2-1.5l-7.7-12.6c-0.6-0.9-1.8-1.2-2.8-0.7%20L57.6%2C31.4V2c0-1.1-0.9-2-2-2H40.8c-1.1%2C0-2%2C0.9-2%2C2v29.4L13.7%2C16.1c-0.9-0.6-2.2-0.3-2.8%2C0.7L3.2%2C29.3c-0.3%2C0.5-0.4%2C1-0.2%2C1.5%20s0.4%2C1%2C0.9%2C1.2l26.3%2C16.1L3.9%2C64.2C3.4%2C64.5%2C3.1%2C65%2C3%2C65.5c-0.1%2C0.5%2C0%2C1.1%2C0.2%2C1.5l7.7%2C12.6c0.6%2C0.9%2C1.8%2C1.2%2C2.8%2C0.7l25.1-15.3%20v29.4c0%2C1.1%2C0.9%2C2%2C2%2C2h14.8c1.1%2C0%2C2-0.9%2C2-2V64.9l25.1%2C15.3c0.9%2C0.6%2C2.2%2C0.3%2C2.8-0.7L93.1%2C67c0.3-0.5%2C0.4-1%2C0.2-1.5%20C93.2%2C65%2C92.9%2C64.5%2C92.5%2C64.2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: cover;
}

.p-form_content {
  font-size: 17px;
  font-size: 1.7rem;
  font-size: clamp(14px, 1.13333vw, 17px);
  font-size: clamp(1.4rem, 1.13333vw, 1.7rem);
  color: #ffffff;
}

.p-form input, .p-form textarea {
  background-color: #36393c;
  border-radius: 4px;
  border: none;
  color: #d0d0d0;
}

.p-form input {
  height: 60px;
  font-size: 16px;
  font-size: 1.6rem;
}

.p-form input:focus {
  box-shadow: 0px 0px 10px 0px rgba(0, 100, 255, 0.5);
  background-color: #36393c;
}

.p-form input:not(:placeholder-shown) {
  background-color: #36393c;
}

.p-form input.not-valid {
  border-color: #d82338;
  background-color: #ffffff;
}

.p-form input.not-valid:focus {
  box-shadow: 0px 0px 10px 0px rgba(0, 100, 255, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(216, 35, 56, 0.5);
}

.p-form_btnWrapper {
  margin-top: 30px;
}

.p-form_para {
  font-size: 17px;
  font-size: 1.7rem;
  color: #ffffff;
  font-size: clamp(14px, 1.13333vw, 17px);
  font-size: clamp(1.4rem, 1.13333vw, 1.7rem);
  line-height: 1.8;
  margin-bottom: 24px;
}

.p-form_para.-opacity-07 {
  opacity: .7;
  
}

.p-form_para.-success {
  font-size: 20px;
  font-size: 2rem;
  font-size: clamp(16px, 1.33333vw, 20px);
  font-size: clamp(1.6rem, 1.33333vw, 2rem);
  color: #ffffff;
  margin-bottom: 24px;
}

.p-form_para.-danger {
  font-size: 20px;
  font-size: 2rem;
  font-size: clamp(16px, 1.33333vw, 20px);
  font-size: clamp(1.6rem, 1.33333vw, 2rem);
  color: #d82338;
  margin-bottom: 24px;
}

.p-form-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-form-group_btn + .p-form-group_btn {
  margin-left: 12px;
}

.p-head {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 100px;
}

.p-head.cl-white ._en,
.p-head.cl-white ._jp {
  color: #ffffff;
}

.p-head ._en,
.p-head ._jp {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}

.p-head ._en {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -1.5px;
  letter-spacing: -.15rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
  font-size: clamp(32px, 2.93333vw, 44px);
  font-size: clamp(3.2rem, 2.93333vw, 4.4rem);
  margin-bottom: 14px;
}

.p-head ._jp {
  font-size: 17px;
  font-size: 1.7rem;
  font-size: clamp(15px, 1.13333vw, 17px);
  font-size: clamp(1.5rem, 1.13333vw, 1.7rem);
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.p-head-b {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.p-head-b ._en,
.p-head-b ._jp {
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-head-b ._en {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -1.5px;
  letter-spacing: -.15rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  letter-spacing: 1.5px;
  letter-spacing: .15rem;
  font-weight: 600;
  font-size: 40px;
  font-size: 4rem;
  font-size: clamp(22px, 2.26667vw, 34px);
  font-size: clamp(2.2rem, 2.26667vw, 3.4rem);
  margin-right: 12px;
}

.p-head-b ._jp {
  letter-spacing: 1.5px;
  letter-spacing: .15rem;
  font-size: 16px;
  font-size: 1.6rem;
  font-size: clamp(13px, 1.06667vw, 16px);
  font-size: clamp(1.3rem, 1.06667vw, 1.6rem);
  font-weight: 700;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.p-head-c {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 42px;
}

.p-head-c ._en,
.p-head-c ._jp {
  color: #ffffff;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-head-c ._en {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -1.5px;
  letter-spacing: -.15rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  letter-spacing: 1.5px;
  letter-spacing: .15rem;
  font-weight: 600;
  font-size: 40px;
  font-size: 4rem;
  font-size: clamp(22px, 2.26667vw, 34px);
  font-size: clamp(2.2rem, 2.26667vw, 3.4rem);
  margin-right: 12px;
}

.p-head-c ._jp {
  letter-spacing: 1.5px;
  letter-spacing: .15rem;
  font-size: 16px;
  font-size: 1.6rem;
  font-size: clamp(13px, 1.06667vw, 16px);
  font-size: clamp(1.3rem, 1.06667vw, 1.6rem);
  font-weight: 700;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.p-member {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.p-member_item {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
  padding-bottom: 50px;
  position: relative;
}

.p-member_img_uter {
  width: 100%;
  overflow: hidden;
}

.p-member_img_inner {
  width: 100%;
}

.p-member_img_inner img {
  width: 100%;
}

.p-member_img {
  width: 100%;
}

.p-member_img img {
  width: 100%;
}

.p-member_en {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -1.5px;
  letter-spacing: -.15rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: 1.4rem;
  font-size: clamp(10px, 0.93333vw, 14px);
  font-size: clamp(1rem, 0.93333vw, 1.4rem);
  color: #bbc8d4;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  text-decoration: underline;
  letter-spacing: 1.5px;
  letter-spacing: .15rem;
  display: block;
  position: absolute;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  white-space: nowrap;
  top: -20px;
  left: 101%;
  z-index: 1;
}

.p-member_name {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 16px;
}

.p-member_name ._jp,
.p-member_name ._en {
  display: block;
  text-align: center;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-member_name ._jp {
  font-size: 18px;
  font-size: 1.8rem;
  font-size: clamp(14px, 1.2vw, 18px);
  font-size: clamp(1.4rem, 1.2vw, 1.8rem);
  font-weight: 700;
}

.p-member_job {
  display: block;
  text-align: center;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  font-size: 1.3rem;
  font-size: clamp(10px, 0.86667vw, 13px);
  font-size: clamp(1rem, 0.86667vw, 1.3rem);
  letter-spacing: 1.5px;
  letter-spacing: .15rem;
  opacity: .6;
  
}

.p-post {
  width: 100%;
}

.p-post.-archive {
  display: none;
}

.p-post_item + .p-post_item {
  border-top: 1px solid #b9b9b9;
}

.p-post_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 24px;
  padding-bottom: 24px;
}

.p-post_time, .p-post_category {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 1.5px;
  letter-spacing: .15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-post_time {
  color: #848484;
  position: relative;
  padding-right: 16px;
}

.p-post_time:after {
  content: '';
  width: 1px;
  height: 100%;
  display: block;
  background-color: #848484;
  position: absolute;
  right: 0;
  top: 0;
}

.p-post_category {
  padding-left: 16px;
}

.p-post_ttl {
  width: 100%;
  padding-top: 8px;
  color: #151611;
  font-size: 15px;
  font-size: 1.5rem;
  font-size: clamp(15px, 1.13333vw, 17px);
  font-size: clamp(1.5rem, 1.13333vw, 1.7rem);
  letter-spacing: 1px;
  letter-spacing: .1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-post_ttl a {
  color: #151611;
  text-decoration: underline;
}

.p-post_ttl a:hover {
  text-decoration: none;
}

.p-purpose {
  color: #ffffff;
}

.p-purpose_imgOuter {
  width: 100%;
  overflow: hidden;
}

.p-purpose_img {
  width: 100%;
}

.p-purpose_img img {
  width: 100%;
}

.p-purpose_ttl {
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.p-purpose_ttl ._jp,
.p-purpose_ttl ._en {
  text-align: center;
  display: block;
}

.p-purpose_ttl ._jp {
  font-size: 17px;
  font-size: 1.7rem;
  font-size: clamp(13px, 1.13333vw, 17px);
  font-size: clamp(1.3rem, 1.13333vw, 1.7rem);
}

.p-purpose_ttl ._en {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -1.5px;
  letter-spacing: -.15rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  font-size: 4rem;
  font-size: clamp(27px, 2.66667vw, 40px);
  font-size: clamp(2.7rem, 2.66667vw, 4rem);
  font-weight: 100;
}

.p-purpose_text {
  font-size: 15px;
  font-size: 1.5rem;
  font-size: clamp(13px, 1.06667vw, 16px);
  font-size: clamp(1.3rem, 1.06667vw, 1.6rem);
  text-align: center;
  line-height: 2;
}

.p-purpose_caption {
  font-size: 20px;
  font-size: 2rem;
  font-size: clamp(18px, 1.46667vw, 22px);
  font-size: clamp(1.8rem, 1.46667vw, 2.2rem);
  font-weight: bold;
  text-align: center;
  margin-top: 60px;
  margin-top: 6rem;
  letter-spacing: .1em;
  line-height: 1.5;
}

.p-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.p-service:before {
  content: '';
  width: 65%;
  height: 80%;
  background: url("../images/home/bg-fansalon.jpg") no-repeat center center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  border-radius: 24px 24px 0 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}

.p-service:after {
  content: '';
  width: 65%;
  height: 81%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #151611 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #151611 100%);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}

.p-service_col {
  position: relative;
  z-index: 1;
}

.p-service_col:nth-child(1) {
  width: 30%;
}

.p-service_col:nth-child(2) {
  width: 70%;
}

.p-service_content {
  color: #ffffff;
}

.p-service_img {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}

.p-service_img img {
  width: 100%;
}

.p-service_ttl {
  margin-bottom: 6px;
}

.p-service_ttl svg {
  width: 100%;
  max-width: 220px;
}

.p-service_caption {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -1.5px;
  letter-spacing: -.15rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: clamp(16px, 1.33333vw, 20px);
  font-size: clamp(1.6rem, 1.33333vw, 2rem);
  line-height: 1.4;
  margin-bottom: 24px;
  opacity: .6;
  
}

.p-service_text {
  font-size: clamp(14px, 1.06667vw, 16px);
  font-size: clamp(1.4rem, 1.06667vw, 1.6rem);
  line-height: 1.8;
}

.p-table {
  width: 100%;
}

.p-table tr {
  border-bottom: 1px solid #d0d0d0;
}

.p-table th,
.p-table td {
  color: #151611;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: clamp(14px, 1.13333vw, 17px);
  font-size: clamp(1.4rem, 1.13333vw, 1.7rem);
  letter-spacing: 1px;
  letter-spacing: .1rem;
}

.p-table th {
  width: 20%;
  min-width: 110px;
  border-bottom: 1px solid #3c3c3c;
}

.p-table td {
  padding-left: 12px;
  line-height: 2;
}

.p-table a {
  color: #151611;
  text-decoration: underline;
}

.p-table_img {
  width: 100%;
  max-width: 440px;
}

.p-table_img img {
  width: 100%;
}

/* -------------------------------------------
  Project -
------------------------------------------- */
/**
 * Swiper 6.4.11
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 6, 2021
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
  
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
  
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* -------------------------------------------
  Animation -
------------------------------------------- */
.a-fade-up {
  opacity: 0;
  
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.a-fade-up.is-load {
  top: 0px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  
}

.a-fade-up.-duration-1 {
  -webkit-transition: all 1s ease-in-out .05s;
  transition: all 1s ease-in-out .05s;
}

.a-fade-up.-duration-2 {
  -webkit-transition: all 1s ease-in-out .1s;
  transition: all 1s ease-in-out .1s;
}

.a-fade-up.-duration-3 {
  -webkit-transition: all 1s ease-in-out .15s;
  transition: all 1s ease-in-out .15s;
}

.a-fade-up.-duration-4 {
  -webkit-transition: all 1s ease-in-out .2s;
  transition: all 1s ease-in-out .2s;
}

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

Utility: border

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

Utility: color

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

Utility: ディスプレイ

////////////////////////////////////////// */
.u-d-i {
  display: inherit !important;
}

.u-d-b {
  display: block !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-f {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-d-n {
  display: none !important;
}

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

Utility: フレックス

////////////////////////////////////////// */
.u-justify-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.u-justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.u-justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

Utility: フォント関連（サイズ、ファミリー..etc）

////////////////////////////////////////// */
.u-ime-inherit {
  ime-mode: inherit;
}

.u-ime-auto {
  ime-mode: auto;
}

.u-ime-normal {
  ime-mode: normal;
}

.u-ime-active {
  ime-mode: active;
}

.u-ime-inactive {
  ime-mode: inactive;
}

.u-ime-disabled {
  ime-mode: disabled;
}

.u-size-xxsmall {
  font-size: 12px;
  font-size: 1.2rem;
}

.u-size-xsmall {
  font-size: 13px;
  font-size: 1.3rem;
}

.u-size-small {
  font-size: 14px;
  font-size: 1.4rem;
}

.u-size {
  font-size: 15px !important;
  font-size: 1.5rem !important;
}

.u-size-large {
  font-size: 16px;
  font-size: 1.6rem;
}

.u-size-xlarge {
  font-size: 17px;
  font-size: 1.7rem;
}

.u-size-xxlarge {
  font-size: 18px;
  font-size: 1.8rem;
}

.u-weight-400 {
  font-weight: 400;
}

.u-weight-500 {
  font-weight: 500;
}

.u-weight-600 {
  font-weight: 600;
}

.u-weight-700 {
  font-weight: 700;
}

.u-weight-800 {
  font-weight: 800;
}

.u-weight-900 {
  font-weight: 900;
}

.u-italic {
  font-style: italic;
}

.u-pre {
  white-space: pre;
}

.u-nowrap {
  white-space: nowrap;
}

.u-feature-normal {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

.u-feature-palt {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

.u-font-smoothing {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.u-font-smoothing-n {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.u-of-auto {
  overflow: auto;
}

.u-of-hidden {
  overflow: hidden;
}

.u-of-visible {
  overflow: visible;
}

.u-position-static {
  position: static;
}

.u-position-relative {
  position: relative;
}

.u-position-absolute {
  position: absolute;
}

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

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

.u-ta-left {
  text-align: left;
}

.u-ta-justify {
  text-align: justify;
}

.u-va-top {
  vertical-align: top;
}

.u-va-middle {
  vertical-align: middle;
}

.u-va-bottom {
  vertical-align: bottom;
}

.u-va-baseline {
  vertical-align: baseline;
}

.u-underline {
  text-decoration: underline;
}

[class*="u-kome0.5"] {
  padding-left: .5em !important;
  text-indent: -.5em !important;
}

[class*="u-kome0.85"] {
  padding-left: .85em !important;
  text-indent: -.85em !important;
}

.u-kome {
  padding-left: 1em !important;
  text-indent: -1em !important;
}

[class*="u-kome1.1"] {
  padding-left: 1.1em !important;
  text-indent: -1.1em !important;
}

[class*="u-kome1.2"] {
  padding-left: 1.2em !important;
  text-indent: -1.2em !important;
}

[class*="u-kome1.3"] {
  padding-left: 1.3em !important;
  text-indent: -1.3em !important;
}

[class*="u-kome1.4"] {
  padding-left: 1.4em !important;
  text-indent: -1.4em !important;
}

[class*="u-kome1.5"] {
  padding-left: 1.5em !important;
  text-indent: -1.5em !important;
}

[class*="u-kome1.6"] {
  padding-left: 1.6em !important;
  text-indent: -1.6em !important;
}

[class*="u-kome1.7"] {
  padding-left: 1.7em !important;
  text-indent: -1.7em !important;
}

[class*="u-kome1.8"] {
  padding-left: 1.8em !important;
  text-indent: -1.8em !important;
}

[class*="u-kome1.9"] {
  padding-left: 1.9em !important;
  text-indent: -1.9em !important;
}

[class*="u-kome2"] {
  padding-left: 2em !important;
  text-indent: -2em !important;
}

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

Utility: margin

////////////////////////////////////////// */
.u-m-n {
  margin: 0 !important;
}

.u-mt-n {
  margin-top: 0 !important;
}

.u-mr-n {
  margin-right: 0 !important;
}

.u-mb-n {
  margin-bottom: 0 !important;
}

.u-ml-n {
  margin-left: 0 !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mt-auto {
  margin-top: auto !important;
}

.u-mr-auto {
  margin-right: auto !important;
}

.u-mb-auto {
  margin-bottom: auto !important;
}

.u-ml-auto {
  margin-left: auto !important;
}

.u-m-3 {
  margin: 3px !important;
}

.u-m-6 {
  margin: 6px !important;
}

.u-m-12 {
  margin: 12px !important;
}

.u-m-14 {
  margin: 14px !important;
}

.u-m-16 {
  margin: 16px !important;
}

.u-m-18 {
  margin: 18px !important;
}

.u-m-20 {
  margin: 20px !important;
}

.u-m-24 {
  margin: 24px !important;
}

.u-m-28 {
  margin: 28px !important;
}

.u-m-30 {
  margin: 30px !important;
}

.u-m-36 {
  margin: 36px !important;
}

.u-m-42 {
  margin: 42px !important;
}

.u-m-48 {
  margin: 48px !important;
}

.u-m-54 {
  margin: 54px !important;
}

.u-mtb-3 {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}

.u-mtb-6 {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.u-mtb-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.u-mtb-14 {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}

.u-mtb-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.u-mtb-18 {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}

.u-mtb-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.u-mtb-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.u-mtb-28 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}

.u-mtb-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.u-mtb-36 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}

.u-mtb-42 {
  margin-top: 42px !important;
  margin-bottom: 42px !important;
}

.u-mtb-48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.u-mtb-54 {
  margin-top: 54px !important;
  margin-bottom: 54px !important;
}

.u-mt-3 {
  margin-top: 3px !important;
}

.u-mt-6 {
  margin-top: 6px !important;
}

.u-mt-12 {
  margin-top: 12px !important;
}

.u-mt-14 {
  margin-top: 14px !important;
}

.u-mt-16 {
  margin-top: 16px !important;
}

.u-mt-18 {
  margin-top: 18px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-24 {
  margin-top: 24px !important;
}

.u-mt-28 {
  margin-top: 28px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-36 {
  margin-top: 36px !important;
}

.u-mt-42 {
  margin-top: 42px !important;
}

.u-mt-48 {
  margin-top: 48px !important;
}

.u-mt-54 {
  margin-top: 54px !important;
}

.u-mb-3 {
  margin-bottom: 3px !important;
}

.u-mb-6 {
  margin-bottom: 6px !important;
}

.u-mb-12 {
  margin-bottom: 12px !important;
}

.u-mb-14 {
  margin-bottom: 14px !important;
}

.u-mb-16 {
  margin-bottom: 16px !important;
}

.u-mb-18 {
  margin-bottom: 18px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-24 {
  margin-bottom: 24px !important;
}

.u-mb-28 {
  margin-bottom: 28px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-36 {
  margin-bottom: 36px !important;
}

.u-mb-42 {
  margin-bottom: 42px !important;
}

.u-mb-48 {
  margin-bottom: 48px !important;
}

.u-mb-54 {
  margin-bottom: 54px !important;
}

.u-mr-3 {
  margin-right: 3px !important;
}

.u-mr-6 {
  margin-right: 6px !important;
}

.u-mr-12 {
  margin-right: 12px !important;
}

.u-mr-14 {
  margin-right: 14px !important;
}

.u-mr-16 {
  margin-right: 16px !important;
}

.u-mr-18 {
  margin-right: 18px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-mr-24 {
  margin-right: 24px !important;
}

.u-mr-28 {
  margin-right: 28px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

.u-mr-36 {
  margin-right: 36px !important;
}

.u-mr-42 {
  margin-right: 42px !important;
}

.u-mr-48 {
  margin-right: 48px !important;
}

.u-mr-54 {
  margin-right: 54px !important;
}

.u-ml-3 {
  margin-left: 3px !important;
}

.u-ml-6 {
  margin-left: 6px !important;
}

.u-ml-12 {
  margin-left: 12px !important;
}

.u-ml-14 {
  margin-left: 14px !important;
}

.u-ml-16 {
  margin-left: 16px !important;
}

.u-ml-18 {
  margin-left: 18px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-ml-24 {
  margin-left: 24px !important;
}

.u-ml-28 {
  margin-left: 28px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-ml-36 {
  margin-left: 36px !important;
}

.u-ml-42 {
  margin-left: 42px !important;
}

.u-ml-48 {
  margin-left: 48px !important;
}

.u-ml-54 {
  margin-left: 54px !important;
}

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

Utility: padding

////////////////////////////////////////// */
.u-p-n {
  padding: 0 !important;
}

.u-pt-n {
  padding-top: 0 !important;
}

.u-pr-n {
  padding-right: 0 !important;
}

.u-pb-n {
  padding-bottom: 0 !important;
}

.u-pl-n {
  padding-left: 0 !important;
}

.u-p-auto {
  padding: auto !important;
}

.u-pt-auto {
  padding-top: auto !important;
}

.u-pr-auto {
  padding-right: auto !important;
}

.u-pb-auto {
  padding-bottom: auto !important;
}

.u-pl-auto {
  padding-left: auto !important;
}

.u-p-3 {
  padding: 3px !important;
}

.u-p-6 {
  padding: 6px !important;
}

.u-p-12 {
  padding: 12px !important;
}

.u-p-14 {
  padding: 14px !important;
}

.u-p-16 {
  padding: 16px !important;
}

.u-p-18 {
  padding: 18px !important;
}

.u-p-20 {
  padding: 20px !important;
}

.u-p-24 {
  padding: 24px !important;
}

.u-p-28 {
  padding: 28px !important;
}

.u-p-30 {
  padding: 30px !important;
}

.u-p-36 {
  padding: 36px !important;
}

.u-p-42 {
  padding: 42px !important;
}

.u-p-48 {
  padding: 48px !important;
}

.u-p-54 {
  padding: 54px !important;
}

.u-ptb-3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.u-ptb-6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.u-ptb-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.u-ptb-14 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.u-ptb-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.u-ptb-18 {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.u-ptb-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.u-ptb-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.u-ptb-36 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

.u-ptb-42 {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}

.u-ptb-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.u-ptb-54 {
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}

.u-pt-3 {
  padding-top: 3px !important;
}

.u-pt-6 {
  padding-top: 6px !important;
}

.u-pt-12 {
  padding-top: 12px !important;
}

.u-pt-14 {
  padding-top: 14px !important;
}

.u-pt-16 {
  padding-top: 16px !important;
}

.u-pt-18 {
  padding-top: 18px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-24 {
  padding-top: 24px !important;
}

.u-pt-28 {
  padding-top: 28px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-36 {
  padding-top: 36px !important;
}

.u-pt-42 {
  padding-top: 42px !important;
}

.u-pt-48 {
  padding-top: 48px !important;
}

.u-pt-54 {
  padding-top: 54px !important;
}

.u-pb-3 {
  padding-bottom: 3px !important;
}

.u-pb-6 {
  padding-bottom: 6px !important;
}

.u-pb-12 {
  padding-bottom: 12px !important;
}

.u-pb-14 {
  padding-bottom: 14px !important;
}

.u-pb-16 {
  padding-bottom: 16px !important;
}

.u-pb-18 {
  padding-bottom: 18px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-24 {
  padding-bottom: 24px !important;
}

.u-pb-28 {
  padding-bottom: 28px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-36 {
  padding-bottom: 36px !important;
}

.u-pb-42 {
  padding-bottom: 42px !important;
}

.u-pb-48 {
  padding-bottom: 48px !important;
}

.u-pb-54 {
  padding-bottom: 54px !important;
}

.u-pb-200 {
  padding-bottom: 200px !important;
}

.u-pr-3 {
  padding-right: 3px !important;
}

.u-pr-6 {
  padding-right: 6px !important;
}

.u-pr-12 {
  padding-right: 12px !important;
}

.u-pr-14 {
  padding-right: 14px !important;
}

.u-pr-16 {
  padding-right: 16px !important;
}

.u-pr-18 {
  padding-right: 18px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-pr-24 {
  padding-right: 24px !important;
}

.u-pr-28 {
  padding-right: 28px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}

.u-pr-36 {
  padding-right: 36px !important;
}

.u-pr-42 {
  padding-right: 42px !important;
}

.u-pr-48 {
  padding-right: 48px !important;
}

.u-pr-54 {
  padding-right: 54px !important;
}

.u-pl-3 {
  padding-left: 3px !important;
}

.u-pl-6 {
  padding-left: 6px !important;
}

.u-pl-12 {
  padding-left: 12px !important;
}

.u-pl-14 {
  padding-left: 14px !important;
}

.u-pl-16 {
  padding-left: 16px !important;
}

.u-pl-18 {
  padding-left: 18px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-pl-24 {
  padding-left: 24px !important;
}

.u-pl-28 {
  padding-left: 28px !important;
}

.u-pl-30 {
  padding-left: 30px !important;
}

.u-pl-36 {
  padding-left: 36px !important;
}

.u-pl-42 {
  padding-left: 42px !important;
}

.u-pl-48 {
  padding-left: 48px !important;
}

.u-pl-54 {
  padding-left: 54px !important;
}

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

Utility: width height

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

@media screen and (max-width: 1500px){
  /**/
  .l-header_logo{
    width: 110px;
    top: 12px;
    left: 30px;
  }
  .l-hero_inner{
    padding-top: 142.5px;
  }
  .l-nav_item{
    padding-left: 12px;
    padding-right: 12px;
  }
  .u-max-max-d-i{
    display: inherit !important;
  }
  .u-max-max-d-b{
    display: block !important;
  }
  .u-max-max-d-ib{
    display: inline-block !important;
  }
  .u-max-max-d-f{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-max-max-d-n{
    display: none !important;
  }
}

@media screen and (max-width: 1366px){
  /**/
  .l-canvas{
    padding-left: 20%;
    padding-right: 20%;
  }
  .l-header_logo{
    width: 92px;
    top: 12px;
    left: 30px;
  }
  .l-mv_cp{
    padding-left: 13.33333%;
  }
  .u-max-base-d-i{
    display: inherit !important;
  }
  .u-max-base-d-b{
    display: block !important;
  }
  .u-max-base-d-ib{
    display: inline-block !important;
  }
  .u-max-base-d-f{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-max-base-d-n{
    display: none !important;
  }
}

@media screen and (max-width: 1024px){
  /**/
  .l-canvas{
    padding-left: 13.33333%;
    padding-right: 13.33333%;
  }
  .l-footer-content{
    padding-top: 7.8125%;
    padding-bottom: 7.8125%;
  }
  .l-footer-content_title ._en{
    font-size: clamp(2rem, 2.92969vw, 3rem);
  }
  .l-hero_inner{
    height: 610px;
    min-height: inherit;
  }
  .l-mv_cp{
    padding-left: 11.33333%;
  }
  .c-grid--lg-x{
    margin-right: -12px;
    margin-left: -12px;
  }
  .c-grid--lg-x > [class*="c-col"]{
    padding-right: 12px;
    padding-left: 12px;
  }
  .c-grid--lg-x_{
    margin-right: -6px;
    margin-left: -6px;
  }
  .c-grid--lg-x_ > [class*="c-col"]{
    padding-right: 6px;
    padding-left: 6px;
  }
  .c-grid--lg-x0{
    margin-right: 0;
    margin-left: 0;
  }
  .c-grid--lg-x0 > [class*="c-col"]{
    padding-right: 0;
    padding-left: 0;
  }
  .c-grid--lg-y{
    margin-top: -12px;
    margin-bottom: -12px;
  }
  .c-grid--lg-y > [class*="c-col"]{
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .c-grid--lg-y_{
    margin-top: -6px;
    margin-bottom: -6px;
  }
  .c-grid--lg-y_ > [class*="c-col"]{
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .c-grid--lg-y0{
    margin-top: 0;
    margin-bottom: 0;
  }
  .c-grid--lg-y0 > [class*="c-col"]{
    margin-top: 0;
    margin-bottom: 0;
  }
  .u-lg-ta-right{
    text-align: right;
  }
  .u-lg-ta-center{
    text-align: center;
  }
  .u-lg-ta-left{
    text-align: left;
  }
  .u-lg-ta-justify{
    text-align: justify;
  }
}

@media screen and (max-width: 834px){
  /**/
  .l-container.-contact{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .l-footer-copy{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .l-footer-copy_inner ._en{
    margin-bottom: 10px;
  }
  .l-footer-copy_inner ._en span:nth-child(2){
    letter-spacing: .06rem;
  }
  .l-header_logo{
    width: 78px;
    top: 12px;
    left: 30px;
  }
  .l-hero_inner{
    height: 490px;
  }
  .l-hero_title:before{
    width: 60px;
  }
  .l-mv_cp ._en{
    margin-bottom: 10px;
  }
  .l-nav_list{
    display: none;
  }
  .p-alert{
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px){
  /**/
  .l-footer_container{
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc( max(40px, env( safe-area-inset-left )));
    padding-right: calc( max(40px, env( safe-area-inset-right )));
  }
  .l-hero_inner{
    height: 450px;
  }
  .l-menu_bodyInner{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-menu_info{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: left;
  }
  .c-grid--md-x{
    margin-right: -12px;
    margin-left: -12px;
  }
  .c-grid--md-x > [class*="c-col"]{
    padding-right: 12px;
    padding-left: 12px;
  }
  .c-grid--md-x_{
    margin-right: -6px;
    margin-left: -6px;
  }
  .c-grid--md-x_ > [class*="c-col"]{
    padding-right: 6px;
    padding-left: 6px;
  }
  .c-grid--md-x0{
    margin-right: 0;
    margin-left: 0;
  }
  .c-grid--md-x0 > [class*="c-col"]{
    padding-right: 0;
    padding-left: 0;
  }
  .c-grid--md-y{
    margin-top: -12px;
    margin-bottom: -12px;
  }
  .c-grid--md-y > [class*="c-col"]{
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .c-grid--md-y_{
    margin-top: -6px;
    margin-bottom: -6px;
  }
  .c-grid--md-y_ > [class*="c-col"]{
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .c-grid--md-y0{
    margin-top: 0;
    margin-bottom: 0;
  }
  .c-grid--md-y0 > [class*="c-col"]{
    margin-top: 0;
    margin-bottom: 0;
  }
  .p-company_grid{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-company_col:nth-child(1){
    width: 100%;
  }
  .p-company_col:nth-child(2){
    width: 100%;
    padding-left: 8%;
    padding-right: 0;
  }
  .p-company_ttl{
    padding-top: 24px;
    padding-bottom: 36px;
    font-size: 1.6rem;
  }
  .p-concept{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-concept_col:nth-child(1){
    width: 100%;
  }
  .p-concept_col:nth-child(2){
    width: 100%;
    padding-left: 8%;
    padding-right: 0;
  }
  .p-concept_ttl-en{
    padding-top: 24px;
    padding-bottom: 36px;
    font-size: 1.6rem;
  }
  .p-concept_ttl-jp{
    margin-bottom: 36px;
  }
  .p-member_item{
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-post_ttl{
    font-size: 1.4rem;
  }
  .p-table th,
  .p-table td{
    font-size: 1.4rem;
  }
  .u-max-lg-d-i{
    display: inherit !important;
  }
  .u-max-lg-d-b{
    display: block !important;
  }
  .u-max-lg-d-ib{
    display: inline-block !important;
  }
  .u-max-lg-d-f{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-max-lg-d-n{
    display: none !important;
  }
  .u-max-md-d-i{
    display: inherit !important;
  }
  .u-max-md-d-b{
    display: block !important;
  }
  .u-max-md-d-ib{
    display: inline-block !important;
  }
  .u-max-md-d-f{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-max-md-d-n{
    display: none !important;
  }
  .u-md-ta-right{
    text-align: right;
  }
  .u-md-ta-center{
    text-align: center;
  }
  .u-md-ta-left{
    text-align: left;
  }
  .u-md-ta-justify{
    text-align: justify;
  }
}

@media screen and (max-width: 568px){
  /**/
  .l-canvas{
    padding-left: 10px;
    padding-right: 10px;
  }
  .l-container_inner{
    padding-left: 30px;
    padding-right: 30px;
  }
  .l-footer-content:before{
    width: 100%;
  }
  .l-footer-content_container{
    padding-left: 60px;
    padding-right: 60px;
  }
  .l-footer-content_inner{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer-content_item:nth-child(1){
    padding-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .l-footer-content_item:nth-child(2){
    padding-left: 0;
  }
  .l-footer-content_item{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .l-footer-content_link{
    text-align: center;
  }
  .l-footer-content_link:before, .l-footer-content_link:after{
    display: none;
  }
  .l-footer-content_title ._jp{
    font-size: 1.1rem;
  }
  .l-footer-content_title ._en{
    font-size: clamp(2.6rem, 5.28169vw, 3rem);
    padding-right: 0;
  }
  .l-footer-copy_inner{
    padding-left: 30px;
    padding-right: 30px;
  }
  .l-footer_logo_inner{
    width: 70px;
    margin-left: 8px;
  }
  .l-footer_logo_link{
    padding-top: 143.03797%;
  }
  .l-header_logo{
    width: 48px;
    top: 12px;
    left: 20px;
  }
  .l-hero{
    margin-bottom: 30px;
  }
  .l-hero_inner{
    padding-top: 115px;
    height: 350px;
    min-height: inherit;
  }
  .l-hero_content{
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-hero_title:before{
    width: 40px;
  }
  .l-modal__container{
    margin: 24px 12px;
  }
  .l-modal__inner{
    padding: 36px 30px 80px;
  }
  .l-modal__lineLogo img{
    width: 64px;
  }
  .l-modal__caption{
    font-size: 15px;
  }
  .l-modal__notes{
    text-align: left;
  }
  .l-modal__notes span{
    font-size: 12px;
  }
  .l-nav{
    display: none;
    padding-right: 75px;
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .c-grid--sm-x{
    margin-right: -12px;
    margin-left: -12px;
  }
  .c-grid--sm-x > [class*="c-col"]{
    padding-right: 12px;
    padding-left: 12px;
  }
  .c-grid--sm-x_{
    margin-right: -6px;
    margin-left: -6px;
  }
  .c-grid--sm-x_ > [class*="c-col"]{
    padding-right: 6px;
    padding-left: 6px;
  }
  .c-grid--sm-x0{
    margin-right: 0;
    margin-left: 0;
  }
  .c-grid--sm-x0 > [class*="c-col"]{
    padding-right: 0;
    padding-left: 0;
  }
  .c-grid--sm-y{
    margin-top: -12px;
    margin-bottom: -12px;
  }
  .c-grid--sm-y > [class*="c-col"]{
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .c-grid--sm-y_{
    margin-top: -6px;
    margin-bottom: -6px;
  }
  .c-grid--sm-y_ > [class*="c-col"]{
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .c-grid--sm-y0{
    margin-top: 0;
    margin-bottom: 0;
  }
  .c-grid--sm-y0 > [class*="c-col"]{
    margin-top: 0;
    margin-bottom: 0;
  }
  .p-alert{
    font-size: 1.3rem;
  }
  .p-company_col:nth-child(1){
    margin-left: -10px;
  }
  .p-company_col:nth-child(2){
    padding-left: 0;
    padding-right: 0;
  }
  .p-company_ttl{
    padding-top: 24px;
    padding-bottom: 36px;
    font-size: 1.3rem;
  }
  .p-concept_col:nth-child(1){
    margin-left: -10px;
  }
  .p-concept_col:nth-child(2){
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-concept_ttl-en{
    padding-top: 24px;
    padding-bottom: 36px;
    font-size: 1.3rem;
  }
  .p-concept_ttl-jp{
    margin-bottom: 24px;
  }
  .p-concept_text br{
    display: none;
  }
  .p-form-group{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-form-group_btn + .p-form-group_btn{
    margin-left: 0;
  }
  .p-form-group_btn:nth-child(1){
    margin-top: 12px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-member_item{
    padding-left: 5px;
    padding-right: 5px;
  }
  .p-member_en{
    left: 96%;
  }
  .p-post_ttl{
    font-size: 1.3rem;
  }
  .p-service:before{
    border-radius: 12px 12px 0 0;
  }
  .p-table{
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-table th,
  .p-table td{
    display: block;
  }
  .p-table th{
    font-size: 1.1rem;
    color: #848484;
    padding-top: 24px;
    padding-bottom: 0;
    width: 100%;
    border-bottom: none;
  }
  .p-table td{
    font-size: 1.3rem;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 24px;
  }
  .u-max-sm-d-i{
    display: inherit !important;
  }
  .u-max-sm-d-b{
    display: block !important;
  }
  .u-max-sm-d-ib{
    display: inline-block !important;
  }
  .u-max-sm-d-f{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-max-sm-d-n{
    display: none !important;
  }
}

@media screen and (max-width: 412px){
  /**/
  .u-max-xs-d-i{
    display: inherit !important;
  }
  .u-max-xs-d-b{
    display: block !important;
  }
  .u-max-xs-d-ib{
    display: inline-block !important;
  }
  .u-max-xs-d-f{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-max-xs-d-n{
    display: none !important;
  }
}

@media screen and (max-width: 375px){
  /**/
  .u-max-xxs-d-i{
    display: inherit !important;
  }
  .u-max-xxs-d-b{
    display: block !important;
  }
  .u-max-xxs-d-ib{
    display: inline-block !important;
  }
  .u-max-xxs-d-f{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-max-xxs-d-n{
    display: none !important;
  }
}

@media print, screen and (min-width: 376px){
  /**/
  .u-min-xxs-d-i{
    display: inherit !important;
  }
  .u-min-xxs-d-b{
    display: block !important;
  }
  .u-min-xxs-d-ib{
    display: inline-block !important;
  }
  .u-min-xxs-d-f{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-min-xxs-d-n{
    display: none !important;
  }
}

@media print, screen and (min-width: 413px){
  /**/
  .u-min-xs-d-i{
    display: inherit !important;
  }
  .u-min-xs-d-b{
    display: block !important;
  }
  .u-min-xs-d-ib{
    display: inline-block !important;
  }
  .u-min-xs-d-f{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-min-xs-d-n{
    display: none !important;
  }
}

@media print, screen and (min-width: 569px){
  /**/
  .l-footer_logo_link:before{
    background: url("../images/common/logo-horiz.svg") no-repeat center center;
  }
  .l-header_logo_link:before{
    background: url("../images/common/logo-v-2.svg") no-repeat center center;
  }
  .c-menu-btn{
    width: 60px;
    height: 60px;
    top: 45px;
    right: 40px;
  }
  .c-menu-btn_line.is-visible{
    width: 44px;
  }
  .c-col-sm-12{
    width: 100%;
  }
  .c-col-sm-11{
    width: 91.66666667%;
  }
  .c-col-sm-10{
    width: 83.33333333%;
  }
  .c-col-sm-9{
    width: 75%;
  }
  .c-col-sm-8{
    width: 66.66666667%;
  }
  .c-col-sm-7{
    width: 58.33333333%;
  }
  .c-col-sm-6{
    width: 50%;
  }
  .c-col-sm-5col{
    width: 20%;
  }
  .c-col-sm-5{
    width: 41.66666667%;
  }
  .c-col-sm-4{
    width: 33.33333333%;
  }
  .c-col-sm-3{
    width: 25%;
  }
  .c-col-sm-2{
    width: 16.66666667%;
  }
  .c-col-sm-1{
    width: 8.33333333%;
  }
  .c-col-sm-auto{
    width: auto;
  }
  .u-min-sm-d-i{
    display: inherit !important;
  }
  .u-min-sm-d-b{
    display: block !important;
  }
  .u-min-sm-d-ib{
    display: inline-block !important;
  }
  .u-min-sm-d-f{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-min-sm-d-n{
    display: none !important;
  }
}

@media print, screen and (min-width: 769px){
  /**/
  .l-footer_main{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-footer_sitemap{
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: none;
  }
  .l-footer_sitemap_list{
    margin-right: 90px;
  }
  .l-footer_sitemap_item{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .l-footer_sitemap_itemInner{
    position: relative;
    display: inline-block;
  }
  .l-footer_sitemap_itemInner:before{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    bottom: -3px;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0.41, 0.1, 0.57);
    transition: -webkit-transform 0.3s cubic-bezier(0, 0.41, 0.1, 0.57);
    transition: transform 0.3s cubic-bezier(0, 0.41, 0.1, 0.57);
    transition: transform 0.3s cubic-bezier(0, 0.41, 0.1, 0.57), -webkit-transform 0.3s cubic-bezier(0, 0.41, 0.1, 0.57);
  }
  .l-footer_sitemap_itemInner:hover:before{
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
  .l-footer_sitemap_link{
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    display: inline-block;
  }
  .l-footer_sitemap_link:before{
    display: none;
  }
  .l-footer_sitemap_link:after{
    display: none;
  }
  .l-footer_bottom{
    padding-top: 12px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .l-footer_bottom_list{
    margin-right: auto;
  }
  .c-col-md-12{
    width: 100%;
  }
  .c-col-md-11{
    width: 91.66666667%;
  }
  .c-col-md-10{
    width: 83.33333333%;
  }
  .c-col-md-9{
    width: 75%;
  }
  .c-col-md-8{
    width: 66.66666667%;
  }
  .c-col-md-7{
    width: 58.33333333%;
  }
  .c-col-md-6{
    width: 50%;
  }
  .c-col-md-5col{
    width: 20%;
  }
  .c-col-md-5{
    width: 41.66666667%;
  }
  .c-col-md-4{
    width: 33.33333333%;
  }
  .c-col-md-3{
    width: 25%;
  }
  .c-col-md-2{
    width: 16.66666667%;
  }
  .c-col-md-1{
    width: 8.33333333%;
  }
  .c-col-md-auto{
    width: auto;
  }
  .u-min-md-d-i{
    display: inherit !important;
  }
  .u-min-md-d-b{
    display: block !important;
  }
  .u-min-md-d-ib{
    display: inline-block !important;
  }
  .u-min-md-d-f{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-min-md-d-n{
    display: none !important;
  }
}

@media print, screen and (min-width: 1025px){
  /**/
  .c-col-lg-12{
    width: 100%;
  }
  .c-col-lg-11{
    width: 91.66666667%;
  }
  .c-col-lg-10{
    width: 83.33333333%;
  }
  .c-col-lg-9{
    width: 75%;
  }
  .c-col-lg-8{
    width: 66.66666667%;
  }
  .c-col-lg-7{
    width: 58.33333333%;
  }
  .c-col-lg-6{
    width: 50%;
  }
  .c-col-lg-5col{
    width: 20%;
  }
  .c-col-lg-5{
    width: 41.66666667%;
  }
  .c-col-lg-4{
    width: 33.33333333%;
  }
  .c-col-lg-3{
    width: 25%;
  }
  .c-col-lg-2{
    width: 16.66666667%;
  }
  .c-col-lg-1{
    width: 8.33333333%;
  }
  .c-col-lg-auto{
    width: auto;
  }
  .u-min-lg-d-i{
    display: inherit !important;
  }
  .u-min-lg-d-b{
    display: block !important;
  }
  .u-min-lg-d-ib{
    display: inline-block !important;
  }
  .u-min-lg-d-f{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-min-lg-d-n{
    display: none !important;
  }
}

@media print, screen and (min-width: 1367px){
  /**/
  .u-min-base-d-i{
    display: inherit !important;
  }
  .u-min-base-d-b{
    display: block !important;
  }
  .u-min-base-d-ib{
    display: inline-block !important;
  }
  .u-min-base-d-f{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-min-base-d-n{
    display: none !important;
  }
}

@media print, screen and (min-width: 1501px){
  /**/
  .l-container_inner{
    padding-left: 165px;
    padding-right: 165px;
  }
  .l-footer-content{
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .l-footer-copy{
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .l-footer-copy_inner{
    padding-left: 165px;
    padding-right: 165px;
  }
  .l-nav{
    padding-right: 135px;
    padding-top: 82px;
    padding-bottom: 82px;
  }
  .c-menu-btn{
    width: 75px;
    height: 75px;
    top: 57px;
    right: 45px;
  }
  .c-menu-btn:hover .c-menu-btn_dotted > .circle.circle-01{
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  .c-menu-btn:hover .c-menu-btn_dotted > .circle.circle-03{
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .c-menu-btn_dotted{
    height: 20px;
  }
  .c-menu-btn_dotted > .circle{
    width: 4px;
    height: 4px;
  }
  .c-menu-btn_line.is-visible{
    width: 54px;
  }
  .c-menu-btn_line.is-visible:hover{
    width: 44px;
  }
  .u-min-max-d-i{
    display: inherit !important;
  }
  .u-min-max-d-b{
    display: block !important;
  }
  .u-min-max-d-ib{
    display: inline-block !important;
  }
  .u-min-max-d-f{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-min-max-d-n{
    display: none !important;
  }
}

@media print, screen and (min-width: 1880px){
  .l-footer-content_container{
    padding-left: 190px;
    padding-right: 190px;
  }
  .l-footer_container{
    padding-left: 190px;
    padding-right: 190px;
  }
}

@media print, screen and (min-width: 2030px){
  .l-hero_content{
    padding-left: 265px;
    padding-right: 265px;
  }
}

@media screen{
  .u-screen-d{
    display: inherit !important;
  }
  .u-screen-n{
    display: none !important;
  }
}

@media print{
  .u-print-d{
    display: inherit !important;
  }
  .u-print-n{
    display: none !important;
  }
}
