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

 アセット - 関数

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

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

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

 アセット - Mixin

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


/* アイコンフォント */
@font-face {
  font-family: "banana";
  src: url("../fonts/banana.eot?") format("eot"), url("../fonts/banana.woff2") format("woff2"), url("../fonts/banana.woff") format("woff");
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?lyapnu");
  src: url("../fonts/icomoon.eot?lyapnu#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?lyapnu") format("truetype"), url("../fonts/icomoon.woff?lyapnu") format("woff"), url("../fonts/icomoon.svg?lyapnu#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-pdf:before {
  content: "\ea19";
}

.icon-popup:before {
  content: "\ea18";
}

.icon-pin:before {
  content: "\ea17";
}

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

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

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

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

.icon-align-end:before {
  content: "\e904";
}

.icon-align-horizontal-centers:before {
  content: "\e905";
}

.icon-align-left:before {
  content: "\e906";
}

.icon-align-right:before {
  content: "\e907";
}

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

.icon-align-stretch:before {
  content: "\e909";
}

.icon-align-top:before {
  content: "\e90a";
}

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

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

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

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

.icon-arrow-bottom-left:before {
  content: "\e90f";
}

.icon-arrow-bottom-right:before {
  content: "\e910";
}

.icon-arrow-down:before {
  content: "\e911";
}

.icon-arrow-left:before {
  content: "\e912";
}

.icon-arrow-right:before {
  content: "\e913";
}

.icon-arrow-top-left:before {
  content: "\e914";
}

.icon-arrow-top-right:before {
  content: "\e915";
}

.icon-arrow-up:before {
  content: "\e916";
}

.icon-aspect-ratio:before {
  content: "\e917";
}

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

.icon-backpack:before {
  content: "\e919";
}

.icon-badge:before {
  content: "\e91a";
}

.icon-bar-chart:before {
  content: "\e91b";
}

.icon-bell:before {
  content: "\e91c";
}

.icon-blending-mode:before {
  content: "\e91d";
}

.icon-bookmark:before {
  content: "\e91e";
}

.icon-border-all:before {
  content: "\e91f";
}

.icon-border-bottom:before {
  content: "\e920";
}

.icon-border-dashed:before {
  content: "\e921";
}

.icon-border-dotted:before {
  content: "\e922";
}

.icon-border-left:before {
  content: "\e923";
}

.icon-border-none:before {
  content: "\e924";
}

.icon-border-right:before {
  content: "\e925";
}

.icon-border-solid:before {
  content: "\e926";
}

.icon-border-split:before {
  content: "\e927";
}

.icon-border-style:before {
  content: "\e928";
}

.icon-border-top:before {
  content: "\e929";
}

.icon-box-model:before {
  content: "\e92a";
}

.icon-box:before {
  content: "\e92b";
}

.icon-button:before {
  content: "\e92c";
}

.icon-calendar:before {
  content: "\e92d";
}

.icon-camera:before {
  content: "\e92e";
}

.icon-card-stack-minus:before {
  content: "\e92f";
}

.icon-card-stack-plus:before {
  content: "\e930";
}

.icon-card-stack:before {
  content: "\e931";
}

.icon-caret-down:before {
  content: "\e932";
}

.icon-caret-left:before {
  content: "\e933";
}

.icon-caret-right:before {
  content: "\e934";
}

.icon-caret-sort:before {
  content: "\e935";
}

.icon-caret-up:before {
  content: "\e936";
}

.icon-chat-bubble:before {
  content: "\e937";
}

.icon-check-circled:before {
  content: "\e938";
}

.icon-check:before {
  content: "\e939";
}

.icon-checkbox:before {
  content: "\e93a";
}

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

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

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

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

.icon-circle-backslash:before {
  content: "\e93f";
}

.icon-clock:before {
  content: "\e940";
}

.icon-code:before {
  content: "\e941";
}

.icon-columns:before {
  content: "\e942";
}

.icon-commit:before {
  content: "\e943";
}

.icon-component-1:before {
  content: "\e944";
}

.icon-component-2:before {
  content: "\e945";
}

.icon-component-boolean:before {
  content: "\e946";
}

.icon-component-instance:before {
  content: "\e947";
}

.icon-component-none:before {
  content: "\e948";
}

.icon-component-placeholder:before {
  content: "\e949";
}

.icon-container:before {
  content: "\e94a";
}

.icon-corner-bottom-left:before {
  content: "\e94b";
}

.icon-corner-bottom-right:before {
  content: "\e94c";
}

.icon-corner-top-left:before {
  content: "\e94d";
}

.icon-corner-top-right:before {
  content: "\e94e";
}

.icon-corners:before {
  content: "\e94f";
}

.icon-countdown-timer:before {
  content: "\e950";
}

.icon-counter-clockwise-clock:before {
  content: "\e951";
}

.icon-crop:before {
  content: "\e952";
}

.icon-cross-1:before {
  content: "\e953";
}

.icon-cross-2:before {
  content: "\e954";
}

.icon-cross-circled:before {
  content: "\e955";
}

.icon-crosshair-1:before {
  content: "\e956";
}

.icon-crosshair-2:before {
  content: "\e957";
}

.icon-crumpled-paper:before {
  content: "\e958";
}

.icon-cube:before {
  content: "\e959";
}

.icon-cursor-arrow:before {
  content: "\e95a";
}

.icon-cursor-text:before {
  content: "\e95b";
}

.icon-dashboard:before {
  content: "\e95c";
}

.icon-dimensions:before {
  content: "\e95d";
}

.icon-disc:before {
  content: "\e95e";
}

.icon-divider-horizontal:before {
  content: "\e95f";
}

.icon-divider-vertical:before {
  content: "\e960";
}

.icon-dot-solid:before {
  content: "\e961";
}

.icon-dot:before {
  content: "\e962";
}

.icon-dots-horizontal:before {
  content: "\e963";
}

.icon-dots-vertical:before {
  content: "\e964";
}

.icon-double-arrow-down:before {
  content: "\e965";
}

.icon-double-arrow-left:before {
  content: "\e966";
}

.icon-double-arrow-right:before {
  content: "\e967";
}

.icon-double-arrow-up:before {
  content: "\e968";
}

.icon-download:before {
  content: "\e969";
}

.icon-drag-handle-dots-1:before {
  content: "\e96a";
}

.icon-drag-handle-dots-2:before {
  content: "\e96b";
}

.icon-drag-handle-horizontal:before {
  content: "\e96c";
}

.icon-drag-handle-vertical:before {
  content: "\e96d";
}

.icon-drawing-pin-solid:before {
  content: "\e96e";
}

.icon-drawing-pin:before {
  content: "\e96f";
}

.icon-dropdown-menu:before {
  content: "\e970";
}

.icon-enter-full-screen:before {
  content: "\e971";
}

.icon-enter:before {
  content: "\e972";
}

.icon-envelope-closed:before {
  content: "\e973";
}

.icon-envelope-open:before {
  content: "\e974";
}

.icon-exclamation-triangle:before {
  content: "\e975";
}

.icon-exit-full-screen:before {
  content: "\e976";
}

.icon-exit:before {
  content: "\e977";
}

.icon-external-link:before {
  content: "\e978";
}

.icon-eye-closed:before {
  content: "\e979";
}

.icon-eye-open:before {
  content: "\e97a";
}

.icon-face:before {
  content: "\e97b";
}

.icon-figma-logo:before {
  content: "\e97c";
}

.icon-file-minus:before {
  content: "\e97d";
}

.icon-file-plus:before {
  content: "\e97e";
}

.icon-file-text:before {
  content: "\e97f";
}

.icon-file:before {
  content: "\e980";
}

.icon-font-bold:before {
  content: "\e981";
}

.icon-font-family:before {
  content: "\e982";
}

.icon-font-italic:before {
  content: "\e983";
}

.icon-font-roman:before {
  content: "\e984";
}

.icon-font-size:before {
  content: "\e985";
}

.icon-font-style:before {
  content: "\e986";
}

.icon-frame:before {
  content: "\e987";
}

.icon-framer-logo:before {
  content: "\e988";
}

.icon-gear:before {
  content: "\e989";
}

.icon-github-logo:before {
  content: "\e98a";
}

.icon-globe:before {
  content: "\e98b";
}

.icon-grid:before {
  content: "\e98c";
}

.icon-group:before {
  content: "\e98d";
}

.icon-half-1:before {
  content: "\e98e";
}

.icon-half-2:before {
  content: "\e98f";
}

.icon-hamburger-menu:before {
  content: "\e990";
}

.icon-hand:before {
  content: "\e991";
}

.icon-heading:before {
  content: "\e992";
}

.icon-height:before {
  content: "\e993";
}

.icon-home:before {
  content: "\e994";
}

.icon-iconjar-logo:before {
  content: "\e995";
}

.icon-id-card:before {
  content: "\e996";
}

.icon-image:before {
  content: "\e997";
}

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

.icon-input:before {
  content: "\e999";
}

.icon-justify-center:before {
  content: "\e99a";
}

.icon-justify-end:before {
  content: "\e99b";
}

.icon-justify-start:before {
  content: "\e99c";
}

.icon-justify-stretch:before {
  content: "\e99d";
}

.icon-lap-timer:before {
  content: "\e99e";
}

.icon-layers:before {
  content: "\e99f";
}

.icon-layout:before {
  content: "\e9a0";
}

.icon-letter-case-capitalize:before {
  content: "\e9a1";
}

.icon-letter-case-lowercase:before {
  content: "\e9a2";
}

.icon-letter-case-toggle:before {
  content: "\e9a3";
}

.icon-letter-case-uppercase:before {
  content: "\e9a4";
}

.icon-letter-spacing:before {
  content: "\e9a5";
}

.icon-lightning-bolt:before {
  content: "\e9a6";
}

.icon-line-height:before {
  content: "\e9a7";
}

.icon-link-1:before {
  content: "\e9a8";
}

.icon-link-2:before {
  content: "\e9a9";
}

.icon-link-break-1:before {
  content: "\e9aa";
}

.icon-link-break-2:before {
  content: "\e9ab";
}

.icon-link-none-1:before {
  content: "\e9ac";
}

.icon-link-none-2:before {
  content: "\e9ad";
}

.icon-list-bullet:before {
  content: "\e9ae";
}

.icon-lock-closed:before {
  content: "\e9af";
}

.icon-lock-open-1:before {
  content: "\e9b0";
}

.icon-lock-open-2:before {
  content: "\e9b1";
}

.icon-loop:before {
  content: "\e9b2";
}

.icon-magic-wand:before {
  content: "\e9b3";
}

.icon-magnifying-glass:before {
  content: "\e9b4";
}

.icon-margin:before {
  content: "\e9b5";
}

.icon-mask-off:before {
  content: "\e9b6";
}

.icon-mask-on:before {
  content: "\e9b7";
}

.icon-minus-circled:before {
  content: "\e9b8";
}

.icon-minus:before {
  content: "\e9b9";
}

.icon-mix:before {
  content: "\e9ba";
}

.icon-mixer-horizontal:before {
  content: "\e9bb";
}

.icon-mixer-vertical:before {
  content: "\e9bc";
}

.icon-modulz-logo:before {
  content: "\e9bd";
}

.icon-moon:before {
  content: "\e9be";
}

.icon-move:before {
  content: "\e9bf";
}

.icon-opacity:before {
  content: "\e9c0";
}

.icon-overline:before {
  content: "\e9c1";
}

.icon-padding:before {
  content: "\e9c2";
}

.icon-paper-plane:before {
  content: "\e9c3";
}

.icon-pause:before {
  content: "\e9c4";
}

.icon-pencil-1:before {
  content: "\e9c5";
}

.icon-pencil-2:before {
  content: "\e9c6";
}

.icon-person:before {
  content: "\e9c7";
}

.icon-pie-chart:before {
  content: "\e9c8";
}

.icon-pilcrow:before {
  content: "\e9c9";
}

.icon-pin-bottom:before {
  content: "\e9ca";
}

.icon-pin-left:before {
  content: "\e9cb";
}

.icon-pin-right:before {
  content: "\e9cc";
}

.icon-pin-top:before {
  content: "\e9cd";
}

.icon-play:before {
  content: "\e9ce";
}

.icon-plus-circled:before {
  content: "\e9cf";
}

.icon-plus:before {
  content: "\e9d0";
}

.icon-question-mark-circled:before {
  content: "\e9d1";
}

.icon-question-mark:before {
  content: "\e9d2";
}

.icon-quote:before {
  content: "\e9d3";
}

.icon-radiobutton:before {
  content: "\e9d4";
}

.icon-reader:before {
  content: "\e9d5";
}

.icon-reload:before {
  content: "\e9d6";
}

.icon-reset:before {
  content: "\e9d7";
}

.icon-resume:before {
  content: "\e9d8";
}

.icon-rocket:before {
  content: "\e9d9";
}

.icon-rotate-counter-clockwise:before {
  content: "\e9da";
}

.icon-rows:before {
  content: "\e9db";
}

.icon-section:before {
  content: "\e9dc";
}

.icon-sewing-pin-solid:before {
  content: "\e9dd";
}

.icon-sewing-pin:before {
  content: "\e9de";
}

.icon-shadow-none:before {
  content: "\e9df";
}

.icon-shadow:before {
  content: "\e9e0";
}

.icon-share-1:before {
  content: "\e9e1";
}

.icon-share-2:before {
  content: "\e9e2";
}

.icon-shuffle:before {
  content: "\e9e3";
}

.icon-size:before {
  content: "\e9e4";
}

.icon-sketch-logo:before {
  content: "\e9e5";
}

.icon-slash:before {
  content: "\e9e6";
}

.icon-slider:before {
  content: "\e9e7";
}

.icon-speaker-loud:before {
  content: "\e9e8";
}

.icon-speaker-moderate:before {
  content: "\e9e9";
}

.icon-speaker-off:before {
  content: "\e9ea";
}

.icon-speaker-quiet:before {
  content: "\e9eb";
}

.icon-square:before {
  content: "\e9ec";
}

.icon-stack:before {
  content: "\e9ed";
}

.icon-stitches-logo:before {
  content: "\e9ee";
}

.icon-stop:before {
  content: "\e9ef";
}

.icon-stopwatch:before {
  content: "\e9f0";
}

.icon-strikethrough:before {
  content: "\e9f1";
}

.icon-sun:before {
  content: "\e9f2";
}

.icon-switch:before {
  content: "\e9f3";
}

.icon-symbol:before {
  content: "\e9f4";
}

.icon-table:before {
  content: "\e9f5";
}

.icon-target:before {
  content: "\e9f6";
}

.icon-text-align-center:before {
  content: "\e9f7";
}

.icon-text-align-justify:before {
  content: "\e9f8";
}

.icon-text-align-left:before {
  content: "\e9f9";
}

.icon-text-align-right:before {
  content: "\e9fa";
}

.icon-text:before {
  content: "\e9fb";
}

.icon-thick-arrow-down:before {
  content: "\e9fc";
}

.icon-thick-arrow-left:before {
  content: "\e9fd";
}

.icon-thick-arrow-right:before {
  content: "\e9fe";
}

.icon-thick-arrow-up:before {
  content: "\e9ff";
}

.icon-timer:before {
  content: "\ea00";
}

.icon-tokens:before {
  content: "\ea01";
}

.icon-track-next:before {
  content: "\ea02";
}

.icon-track-previous:before {
  content: "\ea03";
}

.icon-trash:before {
  content: "\ea04";
}

.icon-triangle-down:before {
  content: "\ea05";
}

.icon-triangle-left:before {
  content: "\ea06";
}

.icon-triangle-right:before {
  content: "\ea07";
}

.icon-triangle-up:before {
  content: "\ea08";
}

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

.icon-underline:before {
  content: "\ea0a";
}

.icon-update:before {
  content: "\ea0b";
}

.icon-upload:before {
  content: "\ea0c";
}

.icon-value-none:before {
  content: "\ea0d";
}

.icon-value:before {
  content: "\ea0e";
}

.icon-video:before {
  content: "\ea0f";
}

.icon-view-grid:before {
  content: "\ea10";
}

.icon-view-horizontal:before {
  content: "\ea11";
}

.icon-view-none:before {
  content: "\ea12";
}

.icon-view-vertical:before {
  content: "\ea13";
}

.icon-width:before {
  content: "\ea14";
}

.icon-zoom-in:before {
  content: "\ea15";
}

.icon-zoom-out:before {
  content: "\ea16";
}

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

a:hover {
  text-decoration: underline;
}

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

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

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

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

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

table {
  border-collapse: collapse;
}

caption {
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

独自の初期化スタイル

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

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

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

body {
  height: 100%;
  text-align: left;
  color: #000000;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "YakuHanJP", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", YuMinchoM_F, YuMincho, "游明朝", "HG明朝E", serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

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: #64b4ff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

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

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

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: #560c1b;
  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以上 デフォルト矢印を消す */
}

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

.l-about {
  width: 100%;
  min-width: 1024px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 70px;
}

.l-about_head {
  width: 100%;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}

.l-about_body {
  width: 100%;
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}

.l-about_ttl {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  color: #000000;
  margin-bottom: 34px;
}

.l-about_para {
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
  color: #000000;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 2px;
  letter-spacing: .2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.l-about_para span.lg {
  font-size: 18px;
  font-size: 1.8rem;
}

/* //////////////////////////////////////////
 # Layout
////////////////////////////////////////// */
.l-card {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
}

.l-card.p--merit {
  padding-top: 0;
  padding-bottom: 90px;
}

.l-card.p-tb--24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

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

.l-card.bg-t--red:after {
  content: '';
  display: block;
  width: 100%;
  height: 425px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}

.l-card.bg-t--gray:after {
  content: '';
  display: block;
  width: 100%;
  height: 425px;
  background-color: #f4f4f4;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}

.l-card.bg-t--white:after {
  content: '';
  display: block;
  width: 100%;
  height: 200px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}

.l-card.bg--gray.bg-t--red:after {
  z-index: 0;
}

.l-card.bg--gray.bg-t--red > [class^="l-content"] {
  position: relative;
  z-index: 1;
}

.l-card.bg--gray.bg-t--white:after {
  z-index: 0;
}

.l-card.bg--gray.bg-t--white > [class^="l-content"] {
  position: relative;
  z-index: 1;
}

.l-card.bg--red.bg-t--gray:after {
  z-index: 0;
}

.l-card.bg--red.bg-t--gray > [class^="l-content"] {
  position: relative;
  z-index: 1;
}

.l-card__inner {
  max-width: 1170px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 15px;
}

/* //////////////////////////////////////////
 # l-content
////////////////////////////////////////// */
.l-content {
  width: 100%;
  min-width: 1024px;
  position: relative;
  text-align: center;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.l-content.-sampleContent {
  height: 2800px;
}

.l-content.-sampleContent .l-content_outer {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-content_outer {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #4fd539;
  color: #ffffff;
  border: 3px solid #ffffff;
  outline: 7px solid #4fd539;
  border-radius: 3px;
}

.l-content_inner {
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.l-content_ttl {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  font-size: clamp(22px, 2vw, 30px);
  font-size: clamp(2.2rem, 2vw, 3rem);
  color: #ffffff;
  margin-bottom: 24px;
  font-family: 'banana';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.l-content_para {
  text-align: left;
  font-size: 19px;
  font-size: 1.9rem;
  font-size: clamp(14px, 1.26667vw, 19px);
  font-size: clamp(1.4rem, 1.26667vw, 1.9rem);
  color: #ffffff;
  line-height: 2;
}

.l-detailPanel {
  width: 100%;
  width: 100%;
  min-width: 1024px;
  position: relative;
  margin-bottom: 70px;
  text-align: center;
}

.l-detailPanel_inner {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 36px;
  padding-bottom: 42px;
  background-color: black;
  color: #ffffff;
  border: 2px solid #560c1b;
  border-radius: 12px;
  box-shadow: 0 0 0 5px black, 0px 8px 35px 0px rgba(0, 0, 0, 0.65);
  margin-top: -20px;
}

.l-detailPanel_title {
  color: #ffffff;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
}

.l-detailPanel_title:before, .l-detailPanel_title:after {
  content: '';
  width: 2px;
  height: 24px;
  border-radius: 10px;
  display: inline-block;
  background-color: #ffffff;
  position: relative;
  top: 3px;
}

.l-detailPanel_title:before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  margin-right: 20px;
}

.l-detailPanel_title:after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  margin-left: 20px;
}

.l-detailPanel_priceWrapper {
  margin-bottom: 24px;
}

.l-detailPanel_price {
  font-size: 15px;
  font-size: 1.5rem;
  color: #ffffff;
}

.l-detailPanel_price + .l-detailPanel_price {
  margin-top: 8px;
}

.l-detailPanel_price span {
  display: inline-block;
  font-size: 30px !important;
  font-size: 3rem !important;
  line-height: 1;
  position: relative;
  bottom: -3px;
  margin-right: 3px;
}

.l-detailPanel_price ._plan {
  display: block;
  background-color: rgba(72, 36, 14, 0.1);
  text-align: center;
  color: #ffffff;
  font-size: 15px !important;
  font-size: 1.5rem !important;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 12px;
  border-radius: 6px;
}

.l-detailPanel_notes {
  margin-top: 12px;
  text-align: center;
  line-height: 1.3;
  padding-top: 6px;
}

.l-detailPanel_notes span {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
}

.l-detailPanel.content--detailPanel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-detailPanel__img {
  width: 100%;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.l-detailPanel__img img {
  width: 100%;
}

.l-footer {
  width: 100%;
  min-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0 0;
  text-align: center;
}

.l-footer__logo {
  width: 300px;
  margin: 10px auto 50px;
}

.l-footer__logo img {
  width: 100%;
}

.l-footer_cp {
  width: 100%;
  display: block;
  min-width: 1024px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.l-footer_cp_inner {
  width: 100%;
  font-size: 14px;
  display: block;
  color: #ffffff;
  background-color: #000000;
  text-align: center;
  padding: 20px 30px;
}

/* //////////////////////////////////////////
 # Layout フッターナビ
////////////////////////////////////////// */
.l-footerNav {
  width: 100%;
  text-align: center;
  margin-bottom: 48px;
}

.l-footerNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-footerNav__item + .l-footerNav__item:before {
  content: '|';
  display: inline-block;
  margin: 0 20px;
  color: #000000;
}

.l-footerNav__link {
  display: inline-block;
  font-size: 14px;
  color: #000000;
}

.l-header {
  width: 100%;
  min-width: 1024px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.l-header_inner {
  width: 1024px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  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;
}

.l-header_ttl {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header_ttl.-w-100p {
  width: 100%;
}

.l-header_ttl img {
  width: 350px;
}

/* //////////////////////////////////////////
 # Layout
////////////////////////////////////////// */
.l-hero {
  width: 100%;
  min-width: 320px;
  overflow: hidden;
  position: relative;
}

.l-hero__title {
  text-align: center;
  padding: 66px 15px 0;
  position: relative;
}

.l-hero__text {
  display: block;
  color: #000000;
}

.l-hero__text.text--en {
  line-height: 1;
  letter-spacing: 9px;
  letter-spacing: .9rem;
  font-weight: 400;
  font-size: 40px;
  margin-bottom: 12px;
}

.l-hero__text.text--jp {
  font-size: 24px;
  font-size: 2.4rem;
  color: #000000;
  display: inline-block;
}

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

 # Layout
 - 疑似ローディングアニメーション

 jsと連携
 htmlに .complete が付与されたら発火
 アニメーション自体はcssのtransition

////////////////////////////////////////// */
.l-loading {
  width: 100%;
  background-color: #ffffff;
  position: relative;
  display: block;
  overflow: hidden;
  background-size: cover;
  background-position: 50%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  
  visibility: visible;
  z-index: 999;
  -webkit-transition: all .1s;
  transition: all .1s;
}

.l-loading__inner {
  display: block;
  text-align: center;
  position: absolute;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 15px;
  font-size: 1.5rem;
  color: #560c1b;
  font-weight: 600;
  line-height: 1;
}

.l-loading__bar {
  display: block;
  width: 150px;
  height: 2px;
  background-color: rgba(86, 12, 27, 0.2);
  margin-top: 20px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.l-loading__bar:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #560c1b;
  -webkit-transition: width 1s cubic-bezier(1, 0, 0, 1) 0s;
  transition: width 1s cubic-bezier(1, 0, 0, 1) 0s;
}

html:not(.complete) .l-loading__bar:before {
  width: 0;
}

html.complete.start .l-loading {
  opacity: 0;
  
  visibility: hidden;
  z-index: -9999;
}

/* //////////////////////////////////////////
 # Layout
////////////////////////////////////////// */
.l-login {
  width: 100%;
  height: 100%;
  background: url("../images/bg-image.svg") center center/cover no-repeat;
  padding: 30px 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;
}

.l-login__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1080px;
  padding: 20px 45px;
  position: relative;
}

.l-login__header {
  width: 50%;
}

.l-login__logo {
  width: 76.76768%;
  margin-bottom: 80px;
}

.l-login__content {
  width: 50%;
  padding-left: 45px;
}

.l-login__footer {
  color: #ffffff;
}

.l-login__footer--sp {
  display: none;
  text-align: center;
  margin: 48px 0 30px;
}

/* //////////////////////////////////////////
 # Layout
////////////////////////////////////////// */
.l-main {
  width: 100%;
}

.l-menu {
  width: 100%;
  height: 100vh;
  padding: 0;
  position: fixed;
  top: 58px;
  left: 0;
  z-index: 99;
  background: #560c1b;
  border-top: 1px solid #73ce66;
  display: none;
}

html.menu-open .l-menu {
  display: block;
}

.l-menu_body {
  height: calc(100vh - 54px);
  overflow: auto;
}

.l-menu_item {
  border-bottom: 1px solid #73ce66;
}

.l-menu_link {
  width: 100%;
  display: block;
  position: relative;
  color: #ffffff;
  padding: 12px 24px 12px 12px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
}

.l-menu_link:not(span):before {
  content: '\e934';
  font-family: 'icomoon' !important;
  color: #ffffff;
  font-size: 15px;
  font-size: 1.5rem;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: .6;
  
}

.l-menu_child {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

.l-menu_child li {
  border-top: 1px solid #73ce66;
}

.l-menu_child a {
  width: 100%;
  display: block;
  position: relative;
  padding: 9px 24px 9px 12px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000000;
}

.l-menu_child a:before {
  content: '\e934';
  font-family: 'icomoon' !important;
  color: #909bae;
  font-size: 15px;
  font-size: 1.5rem;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-menu_bottom {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 100px;
}

/* //////////////////////////////////////////
 # Layout - menuIcon
////////////////////////////////////////// */
.l-menuIconWrapper {
  width: 50px;
  height: 50px;
  background-color: transparent;
  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;
  -webkit-transition: box-shadow .25s ease-in, background-color .25s liner;
  transition: box-shadow .25s ease-in, background-color .25s liner;
  position: fixed;
  top: 13px;
  right: 12px;
  z-index: 9900;
  background-color: #560c1b;
  display: none;
}

.l-menuIcon {
  position: relative;
  width: 23px;
  height: 18px;
  cursor: pointer;
}

.l-menuIcon, .l-menuIcon span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  box-sizing: border-box;
}

.l-menuIcon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 4px;
}

.l-menuIcon span:nth-child(1) {
  top: 0;
  -webkit-animation: border01 .55s forwards;
          animation: border01 .55s forwards;
}

.l-menuIcon span:nth-child(2) {
  top: 8px;
  -webkit-transition: all .05s .05s;
  transition: all .05s .05s;
  opacity: 1;
  
}

.l-menuIcon span:nth-child(3) {
  bottom: 0;
  -webkit-animation: border03 .55s forwards;
          animation: border03 .55s forwards;
}

.l-menuIcon.active span:nth-child(1) {
  -webkit-animation: active-border01 .55s forwards;
          animation: active-border01 .55s forwards;
}

.l-menuIcon.active span:nth-child(2) {
  opacity: 0;
  
}

.l-menuIcon.active span:nth-child(3) {
  -webkit-animation: active-border03 .55s forwards;
          animation: active-border03 .55s forwards;
}

@-webkit-keyframes border01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@keyframes border01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes border03 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@keyframes border03 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes active-border01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}

@keyframes active-border01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}

@-webkit-keyframes active-border03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}

@keyframes active-border03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}

/* //////////////////////////////////////////
 # Layout
////////////////////////////////////////// */
.l-modal {
  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;
  background-origin: 0;
  width: 100%;
  min-height: 100vh;
  opacity: 0;
  
  visibility: hidden;
}

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

.l-modal__container {
  width: 530px;
  background: #ffffff;
  border-radius: 16px;
  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;
  -webkit-transform: scale(0.7, 0.7);
          transform: scale(0.7, 0.7);
  opacity: 0;
  
  visibility: hidden;
  -webkit-transition: all 0.2s cubic-bezier(0.05, 1.28, 0.91, 1.1);
  transition: all 0.2s cubic-bezier(0.05, 1.28, 0.91, 1.1);
}

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

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

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

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

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

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

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

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

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

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

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

.l-modal_btnWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-modal__notes {
  text-align: left;
  line-height: 1.5;
  opacity: .6;
  
  margin-top: 17px;
  font-size: 11px;
  font-size: 1.1rem;
}

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

html:not(.home) .l-mv {
  display: none;
}

.l-mv {
  width: 100%;
  min-width: 1024px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0;
  padding-bottom: 0px;
}

.l-mv_outer {
  width: 100%;
  max-width: 1164px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.l-mv_header {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

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

.l-mv_inner:before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-top: 62.5%;
  background-color: gray;
}

.l-mv_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.l-mv_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.l-nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: auto;
  padding-left: 50px;
}

.l-nav_list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.l-nav_link {
  display: block;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 12px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.l-nav_link:hover {
  text-decoration: none;
  color: #560c1b;
}

/* //////////////////////////////////////////
 # Layout
////////////////////////////////////////// */
.l-sub {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  background: #37404f;
  width: 240px;
  height: 100%;
  -webkit-transition: all .25s ease-in-out 0s;
  transition: all .25s ease-in-out 0s;
  overflow-y: scroll;
}

/* //////////////////////////////////////////
 # Layout
 - レイアウト調整
////////////////////////////////////////// */
.l-trigger {
  width: 70px;
  height: 64px;
  border-radius: 0;
  background-color: #ffffff;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  top: 0px;
  left: 0px;
  background-color: transparent;
  background-color: gray;
}

.l-trigger__state:checked ~ .l-build .l-sub {
  width: 70px;
}

.l-trigger__state:checked ~ .l-build .l-nav__text {
  display: none !important;
}

.l-trigger__state:checked ~ .l-build .l-nav__text:hover {
  display: block;
}

.l-trigger__state:checked ~ .l-build .l-nav__label {
  display: none !important;
}

.l-trigger__state:checked ~ .l-build .l-nav__icon {
  -ms-flex-preferred-size: 70px;
      flex-basis: 70px;
}

.l-trigger__state:checked ~ .l-build .l-nav__item {
  padding: 12px 0;
}

.l-trigger__state:checked ~ .l-build .l-nav__item:hover .l-nav__text {
  display: block !important;
  position: absolute;
  width: 180px;
  left: 70px;
  margin-left: -3px;
  padding: 12px 5px 12px 20px;
  background-color: inherit;
}

.l-trigger__line {
  margin: 12px 0;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 25px;
  height: 2px;
  background-color: #560c1b;
  -webkit-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.l-trigger__line:before, .l-trigger__line:after {
  content: " ";
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: inherit;
  left: 0;
  -webkit-transition: top 0.4s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: top 0.4s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), top 0.4s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), top 0.4s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.l-trigger__line:before {
  top: -8px;
}

.l-trigger__line:after {
  top: 8px;
}

/* //////////////////////////////////////////
 # Layout
 - レイアウト調整
////////////////////////////////////////// */
.c-menu-btn {
  width: 45px;
  height: 45px;
  position: fixed;
  top: 25px;
  right: 20px;
  cursor: pointer;
  z-index: 21;
  mix-blend-mode: exclusion;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tippy-content {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* -------------------------------------------
  Project
------------------------------------------- */
.p-btn {
  max-width: 100%;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  background: #560c1b;
  padding: 12px 30px;
  border-radius: 100px;
  line-height: 1;
}

.p-btn.p-btn--lg {
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  padding: 16px 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: box-shadow .25s ease;
  transition: box-shadow .25s ease;
}

.p-btn.p-btn--lg:hover {
  box-shadow: 0px 8px 18px 0px rgba(7, 62, 148, 0.5);
}

.p-btn.p-btn--join {
  width: 100%;
  max-width: 400px;
  padding: 20px 70px;
  color: #ffffff;
  background: #560c1b;
  display: block;
  border-radius: 12px;
  -webkit-transition: all .2s;
  transition: all .2s;
  font-size: 18px;
  font-size: 1.8rem;
  box-shadow: 0px 8px 18px 0px rgba(128, 69, 46, 0.3);
}

.p-btn.p-btn--join:hover {
  text-decoration: none;
  box-shadow: 0 0 0;
}

.p-btn.p-btn--line {
  color: white;
  padding: 20px 70px;
  background: #00b900;
  display: block;
  border-radius: 5px;
  -webkit-transition: box-shadow .25s ease-out;
  transition: box-shadow .25s ease-out;
}

.p-btn.p-btn--line:hover {
  text-decoration: none;
  box-shadow: 0px 8px 18px 0px rgba(7, 62, 148, 0.5);
}

.p-btn.p-btn--line.p-btn--friend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 24px;
  font-size: 16px;
}

.p-btn.p-btn--line.p-btn--friend img {
  width: 46px;
  margin-right: 2px;
  margin-left: -6px;
}

/* -------------------------------------------
  Project - p-card
------------------------------------------- */
.p-card {
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 66px;
  background-color: #ffffff;
  border-radius: 16px;
  border: 4px solid #560c1b;
}

.p-card__itemImg {
  height: 0;
  padding-top: 100%;
  background: #cfd4dc;
  background: url("../images/dummy-pic.png") center center no-repeat;
  background-size: cover;
  position: relative;
}

.p-card__itemImg.img--01 {
  background: url("../images/img-card-01@2x.png") center center no-repeat;
  background-size: cover;
}

.p-card__itemImg.img--02 {
  background: url("../images/img-card-02@2x.png") center center no-repeat;
  background-size: cover;
}

.p-card__itemImg.img--03 {
  background: url("../images/img-card-03@2x.png") center center no-repeat;
  background-size: cover;
}

.p-card__itemImg.img--04 {
  background: url("../images/img-card-04@2x.png") center center no-repeat;
  background-size: cover;
}

.p-card__itemImg:before {
  content: '';
  width: 2px;
  height: 60px;
  background-color: #560c1b;
  position: absolute;
  bottom: -30px;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  z-index: 10;
}

.p-card__itemImg.itemImage--odd:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-card__itemImg.itemImage--even:before {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}

.p-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-card__plan {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background-color: rgba(86, 12, 27, 0.1);
  color: #560c1b;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 6px;
  margin: 24px 0 20px;
}

.p-card__itemContent {
  padding: 24px 140px;
  text-align: left;
}

.p-card__itemHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-card__itemHead p {
  line-height: 1.8;
}

.p-card__label {
  margin-bottom: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8px;
}

.p-card__label p {
  font-weight: 700;
  font-size: 16px;
  color: #560c1b;
}

.p-card__itemIcon {
  width: 80px;
  height: 80px;
  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;
  background-color: #560c1b;
  border-radius: 12px;
  margin-right: 0;
  margin-bottom: 6px;
}

.p-card__itemIcon [class^="c-icon-"] {
  width: 53px;
  height: 42px;
  fill: #ffffff;
}

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

.p-card__number {
  display: block;
  color: #560c1b;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 6px;
}

.p-card__ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000000;
  padding: 6px 12px;
  background-color: rgba(86, 12, 27, 0.1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.p-card__caption {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.p-card__text {
  color: #000000;
  line-height: 2;
  font-size: 14px;
  letter-spacing: 1px;
  letter-spacing: .1rem;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.p-card__text span {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
}

.p-card__link {
  font-size: 14px;
}

.p-card__dotted {
  width: 100%;
  height: 10px;
  margin: 70px 0 140px;
  background: 9px 0 #fff;
  background-image: none;
  background-size: auto;
  background-image: -webkit-radial-gradient(#560c1b 20%, transparent 0);
  background-image: radial-gradient(#560c1b 20%, transparent 0);
  background-size: 9px 9px;
}

.p-card__subject {
  padding: 24px 24px 30px;
  border: 1px solid #560c1b;
  border-radius: 12px;
}

/* -------------------------------------------
  Project
------------------------------------------- */
.p-content {
  width: 630px;
  width: 600px;
  margin: 0 auto;
  padding: 70px 110px;
  border-radius: 16px;
  background: url("../images/bg-opening.png") top 30px center no-repeat;
  background-size: 90%;
  background-color: #ffffff;
  box-shadow: 0px 8px 35px 0px rgba(143, 157, 169, 0.65);
}

.p-content img {
  width: 84%;
}

.p-content__inner {
  max-width: 1170px;
  margin: 0 auto;
}

.p-content.content--document {
  width: 100%;
  max-width: 860px;
  background: white;
  text-align: left;
  padding: 30px;
  box-shadow: none;
}

.p-dotted {
  width: 100%;
  min-width: 1024px;
  padding-left: 30px;
  padding-right: 30px;
}

.p-dotted_inner {
  width: 100%;
  max-width: 960px;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  background: 9px 0 #fff;
  background-image: none;
  background-size: auto;
  background-image: -webkit-radial-gradient(#560c1b 20%, transparent 0);
  background-image: radial-gradient(#560c1b 20%, transparent 0);
  background-size: 9px 9px;
}

.p-feature__title {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 12px;
  margin-bottom: 12px;
}

.p-feature__text {
  color: #000000;
  line-height: 2;
  font-size: 14px;
  letter-spacing: 1px;
  letter-spacing: .1rem;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.p-feature__img div {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}

/* -------------------------------------------
  Project - p-flow
------------------------------------------- */
.p-flow {
  max-width: 900px;
  max-width: 83%;
  margin: 0 auto;
}

.p-flow__item {
  position: relative;
  border-radius: 16px;
  border-top: 4px solid #000000;
  border-bottom: 4px solid #000000;
  border-left: 4px solid #000000;
  border-right: 4px solid #000000;
  background-color: #ffffff;
  box-shadow: 0px 8px 35px 0px rgba(143, 157, 169, 0.65);
  padding: 60px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-flow__item + .p-flow__item {
  margin-top: 50px;
}

.p-flow__item:before {
  content: '';
  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: 90px;
  height: 90px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-weight: bold;
  position: absolute;
  left: -45px;
  top: -34px;
  font-size: 15px;
}

.p-flow__item:nth-child(1):before {
  content: 'STEP 1';
}

.p-flow__item:nth-child(2):before {
  content: 'STEP 2';
}

.p-flow__item:nth-child(3):before {
  content: 'STEP 3';
}

.p-flow__item:nth-child(4):before {
  content: 'STEP 4';
}

.p-flow__item:nth-child(5):before {
  content: 'STEP 5';
}

.p-flow__item:after {
  content: '';
  display: block;
  border-top: 18px solid #014099;
  border-right: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid transparent;
  position: absolute;
  bottom: -54px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}

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

.p-flow__img {
  text-align: center;
  overflow: hidden;
  border-radius: 16px 0 0 16px;
  position: relative;
  margin-bottom: 6px;
  left: 20px;
  width: 40%;
}

.p-flow__img img {
  max-width: 170px;
}

.p-flow__content {
  width: 60%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-flow__title {
  font-weight: 700;
  color: #000000;
  font-size: 20px;
  padding: 12px 0;
  text-align: left;
}

.p-flow__text {
  font-size: 16px;
  color: #000000;
  text-align: left;
  word-break: normal;
  line-break: normal;
}

.p-flow__text ul {
  margin-left: 10px;
  margin-top: 17px;
}

.p-flow__text li {
  margin-bottom: 6px;
}

.p-flow__text li:before {
  content: '●';
  display: inline-block;
  font-size: 10px;
  color: #000000;
  position: relative;
  left: -9px;
  margin-right: -3px;
}

.p-flow span {
  font-size: 14px;
}

/* -------------------------------------------
  Project
------------------------------------------- */
.p-form + .p-form {
  margin-top: 2em;
}

.p-form__caption {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  color: #000000;
  margin-bottom: 5px;
  margin-bottom: .5rem;
}

.p-form__content.p-form--x2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-form__content.p-form--x2 input[type="text"] {
  width: 50%;
}

.p-form__content.p-form--x2 input[type="text"]:nth-child(odd) {
  border-radius: 6px 0 0 6px;
}

.p-form__content.p-form--x2 input[type="text"]:nth-child(odd):not(:focus) {
  margin-right: -1px;
}

.p-form__content.p-form--x2 input[type="text"]:nth-child(even) {
  border-radius: 0 6px 6px 0;
}

/* -------------------------------------------
  Project - header-logo
  なるべくリロード時のガタツキを防ぐ
------------------------------------------- */
.p-header-logo {
  width: 200px;
}

/* -------------------------------------------
  Project - p-heading
------------------------------------------- */
.p-heading {
  margin-top: 0;
  margin-bottom: 32px;
  text-align: center;
  position: relative;
  position: relative;
}

.p-heading.heading--message {
  margin-bottom: 24px;
}

.p-heading__en {
  display: inline-block;
  margin-bottom: 5px;
  padding-bottom: 3px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: .25em;
  line-height: 1;
  color: #560c1b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.p-heading__jp {
  display: block;
  color: #000000;
  padding-bottom: 4px;
  line-height: 1;
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: -5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* -------------------------------------------
  Project - fontawesome
  なるべくリロード時のガタツキを防ぐ
------------------------------------------- */
.p-hero {
  height: 360px;
  background-image: url("../images/bg-image.svg");
  background-size: cover;
  background-position: center center;
}

/* -------------------------------------------
  Project
------------------------------------------- */
.p-login {
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0px 0px 25px 0px rgba(55, 64, 79, 0.6);
  padding: 20px 70px 75px;
}

.p-login__title {
  font-size: 24px;
  font-weight: 400;
  margin: 36px 0;
  text-align: center;
  color: #000000;
}

.p-login__label {
  position: relative;
  margin: auto;
  width: 100%;
}

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

.p-login__label .placeholder {
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 15px;
  color: #909bae;
  font-weight: 500;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.p-login__label .border {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #560c1b;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.p-login__label input[type="text"], .p-login__label input[type="email"], .p-login__label input[type="password"] {
  -webkit-appearance: none;
  width: 100%;
  border: 0;
  font-family: inherit;
  padding: 0;
  height: 44px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 2px solid #b0b8c5;
  background: none;
  border-radius: 0;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}

.p-login__label input[type="text"]:not(:placeholder-shown) + span, .p-login__label input[type="email"]:not(:placeholder-shown) + span, .p-login__label input[type="password"]:not(:placeholder-shown) + span {
  -webkit-transform: translateY(-16px) scale(0.75);
          transform: translateY(-16px) scale(0.75);
}

.p-login__label input[type="text"]:focus, .p-login__label input[type="email"]:focus, .p-login__label input[type="password"]:focus {
  background: none;
  border-color: transparent;
  outline: none;
  box-shadow: none;
}

.p-login__label input[type="text"]:focus ~ .placeholder, .p-login__label input[type="email"]:focus ~ .placeholder, .p-login__label input[type="password"]:focus ~ .placeholder {
  color: #560c1b;
  -webkit-transform: translateY(-16px) scale(0.75);
          transform: translateY(-16px) scale(0.75);
}

.p-login__label input[type="text"]:focus ~ .border, .p-login__label input[type="email"]:focus ~ .border, .p-login__label input[type="password"]:focus ~ .border {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.p-login__label input[type="text"].not-valid, .p-login__label input[type="email"].not-valid, .p-login__label input[type="password"].not-valid {
  border-color: transparent;
}

.p-login__label input[type="text"].not-valid:focus, .p-login__label input[type="email"].not-valid:focus, .p-login__label input[type="password"].not-valid:focus {
  box-shadow: 0;
}

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

.p-login__label.p-login--checkbox span {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}

.p-login__label input[type="checkbox"] {
  cursor: pointer;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #b0b8c5;
  margin-right: 6px;
  background-color: transparent;
  outline: none;
  box-sizing: border-box;
  border-radius: 0 !important;
  outline: none;
}

.p-login__label input[type="checkbox"]:checked {
  background-color: #560c1b;
}

.p-login__forgot {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  margin-top: 36px;
}

/* -------------------------------------------
  Project - loginuser
------------------------------------------- */
/* -------------------------------------------
  Project - p-movie
------------------------------------------- */
.p-movie {
  padding: 0px 24px 30px;
}

.p-movie__inner {
  width: 82vw;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.p-movie__link {
  display: inline-block;
  overflow: hidden;
  border: 10px solid #ffffff;
  border-radius: 20px;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.2);
}

.p-movie__link:hover {
  text-decoration: none;
  opacity: .7;
  
}

/* -------------------------------------------
  Project - paragraph
------------------------------------------- */
.p-document.document--section {
  padding: 24px 0;
}

.p-document.document--section + .p-document.document--section {
  border-top: 1px dotted #560c1b;
}

.p-document.document--wrapper {
  margin: 24px 0;
}

.p-paragraph {
  color: #000000;
  font-size: 15px;
  margin: 12px 0;
  text-justify: inter-ideograph;
  line-height: 1.7;
}

.p-paragraph.paragraph--title {
  text-align: center;
  font-size: 20px;
  margin: 16px 0;
}

.p-paragraph.paragraph--caption {
  font-size: 18px;
  margin: 6px 0;
}

.p-paragraph.paragraph--ul li {
  margin: 12px 0;
}

.p-paragraph.paragraph--ol {
  counter-reset: item;
}

.p-paragraph.paragraph--ol li {
  margin: 12px 0;
}

.p-paragraph.paragraph--ol li span {
  display: inline-block;
  margin: 12px 0;
}

.p-paragraph.paragraph--ol.ol--number1 li {
  margin-left: 15px;
}

.p-paragraph.paragraph--ol.ol--number1 li:before {
  counter-increment: item;
  content: counter(item) ".";
  margin-left: -15px;
  margin-right: 3px;
  display: inline-block;
}

.p-paragraph.paragraph--ol.ol--number2 li {
  margin-left: 20px;
}

.p-paragraph.paragraph--ol.ol--number2 li:before {
  counter-increment: item;
  content: "(" counter(item) ")";
  margin-left: -20px;
  margin-right: 3px;
  display: inline-block;
}

.p-profile {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 60px;
  border-radius: 20px;
  text-align: center;
}

.p-profile__title {
  width: 100%;
  margin-bottom: 30px;
}

.p-profile__en {
  display: block;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 6px;
  font-size: 13px;
  opacity: .7;
  
}

.p-profile__message {
  padding: 10px 50px 34px;
}

.p-profile__prof {
  width: 100%;
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
}

.p-profile__jp {
  font-size: 20px;
  margin-bottom: 6px;
  font-weight: 700;
  display: block;
  color: #000000;
}

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

.p-profile__img {
  width: 180px;
  display: inline-block;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 8px;
}

.p-profile__nameGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-profile__nameGroup__col {
  padding-left: 12px;
  padding-right: 12px;
}

.p-profile__name {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}

.p-profile__job {
  font-size: 14px;
  font-weight: 500;
  opacity: .7;
  
  color: #000000;
  margin-bottom: 20px;
}

.p-profile__text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
  color: #000000;
}

.p-profile__text ._bold {
  font-weight: bold;
}

.p-recommend {
  width: 100%;
  min-width: 320px;
  background: url("../images/common/recomment-bg.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 30px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-recommend__content {
  color: #ffffff;
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.7);
  margin: auto;
  border-radius: 12px;
}

.p-recommend__head {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  margin-bottom: 20px;
}

.p-recommend__ul {
  text-align-last: left;
}

.p-recommend__ul li {
  font-size: 20px;
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 15px;
  padding-left: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.p-recommend__ul li:before {
  content: '●';
  display: inline-block;
  position: absolute;
  left: 0;
  color: #ffffff;
}

/* -------------------------------------------
  Project - p-service
------------------------------------------- */
.p-service__content {
  text-align: left;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0px 8px 35px 0px rgba(143, 157, 169, 0.65);
  height: 100%;
  padding: 40px;
}

.p-service__title {
  color: #000000;
}

.p-service__text {
  color: #000000;
}

/* -------------------------------------------
  Project
------------------------------------------- */
.p-sns {
  width: 150px;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-sns__link {
  width: 30px;
}

/* -------------------------------------------
  Project
------------------------------------------- */
.tippy-box {
  background-color: transparent;
  border-radius: 0px;
}

.tippy-content {
  padding: 0;
}

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

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

/* -------------------------------------------
  Project - topMessage
------------------------------------------- */
.p-topMessage {
  font-size: 18px;
  line-height: 2.5;
  text-align: center;
  font-weight: 700;
  color: #000000;
  position: relative;
}

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

.p-ul li {
  color: #000000;
  line-height: 2;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  padding-left: 1.5em;
  position: relative;
}

.p-ul li:before {
  color: #000000;
  content: "●";
  display: inline-block;
  position: absolute;
  left: 4px;
  top: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* -------------------------------------------
  Animation -
------------------------------------------- */
.a-fade-up {
  opacity: 0;
  
  -webkit-transform: translateY(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: 1500px){
  /**/
  .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: 1300px){
  /**/
  .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-about{
    min-width: 320px;
  }
  .l-about_ttl{
    font-size: 2.6rem;
  }
  .l-about_para{
    font-size: 1.5rem;
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-content{
    min-width: 320px;
  }
  .l-detailPanel{
    min-width: 320px;
  }
  .l-detailPanel_inner{
    margin-top: -10px;
    max-width: 80%;
  }
  .l-detailPanel_title{
    font-size: 1.8rem;
  }
  .l-detailPanel_price span{
    font-size: 2.4rem !important;
  }
  .l-detailPanel_price ._plan{
    font-size: 1.4rem;
  }
  .l-footer{
    min-width: 320px;
  }
  .l-footer__logo{
    width: 240px;
  }
  .l-footer_cp{
    min-width: 320px;
  }
  .l-footer_cp{
    min-width: 320px;
  }
  .l-footerNav__list{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footerNav__item + .l-footerNav__item:before{
    display: none;
  }
  .l-footerNav__link{
    font-size: 13px;
    text-decoration: underline;
    padding: 6px 0;
  }
  .l-header{
    min-width: 320px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .l-header_ttl{
    width: 100%;
  }
  .l-header_ttl{
    height: 50px;
  }
  .l-header_ttl img{
    width: 270px;
  }
  .l-login{
    display: block;
    padding: 60px 0 30px;
  }
  .l-login__container{
    width: 100%;
    padding: 0 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-login__header{
    width: 100%;
  }
  .l-login__logo{
    width: 256px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .l-login__content{
    width: 100%;
    padding-left: 0;
  }
  .l-login__footer--pc{
    display: none;
  }
  .l-login__footer--sp{
    display: block;
  }
  .l-menuIconWrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-mv{
    min-width: 320px;
  }
  .l-nav{
    display: none;
  }
  .l-sub{
    position: fixed;
    top: 0;
    left: 0px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .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-card__plan{
    font-size: 1.7rem;
  }
  .p-card__itemContent{
    padding: 24px 30px;
  }
  .p-content{
    width: auto;
    margin-left: 5.20833%;
    margin-right: 5.20833%;
  }
  .p-content.content--document{
    width: auto;
  }
  .p-dotted{
    min-width: 320px;
  }
  .p-feature__content{
    padding-left: 50px;
    padding-right: 50px;
  }
  .p-feature__text{
    text-align: left !important;
  }
  .p-feature__text ._br{
    display: none !important;
  }
  .p-feature__img div{
    padding-left: 50px;
    padding-right: 50px;
  }
  .p-flow__item{
    padding: 40px;
  }
  .p-flow__item:before{
    width: 64px;
    height: 64px;
    font-size: 13px;
    left: -32px;
    top: -26px;
  }
  .p-flow__img{
    position: relative;
    margin-bottom: 20px;
    left: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-flow__title{
    width: 100%;
    font-size: 18px;
    text-align: center;
  }
  .p-flow__text{
    font-size: 14px;
    text-align: left;
    padding: 0px;
  }
  .p-heading__en{
    font-size: 1.6rem;
  }
  .p-heading__jp{
    font-size: 2.6rem;
  }
  .p-movie__inner{
    max-width: 87.5vw;
  }
  .p-movie__link{
    border: 5px solid #ffffff;
  }
  .p-recommend__content{
    padding: 40px;
  }
  .p-recommend__head{
    font-size: 2.4rem;
  }
  .p-recommend__ul li{
    font-size: 1.8rem;
  }
  .u-max-lg-d-i{
    display: inherit !important;
  }
  .u-max-lg-d-b{
    display: block !important;
  }
  .u-max-lg-d-ib{
    display: inline-block !important;
  }
  .u-max-lg-d-f{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-max-lg-d-n{
    display: none !important;
  }
  .u-max-md-d-i{
    display: inherit !important;
  }
  .u-max-md-d-b{
    display: block !important;
  }
  .u-max-md-d-ib{
    display: inline-block !important;
  }
  .u-max-md-d-f{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-max-md-d-n{
    display: none !important;
  }
  .u-md-ta-right{
    text-align: right;
  }
  .u-md-ta-center{
    text-align: center;
  }
  .u-md-ta-left{
    text-align: left;
  }
  .u-md-ta-justify{
    text-align: justify;
  }
}

@media screen and (max-width: 568px){
  /**/
  .l-about_ttl{
    font-size: 2rem;
  }
  .l-about_para span.lg{
    font-size: 1.6rem;
  }
  .l-about_para{
    font-size: 1.4rem;
    text-align: left;
  }
  .l-card{
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .l-detailPanel_inner{
    margin-top: 20px;
  }
  .l-detailPanel_title{
    font-size: 1.6rem;
  }
  .l-detailPanel_price{
    font-size: 1.3rem;
  }
  .l-detailPanel_price span{
    font-size: 2rem !important;
  }
  .l-detailPanel_price ._plan{
    font-size: 1.3rem;
  }
  .l-detailPanel_notes span{
    font-size: 12px;
  }
  .l-detailPanel.content--detailPanel{
    background-position: top 20px center;
    padding: 40px 30px;
  }
  .l-footer__logo{
    width: 200px;
    margin-bottom: 24px;
  }
  .l-footer_cp{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .l-header{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .l-header_ttl img{
    width: 200px;
  }
  .l-hero__text.text--en{
    font-size: 28px;
  }
  .l-hero__text.text--jp{
    font-size: 18px;
  }
  .l-loading__inner{
    font-size: 1.2rem;
  }
  .l-menuIconWrapper{
    top: 3px;
    right: 6px;
  }
  .l-modal__container{
    margin: 24px 12px;
  }
  .l-modal__inner{
    padding: 36px 30px 80px;
  }
  .l-modal__lineLogo img{
    width: 64px;
  }
  .l-modal__caption{
    font-size: 15px;
  }
  .l-modal__notes{
    font-size: 10px;
  }
  .l-mv{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 0px;
  }
  .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-btn.p-btn--join{
    font-size: 1.6rem;
    padding: 16px;
  }
  .p-btn.p-btn--line{
    padding: 20px;
  }
  .p-card{
    padding-top: 30px;
    padding-bottom: 36px;
  }
  .p-card__plan{
    font-size: 1.6rem;
  }
  .p-card__itemContent{
    padding: 24px 30px;
  }
  .p-card__number{
    font-size: 1.4rem;
  }
  .p-content img{
    width: 100%;
  }
  .p-content{
    background-position: top 20px center;
    padding: 60px 40px;
  }
  .p-content.content--document{
    padding: 6px 20px;
    margin-left: 12px;
    margin-right: 12px;
  }
  .p-content.content--detailPanel{
    background-position: top 20px center;
    padding: 40px 30px;
  }
  .p-feature__content{
    padding-left: 30px;
    padding-right: 30px;
  }
  .p-feature__img div{
    padding-left: 30px;
    padding-right: 30px;
  }
  .p-flow{
    max-width: 100%;
  }
  .p-flow__item{
    -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: 30px;
  }
  .p-flow__item:before{
    left: -12px;
  }
  .p-flow__item:after{
    border-top: 12px solid #014099;
    border-right: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid transparent;
    bottom: -44px;
  }
  .p-flow__img{
    width: 100%;
    position: relative;
    left: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .p-flow__content{
    width: 100%;
  }
  .p-heading__en{
    font-size: 1.4rem;
  }
  .p-heading__jp{
    font-size: 2rem;
  }
  .p-login{
    padding: 20px 40px 75px;
  }
  .p-login__title{
    font-size: 20px;
    margin: 30px 0;
  }
  .p-paragraph{
    font-size: 13px;
  }
  .p-paragraph.paragraph--title{
    font-size: 17px;
  }
  .p-paragraph.paragraph--caption{
    font-size: 16px;
  }
  .p-profile{
    padding: 35px 0;
  }
  .p-profile__en{
    font-size: 12px;
  }
  .p-profile__message{
    padding: 10px 20px 34px;
  }
  .p-profile__jp{
    font-size: 17px;
  }
  .p-profile__img{
    width: 150px;
  }
  .p-profile__text{
    font-size: 14px;
    margin-top: 30px;
  }
  .p-recommend{
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-recommend__content{
    padding: 20px;
  }
  .p-recommend__head{
    font-size: 2rem;
  }
  .p-recommend__ul li{
    font-size: 1.5rem;
  }
  .p-topMessage{
    text-align: left;
    font-size: 16px;
    line-height: 2;
  }
  .p-topMessage .br{
    display: none;
  }
  .p-ul{
    font-size: 1.4rem;
  }
  .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){
  /**/
  .l-detailPanel_inner{
    padding-left: 20px;
    padding-right: 20px;
  }
  .u-max-xs-d-i{
    display: inherit !important;
  }
  .u-max-xs-d-b{
    display: block !important;
  }
  .u-max-xs-d-ib{
    display: inline-block !important;
  }
  .u-max-xs-d-f{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-max-xs-d-n{
    display: none !important;
  }
}

@media screen and (max-width: 375px){
  /**/
  .u-max-xxs-d-i{
    display: inherit !important;
  }
  .u-max-xxs-d-b{
    display: block !important;
  }
  .u-max-xxs-d-ib{
    display: inline-block !important;
  }
  .u-max-xxs-d-f{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-max-xxs-d-n{
    display: none !important;
  }
}

@media print, screen and (min-width: 376px){
  /**/
  .u-min-xxs-d-i{
    display: inherit !important;
  }
  .u-min-xxs-d-b{
    display: block !important;
  }
  .u-min-xxs-d-ib{
    display: inline-block !important;
  }
  .u-min-xxs-d-f{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-min-xxs-d-n{
    display: none !important;
  }
}

@media print, screen and (min-width: 413px){
  /**/
  .u-min-xs-d-i{
    display: inherit !important;
  }
  .u-min-xs-d-b{
    display: block !important;
  }
  .u-min-xs-d-ib{
    display: inline-block !important;
  }
  .u-min-xs-d-f{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-min-xs-d-n{
    display: none !important;
  }
}

@media print, screen and (min-width: 569px){
  /**/
  .c-menu-btn{
    width: 60px;
    height: 60px;
    top: 45px;
    right: 40px;
  }
  .c-menu-btn_line.is-visible{
    width: 44px;
  }
  .c-col-sm-12{
    width: 100%;
  }
  .c-col-sm-11{
    width: 91.66666667%;
  }
  .c-col-sm-10{
    width: 83.33333333%;
  }
  .c-col-sm-9{
    width: 75%;
  }
  .c-col-sm-8{
    width: 66.66666667%;
  }
  .c-col-sm-7{
    width: 58.33333333%;
  }
  .c-col-sm-6{
    width: 50%;
  }
  .c-col-sm-5col{
    width: 20%;
  }
  .c-col-sm-5{
    width: 41.66666667%;
  }
  .c-col-sm-4{
    width: 33.33333333%;
  }
  .c-col-sm-3{
    width: 25%;
  }
  .c-col-sm-2{
    width: 16.66666667%;
  }
  .c-col-sm-1{
    width: 8.33333333%;
  }
  .c-col-sm-auto{
    width: auto;
  }
  .p-card__label{
    margin-right: 16px;
  }
  .p-card__caption{
    font-size: 2.1rem;
  }
  .p-card__text{
    font-size: 15px;
  }
  .p-feature__title{
    font-size: 2.1rem;
  }
  .p-feature__text{
    font-size: 15px;
  }
  .u-min-sm-d-i{
    display: inherit !important;
  }
  .u-min-sm-d-b{
    display: block !important;
  }
  .u-min-sm-d-ib{
    display: inline-block !important;
  }
  .u-min-sm-d-f{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-min-sm-d-n{
    display: none !important;
  }
}

@media print, screen and (min-width: 769px){
  /**/
  .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;
  }
  .p-card__itemImg{
    height: 100%;
  }
  .p-card__itemImg:before{
    width: 60px;
    height: 2px;
    top: 50%;
    bottom: inherit;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-card__itemImg.itemImage--odd:before{
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    right: -30px;
    left: inherit;
  }
  .p-card__itemImg.itemImage--even:before{
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    left: -30px;
  }
  .p-card__label{
    margin-right: 0;
  }
  .p-card__label p{
    font-size: 17px;
  }
  .u-min-md-d-i{
    display: inherit !important;
  }
  .u-min-md-d-b{
    display: block !important;
  }
  .u-min-md-d-ib{
    display: inline-block !important;
  }
  .u-min-md-d-f{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-min-md-d-n{
    display: none !important;
  }
}

@media print, screen and (min-width: 1025px){
  /**/
  .c-col-lg-12{
    width: 100%;
  }
  .c-col-lg-11{
    width: 91.66666667%;
  }
  .c-col-lg-10{
    width: 83.33333333%;
  }
  .c-col-lg-9{
    width: 75%;
  }
  .c-col-lg-8{
    width: 66.66666667%;
  }
  .c-col-lg-7{
    width: 58.33333333%;
  }
  .c-col-lg-6{
    width: 50%;
  }
  .c-col-lg-5col{
    width: 20%;
  }
  .c-col-lg-5{
    width: 41.66666667%;
  }
  .c-col-lg-4{
    width: 33.33333333%;
  }
  .c-col-lg-3{
    width: 25%;
  }
  .c-col-lg-2{
    width: 16.66666667%;
  }
  .c-col-lg-1{
    width: 8.33333333%;
  }
  .c-col-lg-auto{
    width: auto;
  }
  .u-min-lg-d-i{
    display: inherit !important;
  }
  .u-min-lg-d-b{
    display: block !important;
  }
  .u-min-lg-d-ib{
    display: inline-block !important;
  }
  .u-min-lg-d-f{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-min-lg-d-n{
    display: none !important;
  }
}

@media print, screen and (min-width: 1301px){
  /**/
  .u-min-base-d-i{
    display: inherit !important;
  }
  .u-min-base-d-b{
    display: block !important;
  }
  .u-min-base-d-ib{
    display: inline-block !important;
  }
  .u-min-base-d-f{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-min-base-d-n{
    display: none !important;
  }
}

@media print, screen and (min-width: 1501px){
  /**/
  .c-menu-btn{
    width: 75px;
    height: 75px;
    top: 57px;
    right: 45px;
  }
  .c-menu-btn:hover .c-menu-btn_dotted > .circle.circle-01{
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  .c-menu-btn:hover .c-menu-btn_dotted > .circle.circle-03{
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .c-menu-btn_dotted{
    height: 20px;
  }
  .c-menu-btn_dotted > .circle{
    width: 4px;
    height: 4px;
  }
  .c-menu-btn_line.is-visible{
    width: 54px;
  }
  .c-menu-btn_line.is-visible:hover{
    width: 44px;
  }
  .u-min-max-d-i{
    display: inherit !important;
  }
  .u-min-max-d-b{
    display: block !important;
  }
  .u-min-max-d-ib{
    display: inline-block !important;
  }
  .u-min-max-d-f{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-min-max-d-n{
    display: none !important;
  }
}

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