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

 アセット - 関数

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

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

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

 アセット - Mixin

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


/* AdobeBlank 空白のフォントを読み込む */
/* ローカルの源ノ角ゴシックを再定義 */
@font-face {
  font-family: "Noto-Sans-JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans Japanese Regular"), local("NotoSansJapanese-Regular"), local("Noto Sans CJK JP Regular"), local("源ノ角ゴシック Regular");
}

@font-face {
  font-family: "Noto-Sans-JP";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans Japanese Medium"), local("NotoSansJapanese-Medium"), local("Noto Sans CJK JP Medium"), local("源ノ角ゴシック Medium");
}

@font-face {
  font-family: "Noto-Sans-JP";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans Japanese Bold"), local("NotoSansJapanese-Bold"), local("Noto Sans CJK JP Bold"), local("源ノ角ゴシック Bold");
}

@font-face {
  font-family: 'GenJyuuGothic';
  src: url("../fonts/GenJyuuGothic-P-Regular.eot?") format("eot"), url("../fonts/GenJyuuGothic-P-Regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'GenJyuuGothic';
  src: url("../fonts/GenJyuuGothic-P-Bold.eot?") format("eot"), url("../fonts/GenJyuuGothic-P-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

/* Canaro フォント */
@font-face {
  font-family: "Canaro";
  font-weight: 400;
  src: url("../fonts/Canaro-Book.woff") format("woff"), url("../fonts/Canaro-Book.woff2") format("woff2");
}

@font-face {
  font-family: "Canaro";
  font-weight: 500;
  src: url("../fonts/Canaro-Medium.woff") format("woff"), url("../fonts/Canaro-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Canaro";
  font-weight: 700;
  src: url("../fonts/Canaro-SemiBold.woff") format("woff"), url("../fonts/Canaro-SemiBold.woff2") format("woff2");
}

/* Yu Gothic, 游ゴシック */
@font-face {
  font-family: "Yu-Go";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}

@font-face {
  font-family: "Yu-Go";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}

@font-face {
  font-family: "Yu-Min";
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
}

@font-face {
  font-family: "Yu-Min";
  font-weight: bold;
  src: local("YuMincho-Bold"), local("Yu Mincho");
}

/* アイコンフォント */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?lhv2wz");
  src: url("../fonts/icomoon.eot?lhv2wz#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?lhv2wz") format("truetype"), url("../fonts/icomoon.woff?lhv2wz") format("woff"), url("../fonts/icomoon.svg?lhv2wz#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-calender-large:before {
  content: "\e901";
}

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

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

.icon-event-large:before {
  content: "\e904";
}

.icon-live-large:before {
  content: "\e905";
}

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

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

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

/*
 * 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;
  -webkit-text-decoration-skip-ink: none;
          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: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

独自の初期化スタイル

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

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

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

body {
  height: 100%;
  text-align: left;
  color: #455164;
  font-size: 1.5rem;
  font-family: "GenJyuuGothic", HiraginoKakuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  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 {
  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;
  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: #81d8d0;
  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: 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;
}

/* //////////////////////////////////////////
 # Layout
////////////////////////////////////////// */
.l-build {
  position: relative;
}

/* //////////////////////////////////////////
 # 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: 320px;
  position: relative;
  text-align: center;
  z-index: 2;
  color: #455164;
}

.l-content.content--message {
  margin-top: -195px;
  padding-top: 250px;
  padding-bottom: 100px;
  background: #ffffff;
  position: relative;
}

.l-content.content--card {
  padding-bottom: 60px;
  background-color: #81d8d0;
}

.l-content.content--video {
  margin-bottom: -140px;
  position: relative;
  z-index: 3;
}

.l-content.content--flow {
  padding-top: 50px;
  padding-bottom: 80px;
}

.l-content.content--profile {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #68c1c0;
}

.l-content.marginOffset--100 {
  margin-top: -100px;
}

.l-content.ovf--hidden {
  overflow-x: hidden;
}

.l-content.bg--pattern {
  background: url("../images/common/bg-pattern.png") repeat top left;
}

.l-content.bg--light {
  background-color: #dadfe6;
}

.l-content.bg--dark {
  background-color: #c3cbd7;
}

.l-detailPanel {
  width: 100%;
  min-width: 320px;
  position: relative;
  text-align: center;
  background-color: #ecedf1;
  padding-top: 10px;
  padding-bottom: 0;
  z-index: 10;
}

.l-detailPanel__content {
  width: 630px;
  width: 600px;
  margin: 0 auto;
  padding: 54px 95px;
  border-radius: 16px;
  background-size: 90%;
  background-color: #ffffff;
  box-shadow: 0px 8px 35px 0px rgba(143, 157, 169, 0.65);
  position: relative;
  top: -68px;
}

.l-detailPanel__title {
  color: #455164;
  font-size: 2rem;
  margin-bottom: 3px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.l-detailPanel__title:before {
  transform: rotate(-30deg);
  margin-right: 10px;
}

.l-detailPanel__title:after {
  transform: rotate(30deg);
  margin-left: 10px;
}

.l-detailPanel__price {
  font-size: 1.5rem;
  color: #455164;
}

.l-detailPanel__price span {
  display: inline-block;
  font-size: 4.8rem !important;
  line-height: 1;
  position: relative;
  bottom: -3px;
  margin-right: 3px;
  color: #d82338;
}

.l-detailPanel__img {
  width: 100% !important;
  margin-bottom: 18px;
}

.l-detailPanel__btnWrapper {
  max-width: 340px;
  margin: 22px auto 8px;
}

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

.l-detailPanel__notes span {
  font-size: 13px;
  font-weight: 400;
  color: #455164;
  line-height: 1.8;
}

/* //////////////////////////////////////////
 # Layout
////////////////////////////////////////// */
.l-footer {
  width: 100%;
  min-width: 320px;
  padding: 50px 0 0;
  text-align: center;
}

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

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

.l-footer__cp {
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  color: #ffffff;
  background-color: #68c1c0;
}

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

.l-footerNav__list {
  display: flex;
  justify-content: center;
}

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

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

.l-header {
  width: 100%;
  min-width: 320px;
  padding: 13px 30px;
  text-align: center;
  background-color: #ffffff;
  position: relative;
  z-index: 20;
}

.l-header__title {
  width: 255px;
  margin: 0 auto;
  font-family: "Arima Madurai", cursive;
  color: #81d8d0;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-header__bar {
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
}

.l-header__bar div {
  width: 16.666666667%;
}

.l-header__bar div:nth-child(1) {
  background-color: #d7143b;
}

.l-header__bar div:nth-child(2) {
  background-color: #d48500;
}

.l-header__bar div:nth-child(3) {
  background-color: #4dd609;
}

.l-header__bar div:nth-child(4) {
  background-color: #17b5d8;
}

.l-header__bar div:nth-child(5) {
  background-color: #1000d4;
}

.l-header__bar div:nth-child(6) {
  background-color: #d400d2;
}

/* //////////////////////////////////////////
 # Layout
////////////////////////////////////////// */
.l-hero {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #81d8d0;
}

.l-hero__title {
  text-align: center;
  padding: 36px;
  position: relative;
}

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

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

.l-hero__text.text--jp {
  font-size: 22px;
  color: #ffffff;
  display: inline-block;
}

/* //////////////////////////////////////////
 # Layout
////////////////////////////////////////// */
.l-login {
  width: 100%;
  height: 100%;
  background: url("../images/bg-image.svg") center center/cover no-repeat;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-login__container {
  display: flex;
  flex-wrap: wrap;
  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%;
}

/* //////////////////////////////////////////
 # Layout
////////////////////////////////////////// */
.l-menu {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 36px 0 rgba(10, 10, 50, 0.15);
  position: fixed;
  top: 20px;
  right: 14px;
  z-index: 9900;
  display: none;
}

.l-menuTrigger {
  position: relative;
  width: 12px;
  height: 8px;
}

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

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

.l-menuTrigger span:nth-of-type(1) {
  top: 0;
}

.l-menuTrigger span:nth-of-type(2) {
  bottom: 0;
}

.l-menuTrigger.active span:nth-of-type(1) {
  transform: translateY(3px) rotate(-135deg);
}

.l-menuTrigger.active span:nth-of-type(2) {
  transform: translateY(-3px) rotate(135deg);
}

.l-menu__bg {
  content: "";
  width: 6400px;
  height: 6400px;
  margin-right: -3200px;
  margin-top: -3200px;
  top: 60px;
  right: 102px;
  display: block;
  position: fixed;
  background-color: transparent;
  border-radius: 50%;
  transition: all .3s ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: scale(0.01);
  z-index: 9800;
}

.l-menu__bg.open {
  transform: scale(1);
  transition: all .6s ease-out;
  background-color: #81d8d0;
}

/* nav-list  */
/* //////////////////////////////////////////
 # Layout
////////////////////////////////////////// */
.l-modal {
  display: flex;
  justify-content: 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;
  transform: scale(0.7, 0.7);
  opacity: 0;
  visibility: hidden;
  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: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
}

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

.l-modal__closeBtn:hover:before {
  transform: scale(1);
  opacity: 1;
  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;
  transform: scale(0.7);
  opacity: 0;
}

.l-modal__closeBtn .icon-plus {
  font-size: 20px;
  color: #909bae;
  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: #455164;
  margin-bottom: 40px;
}

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

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

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

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

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

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

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

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

.l-mv {
  width: 100%;
  min-width: 320px;
  background-color: #81d8d0;
  padding-top: 43.64286%;
  position: relative;
}

.l-mv__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/* //////////////////////////////////////////
 # Layout
////////////////////////////////////////// */
.l-nav__section {
  padding-top: 12px;
  padding-bottom: 12px;
}

.l-nav__section + .l-nav__section {
  border-top: 1px solid #54627a;
}

.l-nav__label {
  padding: 10px 20px;
  font-size: 13px;
  color: #b0b8c5;
}

.l-nav__item {
  display: block;
  padding: 16px 20px 16px 12px;
  transition: width .25s ease-in-out 0s, padding .25s ease-in-out 0s;
  display: flex;
  align-items: center;
}

.l-nav__item.is-current {
  background-color: #2b333f;
}

.l-nav__item.is-current .l-nav__text {
  color: #68c1c0;
  font-weight: 700;
}

.l-nav__item.is-current [class^="icon-"] {
  color: #68c1c0;
}

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

.l-nav__item:hover:not(.is-current) {
  background-color: #495261;
}

.l-nav__item[for]::after {
  content: "\e911";
  font-family: 'icomoon' !important;
  font-size: 7px;
  color: #b0b8c5;
  position: relative;
  right: -12px;
  top: 0;
  transition: .25s;
}

.l-nav__state:checked ~ .l-nav__element .l-nav__item[for]::after {
  transform: rotate(180deg);
}

.l-nav__icon {
  flex: 0 0 54px;
  text-align: center;
}

.l-nav__icon [class^="icon-"] {
  font-size: 22px;
  color: #b0b8c5;
}

.l-nav__text {
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
  font-size: 15px;
  transition: color 0.25s ease-in-out 0s;
}

.l-nav--children .l-nav__element {
  transition: all .25s;
}

[id="nav-state"]:not(:checked) ~ .nav-state .l-nav--children .l-nav__element {
  overflow: hidden;
  height: 0;
  opacity: 0;
}

[id="nav-state"]:checked ~ .nav-state .l-nav--children .l-nav__element {
  height: 4em;
  background: #2b333f;
}

[id="nav-state"]:checked ~ .nav-state label.l-nav__item:hover {
  background: #2b333f;
}

[id="nav-state"]:checked ~ .nav-state a.l-nav__item:hover {
  background: #2b333f;
}

[id="nav-state"]:checked ~ .nav-state a.l-nav__item:hover > * {
  color: #68c1c0;
}

[id="nav-state"]:checked ~ .nav-state {
  background: #2b333f;
}

/* //////////////////////////////////////////
 # Layout
////////////////////////////////////////// */
.l-sub {
  order: -1;
  background: #37404f;
  width: 240px;
  height: 100%;
  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: flex;
  flex-direction: column;
  align-items: 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 {
  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;
  flex: 0 0 auto;
  width: 25px;
  height: 2px;
  background-color: #81d8d0;
  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;
}

.l-trigger__line:before, .l-trigger__line:after {
  content: " ";
  display: block;
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: inherit;
  left: 0;
  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);
}

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

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

/* //////////////////////////////////////////
 # Layout
 - レイアウト調整
////////////////////////////////////////// */
/* //////////////////////////////////////////

 # 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: flex;
  flex-wrap: wrap;
}

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

.c-grid--fit > [class*="c-col"] {
  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;
}

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

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

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

////////////////////////////////////////// */
.l-loading {
  width: 100%;
  background-color: #81d8d0;
  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;
  transition: all .1s;
}

.l-loading__inner {
  display: block;
  text-align: center;
  position: absolute;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Canaro', Arial, Noto Sans, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
}

.l-loading__bar {
  display: block;
  width: 150px;
  height: 2px;
  background-color: rgba(255, 255, 255, 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: #ffffff;
  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;
}

/* -------------------------------------------
  Project
------------------------------------------- */
.p-btn {
  max-width: 100%;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  background: #81d8d0;
  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;
  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 {
  color: white;
  padding: 20px 70px;
  background: #e63256;
  display: block;
  border-radius: 12px;
  transition: all .2s;
  font-size: 1.8rem;
}

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

.p-btn.p-btn--line {
  color: white;
  padding: 20px 70px;
  background: #00b900;
  display: block;
  border-radius: 5px;
  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: flex;
  justify-content: 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 {
  border-radius: 16px;
  background-color: #ffffff;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 66px;
}

.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: #81d8d0;
  position: absolute;
  bottom: -30px;
  transform: translateY(0%);
  z-index: 10;
}

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

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

.p-card__item {
  display: flex;
  justify-content: center;
}

.p-card__item img {
  border-radius: 12px;
}

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

.p-card__itemHead {
  display: flex;
  margin-bottom: 10px;
  flex-direction: column;
}

.p-card__label {
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

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

.p-card__itemIcon {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #81d8d0;
  border-radius: 12px;
  margin-right: 0;
  margin-bottom: 6px;
}

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

.p-card__title {
  flex: 1;
}

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

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

.p-card__text {
  color: #455164;
  line-height: 2;
  font-size: 14px;
  -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: -moz- oldradial-gradient(#81d8d0 20%, transparent 0);
  background-image: radial-gradient(#81d8d0 20%, transparent 0);
  background-size: 9px 9px;
}

/* -------------------------------------------
  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;
  padding: 18px;
}

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

/* -------------------------------------------
  Project - p-feature
------------------------------------------- */
.p-feature__content {
  padding: 0 30px;
}

.p-feature__contentInner {
  max-width: 930px;
  margin: -100px auto 0;
  padding: 150px 40px 40px;
  background: #ffffff;
  border-radius: 16px;
  border: 3px solid #81d8d0;
}

.p-feature__title {
  color: #455164;
  font-size: 2.2rem;
  margin: 14px 0;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.p-feature__text {
  font-size: 1.7rem;
  color: #455164;
  line-height: 2;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.p-feature__img {
  margin-bottom: 20px;
}

.p-feature__img > div {
  max-width: 600px;
  margin: 0 auto;
}

/* -------------------------------------------
  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 #81d8d0;
  border-bottom: 4px solid #81d8d0;
  border-left: 4px solid #81d8d0;
  border-right: 4px solid #81d8d0;
  background-color: #ffffff;
  box-shadow: 0px 8px 35px 0px rgba(143, 157, 169, 0.65);
  padding: 60px 40px;
  display: flex;
}

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

.p-flow__item:before {
  content: '';
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  background-color: #81d8d0;
  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%;
  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%;
  flex: 1;
}

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

.p-flow__text {
  font-size: 16px;
  color: #455164;
  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: #014099;
  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: 1.5rem;
  font-weight: 400;
  color: #455164;
  margin-bottom: .5rem;
}

.p-form__content.p-form--x2 {
  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: 50px;
  margin-bottom: 32px;
  text-align: center;
  position: relative;
  position: relative;
}

.p-heading:before {
  content: '';
  display: block;
  width: 106px;
  height: 38px;
  background: url("../images/common/heading-icon.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: -56px;
  transform: translateX(-50%);
  display: none;
}

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

.p-heading__en {
  display: inline-block;
  margin-bottom: 5px;
  padding-bottom: 3px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1;
  color: #68c1c0;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.p-heading__jp {
  display: block;
  font-weight: 700;
  color: #455164;
  padding-bottom: 4px;
  font-size: 3rem;
  font-family: "GenJyuuGothic", HiraginoKakuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  -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: #455164;
}

.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;
  transform-origin: 0 0;
  transition: all .2s ease;
}

.p-login__label .border {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #81d8d0;
  transform: scaleX(0);
  transform-origin: 0 0;
  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;
  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 {
  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: #81d8d0;
  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 {
  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: flex;
  align-items: center;
}

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

.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: #81d8d0;
}

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

/* -------------------------------------------
  Project - loginuser
------------------------------------------- */
/* -------------------------------------------
  Project - message
------------------------------------------- */
.p-message {
  position: relative;
  max-width: 970px;
  margin: 0 auto;
}

.p-message__para {
  min-width: 320px;
  max-width: 490px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 2.3;
  text-align: left;
  font-weight: 700;
  color: #455164;
  position: relative;
  line-break: strict;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.p-message__para span {
  display: block;
}

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

.p-message__last {
  font-size: 20px;
}

.p-message__img {
  padding-left: 30px;
  padding-right: 30px;
}

.p-message__img + .p-message__img {
  margin-top: 12px;
}

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

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

.p-paragraph {
  color: #455164;
  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;
}

/* -------------------------------------------
  Project - p-profile
------------------------------------------- */
.p-profile {
  max-width: 640px;
  margin: 0 auto;
  padding: 45px 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 {
  border-top: 1px dotted #ffffff;
  border-bottom: 1px dotted #ffffff;
  padding: 30px 20px;
}

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

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

.p-profile__nameGroup {
  display: flex;
  justify-content: center;
}

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

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

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

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

.p-profile__text span {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  display: inline-block;
}

.p-profile__text span + span {
  margin-top: 16px;
}

.p-profile__link {
  color: #ffffff;
  text-decoration: underline;
}

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

.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: 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: 3rem;
  font-family: nitalago-ruika, sans-serif;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  margin-bottom: 20px;
}

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

.p-recommend__ul li {
  font-size: 2rem;
  font-family: nitalago-ruika, sans-serif;
  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: #455164;
}

.p-service__text {
  color: #455164;
}

/* -------------------------------------------
  Project
------------------------------------------- */
.p-sns {
  width: 150px;
  margin: 40px auto;
  display: flex;
  flex-direction: row;
  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'] {
  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: #455164;
  position: relative;
}

/* -------------------------------------------
  Project - fontawesome
  なるべくリロード時のガタツキを防ぐ
------------------------------------------- */
i[class*="fa-"] {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  width: 1em;
}

i[class*="fa-"].fa-xs {
  width: .625em;
}

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

Utility: color

////////////////////////////////////////// */
.u-color-white {
  color: #ffffff!important;
}

.u-color-black {
  color: #000000!important;
}

.u-color-key1 {
  color: #81d8d0!important;
}

.u-color-key2 {
  color: #68c1c0!important;
}

.u-color-key3 {
  color: #e63256!important;
}

.u-color-key4 {
  color: #27221c!important;
}

.u-color-link {
  color: #64b4ff!important;
}

.u-color-text1 {
  color: #455164!important;
}

.u-color-text2 {
  color: #455164!important;
}

.u-color-text3 {
  color: #455164!important;
}

.u-color-text4 {
  color: #78859c!important;
}

.u-color-text5 {
  color: #b0b8c5!important;
}

.u-color-success {
  color: #90c320!important;
}

.u-color-accent {
  color: #fff100!important;
}

.u-color-point {
  color: #e7574c!important;
}

.u-color-danger {
  color: #d82338!important;
}

.u-color-warning {
  color: #ff6c00!important;
}

.u-color-red {
  color: #d82338!important;
}

.u-color-blue {
  color: #014099!important;
}

.u-color-bg1 {
  color: #f3f5fe!important;
}

.u-bg-white {
  background-color: #ffffff!important;
}

.u-bg-black {
  background-color: #000000!important;
}

.u-bg-key1 {
  background-color: #81d8d0!important;
}

.u-bg-key2 {
  background-color: #68c1c0!important;
}

.u-bg-key3 {
  background-color: #e63256!important;
}

.u-bg-key4 {
  background-color: #27221c!important;
}

.u-bg-link {
  background-color: #64b4ff!important;
}

.u-bg-text1 {
  background-color: #455164!important;
}

.u-bg-text2 {
  background-color: #455164!important;
}

.u-bg-text3 {
  background-color: #455164!important;
}

.u-bg-text4 {
  background-color: #78859c!important;
}

.u-bg-text5 {
  background-color: #b0b8c5!important;
}

.u-bg-success {
  background-color: #90c320!important;
}

.u-bg-accent {
  background-color: #fff100!important;
}

.u-bg-point {
  background-color: #e7574c!important;
}

.u-bg-danger {
  background-color: #d82338!important;
}

.u-bg-warning {
  background-color: #ff6c00!important;
}

.u-bg-red {
  background-color: #d82338!important;
}

.u-bg-blue {
  background-color: #014099!important;
}

.u-bg-bg1 {
  background-color: #f3f5fe!important;
}

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

Utility: ディスプレイ

////////////////////////////////////////// */
.u-empty:empty {
  display: none !important;
}

.u-hidden {
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  visibility: hidden !important;
  width: 0 !important;
}

.u-ovf-h {
  overflow: hidden !important;
}

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

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

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

.u-f {
  display: flex !important;
}

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

.u-justify-content-start {
  justify-content: flex-start;
}

.u-justify-content-end {
  justify-content: flex-end;
}

.u-justify-content-center {
  justify-content: center;
}

.u-justify-content-between {
  justify-content: space-between;
}

.u-flex-nowrap {
  flex-wrap: nowrap;
}

.u-flex-wrap {
  flex-wrap: wrap;
}

.u-align-items-start {
  align-items: flex-start;
}

.u-align-items-end {
  align-items: flex-end;
}

.u-align-items-center {
  align-items: center;
}

.u-align-items-baseline {
  align-items: baseline;
}

.u-align-items-stretch {
  align-items: stretch;
}

.u-order-0 {
  order: 0;
}

.u-order-1 {
  order: 1;
}

.u-order-_1 {
  order: -1;
}

.u-flex-00auto {
  flex: 0 0 auto !important;
}

.u-flex-01auto {
  flex: 0 1 auto !important;
}

.u-flex-11auto {
  flex: 1 1 auto !important;
}

.u-flex-10auto {
  flex: 1 0 auto !important;
}

.u-align-self-auto {
  -ms-grid-row-align: auto;
      align-self: auto;
}

.u-align-self-start {
  align-self: flex-start;
}

.u-align-self-end {
  align-self: flex-end;
}

.u-align-self-center {
  -ms-grid-row-align: center;
      align-self: center;
}

.u-align-self-baseline {
  align-self: baseline;
}

.u-align-self-stretch {
  align-items: stretch;
}

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

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

////////////////////////////////////////// */
.u-100 {
  font-weight: 100!important;
}

.u-200 {
  font-weight: 200!important;
}

.u-300 {
  font-weight: 300!important;
}

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

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

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

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

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

.u-family-gothic {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, "Meiryo", sans-serif!important;
}

.u-family-yumin {
  font-family: YuMinchoM_F, YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif!important;
}

.u-family-mincho {
  font-family: "YakuHanJP", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", YuMinchoM_F, YuMincho, "游明朝", "HG明朝E", serif!important;
}

.u-family-noto {
  font-family: "YakuHanJP", "Noto-Sans-JP", "source-han-sans-japanese", "Noto Sans JP", HiraginoKakuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif!important;
}

.u-family-din-2014 {
  font-family: "din-2014", sans-serif!important;
}

.u-family-nita {
  font-family: nitalago-ruika, sans-serif!important;
}

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

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

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

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

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

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

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

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

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

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

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

.u-feature-palt {
  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-textright {
  text-align: right;
}

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

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

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

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

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

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

.u-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 と padding

////////////////////////////////////////// */
.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-ml-auto {
  margin-left: auto !important;
}

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

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

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

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

.u-mt-24 {
  margin-top: 24px !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-mb-6 {
  margin-bottom: 6px !important;
}

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

.u-pt {
  padding-top: 1.65em!important;
}

.u-pt-n {
  padding-top: 0!important;
}

.u-pt-s {
  padding-top: 0.7em!important;
}

.u-pt-p {
  padding-top: 1em!important;
}

.u-pt-m {
  padding-top: 2em!important;
}

.u-pt-l {
  padding-top: 3em!important;
}

.u-pb {
  padding-bottom: 1.65em!important;
}

.u-pb-n {
  padding-bottom: 0!important;
}

.u-pb-s {
  padding-bottom: 0.7em!important;
}

.u-pb-p {
  padding-bottom: 1em!important;
}

.u-pb-m {
  padding-bottom: 2em!important;
}

.u-pb-l {
  padding-bottom: 3em!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;
}

@media screen and (max-width: 1400px) {
  /**/
  .l-header__title {
    width: 200px;
  }
}

@media screen and (max-width: 1170px) {
  /**/
}

@media screen and (max-width: 1024px) {
  /**/
  .l-detailPanel__content {
    top: -78px;
  }
  .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-d {
    display: inherit !important;
  }
  .u-lg-n {
    display: none !important;
  }
  .u-lg-justify-content-start {
    justify-content: flex-start;
  }
  .u-lg-justify-content-end {
    justify-content: flex-end;
  }
  .u-lg-justify-content-center {
    justify-content: center;
  }
  .u-lg-justify-content-between {
    justify-content: space-between;
  }
  .u-lg-flex-nowrap {
    flex-wrap: nowrap;
  }
  .u-lg-flex-wrap {
    flex-wrap: wrap;
  }
  .u-lg-align-items-start {
    align-items: flex-start;
  }
  .u-lg-align-items-end {
    align-items: flex-end;
  }
  .u-lg-align-items-center {
    align-items: center;
  }
  .u-lg-align-items-baseline {
    align-items: baseline;
  }
  .u-lg-align-items-stretch {
    align-items: stretch;
  }
  .u-lg-flex-00auto {
    flex: 0 0 auto !important;
  }
  .u-lg-flex-01auto {
    flex: 0 1 auto !important;
  }
  .u-lg-flex-11auto {
    flex: 1 1 auto !important;
  }
  .u-lg-flex-10auto {
    flex: 1 0 auto !important;
  }
  .u-lg-textright {
    text-align: right;
  }
  .u-lg-textcenter {
    text-align: center;
  }
  .u-lg-textleft {
    text-align: left;
  }
  .u-lg-textjustify {
    text-align: justify;
  }
  .u-lg-ml-auto {
    margin-left: auto !important;
  }
  .u-lg-mr-auto {
    margin-right: auto !important;
  }
  .u-lg-mt {
    margin-top: 1.65em!important;
  }
  .u-lg-mt-n {
    margin-top: 0!important;
  }
  .u-lg-mt-s {
    margin-top: 0.7em!important;
  }
  .u-lg-mt-p {
    margin-top: 1em!important;
  }
  .u-lg-mt-m {
    margin-top: 2em!important;
  }
  .u-lg-mt-l {
    margin-top: 3em!important;
  }
  .u-lg-mr {
    margin-right: 1.65em!important;
  }
  .u-lg-mr-n {
    margin-right: 0!important;
  }
  .u-lg-mr-s {
    margin-right: 0.7em!important;
  }
  .u-lg-mr-p {
    margin-right: 1em!important;
  }
  .u-lg-mr-m {
    margin-right: 2em!important;
  }
  .u-lg-mr-l {
    margin-right: 3em!important;
  }
  .u-lg-mb {
    margin-bottom: 1.65em!important;
  }
  .u-lg-mb-n {
    margin-bottom: 0!important;
  }
  .u-lg-mb-s {
    margin-bottom: 0.7em!important;
  }
  .u-lg-mb-p {
    margin-bottom: 1em!important;
  }
  .u-lg-mb-m {
    margin-bottom: 2em!important;
  }
  .u-lg-mb-l {
    margin-bottom: 3em!important;
  }
  .u-lg-ml {
    margin-left: 1.65em!important;
  }
  .u-lg-ml-n {
    margin-left: 0!important;
  }
  .u-lg-ml-s {
    margin-left: 0.7em!important;
  }
  .u-lg-ml-p {
    margin-left: 1em!important;
  }
  .u-lg-ml-m {
    margin-left: 2em!important;
  }
  .u-lg-ml-l {
    margin-left: 3em!important;
  }
  .u-lg-pt {
    padding-top: 1.65em!important;
  }
  .u-lg-pt-n {
    padding-top: 0!important;
  }
  .u-lg-pt-s {
    padding-top: 0.7em!important;
  }
  .u-lg-pt-p {
    padding-top: 1em!important;
  }
  .u-lg-pt-m {
    padding-top: 2em!important;
  }
  .u-lg-pt-l {
    padding-top: 3em!important;
  }
  .u-lg-pr {
    padding-right: 1.65em!important;
  }
  .u-lg-pr-n {
    padding-right: 0!important;
  }
  .u-lg-pr-s {
    padding-right: 0.7em!important;
  }
  .u-lg-pr-p {
    padding-right: 1em!important;
  }
  .u-lg-pr-m {
    padding-right: 2em!important;
  }
  .u-lg-pr-l {
    padding-right: 3em!important;
  }
  .u-lg-pb {
    padding-bottom: 1.65em!important;
  }
  .u-lg-pb-n {
    padding-bottom: 0!important;
  }
  .u-lg-pb-s {
    padding-bottom: 0.7em!important;
  }
  .u-lg-pb-p {
    padding-bottom: 1em!important;
  }
  .u-lg-pb-m {
    padding-bottom: 2em!important;
  }
  .u-lg-pb-l {
    padding-bottom: 3em!important;
  }
  .u-lg-pl {
    padding-left: 1.65em!important;
  }
  .u-lg-pl-n {
    padding-left: 0!important;
  }
  .u-lg-pl-s {
    padding-left: 0.7em!important;
  }
  .u-lg-pl-p {
    padding-left: 1em!important;
  }
  .u-lg-pl-m {
    padding-left: 2em!important;
  }
  .u-lg-pl-l {
    padding-left: 3em!important;
  }
}

@media screen and (max-width: 768px) {
  /**/
  .l-detailPanel__content {
    width: auto;
    margin-left: 5.20833%;
    margin-right: 5.20833%;
  }
  .l-detailPanel__price span {
    font-size: 4rem !important;
  }
  .l-header__title {
    width: 185px;
  }
  .l-login {
    display: block;
    padding: 60px 0 30px;
  }
  .l-login__container {
    width: 100%;
    padding: 0 30px;
    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-mv {
    padding-top: 72.16495%;
  }
  .l-sub {
    position: fixed;
    top: 0;
    left: 0px;
    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__itemContent {
    padding: 24px 30px;
  }
  .p-content {
    width: auto;
    margin-left: 5.20833%;
    margin-right: 5.20833%;
  }
  .p-content.content--document {
    width: auto;
  }
  .p-feature__title {
    font-size: 2rem;
  }
  .p-feature__img {
    padding-left: 30px;
    padding-right: 30px;
  }
  .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.4rem;
  }
  .p-message__para {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    margin-top: 0;
  }
  .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-md-d {
    display: inherit !important;
  }
  .u-md-n {
    display: none !important;
  }
  .u-md-justify-content-start {
    justify-content: flex-start;
  }
  .u-md-justify-content-end {
    justify-content: flex-end;
  }
  .u-md-justify-content-center {
    justify-content: center;
  }
  .u-md-justify-content-between {
    justify-content: space-between;
  }
  .u-md-flex-nowrap {
    flex-wrap: nowrap;
  }
  .u-md-flex-wrap {
    flex-wrap: wrap;
  }
  .u-md-align-items-start {
    align-items: flex-start;
  }
  .u-md-align-items-end {
    align-items: flex-end;
  }
  .u-md-align-items-center {
    align-items: center;
  }
  .u-md-align-items-baseline {
    align-items: baseline;
  }
  .u-md-align-items-stretch {
    align-items: stretch;
  }
  .u-md-flex-00auto {
    flex: 0 0 auto !important;
  }
  .u-md-flex-01auto {
    flex: 0 1 auto !important;
  }
  .u-md-flex-11auto {
    flex: 1 1 auto !important;
  }
  .u-md-flex-10auto {
    flex: 1 0 auto !important;
  }
  .u-md-textright {
    text-align: right;
  }
  .u-md-textcenter {
    text-align: center;
  }
  .u-md-textleft {
    text-align: left;
  }
  .u-md-textjustify {
    text-align: justify;
  }
  .u-md-ml-auto {
    margin-left: auto !important;
  }
  .u-md-mr-auto {
    margin-right: auto !important;
  }
  .u-md-mt {
    margin-top: 1.65em!important;
  }
  .u-md-mt-n {
    margin-top: 0!important;
  }
  .u-md-mt-s {
    margin-top: 0.7em!important;
  }
  .u-md-mt-p {
    margin-top: 1em!important;
  }
  .u-md-mt-m {
    margin-top: 2em!important;
  }
  .u-md-mt-l {
    margin-top: 3em!important;
  }
  .u-md-mr {
    margin-right: 1.65em!important;
  }
  .u-md-mr-n {
    margin-right: 0!important;
  }
  .u-md-mr-s {
    margin-right: 0.7em!important;
  }
  .u-md-mr-p {
    margin-right: 1em!important;
  }
  .u-md-mr-m {
    margin-right: 2em!important;
  }
  .u-md-mr-l {
    margin-right: 3em!important;
  }
  .u-md-mb {
    margin-bottom: 1.65em!important;
  }
  .u-md-mb-n {
    margin-bottom: 0!important;
  }
  .u-md-mb-s {
    margin-bottom: 0.7em!important;
  }
  .u-md-mb-p {
    margin-bottom: 1em!important;
  }
  .u-md-mb-m {
    margin-bottom: 2em!important;
  }
  .u-md-mb-l {
    margin-bottom: 3em!important;
  }
  .u-md-ml {
    margin-left: 1.65em!important;
  }
  .u-md-ml-n {
    margin-left: 0!important;
  }
  .u-md-ml-s {
    margin-left: 0.7em!important;
  }
  .u-md-ml-p {
    margin-left: 1em!important;
  }
  .u-md-ml-m {
    margin-left: 2em!important;
  }
  .u-md-ml-l {
    margin-left: 3em!important;
  }
  .u-md-pt {
    padding-top: 1.65em!important;
  }
  .u-md-pt-n {
    padding-top: 0!important;
  }
  .u-md-pt-s {
    padding-top: 0.7em!important;
  }
  .u-md-pt-p {
    padding-top: 1em!important;
  }
  .u-md-pt-m {
    padding-top: 2em!important;
  }
  .u-md-pt-l {
    padding-top: 3em!important;
  }
  .u-md-pr {
    padding-right: 1.65em!important;
  }
  .u-md-pr-n {
    padding-right: 0!important;
  }
  .u-md-pr-s {
    padding-right: 0.7em!important;
  }
  .u-md-pr-p {
    padding-right: 1em!important;
  }
  .u-md-pr-m {
    padding-right: 2em!important;
  }
  .u-md-pr-l {
    padding-right: 3em!important;
  }
  .u-md-pb {
    padding-bottom: 1.65em!important;
  }
  .u-md-pb-n {
    padding-bottom: 0!important;
  }
  .u-md-pb-s {
    padding-bottom: 0.7em!important;
  }
  .u-md-pb-p {
    padding-bottom: 1em!important;
  }
  .u-md-pb-m {
    padding-bottom: 2em!important;
  }
  .u-md-pb-l {
    padding-bottom: 3em!important;
  }
  .u-md-pl {
    padding-left: 1.65em!important;
  }
  .u-md-pl-n {
    padding-left: 0!important;
  }
  .u-md-pl-s {
    padding-left: 0.7em!important;
  }
  .u-md-pl-p {
    padding-left: 1em!important;
  }
  .u-md-pl-m {
    padding-left: 2em!important;
  }
  .u-md-pl-l {
    padding-left: 3em!important;
  }
}

@media screen and (max-width: 568px) {
  /**/
  .l-card {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .l-content.content--message {
    margin-top: -119px;
    padding-top: 160px;
    padding-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-content.content--card {
    padding-bottom: 20px;
  }
  .l-content.content--flow {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .l-detailPanel {
    padding: 30px 0;
  }
  .l-detailPanel__content {
    background-position: top 20px center;
    padding: 24px 24px;
    top: 0;
  }
  .l-detailPanel__title {
    font-size: 1.7rem;
  }
  .l-detailPanel__price {
    font-size: 1.3rem;
  }
  .l-detailPanel__price span {
    font-size: 3.4rem !important;
  }
  .l-detailPanel__img {
    margin-bottom: 24px;
  }
  .l-detailPanel__btnWrapper {
    margin: 22px 15px 8px;
  }
  .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-footerNav__list {
    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__title {
    width: 145px;
  }
  .l-hero__text.text--en {
    font-size: 28px;
  }
  .l-hero__text.text--jp {
    font-size: 18px;
  }
  .l-modal__container {
    margin: 24px 12px;
  }
  .l-modal__inner {
    padding: 36px 30px 80px;
  }
  .l-modal__lineLogo img {
    width: 64px;
  }
  .l-modal__caption {
    font-size: 15px;
  }
  .l-modal__notes {
    text-align: left;
  }
  .l-modal__notes span {
    font-size: 12px;
  }
  .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__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__text .br-sm-none {
    display: none;
  }
  .p-flow {
    max-width: 100%;
  }
  .p-flow__item {
    flex-direction: column;
    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-message__para {
    font-size: 15px;
    font-size: 4vw;
    text-align: left;
    line-height: 2;
  }
  .p-message__para .br-sm-none {
    display: none;
  }
  .p-message__last {
    font-size: 17px;
  }
  .p-message__img {
    padding-left: 20px;
    padding-right: 20px;
  }
  .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;
  }
  .u-sm-d {
    display: inherit !important;
  }
  .u-sm-n {
    display: none !important;
  }
}

@media screen and (max-width: 412px) {
  /**/
  .p-feature__title {
    font-size: 1.8rem;
  }
  .p-feature__text {
    font-size: 15px;
    font-size: 4vw;
    text-align: left;
    line-height: 2;
  }
  .u-xs-d {
    display: inherit !important;
  }
  .u-xs-n {
    display: none !important;
  }
}

@media print, screen and (min-width: 412px) {
  /**/
  .u-over-xs-d {
    display: inherit !important;
  }
  .u-over-xs-n {
    display: none !important;
  }
}

@media print, screen and (min-width: 568px) {
  /**/
  .c-col-sm-12 {
    width: 100%;
  }
  .c-col-sm-11 {
    width: 91.66666667%;
  }
  .c-col-sm-10 {
    width: 83.33333333%;
  }
  .c-col-sm-9 {
    width: 75%;
  }
  .c-col-sm-8 {
    width: 66.66666667%;
  }
  .c-col-sm-7 {
    width: 58.33333333%;
  }
  .c-col-sm-6 {
    width: 50%;
  }
  .c-col-sm-5col {
    width: 20%;
  }
  .c-col-sm-5 {
    width: 41.66666667%;
  }
  .c-col-sm-4 {
    width: 33.33333333%;
  }
  .c-col-sm-3 {
    width: 25%;
  }
  .c-col-sm-2 {
    width: 16.66666667%;
  }
  .c-col-sm-1 {
    width: 8.33333333%;
  }
  .c-col-sm-auto {
    width: auto;
  }
  .p-card__label {
    margin-right: 16px;
  }
  .p-card__caption {
    font-size: 2.2rem;
  }
  .p-card__text {
    font-size: 16px;
  }
  .p-feature__text .br-sm-show {
    display: none;
  }
  .p-message__para .br-sm-show {
    display: none;
  }
  .u-over-sm-d {
    display: inherit !important;
  }
  .u-over-sm-n {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  /**/
  .l-menu {
    width: 64px;
    height: 64px;
    top: 28px;
    right: 70px;
  }
  .l-menuTrigger {
    width: 20px;
    height: 13px;
  }
  .l-menuTrigger span {
    height: 3px;
  }
  .l-menuTrigger.active span:nth-of-type(1) {
    transform: translateY(5px) rotate(-135deg);
  }
  .l-menuTrigger.active span:nth-of-type(2) {
    transform: translateY(-5px) rotate(135deg);
  }
  .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;
    transform: translateY(-50%);
  }
  .p-card__itemImg.itemImage--odd:before {
    transform: translateX(0%);
    right: -30px;
    left: inherit;
  }
  .p-card__itemImg.itemImage--even:before {
    transform: translateX(0%);
    left: -30px;
  }
  .p-card__label {
    margin-right: 0;
  }
  .p-card__label p {
    font-size: 17px;
  }
  .u-over-md-d {
    display: inherit !important;
  }
  .u-over-md-n {
    display: none !important;
  }
  .u-over-md-flex-nowrap {
    flex-wrap: nowrap;
  }
  .u-over-md-flex-wrap {
    flex-wrap: wrap;
  }
  .u-over-md-order-0 {
    order: 0;
  }
  .u-over-md-order-1 {
    order: 1;
  }
  .u-over-md-order-_1 {
    order: -1;
  }
  .u-over-md-flex-00auto {
    flex: 0 0 auto !important;
  }
  .u-over-md-flex-01auto {
    flex: 0 1 auto !important;
  }
  .u-over-md-nowrap {
    white-space: nowrap;
  }
}

@media print, screen and (min-width: 1024px) {
  /**/
  .c-col-lg-12 {
    width: 100%;
  }
  .c-col-lg-11 {
    width: 91.66666667%;
  }
  .c-col-lg-10 {
    width: 83.33333333%;
  }
  .c-col-lg-9 {
    width: 75%;
  }
  .c-col-lg-8 {
    width: 66.66666667%;
  }
  .c-col-lg-7 {
    width: 58.33333333%;
  }
  .c-col-lg-6 {
    width: 50%;
  }
  .c-col-lg-5col {
    width: 20%;
  }
  .c-col-lg-5 {
    width: 41.66666667%;
  }
  .c-col-lg-4 {
    width: 33.33333333%;
  }
  .c-col-lg-3 {
    width: 25%;
  }
  .c-col-lg-2 {
    width: 16.66666667%;
  }
  .c-col-lg-1 {
    width: 8.33333333%;
  }
  .c-col-lg-auto {
    width: auto;
  }
  .u-over-lg-d {
    display: inherit !important;
  }
  .u-over-lg-n {
    display: none !important;
  }
  .u-over-lg-flex-nowrap {
    flex-wrap: nowrap;
  }
  .u-over-lg-flex-wrap {
    flex-wrap: wrap;
  }
  .u-over-lg-order-0 {
    order: 0;
  }
  .u-over-lg-order-1 {
    order: 1;
  }
  .u-over-lg-order-_1 {
    order: -1;
  }
  .u-over-lg-flex-00auto {
    flex: 0 0 auto !important;
  }
  .u-over-lg-flex-01auto {
    flex: 0 1 auto !important;
  }
  .u-over-lg-nowrap {
    white-space: nowrap;
  }
}

@media print, screen and (min-width: 1170px) {
  /**/
}

@media print, screen and (min-width: 1400px) {
  /**/
}

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