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

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

////////////////////////////////////////// */
/*
 * # パス
 * - アセット関係のパスを管理
 */
/*
 * # コンテナ幅
 * - テーマごとの主要な幅を管理
 * - 主に 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-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%;
  height: 100%;
  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: #080808;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  background-color: #f2f2ed;
  font-family: YuGothicM_F, YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}

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: #4d3482;
  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: #53567f;
  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: #b0b8c5;
  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: #b0b8c5;
  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: #b0b8c5;
  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: #b0b8c5;
  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: #b0b8c5;
  font-weight: 500;
}

textarea {
  min-height: 200px;
}

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: #53567f !important;
}

html.drawerMenu-open .l-body {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

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

/* //////////////////////////////////////////
 # Layout - build
////////////////////////////////////////// */
.l-build {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.l-build:before {
  content: '';
  display: block;
  width: 77.08333%;
  height: 100%;
  background-color: #ededd8;
  position: absolute;
  top: 0;
  left: 0;
}

html.home .l-build:before {
  margin-top: 495px;
}

html:not(home) .l-build:before {
  width: 100%;
  margin-top: 57px;
}

/* //////////////////////////////////////////
 # Layout -
////////////////////////////////////////// */
.l-container {
  width: 100%;
  min-width: 320px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.l-container.home-movie {
  padding-top: 80px;
  padding-bottom: 90px;
  background: url("../images/home/bg-digest-movie.jpg") no-repeat center center;
  background-size: cover;
}

.l-container.profile {
  padding-top: 80px;
  margin-bottom: 100px;
}

.l-container.contrabass {
  padding-bottom: 100px;
}

.l-container__inner {
  width: 1000px;
  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-container__inner__inner {
  max-width: 790px;
  margin: 50px auto;
}

.js-hide {
  display: none;
}

#js-more {
  cursor: pointer;
  display: inline-block;
  margin-left: 12px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #4d3482;
  text-decoration: underline;
}

#js-more:hover {
  text-decoration: none;
}

.l-drawerMenu {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  
  z-index: -9999;
  -webkit-transition: all 0s linear .6s;
  transition: all 0s linear .6s;
}

html.drawerMenu-open .l-drawerMenu {
  visibility: visible;
  opacity: 1;
  
  z-index: 2;
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

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

html.drawerMenu-open .l-drawerMenu_nav li {
  opacity: 1;
  
  -webkit-transition: all .3s;
  transition: all .3s;
}

html.drawerMenu-open .l-drawerMenu_nav li a {
  -webkit-animation-name: viewIn;
          animation-name: viewIn;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.39, 1.57, 0.58, 1);
          animation-timing-function: cubic-bezier(0.39, 1.57, 0.58, 1);
  -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.drawerMenu-open .l-drawerMenu_nav li:nth-child(1) a {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

html.drawerMenu-open .l-drawerMenu_nav li:nth-child(2) a {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

html.drawerMenu-open .l-drawerMenu_nav li:nth-child(3) a {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}

html.drawerMenu-open .l-drawerMenu_nav li:nth-child(4) a {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

html.drawerMenu-open .l-drawerMenu_nav li:nth-child(5) a {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}

html.drawerMenu-open .l-drawerMenu_nav li:nth-child(6) a {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.l-drawerMenu_bg {
  width: 100%;
  height: 100%;
  background: #53adb9;
  position: absolute;
  top: 0;
  left: 0;
  -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-drawerMenu_nav {
  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;
  position: relative;
}

.l-drawerMenu_nav li {
  opacity: 0;
  
  -webkit-transition: all .3s;
  transition: all .3s;
}

.l-drawerMenu_nav a {
  font-size: 22px;
  font-size: 2.2rem;
  padding: 24px 30px;
  color: #ffffff;
  display: block;
  line-height: 1;
  font-family: 'Cinzel', serif;
  font-weight: 400;
  letter-spacing: -0.25px;
  letter-spacing: -.025rem;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  -webkit-transition: color .25s;
  transition: color .25s;
}

.l-drawerMenu_nav a:hover {
  color: #7b7b7b;
}

@-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);
  }
}

/* //////////////////////////////////////////
 # Layout - footer
////////////////////////////////////////// */
.l-footer {
  width: 100%;
  min-width: 1024px;
  margin: auto auto 0;
  position: relative;
  background-color: #f2f2ed;
  z-index: 1;
}

.l-footer_inner {
  position: relative;
  width: 1400px;
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 64px;
  padding-bottom: 74px;
}

.l-footer_title a {
  display: block;
  width: 157px;
}

.l-footer_col.col-1 {
  margin-left: 5%;
}

.l-footer_col.col-2 {
  margin-left: auto;
}

.l-footer_nav {
  margin-bottom: 17px;
}

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

.l-footer_nav li {
  padding-left: 16px;
  padding-right: 16px;
}

.l-footer_nav a {
  display: block;
  color: #080808;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  font-family: 'Cinzel', serif;
  font-weight: 400;
  letter-spacing: -0.25px;
  letter-spacing: -.025rem;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.l-footer_nav a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #1c1c1c;
  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 .25s ease-out;
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out;
}

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

.l-footer_cp {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  color: #080808;
  font-family: 'Cinzel', serif;
  font-weight: 400;
  letter-spacing: -0.25px;
  letter-spacing: -.025rem;
}

.l-footer_cp.cp-1 {
  padding-left: 15px;
}

.l-footer_cp.cp-2 {
  display: none;
}

.l-footer_caption {
  display: block;
  text-align: center;
  font-family: 'Cinzel', serif;
  font-weight: 400;
  letter-spacing: -0.25px;
  letter-spacing: -.025rem;
  font-size: 15px;
  font-size: 1.5rem;
}

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

.l-footer_sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

.l-footer_sns a:hover {
  opacity: .5;
  
}

.l-footer_sns i[class*="icon-"] {
  color: #080808;
  line-height: 1;
}

.l-footer_sns i[class*="icon-twitter"] {
  font-size: 15px;
  font-size: 1.5rem;
}

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

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

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

/* //////////////////////////////////////////
 # Layout - footerNav
////////////////////////////////////////// */
/* //////////////////////////////////////////
 # Layout - header
////////////////////////////////////////// */
.l-header {
  width: 100%;
  min-width: 1024px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}

.l-header_inner {
  position: relative;
  width: 1400px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 50px;
  padding-bottom: 34px;
}

.l-header_title {
  width: 257px;
}

.l-header_title a {
  display: block;
}

/* //////////////////////////////////////////
 # Layout - hero
////////////////////////////////////////// */
.l-hero {
  width: 100%;
  position: relative;
  background: url("../images/home/slide-bg-04.jpg") no-repeat center center;
  background-size: cover;
}

.l-hero_inner {
  position: relative;
  width: 1400px;
  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_title {
  font-size: 30px;
  font-size: 3rem;
  width: 100%;
  padding: 30px;
  color: #666;
  text-align: center;
  font-family: 'Cinzel', serif;
  font-weight: 400;
  letter-spacing: -0.25px;
  letter-spacing: -.025rem;
}

/* //////////////////////////////////////////
 # 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 .25s linear .2s, z-index .25s linear .2s, visibility .25s linear .2s;
  transition: opacity .25s linear .2s, z-index .25s linear .2s, visibility .25s linear .2s;
  z-index: 9999;
}

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

.l-loading.is-complete:before {
  width: 0%;
}

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

.l-loading__inner {
  position: relative;
  width: 100%;
  text-align: center;
}

.l-loading__num {
  color: #ffffff;
  opacity: .7;
  
}

.l-loading__bar {
  width: 0%;
  height: 1px;
  background-color: #ffffff;
}

/* //////////////////////////////////////////
 # Layout - main
////////////////////////////////////////// */
.l-main {
  width: 100%;
  min-height: calc(100vh - 162px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* //////////////////////////////////////////
 # Layout - menu
////////////////////////////////////////// */
.l-menu {
  display: block;
  overflow: hidden;
  text-indent: -5260px;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition-property: opacity, top, -webkit-transform;
  transition-property: opacity, top, -webkit-transform;
  transition-property: transform, opacity, top;
  transition-property: transform, opacity, top, -webkit-transform;
  -webkit-transform: translateX(2.5rem);
  transform: translateX(2.5rem);
  position: absolute;
  width: 100px;
  width: 10rem;
  height: 60px;
  height: 6rem;
  top: 50%;
  right: 20px;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
}

.l-menu:hover .l-menu_line.line-1 {
  width: 23px;
  width: 2.3rem;
}

.l-menu:hover .l-menu_line.line-3 {
  width: 46px;
  width: 4.6rem;
}

html.drawerMenu-open .l-menu_line {
  background: #ffffff;
}

html.drawerMenu-open .l-menu_line.line-1 {
  visibility: hidden;
}

html.drawerMenu-open .l-menu_line.line-2 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 46px !important;
  width: 4.6rem !important;
  margin-top: 0 !important;
}

html.drawerMenu-open .l-menu_line.line-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 46px !important;
  width: 4.6rem !important;
  margin-top: 0 !important;
}

.l-menu_line {
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 46px;
  width: 4.6rem;
  height: 1px;
  margin-right: -23px;
  margin-right: -2.3rem;
  background: #1c1c1c;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition-property: width, margin, background-color, -webkit-transform;
  transition-property: width, margin, background-color, -webkit-transform;
  transition-property: transform, width, margin, background-color;
  transition-property: transform, width, margin, background-color, -webkit-transform;
}

.l-menu_line.line-1 {
  margin-top: -6px;
  margin-top: -0.6rem;
}

.l-menu_line.line-3 {
  width: 23px;
  width: 2.3rem;
  margin-top: 6px;
  margin-top: 0.6rem;
}

/* //////////////////////////////////////////
 # 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(28, 28, 28, 0.85);
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.l-modal__container {
  width: 100%;
  max-width: 820px;
  background: #ecedf1;
  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: fixed;
  right: 42px;
  top: 42px;
  z-index: 2;
}

.l-modal__closeBtn {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  background-color: transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l-modal__closeBtn:before, .l-modal__closeBtn:after {
  content: '';
  display: block;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.l-modal__closeBtn:before {
  width: 100%;
  height: 2px;
}

.l-modal__closeBtn:after {
  width: 2px;
  height: 100%;
}

.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: #53567f;
  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: #53567f;
}

.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;
}

.l-modal__youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.l-modal__youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.l-mv {
  position: relative;
  overflow: hidden;
}

.l-mv_bg-container {
  width: 50%;
  height: 100%;
  position: absolute !important;
  top: 0;
  right: 0;
}

.l-mv_img {
  width: 52.08333%;
  max-width: 750px;
  min-width: 490px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.l-mv_img-container {
  max-width: 690px;
  padding-top: 65px !important;
  padding-bottom: 65px !important;
  position: relative;
}

.l-mv_bg-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.l-mv_bg-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.l-mv_img-slide {
  width: 100%;
  height: 0;
  padding-top: 108.69565%;
  position: relative;
  overflow: hidden;
}

.l-mv_img-slide > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 1.9s ease;
  transition: -webkit-transform 1.9s ease;
  transition: transform 1.9s ease;
  transition: transform 1.9s ease, -webkit-transform 1.9s ease;
}

.l-mv_img-slide.swiper-slide-active > img {
  -webkit-transform: none;
          transform: none;
}

.l-mv_text {
  width: 455px;
  position: absolute;
  left: -210px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

/* //////////////////////////////////////////
 # Layout - nav
////////////////////////////////////////// */
.l-nav {
  margin-left: 5%;
}

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

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

.l-nav a {
  display: block;
  white-space: nowrap;
  color: #080808;
  position: relative;
  cursor: pointer;
  font-family: 'Cinzel', serif;
  font-weight: 400;
  letter-spacing: -0.25px;
  letter-spacing: -.025rem;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.l-nav a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #1c1c1c;
  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 .25s ease-out;
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out;
}

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

/* //////////////////////////////////////////
 # Layout - sns
////////////////////////////////////////// */
/* //////////////////////////////////////////
 # Layout - trigger
////////////////////////////////////////// */
/* //////////////////////////////////////////
 # Layout -
////////////////////////////////////////// */
.c-cursor, .c-cursor__follow {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.c-cursor {
  width: 8px;
  height: 8px;
  background-color: #000;
  z-index: 1001;
}

.c-cursor__follow {
  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: 40px;
  height: 40px;
  background-color: rgba(253, 254, 0, 0.5);
  z-index: 1000;
  -webkit-transition: -webkit-transform ease .1s;
  transition: -webkit-transform ease .1s;
  transition: transform ease .1s;
  transition: transform ease .1s, -webkit-transform ease .1s;
  text-align: center;
}

.c-cursor__follow span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.c-cursor__follow.is-active {
  -webkit-transform: scale(3);
          transform: scale(3);
}

.btn {
  display: inline-block;
  width: 160px;
  margin: 16px;
  text-align: center;
  font-size: 16px;
  line-height: 1;
}

.btn a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 16px;
  background-color: #000;
  cursor: none;
}

.c-editor {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #080808;
}

.c-editor p {
  margin-bottom: 1.65em;
}

.c-editor a {
  text-decoration: underline;
}

.c-editor a:hover {
  text-decoration: none;
}

.c-editor img {
  border: 0;
  height: auto;
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.tippy-content {
  padding: 0;
}

.tippy-box[data-theme~='tooltip'] {
  background-color: #1c1c1c;
  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;
}

/* -------------------------------------------
  Project -
------------------------------------------- */
.p-breadcrumns {
  position: relative;
  width: 100%;
  min-width: 320px;
}

.p-breadcrumns_inner {
  width: 1000px;
  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 )));
}

.p-breadcrumns_list {
  max-width: 100%;
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.p-breadcrumns_list.is-current {
  opacity: .5;
  
  color: _bGgray("300");
}

.p-breadcrumns_item {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  padding: 0 3px;
}

.p-breadcrumns_item:after {
  content: '\e906';
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  font-display: block;
  display: inline-block;
  font-size: 14px;
  position: relative;
  top: 1px;
}

.p-breadcrumns_item:last-child:after {
  display: none;
}

.p-breadcrumns_link {
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: all .2s;
  transition: all .2s;
  color: #53567f;
}

.p-breadcrumns_link:hover {
  text-decoration: underline;
}

.p-btn {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
  display: inline-block;
  -webkit-transition: all linear .3s;
  transition: all linear .3s;
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 13px;
  padding-bottom: 13px;
  color: #080808;
  background-color: transparent;
  border: 2px solid #1c1c1c;
  -webkit-transition: color .25s, background-color .25s;
  transition: color .25s, background-color .25s;
  cursor: pointer;
  font-family: 'Cinzel', serif;
  font-weight: 400;
  letter-spacing: -0.25px;
  letter-spacing: -.025rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-btn:hover {
  color: #f2f2ed;
  background-color: #1c1c1c;
}

.p-btn.color--black {
  color: #ededd8;
  background-color: #080808;
  border: 2px solid #080808;
}

.p-btn.color--black:hover {
  color: #080808;
  background-color: transparent;
  border: 2px solid #1c1c1c;
}

.p-btn.btn--small {
  font-size: 12px;
  font-size: 1.2rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: YuGothicM_F, YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.p-btn.w-100p {
  width: 100%;
}

/* -------------------------------------------
  Project -
------------------------------------------- */
.p-contact__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 55px;
  padding-bottom: 55px;
}

.p-contact__btn .p-btn + .p-btn {
  margin-left: 10px;
}

.p-content.w--890 {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}

.p-content.w--860 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.p-content.w--800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.p-content.w--750 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.p-content_btn-wrap {
  max-width: 300px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.p-disco__inner {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(83, 86, 127, 0.2);
  padding: 12px;
  border-radius: 5px;
}

.p-disco__content {
  padding: 12px;
}

.p-disco__title {
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 12px;
}

.p-disco__name {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 12px;
}

.p-disco__name span {
  display: block;
}

.p-disco__name span:nth-child(2) {
  font-size: 12px;
  font-size: 1.2rem;
  opacity: .6;
  
}

.p-disco__text {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 12px;
  opacity: .6;
  
}

.p-disco__btn {
  margin-top: 36px;
}

/* -------------------------------------------
  Project -
------------------------------------------- */
.p-faq {
  width: 100%;
  padding: 24px 10px;
  border-bottom: 1px dotted #909bae;
}

.p-faq:last-child {
  border-bottom: none;
}

.p-faq dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-faq dt span {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  max-width: 800px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 12px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 2;
}

.p-faq dt:before {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-weight: 700;
  width: 30px;
  height: 30px;
  font-size: 22px;
  font-size: 22px;
  font-size: 2.2rem;
  border-radius: 20px;
  margin: 0 25px 0 0;
  line-height: 1;
  padding: 6px;
}

.p-faq dt:before {
  content: 'Q';
  color: #ededd8;
  background: #080808;
  font-size: 16px;
  font-size: 1.6rem;
}

.p-faq dd {
  display: none;
}

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

.p-faq__a__content {
  max-width: 800px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 25px;
  margin-bottom: 15px;
}

.p-faq__a p {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  line-height: 2;
}

.p-faq__a:before {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-weight: 700;
  width: 30px;
  height: 30px;
  font-size: 22px;
  font-size: 22px;
  font-size: 2.2rem;
  border-radius: 20px;
  margin: -2px 25px 0 0;
  line-height: 1;
  padding: 6px;
  content: 'A';
  color: #080808;
  background: transparent;
  border: 1px solid #080808;
  font-size: 16px;
  font-size: 1.6rem;
}

.p-faq__btn {
  width: 32px;
  height: 32px;
  background-color: transparent;
  margin: 0;
  padding: 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;
  cursor: pointer;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.p-faq__btn.active {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.p-faq__btn div {
  width: 20px;
  height: 1px;
  background-color: #080808;
}

.p-faq__btn div:nth-child(1) {
  position: absolute;
  margin: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-faq__img {
  width: 41%;
  float: left;
  margin-right: 20px;
}

/* -------------------------------------------
  Project -
------------------------------------------- */
/* -------------------------------------------
  Project -
------------------------------------------- */
.p-feedPost {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-feedPost_col {
  margin-bottom: 30px;
}

.p-feedPost_list {
  margin-bottom: 12px;
}

.p-feedPost_item {
  padding-top: 12px;
  padding-bottom: 12px;
}

.p-feedPost_item + .p-feedPost_item {
  border-top: 1px dotted #1c1c1c;
}

.p-feedPost_link {
  display: block;
}

.p-feedPost_head > img {
  width: 100%;
}

.p-feedPost_time {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #1c1c1c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.p-feedPost_tag {
  margin-left: 12px;
}

.p-feedPost_title {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #080808;
  line-height: 2;
  -webkit-transition: color .25s;
  transition: color .25s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

html:not(.home) .p-feedPost_title {
  font-size: 18px;
  font-size: 1.8rem;
}

.p-feedPost .p-btn {
  margin-top: auto;
}

.p-head {
  width: 100%;
  font-size: 26px;
  font-size: 2.6rem;
  color: #1c1c1c;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-head.type-a {
  margin-top: 36px;
  margin-bottom: 36px;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: 'Cinzel', serif;
  font-weight: 400;
  letter-spacing: -0.25px;
  letter-spacing: -.025rem;
}

.p-head.type-b {
  margin-top: 56px;
  margin-bottom: 36px;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.p-head.type-c {
  margin-top: 56px;
  margin-bottom: 36px;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.p-head.type-c span {
  display: block;
}

.p-head.type-c ._jp {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 16px;
  font-weight: 700;
}

.p-head.type-c ._en {
  font-weight: 700;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: 'Cinzel', serif;
  font-weight: 400;
  letter-spacing: -0.25px;
  letter-spacing: -.025rem;
}

.p-head.color-white {
  color: #ffffff;
}

.p-head.contrabass {
  text-align: center;
}

.p-head.contrabass span {
  font-size: 22px;
  font-size: 2.2rem;
  padding: 6px 24px;
  display: inline-block;
  border: 1px solid #1c1c1c;
  outline: 2px solid #1c1c1c;
  outline-offset: 3px;
  margin: 10px 0;
}

.p-info-article {
  width: 100%;
}

.p-info-article_head {
  padding: 7px 20px;
  border-left: 3px solid #080808;
  margin-bottom: 24px;
}

.p-info-article_title {
  font-size: 24px;
  font-size: 2.4rem;
  color: #080808;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* -------------------------------------------
  Project -
------------------------------------------- */
.p-label__req {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 6px;
  text-align: center;
  width: 35px;
  border-radius: 3px;
  line-height: 21px;
  background-color: #971524;
  color: #ffffff;
}

.p-label__any {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 6px;
  text-align: center;
  width: 35px;
  border-radius: 3px;
  line-height: 21px;
  background-color: #676d77;
  color: #ffffff;
}

.p-movie {
  max-width: 620px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.p-movie_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.p-movie_inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.p-music-intro {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px solid #53567f;
}

.p-music-intro_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-music-intro_col {
  width: 50%;
}

.p-music-intro_col:nth-child(1) p {
  padding-right: 20px;
}

.p-music-intro_col:nth-child(2) p {
  padding-left: 20px;
}

.p-music-intro_title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 20px;
  margin-bottom: 20px;
}

.p-music-intro span {
  display: block;
  margin-bottom: 12px;
}

.p-music-intro span:last-child {
  font-size: 12px;
  font-size: 1.2rem;
}

.p-music-intro p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}

.p-music-list {
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
  margin-bottom: 100px;
}

.p-music-list_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.p-music-list_title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.p-music-list_title span {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  display: inline-block;
  margin-left: 6px;
}

.p-music-list dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 15px;
}

.p-music-list_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-music-list_link + .p-music-list_link {
  margin-top: 6px;
}

.p-music-list_link span {
  background-color: #1c1c1c;
  color: #ffffff;
  padding: 3px 8px;
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 4px;
  min-width: 92px;
  text-align: center;
}

.p-music-list_link a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 6px;
}

.p-music-list a {
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: underline;
}

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

.p-music-slider {
  width: 100%;
}

.p-music-slider_slide {
  width: 100% !important;
  position: relative;
  padding-top: 38.88889%;
}

.p-music-slider_link {
  display: block;
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
}

.p-music-slider_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-music-slider_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.p-music-slider .swiper-pagination {
  margin-top: 10px;
}

.p-music-slider .swiper-button-prev:after,
.p-music-slider .swiper-button-next:after {
  font-size: 30px;
  font-size: 3rem;
}

/* -------------------------------------------
  Project -
------------------------------------------- */
.p-pager {
  display: block;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 50px;
  margin-bottom: 70px;
}

.p-pager ul {
  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;
}

.p-pager a {
  color: rgba(8, 8, 8, 0.5);
  font-size: 15px;
  font-size: 1.5rem;
  display: block;
  padding: 10px;
}

.p-pager a:hover {
  color: #53567f;
}

.p-pager a.current {
  color: #080808;
}

.p-pager__prev {
  margin-right: 30px;
}

.p-pager__prev a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-size: 1.3rem;
  white-space: nowrap;
}

.p-pager__prev a:before {
  content: '\e905';
  font-family: 'icomoon' !important;
  speak: never;
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 3px;
}

.p-pager__list a {
  font-size: 13px;
  font-size: 1.3rem;
}

.p-pager__next {
  margin-left: 30px;
}

.p-pager__next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-size: 1.3rem;
  white-space: nowrap;
}

.p-pager__next a:after {
  content: '\e906';
  font-family: 'icomoon' !important;
  speak: never;
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 3px;
}

.p-para {
  font-weight: 700;
  line-height: 1.7;
  color: #080808;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.p-para.lh--15 {
  line-height: 1.5;
}

.p-para.lh--16 {
  line-height: 1.6;
}

.p-para.lh--17 {
  line-height: 1.7;
}

.p-para.lh--18 {
  line-height: 1.8;
}

.p-para.lh--19 {
  line-height: 1.9;
}

.p-para.lh--20 {
  line-height: 2;
}

.p-para.size--12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.p-para.size--13 {
  font-size: 13px;
  font-size: 1.3rem;
}

.p-para.size--14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.p-para.size--15 {
  font-size: 15px;
  font-size: 1.5rem;
}

.p-para.size--16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.p-para.size--17 {
  font-size: 17px;
  font-size: 1.7rem;
}

.p-para.size--18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.p-para.size--19 {
  font-size: 19px;
  font-size: 1.9rem;
}

.p-para.size--20 {
  font-size: 20px;
  font-size: 2rem;
}

.p-para.size--21 {
  font-size: 21px;
  font-size: 2.1rem;
}

.p-para.size--22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.p-para.size--23 {
  font-size: 23px;
  font-size: 2.3rem;
}

.p-para.size--24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.p-para.lh--15 {
  line-height: 1.5;
}

.p-para.lh--16 {
  line-height: 1.6;
}

.p-para.lh--17 {
  line-height: 1.7;
}

.p-para.lh--18 {
  line-height: 1.8;
}

.p-para.lh--19 {
  line-height: 1.9;
}

.p-para.lh--2 {
  line-height: 2;
}

.p-para.lh--21 {
  line-height: 2.1;
}

.p-para.lh--22 {
  line-height: 2.2;
}

.p-para.lh--23 {
  line-height: 2.3;
}

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

.p-para.align--left {
  text-align: left;
}

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

.p-para__name {
  margin-bottom: 24px;
}

.p-para__name span {
  display: block;
}

.p-para__name span:nth-child(1) {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 6px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.p-para__name span:nth-child(2) {
  font-size: 13px;
  font-size: 1.3rem;
}

.p-para__job {
  margin-bottom: 24px;
}

.p-para__job span {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
}

/* -------------------------------------------
  Project -
------------------------------------------- */
.p-postList {
  width: 100%;
}

.p-postList li {
  width: 100%;
}

.p-postList li:not(:nth-child(1)) {
  border-top: 1px solid #eaeaea;
}

.p-postList a {
  display: block;
  padding: 12px 5px;
}

.p-postList__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #909bae;
  border-bottom: 1px dotted #909bae;
  padding: 16px 0;
}

.p-postList__link:hover .p-postList__title {
  text-decoration: underline;
  color: #353751;
}

.p-postList__link div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-postList__link:after {
  content: '\e906';
  font-family: 'icomoon' !important;
  font-size: 14px;
  font-size: 1.4rem;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #080808;
  width: 30px;
  text-align: center;
}

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

.p-postList__data time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 13px;
  font-size: 1.3rem;
  color: #080808;
}

.p-postList__tag {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 10px;
  color: #53567f;
}

.p-postList__tag:before {
  content: '#';
  color: #53567f;
  margin-right: 3px;
}

.p-postList__title {
  font-size: 18px;
  font-size: 1.8rem;
  color: #080808;
  margin-top: 6px;
  margin-bottom: 6px;
}

.p-postList__title.list {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  max-height: calc(2 * 24px) !important;
  line-height: 24px !important;
}

.p-profile__prof {
  padding: 60px 30px 40px;
  position: relative;
}

.p-profile__prof:before {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background-color: #080808;
  position: absolute;
  top: 0;
  left: 40px;
}

.p-profile__block {
  margin-bottom: 36px;
}

.p-profile__head {
  font-family: 'Cinzel', serif;
  font-weight: 400;
  letter-spacing: -0.25px;
  letter-spacing: -.025rem;
  text-align: center;
  padding: 6px;
  margin-bottom: 24px;
}

.p-profile__caption {
  position: relative;
  padding-left: 50px;
  margin-left: -50px;
  margin-bottom: 12px;
  font-size: 18px;
  font-size: 1.8rem;
}

.p-profile__caption:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #080808;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-profile__img {
  width: 100%;
  padding-left: 10.6383%;
  padding-right: 10.6383%;
}

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

.p-profile__para {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  line-height: 2;
}

/* -------------------------------------------
  Project -
------------------------------------------- */
.p-table {
  width: 100%;
  background-color: #ffffff;
}

.p-table.table--contact th {
  padding: 12px 20px;
}

.p-table.table--contact td {
  padding: 15px;
}

.p-table tbody {
  width: 100%;
  border: 1px solid #90b9bb;
}

.p-table tr {
  width: 100%;
  border-bottom: 1px solid #90b9bb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-table tr:last-child {
  border-bottom: none;
}

.p-table th, .p-table td {
  font-size: 15px;
  font-size: 1.5rem;
  color: #080808;
}

.p-table th {
  width: 230px;
  min-width: 230px;
  font-weight: 700;
  text-align: left;
  padding: 12px 35px;
  border-right: 1px solid #90b9bb;
  background-color: #f2f2ed;
}

.p-table td {
  font-weight: 400;
  padding: 12px 12px 12px 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

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

.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;
}

.p-music-slider .swiper-button-prev,
.p-music-slider .swiper-container-rtl .swiper-button-next {
  left: 8%;
  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;
}

.p-music-slider .swiper-button-next,
.p-music-slider .swiper-container-rtl .swiper-button-prev {
  right: 8%;
  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: #fff;
}

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

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

.swiper-pagination {
  position: left;
  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(100px);
          transform: translateY(100px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

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

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

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: 1400px){
  /**/
  .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: 1170px){
  /**/
  .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){
  /**/
  .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){
  /**/
}

@media screen and (max-width: 768px){
  /**/
  .l-container.profile{
    padding-top: 60px;
  }
  .l-container.contrabass{
    padding-bottom: 60px;
  }
  .l-container__inner{
    padding-left: calc(max(40px, env( safe-area-inset-left )));
    padding-right: calc(max(40px, env( safe-area-inset-right )));
  }
  .l-footer{
    min-width: 320px;
  }
  .l-footer_inner{
    padding-left: calc(max(40px, env( safe-area-inset-left )));
    padding-right: calc(max(40px, env( safe-area-inset-right )));
  }
  .l-footer_inner{
    padding-top: 12px;
    padding-bottom: 44px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer_title{
    width: 100%;
  }
  .l-footer_title a{
    width: 130px;
    margin: 36px auto 36px;
  }
  .l-footer_col.col-1{
    margin-left: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
  }
  .l-footer_col.col-2{
    width: 100%;
  }
  .l-footer_nav ul{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer_nav li{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px dotted #1c1c1c;
  }
  .l-footer_nav a{
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1;
    position: relative;
  }
  .l-footer_nav a:before{
    display: none;
  }
  .l-footer_nav a:after{
    content: '\e906';
    font-family: 'icomoon' !important;
    font-size: 1.5rem;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .l-footer_cp.cp-1{
    display: none;
  }
  .l-footer_cp.cp-2{
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 9px;
  }
  .l-footer_caption{
    display: none;
  }
  .l-footer_sns{
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -2px;
  }
  .l-header{
    min-width: 320px;
  }
  .l-header_inner{
    padding-left: calc(max(40px, env( safe-area-inset-left )));
    padding-right: calc(max(40px, env( safe-area-inset-right )));
  }
  .l-header_inner{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .l-header_title{
    width: 110px;
  }
  .l-header_title{
    width: 280px;
  }
  .l-hero_inner{
    padding-left: calc(max(40px, env( safe-area-inset-left )));
    padding-right: calc(max(40px, env( safe-area-inset-right )));
  }
  .l-hero_title{
    font-size: 2.6rem;
  }
  .l-mv_text{
    width: 321px;
    left: -102px;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  .l-nav{
    display: none;
  }
  .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-breadcrumns_inner{
    padding-left: calc(max(40px, env( safe-area-inset-left )));
    padding-right: calc(max(40px, env( safe-area-inset-right )));
  }
  .p-faq dt span{
    font-size: 1.4rem;
  }
  .p-faq__a p{
    font-size: 1.4rem;
  }
  .p-head.type-a{
    font-size: 2.4rem;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .p-head.type-b{
    font-size: 1.9rem;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .p-music-intro p{
    font-size: 1.4rem;
  }
  .p-music-slider_slide{
    padding-top: 48.82812%;
  }
  .p-music-slider_icon{
    width: 80px;
  }
  .p-music-slider .swiper-button-prev:after,
  .p-music-slider .swiper-button-next:after{
    font-size: 2rem;
  }
  .p-profile__prof{
    padding: 40px 0 0;
  }
  .p-profile__prof:before{
    left: 0;
  }
  .p-profile__caption{
    font-size: 1.6rem;
  }
  .p-profile__para{
    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){
  /**/
  html.home .l-build:before{
    margin-top: 200px;
  }
  html.page .l-build:before{
    margin-top: 57px;
  }
  .l-container.home-movie{
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .l-container__inner{
    padding-left: calc(max(30px, env( safe-area-inset-left )));
    padding-right: calc(max(30px, env( safe-area-inset-right )));
  }
  .l-drawerMenu_nav a{
    font-size: 2rem;
    padding: 20px 30px;
  }
  .l-footer_inner{
    padding-left: calc(max(30px, env( safe-area-inset-left )));
    padding-right: calc(max(30px, env( safe-area-inset-right )));
  }
  .l-footer_inner{
    padding-top: 12px;
    padding-bottom: 34px;
  }
  .l-footer_title a{
    width: 124px;
  }
  .l-header_inner{
    padding-left: calc(max(30px, env( safe-area-inset-left )));
    padding-right: calc(max(30px, env( safe-area-inset-right )));
  }
  .l-header_inner{
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .l-hero_inner{
    padding-left: calc(max(30px, env( safe-area-inset-left )));
    padding-right: calc(max(30px, env( safe-area-inset-right )));
  }
  .l-hero_title{
    font-size: 2.1rem;
  }
  .l-menu{
    width: 6rem;
    height: 4rem;
  }
  .l-modal__container{
    margin: 24px 12px;
  }
  .l-modal__closeInner{
    right: 22px;
    top: 22px;
  }
  .l-modal__closeBtn{
    width: 32px;
    height: 32px;
  }
  .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-mv_img{
    padding-left: 0;
    padding-right: 30px;
  }
  .l-mv_text{
    width: 214px;
    left: 30px;
    -webkit-transform: translateY(78%);
            transform: translateY(78%);
  }
  .c-editor{
    font-size: 1.4rem;
  }
  .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-breadcrumns_inner{
    padding-left: calc(max(30px, env( safe-area-inset-left )));
    padding-right: calc(max(30px, env( safe-area-inset-right )));
  }
  .p-breadcrumns_list{
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .p-breadcrumns_item{
    font-size: 1.3rem;
    padding: 0;
  }
  .p-breadcrumns_item:after{
    font-size: 1.3rem;
  }
  .p-breadcrumns_link{
    font-size: 1.3rem;
  }
  .p-contact__btn{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 35px;
    padding-bottom: 55px;
  }
  .p-contact__btn .p-btn + .p-btn{
    margin-left: 0;
    margin-top: 10px;
  }
  .p-content_btn-wrap{
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .p-faq{
    padding: 20px 0;
  }
  .p-faq dt span{
    font-size: 1.3rem;
  }
  .p-faq dt:before{
    width: 24px;
    height: 24px;
    margin: 0px 14px 0 0;
    font-size: 1.2rem;
    padding: 6px;
  }
  .p-faq__a__content{
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .p-faq__a p{
    font-size: 1.3rem;
  }
  .p-faq__btn div{
    width: 16px;
  }
  .p-faq__img{
    width: 100%;
    margin-right: 0;
    float: inherit;
    margin-bottom: 12px;
  }
  .p-feedPost_col{
    margin-bottom: 60px;
  }
  .p-feedPost_col:nth-child(3){
    margin-bottom: 0;
  }
  .p-feedPost_item{
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .p-feedPost_time{
    font-size: 1.1rem;
  }
  .p-feedPost_title{
    font-size: 1.3rem;
  }
  .p-head.type-a{
    font-size: 2.2rem;
    margin-top: 26px;
    margin-bottom: 26px;
  }
  .p-head.type-b{
    font-size: 1.7rem;
    margin-top: 26px;
    margin-bottom: 26px;
  }
  .p-head.type-c ._jp{
    font-size: 1.6rem;
  }
  .p-head.type-c ._en{
    font-size: 1.3rem;
  }
  .p-info-article_title{
    font-size: 2rem;
  }
  .p-movie{
    padding-left: 0;
    padding-right: 0;
  }
  .p-music-intro_content{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-music-intro_col{
    width: 100%;
  }
  .p-music-intro_col:nth-child(1) p{
    padding-right: 0;
    padding-bottom: 20px;
    border-bottom: 1px dotted #53567f;
  }
  .p-music-intro_col:nth-child(2) p{
    padding-left: 0;
    padding-top: 20px;
  }
  .p-music-list_item{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-music-list dt{
    margin-bottom: 8px;
  }
  .p-music-list dd{
    padding-left: 2px;
  }
  .p-music-slider_slide{
    padding-top: 69.33333%;
  }
  .p-music-slider_icon{
    width: 50px;
  }
  .p-para.size--12{
    font-size: 1rem;
  }
  .p-para.size--13{
    font-size: 1.1rem;
  }
  .p-para.size--14{
    font-size: 1.2rem;
  }
  .p-para.size--15{
    font-size: 1.3rem;
  }
  .p-para.size--16{
    font-size: 1.4rem;
  }
  .p-para.size--17{
    font-size: 1.5rem;
  }
  .p-para.size--18{
    font-size: 1.6rem;
  }
  .p-para.size--19{
    font-size: 1.7rem;
  }
  .p-para.size--20{
    font-size: 1.8rem;
  }
  .p-para.size--21{
    font-size: 1.9rem;
  }
  .p-para.size--22{
    font-size: 2rem;
  }
  .p-para.size--23{
    font-size: 2.1rem;
  }
  .p-para.size--24{
    font-size: 2.2rem;
  }
  .p-postList__link:after{
    width: 20px;
  }
  .p-postList__title{
    font-size: 1.5rem;
  }
  .p-profile__prof:before{
    display: none;
  }
  .p-profile__caption{
    font-size: 1.5rem;
    padding-left: 30px;
    margin-left: 0;
  }
  .p-profile__caption:before{
    width: 20px;
  }
  .p-profile__para{
    font-size: 1.3rem;
  }
  .p-table.table--contact th{
    padding: 12px;
  }
  .p-table.table--contact td{
    padding: 12px;
  }
  .p-table tr{
    display: block;
  }
  .p-table th{
    width: 100%;
    display: block;
    border-right: none;
    border-bottom: 1px solid #90b9bb;
    text-align: left;
    padding: 9px 12px;
  }
  .p-table td{
    width: 100%;
    display: block;
    padding: 6px 12px 12px;
  }
  .swiper-pagination{
    text-align-last: left;
    position: absolute;
    bottom: 0 !important;
    left: 33px !important;
  }
  .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: 375px){
  /**/
  .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: 412px){
  /**/
  .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: 568px){
  /**/
  .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: 768px){
  /**/
  .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: 1024px){
  /**/
  .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: 1170px){
  /**/
  .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: 1400px){
  /**/
  .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 screen and (max-width: 568px) and (max-width: 568px){
  .p-faq__a:before{
    width: 24px;
    height: 24px;
    margin: 0px 14px 0 0;
    font-size: 1.2rem;
    padding: 6px;
  }
}

@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;
  }
}
