/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[0]!./node_modules/import-glob-loader/index.js!./src/assets/sass/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese);
/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[0]!./node_modules/import-glob-loader/index.js!./src/assets/sass/style.scss (1) ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);
/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[0]!./node_modules/import-glob-loader/index.js!./src/assets/sass/style.scss (2) ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* =================================================================
  Foundation
================================================================= */ /* メディアクエリ----------------------------------------------- */
/* wrap----------------------------------------------- */
/* 上マージン----------------------------------------------- */
/* 下マージン----------------------------------------------- */
/* 上下余白----------------------------------------------- */
/* grid----------------------------------------------- */
/* =================================================================
  リンク
================================================================= */
/* リンク　色変更----------------------------------------------- */
/* リンク　ボーダー----------------------------------------------- */
/*  Font Awesome ICON  /company/  /test-chamber/----------------------------------------------- */
/* 矢印----------------------------------------------- */
/* clearfix
----------------------------------------------- */
.c-media::after, .c-entry-body::after, .l-side-post-item > a::after, .l-side-post-item::after, .l-header::after, .l-contents.-column::after {
  display: block;
  clear: both;
  content: "";
}

/* =================================================================================


  color.scss


================================================================================= */
/* サイトで全体で使うカラーコードの変数を指定 */
/* ソーシャル系 */
/* =================================================================================


  font.scss


================================================================================= */
/* サイトで全体で使うfont-familyの変数を指定 */
/* サイトで全体で使うfont-sizeの変数を指定 */
/* =================================================================================


  reset.scss


================================================================================= */
/*要素のフォントサイズやマージン・パディングをリセットしています*/
html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
span,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
main,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

main {
  display: block;
}

span,
em,
strong {
  font-weight: inherit;
}

/*行の高さをフォントサイズと同じにしています*/
body {
  line-height: 1;
}

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/*ulのマーカー（行頭記号）を表示しないようにしています*/
ul {
  list-style: none;
}

/*引用符の表示が出ないようにしています*/
blockquote,
q {
  quotes: none;
}

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/*テキストに打ち消し線が付くようにしています*/
del {
  text-decoration: line-through;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

/*縦方向の揃え位置を中央揃えに指定しています*/
input,
select {
  vertical-align: middle;
}

/*上付き文字 下付き文字の設定*/
sup,
sub {
  position: relative;
  height: 0;
  font-size: 60%;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

/* =================================================================================


  base.scss


================================================================================= */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body,
input,
select,
textarea {
  -webkit-text-size-adjust: 100%;
  color: #333;
  font-size: 1.5rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* =================================================================
  リンク設定
================================================================= */
a {
  color: #333;
  text-decoration: none;
  transition: 0.3s linear;
}

/* =================================================================
  フルードイメージ
================================================================= */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* =================================================================
  Layout
================================================================= */
.l-contents {
  position: relative;
}
.l-contents.-column {
  padding: 0 1em;
}
.l-contents.-shop-list {
  padding: 2em 1em;
  background: #fdfdf5;
}

/* =================================================================

    footer

================================================================= */
.l-footer {
  position: relative;
  padding: 40px 20px 20px;
  clear: both;
}
.l-footer__global-menu {
  max-width: 1400px;
  margin: 0 auto 1.5em;
  margin-right: auto;
  margin-left: auto;
}
.l-footer__global-menu ul {
  font-size: 0;
}
.l-footer__global-menu li {
  display: inline-block;
  position: relative;
  margin: 0 1em 0.5em 0;
  font-size: 1.4rem;
}
.l-footer__global-menu li::before {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 2px;
  margin: -0.1em 0.3em 0 0;
  background: #ef007e;
  content: "";
  vertical-align: middle;
}
.l-footer__global-menu li a {
  color: #333;
}
.l-footer__global-menu li a:hover {
  color: #ef007e;
}
.l-footer__sub-menu {
  margin: 0 -20px 2em;
  padding: 1em 20px;
  background: #f7f7f7;
}
.l-footer__sub-menu ul {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  font-size: 0;
}
.l-footer__sub-menu li {
  display: inline-block;
  position: relative;
  margin: 0 1.5em 0 0;
  padding: 0.2em 0;
  font-size: 1.4rem;
}
.l-footer__sub-menu li a {
  color: #333;
}
.l-footer__sub-menu li a:hover {
  color: #ef007e;
}
.l-footer__info {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.l-footer__logo {
  margin: 0 0 1em;
}
.l-footer__logo img {
  max-height: 44px;
}
.l-footer__notes {
  margin: 0 0 1em;
  font-size: 1.2rem;
}
.l-footer__copy {
  font-size: 1.2rem;
}

.l-hamburger-menu-button {
  -webkit-appearance: none;
     -moz-appearance: none;
  box-sizing: content-box;
          appearance: none;
  z-index: 10;
  position: fixed;
  top: 30px;
  right: 20px;
  width: 20px;
  height: 20px;
  padding: 10px;
  border: none;
  border-radius: 100%;
  outline: none;
  background: #ef007e;
  cursor: pointer;
}

/* 3本線
----------------------------------------------- */
.l-hamburger-icon {
  display: block;
  position: relative;
  transition: 0.3s linear;
}

.l-hamburger-icon,
.l-hamburger-icon:before,
.l-hamburger-icon:after {
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-hamburger-icon:before,
.l-hamburger-icon:after {
  position: absolute;
  top: -8px;
  left: 0;
  content: "";
}

.l-hamburger-icon:after {
  top: 8px;
}

/* classにopenが付与されたとき
----------------------------------------------- */
.open .l-hamburger-icon {
  background-color: transparent;
}

.open .l-hamburger-icon:before,
.open .l-hamburger-icon:after {
  top: 0;
}

.open .l-hamburger-icon:before {
  transform: rotate(45deg);
}

.open .l-hamburger-icon:after {
  transform: rotate(-45deg);
}

/* =================================================================

  header

================================================================= */
.l-header {
  box-sizing: content-box;
  display: -ms-grid;
  display: grid;
  position: relative;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
}
.l-header__logo a {
  display: inline-block;
}
.l-header__logo img {
  display: block;
  max-height: 42px;
  margin: 0.5em 0 0;
}
.l-header__menu {
  display: none;
}
.l-header__menu ul {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
}
.l-header__menu li {
  font-weight: 500;
  font-size: clamp(1.2rem, 1.4vw, 1.8rem);
  text-align: center;
}
.l-header__menu li a {
  display: block;
  position: relative;
  padding: 40px 1.5em 0;
  background-position: center top;
  background-size: 42px;
  background-repeat: no-repeat;
  transition: 0.6s background-position padding;
}
.l-header__menu li a:hover {
  background-position: center 4px;
}
.l-header__menu li a span {
  display: block;
  font-size: 0.66666667em;
}
.l-header__menu li a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 80%;
  border-right: solid 1px #ccc;
  content: "";
}
.l-header__menu .products a {
  background-image: url(../img/common/g-navi-products.png);
}
.l-header__menu .lesson a {
  background-image: url(../img/common/g-navi-lesson.svg);
  background-position: center 2px;
  background-size: 40px;
}
.l-header__menu .shop a {
  background-image: url(../img/common/g-navi-shop.png);
}
.l-header__menu .school a {
  background-image: url(../img/common/g-navi-school.svg);
  background-size: 32px;
}
.l-header__menu .hall a {
  background-image: url(../img/common/g-navi-hall.png);
}
.l-header__menu .repair a {
  background-image: url(../img/common/g-navi-repair.png);
}
.l-header__menu .recruit a {
  background-image: url(../img/common/g-navi-recruit.png);
}

/* =================================================================================


  Layout-レイアウト


================================================================================= */
/* =================================================================
  コンテンツの横幅指定（センタリング）
================================================================= */
.l-wrap-md {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.l-wrap-sm {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.l-wrap-in {
  box-sizing: content-box;
  box-sizing: content-box;
  padding: 0 20px;
}

/* =================================================================

  contents

================================================================= */
.l-wrapper {
  height: 100%;
}

/* =================================================================

  コンテント振り分け

================================================================= */
.l-content-left,
.l-content-left-md,
.l-content-left-lg,
.l-content-right,
.l-content-right-md,
.l-content-right-lg {
  box-sizing: border-box;
}

.l-content-left {
  float: left;
}

.l-content-right {
  float: right;
}

/* メディアクエリ： 481px ～ */
/* メディアクエリ： 769px ～ */
.l-main {
  width: 100%;
  line-height: 1.8;
}
.l-main.-column {
  margin: 0 0 6rem;
}

.l-modal-menu {
  padding: 60px;
  /* リスト
  ----------------------------------------------- */
}
.l-modal-menu .l-modal-menu-inner {
  box-sizing: content-box;
  border: 10px solid #000;
}
.l-modal-menu .close-btn-wrap {
  margin: 20px 0 50px;
  text-align: center;
}
.l-modal-menu button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}
.l-modal-menu .close-btn {
  display: inline-block;
  position: relative;
  color: #999;
  font-size: 1.8rem;
  text-align: center;
  vertical-align: middle;
  transition: 0.3s linear;
}
.l-modal-menu .close-btn:hover {
  color: #ef007e;
}
.l-modal-menu .close-btn i {
  margin: 0 0.2em 0 0;
}
.l-modal-menu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.l-modal-menu__list li {
  width: 50%;
  margin: 0 0 2em;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
}
.l-modal-menu__list li a {
  display: block;
  position: relative;
  padding: 40px 0 0;
  background-position: center top;
  background-size: 42px;
  background-repeat: no-repeat;
}
.l-modal-menu__list li a span {
  display: block;
  font-size: 1.2rem;
}
.l-modal-menu__list li a:hover {
  opacity: 0.7;
}
.l-modal-menu__list li a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 80%;
  content: "";
}
.l-modal-menu__list .products a {
  background-image: url("../img/common/g-navi-products.png");
}
.l-modal-menu__list .lesson a {
  background-image: url("../img/common/g-navi-lesson.svg");
  background-position: center 2px;
  background-size: 40px;
}
.l-modal-menu__list .shop a {
  background-image: url("../img/common/g-navi-shop.png");
}
.l-modal-menu__list .school a {
  background-image: url("../img/common/g-navi-school.svg");
  background-size: 32px;
}
.l-modal-menu__list .hall a {
  background-image: url("../img/common/g-navi-hall.png");
}
.l-modal-menu__list .repair a {
  background-image: url("../img/common/g-navi-repair.png");
}
.l-modal-menu__list .recruit a {
  background-image: url("../img/common/g-navi-recruit.png");
}

.l-side {
  width: 100%;
}
/* サイドメニュー
----------------------------------------------- */
.l-side-menu {
  margin: 0 0 3em;
}
.l-side-menu__title {
  padding: 1em 0;
  background: #ef007e;
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
}
.l-side-menu__title span {
  display: block;
  font-size: 1.4rem;
}
.l-side-menu__item:first-child a {
  border-top: dotted 1px #ccc;
}
.l-side-menu__item a {
  display: block;
  padding: 0.8em 1em;
  border-bottom: dotted 1px #ccc;
}
.l-side-menu__item a:hover {
  background: #f7f7f7;
}

.is-hidden .l-side-menu__title {
  display: none;
}

/* ニュース
----------------------------------------------- */
.l-side-news {
  margin: 0 0 3em;
}

/* バナーエリア
----------------------------------------------- */
.l-side-banner {
  max-width: 40rem;
  margin: 0 auto;
}
.l-side-banner li {
  margin: 0 0 2em;
}
.l-side-banner li:last-child {
  margin: 0;
}

/* 記事一覧
----------------------------------------------- */
.l-side-post-item {
  padding: 15px 0;
  border-bottom: dotted 1px #ccc;
}
.l-side-post-item:last-child {
  border: none;
}
.l-side-post-item > a {
  display: block;
}
.l-side-post-item > a:hover {
  opacity: 0.7;
}

.l-side-entry-thum {
  width: 38%;
  float: left;
}

.l-side-entry-content {
  width: 58%;
  float: right;
}

.l-side-entry-title {
  margin: 0 0 0.4rem;
  font-size: 1.5rem;
  text-align: left;
}

.l-side-entry-meta {
  margin: 0 0 6px;
}
.l-side-entry-meta .l-side-entry-date,
.l-side-entry-meta .l-side-entry-pv {
  position: relative;
  margin: 0 0.8rem 0 0;
  font-size: 1.4rem;
}
.l-side-entry-meta .l-side-entry-date svg,
.l-side-entry-meta .l-side-entry-pv svg {
  margin: -0.2em 0.5em 0 0;
  font-size: 1.6rem;
  vertical-align: middle;
}
.l-side-entry-meta .l-side-entry-date::before,
.l-side-entry-meta .l-side-entry-pv::before {
  display: none;
}

/* ランキング
----------------------------------------------- */
.l-side-ranking {
  counter-reset: access_ranking;
}
.l-side-ranking .l-side-post-item {
  position: relative;
}
.l-side-ranking .l-side-post-item::before {
  z-index: 1;
  position: absolute;
  top: 15px;
  left: 0;
  padding: 8px 10px;
  background: #333;
  content: counter(access_ranking, decimal);
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  counter-increment: access_ranking;
}

.l-side-list li {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 10px 1em;
  border-bottom: dotted 1px #ccc;
}
.l-side-list li::before {
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 1em 0 0;
  margin-top: -4px;
  transform: rotate(45deg);
  border-top: 2px solid #ef007e;
  border-right: 2px solid #ef007e;
  content: "";
  vertical-align: middle;
}
.l-side-list li a {
  color: #333;
}
.l-side-list li a:hover {
  color: #ef007e;
}
.l-side-list li a .count {
  display: inline-block;
  margin: 0 0 0 6px;
  padding: 2px 10px;
  border-radius: 6px;
  background: #f7f7f7;
  font-size: 1.3rem;
}

/* カテゴリー
----------------------------------------------- */
/* タグ
----------------------------------------------- */
.l-side-tag ul {
  margin: 0 0 20px;
  font-size: 0;
  text-align: left;
}
.l-side-tag ul:last-child {
  margin: 0;
}
.l-side-tag li {
  display: inline-block;
  margin: 0 10px 10px 0;
  font-size: 1.2rem;
}
.l-side-tag li a {
  display: inline-block;
  padding: 2px 6px;
}
.l-side-tag li a:hover {
  color: #fff;
}

/* =================================================================

  パンくずリスト

================================================================= */
.l-topicpath {
  margin: 0 0 2em;
  padding: 1rem 2rem;
  overflow: hidden;
  border-top: solid 1px #e8e8e8;
  border-bottom: solid 1px #e8e8e8;
  text-align: left;
}

.l-topicpath ul {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.l-topicpath ul li {
  display: inline-block;
  position: relative;
  margin: 0 1em 0 0;
  padding: 0 1.5em 0 0;
  font-size: 1.2rem;
  text-align: left;
}

.l-topicpath ul li a:hover {
  color: #ef007e;
}

.l-topicpath ul li:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  margin-top: -2px;
  transform: rotate(45deg);
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  content: "";
}

.l-topicpath ul li:last-child {
  margin: 0;
  padding: 0;
}

.l-topicpath ul li:last-child:after {
  display: none;
}

/* =================================================================
  Object
================================================================= */
/* component */
/* =================================================================================


  Component - コンポーネント [アラート]


================================================================================= */
.c-alert {
  /* scrollにはしないことでスクロールの必要がないときはスクロールバーを表示させない */
  -webkit-overflow-scrolling: touch;
  visibility: visible;
  z-index: 2000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
}
.c-alert__container {
  display: table;
  width: 100%;
  height: 100%;
}
.c-alert__inner {
  display: table-cell;
  padding: 2.7em 2em;
  /* モーダル外側の余白 */
  vertical-align: middle;
}
.c-alert__body {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 2rem;
  border: solid 10px #ef007e;
  background: #fff;
}
.c-alert__close {
  display: inline-block;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.c-alert__close i {
  margin: 0 0.2em 0 0;
}

.c-alert.is-close {
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s, visibility 1s;
}

/* =================================================================================


  Component - コンポーネント [ボックス]


================================================================================= */
/* =================================================================================


  Component - コンポーネント [ボタン]


================================================================================= */
/* Primary
  使用ページ
  / TOP
----------------------------------------------- */
.c-button-primary {
  display: inline-block;
  position: relative;
  min-width: 240px;
  padding: 0.8em 2em;
  border: solid 2px #ef007e;
  background: #fff;
  color: #ef007e;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
}
.c-button-primary:hover {
  background: #ef007e;
  color: #fff;
}
.c-button-primary.-normal {
  border: solid 1px #333;
  color: #333;
}
.c-button-primary.-normal:hover {
  background: #333;
  color: #fff;
}
.c-button-primary.-lesson {
  border: solid 2px #f09100;
  color: #f09100;
}
.c-button-primary.-lesson:hover {
  background: #f09100;
  color: #fff;
}
.c-button-primary.-shop {
  border: solid 2px #1293c9;
  color: #1293c9;
}
.c-button-primary.-shop:hover {
  background: #1293c9;
  color: #fff;
}
.c-button-primary.-products {
  border: solid 2px #d73816;
  color: #d73816;
}
.c-button-primary.-products:hover {
  background: #d73816;
  color: #fff;
}

/* =================================================================
  矢印
================================================================= */
.c-button-arrow {
  position: relative;
  padding-left: 1em;
}
.c-button-arrow:hover {
  color: #ef007e;
}
.c-button-arrow::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2px;
  width: 8px;
  height: 8px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #ef007e;
  border-right: 2px solid #ef007e;
  content: "";
  vertical-align: middle;
}

/* =================================================================
  一覧を見る
================================================================= */
.c-button-more {
  display: inline-block;
  padding: 0.3em 1em;
  background: #333;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
.c-button-more:hover {
  background: #ef007e;
  color: #fff;
}

/* =================================================================
  ページのトップに戻るボタン
================================================================= */
.c-button-page-scroll {
  z-index: 1000;
  position: fixed;
  right: 10px;
  bottom: 10px;
}

.c-button-page-scroll a {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  background: url(../img/common/button-page-scroll.png) left top/cover no-repeat;
}

.c-button-page-scroll a:hover {
  opacity: 0.7;
}

/* 郵便番号 検索ボタン
----------------------------------------------- */
.c-button-zip-search {
  -webkit-appearance: none;
  margin: 0 0 0 1em;
  padding: 6px 1em;
  border: 0;
  border-radius: 3px;
  background: #333;
  color: #fff;
  font-size: 1.4rem;
  cursor: pointer;
  transition: 0.3s linear;
}
.c-button-zip-search:hover {
  background: #ef007e;
}

.mw_wp_form_confirm .c-button-zip-search {
  display: none;
}

/* 送信・確認ボタン
----------------------------------------------- */
.c-button-submit {
  -webkit-appearance: none;
  padding: 1em 3em;
  border: 0;
  border-radius: 0;
  background: #ff2397;
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
  transition: 0.3s linear;
}
.c-button-submit.-send {
  background: #ff2397;
}
.c-button-submit.-back {
  background: #666;
}
.c-button-submit:hover {
  background: #ef007e;
}

/* ▼ここから未使用
----------------------------------------------- */
/* more
  使用ページ
  / 採用のご案内
----------------------------------------------- */
/* =================================================================
  予約ボタン
================================================================= */
.c-button-reserve-wrap {
  margin: 0 20px;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.c-button-reserve {
  max-width: 500px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.c-button-reserve a {
  display: block;
  position: relative;
  max-width: 1000px;
  padding: 0.5em 1em;
  border: solid 5px #fff;
  border-radius: 25px;
  background: #ef007e;
  box-shadow: 0 0 0 1px #ef007e;
  color: #fff;
}
.c-button-reserve a:hover {
  background: #ff2397;
}
.c-button-reserve a::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  margin: -5px 1em 0 0;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  vertical-align: middle;
}
.c-button-reserve--margin {
  margin: 120px auto;
}

.c-button-link a {
  display: block;
  position: relative;
  max-width: 160px;
  margin: 0 0 0 auto;
  font-weight: 500;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.c-button-link a::before, .c-button-link a::after {
  position: absolute;
  height: 1px;
  background: #333;
  content: "";
  transition: 0.3s linear;
}
.c-button-link a::before {
  bottom: 0;
  left: 0;
  width: 90%;
}
.c-button-link a::after {
  right: 10%;
  bottom: 2px;
  width: 10px;
  transform: rotate(30deg);
}
.c-button-link a:hover::before {
  width: 100%;
}
.c-button-link a:hover::after {
  right: 0;
}

.c-button-link--mt {
  margin: 40px 0 0;
}
.c-button-link--mt a {
  display: block;
  position: relative;
  max-width: 160px;
  margin: 0 0 0 auto;
  font-weight: 500;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.c-button-link--mt a::before, .c-button-link--mt a::after {
  position: absolute;
  height: 1px;
  background: #333;
  content: "";
  transition: 0.3s linear;
}
.c-button-link--mt a::before {
  bottom: 0;
  left: 0;
  width: 90%;
}
.c-button-link--mt a::after {
  right: 10%;
  bottom: 2px;
  width: 10px;
  transform: rotate(30deg);
}
.c-button-link--mt a:hover::before {
  width: 100%;
}
.c-button-link--mt a:hover::after {
  right: 0;
}

/* =================================================================
  ボタン関連(使用していない)
================================================================= */
.m-btn {
  font-size: 1.6rem;
  text-align: center;
}
.m-btn a {
  display: block;
  padding: 6px 1rem;
  border: solid 1px #ef007e;
  background: #ef007e;
  color: #fff;
}
.m-btn a:hover {
  background: #fff;
  color: #ef007e;
}
/* =================================================================================


  Component - コンポーネント [card]


================================================================================= */
figure {
  margin: 0 0 20px;
  padding: 0;
}

.child {
  width: 30%;
  margin: 0 1.5%;
  padding: 10px;
}

.child p {
  margin: 0 0 20px;
  word-break: break-all;
}

.grand-child {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  background: red;
}

.btn {
  display: inline-block;
  margin: auto auto 20px;
  padding: 12px 20px;
  background: #ccc;
}

/* flex3 */
.flex3 {
  display: flex;
  flex-wrap: wrap;
}

.flex3 .child {
  display: flex;
  flex: 1 0 auto;
  /* fix IE11 */
}

.flex3 .grand-child {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  /* fix IE11 */
}

.flex3 .grand-child > * {
  flex-shrink: 0;
  /* fix IE11 */
}

.flex3 .grand-child .link {
  margin-top: auto;
  /* 位置を下に揃える */
  margin-bottom: 0;
  /* 装飾 */
  text-align: center;
  /* センタリング */
}

.c-card {
  display: flex;
  z-index: 0;
  position: relative;
  flex: 1 1 auto;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background-color: #fff;
  transition: 0.3s linear;
}
.c-card:hover .c-card__thumbnail img {
  transform: scale(1.1);
}
.c-card.-no-effect:hover .c-card__thumbnail img {
  transform: none;
}
.c-card.-shadow:hover {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.c-card.-shop {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.c-card.-shop:hover {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.c-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  flex-wrap: wrap;
  order: 1;
  width: 100%;
  min-height: 0;
  padding-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
.c-card__body.-shadow {
  padding: 1.5em;
}
.c-card__body.-shop {
  padding: 1.5em;
}
.c-card__body.-lesson {
  padding: 5% 0 1%;
  background: #83c9bb;
}
.c-card__body.-lesson-event {
  padding: 3% 0;
}
.c-card__thumbnail {
  position: relative;
  order: 0;
  width: 100%;
  min-height: 0;
  overflow: hidden;
}
.c-card__thumbnail img {
  width: 100%;
  transition: 0.3s ease-in;
}
.c-card__title {
  flex: 1 1 auto;
  margin-bottom: 0.5em;
  font-weight: 600;
  font-size: 1.6rem;
}
.c-card__title.-center {
  text-align: center;
}
.c-card__title.-lesson {
  color: #fff;
  font-weight: 400;
  font-size: 1.2rem;
  text-align: center;
}
.c-card__title.-lesson-event {
  font-size: 1.6rem;
}
.c-card__data {
  margin-bottom: 1em;
  color: #666;
  font-size: 1.4rem;
}
.c-card__text.-center {
  text-align: center;
}
.c-card__category {
  display: inline-block;
  position: absolute;
  right: -10px;
  bottom: 0;
  padding: 5px 1.5em 5px 1em;
  transform: skewX(150deg);
  border-left: solid 5px #ef007e;
  background: #fff;
  font-size: 1.3rem;
}
.c-card__category span {
  display: block;
  transform: skewX(-150deg);
  backface-visibility: hidden;
}
.c-card__category.-news {
  border-left: solid 5px #fec730;
}
.c-card__category.-hall {
  border-left: solid 5px #96c;
}
.c-card__category.-repair {
  border-left: solid 5px #a5c219;
}
.c-card__category.-maintenance {
  border-left: solid 5px #a5c219;
}
.c-card__category.-lesson {
  border-left: solid 5px #f09100;
}
.c-card__category.-lesson_info {
  border-left: solid 5px #f09100;
}
.c-card__category.-products {
  border-left: solid 5px #d73816;
}

/* =================================================================================


  Component - コンポーネント [color]


================================================================================= */
.c-color-primary {
  color: #ef007e;
}

.c-color-red {
  color: red;
}

/* =================================================================================


  Component - コンポーネント [全体]


================================================================================= */
/* =================================================================

  コンテンツの上下中央配置

================================================================= */
/* vertical-align: middle;を使う場合
----------------------------------------------- */
.outer {
  display: table;
  width: 100%;
}

.inner {
  display: table-cell;
  vertical-align: middle;
}

/* display: flex;を使う場合
----------------------------------------------- */
.outer {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* transformを使う場合
----------------------------------------------- */
.outer {
  position: relative;
}

.inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

/* =================================================================
  縦書きテキスト
================================================================= */
.c-vertical-text-wrap {
  position: relative;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 0;
  text-align: center;
}

.c-vertical-text {
  font-size: 1.4rem;
  line-height: 2.2;
  font-family: yumincho, "游明朝 DemiBold", "Yu Mincho DemiBold", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "メイリオ", meiryo, serif;
  letter-spacing: 0.1em;
  text-align: justify;
}

/* Firefox ハック
----------------------------------------------- */
@-moz-document url-prefix() {
}
.c-vertical-text-br-none br {
  display: none;
}

.c-vertical-text-ueda {
  -ms-writing-mode: tb-rl;
  display: inline-block;
  text-align: left;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
.c-vertical-text-ueda span {
  display: inline-block;
  margin: 0 2em 0 0;
  padding: 30px 20px;
  border: solid 1px #ef007e;
}

/* =================================================================
  ギャラリー
================================================================= */
.m-gallery {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}
.m-gallery li {
  margin: 0 -20px 10px;
}
.m-gallery li img {
  width: 100%;
}

/* =================================================================
  フルイメージ
================================================================= */
.m-full-image {
  margin: 40px -20px 0;
  background: url(../img/index/full-image-01.jpg) center top/cover no-repeat;
}

/* =================================================================
  リスト
================================================================= */
.m-list-in {
  list-style: inside disc;
}

.m-list-out {
  padding: 0 0 0 1.5em;
  list-style: outside disc;
}

/* =================================================================================


  Component - コンポーネント [記事]


================================================================================= */
.c-entry__head {
  margin: 0 0 3rem;
  padding: 2rem;
  border-left: solid 5px #ef007e;
  background: #f7f7f7;
}
.c-entry__title {
  margin: 0 0 1em;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.4;
}
.c-entry__social {
  width: 100%;
  margin-top: 1rem;
}
.c-entry__social img {
  max-height: 30px;
}
.c-entry__gallery {
  width: 100%;
  margin: 0 0 3rem;
}
.c-entry__gallery img {
  cursor: pointer;
}

/* =================================================================

  wordpress ビュジュアルエディタ用クラス

================================================================= */
.c-entry-body {
  word-wrap: break-word;
  line-height: 1.8;
}
.c-entry-body h2 {
  margin: 2em 0 0.8em;
  padding: 1em 0.5em;
  border: solid 1px #ccc;
  border-left: solid 5px #ef007e;
  background: #fff;
  font-weight: 500;
  font-size: 1.8rem;
}
.c-entry-body h3 {
  position: relative;
  margin: 0 0 1em;
  padding: 0 0 0.5em;
  border-bottom: solid 2px #ef007e;
  color: #ef007e;
  font-weight: 500;
  font-size: 1.7rem;
}
.c-entry-body h4 {
  position: relative;
  margin: 0 0 0.5em;
  font-weight: 500;
}
.c-entry-body a {
  border-bottom: solid 1px #333;
}
.c-entry-body a:hover {
  border-bottom: solid 1px transparent;
}
.c-entry-body p {
  margin: 1.5em 0 2.5em;
}
.c-entry-body .enclosure {
  padding: 2rem;
  border: solid 1px #bdd6e3;
  background: #e2edf3;
}
.c-entry-body .enclosure p {
  margin: 0;
}
.c-entry-body .emphasize {
  position: relative;
  padding: 2rem;
  border: 2px solid #f77fbe;
}
.c-entry-body .emphasize .title {
  display: inline-block;
  position: absolute;
  top: -1em;
  left: -2px;
  padding: 0 1em;
  background: #f77fbe;
  color: #fff;
  font-weight: 500;
}
.c-entry-body .emphasize .title strong {
  background: none;
}
.c-entry-body .emphasize p {
  margin: 0;
}
.c-entry-body .check {
  position: relative;
  padding-left: 1.5em;
  font-weight: 500;
  font-size: 1.7rem;
}
.c-entry-body .check::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  margin-right: 0.4em;
  content: "\f00c";
  color: #ef007e;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.c-entry-body .c-grid {
  margin-top: 1.5em;
  margin-bottom: 2.5em;
}
.c-entry-body .c-grid__item p {
  margin: 0;
}
.c-entry-body table {
  width: 100%;
}
.c-entry-body table th,
.c-entry-body table td {
  word-wrap: break-word;
  padding: 1.2em 0;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  background: #fff;
  color: #333;
  text-align: left;
  vertical-align: middle;
  word-break: break-all;
  overflow-wrap: break-word;
}
.c-entry-body table th {
  min-width: 8em;
}

.c-entry-body img.centered {
  display: block;
  margin: 0 auto;
}

.c-entry-body .aligncenter {
  display: block;
  margin: 0 auto;
}

.c-entry-body .alignleft {
  float: left;
}

.c-entry-body .alignright {
  float: right;
}

.c-entry-body ol li {
  margin-left: 1.5em;
  list-style-position: outside;
  list-style-type: decimal;
}

.c-entry-body ul li {
  margin-left: 1.5em;
  list-style-position: outside;
  list-style-type: disc;
}

.c-entry-body strong {
  background: linear-gradient(transparent 60%, #ff6 60%);
  font-weight: bold !important;
}

.c-entry-body em {
  border-bottom: 2px dotted #83c9bb;
}

/* =================================================================

  ページナビゲーション

================================================================= */
.c-entry-navi {
  margin-top: 4rem;
  text-align: center;
}
.c-entry-navi__item {
  display: block;
  margin: 0 0.2em 0.5em;
  font-weight: 500;
  text-align: center;
}
.c-entry-navi__item a {
  display: block;
  position: relative;
  padding: 1em 2.5em;
  border: solid 1px #ef007e;
  background: #fff;
  color: #ef007e;
}
.c-entry-navi__item a:hover {
  background: #ef007e;
  color: #fff;
}
.c-entry-navi__item a::before, .c-entry-navi__item a::after {
  position: absolute;
  top: 50%;
  content: "";
  vertical-align: middle;
}
.c-entry-navi__item a::before {
  width: 12px;
  height: 1px;
  background: #ef007e;
}
.c-entry-navi__item a::after {
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
}
.c-entry-navi__item.-prev a::before {
  left: 1em;
}
.c-entry-navi__item.-prev a::after {
  left: 1em;
  margin: -2px 0 0;
  border-bottom: 1px solid #ef007e;
  border-left: 1px solid #ef007e;
}
.c-entry-navi__item.-next a::before {
  right: 1em;
}
.c-entry-navi__item.-next a::after {
  right: 1em;
  margin: -2px 0 0;
  border-top: 1px solid #ef007e;
  border-right: 1px solid #ef007e;
}
.c-entry-navi__item.-archive a::before, .c-entry-navi__item.-archive a::after {
  display: none;
}

/* =================================================================

  関連記事出力

================================================================= */
.c-entry-kanren-link {
  margin: 0 0 2rem;
}
.c-entry-kanren-link:last-child {
  margin: 0;
}
.c-entry-kanren-link__body {
  display: block;
  display: flex;
  flex-wrap: wrap;
  padding: 2rem;
  border: solid 5px #f7f7f7;
}
.c-entry-kanren-link__body:hover {
  border: solid 5px #ccc;
}
.c-entry-kanren-link__thumbnail {
  width: 30%;
  margin: 0 4% 0 0;
}
.c-entry-kanren-link__content {
  width: 66%;
}
.c-entry-kanren-link__content p {
  margin: 0;
}
.c-entry-kanren-link__content .label {
  display: inline-block;
  margin: 0 1rem 0 0;
  padding: 2px 1em;
  background: #ef007e;
  color: #fff;
  font-size: 1.3rem;
}
.c-entry-kanren-link__content .date {
  display: inline-block;
  position: relative;
}
.c-entry-kanren-link__content .date::before {
  position: relative;
  margin: 0 0.5rem 0 0;
  content: "\f274";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.c-entry-kanren-link__content .title {
  margin: 1rem 0 0;
  font-weight: 500;
  font-size: 1.6rem;
}

/* =================================================================

    Pagination PREV NEXT

================================================================= */
.c-entry-pagination {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 80px 0 0;
}
.c-entry-pagination__item {
  position: relative;
  width: 50%;
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
}
.c-entry-pagination__item a {
  display: block;
  height: 100%;
  padding: 4rem 2rem 2rem;
}
.c-entry-pagination__item a:hover {
  background: #f7f7f7;
}
.c-entry-pagination__item.-prev {
  border-right: #ccc 1px solid;
}
.c-entry-pagination__title {
  position: absolute;
  top: -1em;
  padding: 5px 20px;
  border: 1px #ccc solid;
  background: #fff;
  font-size: 1.5rem;
  text-align: center;
}
.c-entry-pagination__title.-prev {
  left: 0;
}
.c-entry-pagination__title.-next {
  right: 0;
}
.c-entry-pagination__entry-title {
  font-weight: 500;
  font-size: 1.3rem;
}
.c-entry-pagination img {
  margin: 0 auto 10px;
}
.c-entry-pagination__no-article {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 0 10px;
  font-size: 1.2rem;
  text-align: center;
}
.c-entry-pagination__no-article.-prev {
  border-right: #ccc 1px solid;
}
.c-entry-pagination__no-article a {
  display: block;
}
.c-entry-pagination__home {
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background-color: #ef007e;
  text-align: center;
  transition: 0.3s linear;
}
.c-entry-pagination__home i {
  margin: 10px auto;
  color: #fff;
  font-size: 3rem;
}

/* =================================================================

  wp-pagenavi

================================================================= */
.wp-pagenavi {
  display: block;
  margin: 20px 0 0;
  clear: both;
  font-size: 12px;
}

.wp-pagenavi a {
  display: inline-block;
  margin: 3px;
  padding: 10px;
  border: 1px solid #ef007e;
  background: none repeat scroll 0 0 #fcfcfc;
  color: #ef007e;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  display: inline-block;
  border: 1px solid #ef007e;
  background: none repeat scroll 0 0 #ef007e;
  color: #fff;
}

.wp-pagenavi span.pages {
  display: inline-block;
  margin: 3px;
  padding: 10px;
  color: #ef007e;
  font-style: italic;
  font-family: Georgia, serif;
}

.wp-pagenavi span.current {
  display: inline-block;
  margin: 3px;
  padding: 10px;
  border: 1px solid #ef007e;
  background: none repeat scroll 0 0 #ef007e;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.wp-pagenavi span.extend {
  display: inline-block;
  margin: 3px;
  padding: 10px 2px;
  background: none repeat scroll 0 0 #fcfcfc;
  color: #ef007e;
  text-decoration: none;
}

/* =================================================================================


  Component - コンポーネント [font]


================================================================================= */
/* =================================================================================


  Component - コンポーネント [フォーム]


================================================================================= */
/* テキストエリア
----------------------------------------------- */
.c-form .text,
.c-form .zip,
.c-form .textarea {
  -webkit-appearance: none;
  width: 100%;
  padding: 1em 20px;
  border: 0;
  border-radius: 6px;
  background: #f7f7f7;
}
.c-form .zip {
  width: 5em;
}
.c-form .textarea {
  height: 10em;
}

/* セレクトボタン
----------------------------------------------- */
.select-wrap {
  display: inline-block;
  position: relative;
  margin: 0 0 10px;
}
.select-wrap select {
  -webkit-appearance: none;
  position: relative;
  width: 100%;
  padding: 1em;
  padding-right: 3em;
  border: 0;
  border-radius: 6px;
  background: #f7f7f7;
}
.select-wrap::after {
  position: absolute;
  top: 50%;
  right: 16px;
  margin: -5px 0 0;
  border: 8px solid transparent;
  border-top: 10px solid #333;
  content: "";
  pointer-events: none; /* ▼ をクリックできるように */
}

.mw_wp_form_confirm .select-wrap {
  margin: 0;
}
.mw_wp_form_confirm .select-wrap::after {
  display: none;
}

/* ラジオボタン
----------------------------------------------- */
.mwform-radio-field label {
  display: inline-block;
}
.mwform-radio-field input[type=radio] {
  display: none;
}
.mwform-radio-field input[type=radio] + span {
  position: relative;
  margin: 0 1em 0 0;
  padding: 0 0 0 1.5em;
  cursor: pointer;
}
.mwform-radio-field input[type=radio] + span::before {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  margin: 0 0.2em 0 0;
  border: solid 2px #999;
  border-radius: 18px;
  background-color: transparent;
  content: "";
}
.mwform-radio-field input[type=radio]:checked + span::before {
  border: solid 2px #ef007e;
}
.mwform-radio-field input[type=radio]:checked + span::after {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #ef007e;
  content: "";
}

/* チェックボックス
----------------------------------------------- */
.mwform-checkbox-field label {
  display: inline-block;
}
.mwform-checkbox-field label input[type=checkbox] {
  display: none;
}
.mwform-checkbox-field label input[type=checkbox] + span {
  position: relative;
  margin: 0 1em 0 0;
  padding: 0 0 0 23px;
}
.mwform-checkbox-field label input[type=checkbox] + span::before {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  margin: 0 0.2em 0 0;
  border: solid 2px #999;
  background-color: transparent;
  content: "";
}
.mwform-checkbox-field label input[type=checkbox]:checked + span::before {
  border: solid 2px rgba(239, 0, 126, 0.5);
}
.mwform-checkbox-field label input[type=checkbox]:checked + span::after {
  display: inline-block;
  position: absolute;
  top: -3px;
  left: 7px;
  width: 10px;
  height: 20px;
  transform: rotate(40deg);
  border-right: 3px solid #ef007e;
  border-bottom: 3px solid #ef007e;
  content: "";
}

/* =================================================================

  グリッドレイアウト

================================================================= */
.c-grid {
  display: flex;
  flex-wrap: wrap;
}
.c-grid.-justify {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-grid.-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-grid.-column-reverse {
  flex-direction: column-reverse;
}
.c-grid.-row-reverse {
  flex-direction: column-reverse;
}

/* グリッド wrap
----------------------------------------------- */
.c-grid-wrap-xxs {
  padding-right: 4px;
  padding-left: 4px;
}

.c-grid-wrap-xs {
  padding-right: 8px;
  padding-left: 8px;
}

.c-grid-wrap-sm {
  padding-right: 16px;
  padding-left: 16px;
}

.c-grid-wrap-md {
  padding-right: 24px;
  padding-left: 24px;
}

.c-grid-wrap-lg {
  padding-right: 32px;
  padding-left: 32px;
}

.c-grid-wrap-xl {
  padding-right: 40px;
  padding-left: 40px;
}

.c-grid-wrap-xxl {
  padding-right: 48px;
  padding-left: 48px;
}

/* グリッド 余白のネガティブマージン
----------------------------------------------- */
.c-grid-fit {
  margin: 0 -8px;
}

.c-grid-fit-xxs {
  margin-right: -4px;
  margin-left: -4px;
}

.c-grid-fit-xs {
  margin-right: -8px;
  margin-left: -8px;
}

.c-grid-fit-sm {
  margin-right: -16px;
  margin-left: -16px;
}

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

.c-grid-fit-lg {
  margin-right: -32px;
  margin-left: -32px;
}

.c-grid-fit-xl {
  margin-right: -40px;
  margin-left: -40px;
}

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

/* グリッドアイテムの余白
----------------------------------------------- */
.c-grid__item {
  min-height: 0%;
  padding: 8px;
}

.c-grid__item-xxs {
  min-height: 0%;
  padding: 4px;
}

.c-grid__item-xs {
  min-height: 0%;
  padding: 8px;
}

.c-grid__item-sm {
  min-height: 0%;
  padding: 16px;
}

.c-grid__item-md {
  min-height: 0%;
  padding: 24px;
}

.c-grid__item-lg {
  min-height: 0%;
  padding: 32px;
}

.c-grid__item-xl {
  min-height: 0%;
  padding: 40px;
}

.c-grid__item-xxl {
  min-height: 0%;
  padding: 48px;
}

.c-grid__item--ptb-xxs {
  min-height: 0%;
  padding-top: 4px;
  padding-bottom: 4px;
}

.c-grid__item--ptb-xs {
  min-height: 0%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.c-grid__item--ptb-sm {
  min-height: 0%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.c-grid__item--ptb-md {
  min-height: 0%;
  padding-top: 24px;
  padding-bottom: 24px;
}

.c-grid__item--ptb-lg {
  min-height: 0%;
  padding-top: 32px;
  padding-bottom: 32px;
}

.c-grid__item--ptb-xl {
  min-height: 0%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.c-grid__item--ptb-xxl {
  min-height: 0%;
  padding-top: 48px;
  padding-bottom: 48px;
}

.c-grid__item--prl-xxs {
  min-height: 0%;
  padding-right: 4px;
  padding-left: 4px;
}

.c-grid__item--prl-xs {
  min-height: 0%;
  padding-right: 8px;
  padding-left: 8px;
}

.c-grid__item--prl-sm {
  min-height: 0%;
  padding-right: 16px;
  padding-left: 16px;
}

.c-grid__item--prl-md {
  min-height: 0%;
  padding-right: 24px;
  padding-left: 24px;
}

.c-grid__item--prl-lg {
  min-height: 0%;
  padding-right: 32px;
  padding-left: 32px;
}

.c-grid__item--prl-xl {
  min-height: 0%;
  padding-right: 40px;
  padding-left: 40px;
}

.c-grid__item--prl-xxl {
  min-height: 0%;
  padding-right: 48px;
  padding-left: 48px;
}

/* グリッド横幅
----------------------------------------------- */
.grid-12 {
  width: 100%;
}

.grid-11 {
  width: 91.66666667%;
}

.grid-10 {
  width: 83.33333333%;
}

.grid-9 {
  width: 75%;
}

.grid-8 {
  width: 66.66666667%;
}

.grid-7 {
  width: 58.33333333%;
}

.grid-6 {
  width: 50%;
}

.grid-5 {
  width: 41.66666667%;
}

.grid-4 {
  width: 33.33333333%;
}

.grid-3 {
  width: 25%;
}

.grid-2 {
  width: 16.66666667%;
}

.grid-1 {
  width: 8.33333333%;
}
/* =================================================================================


  Component - コンポーネント [iframe]


================================================================================= */
/* =================================================================
  iframe 埋め込み
================================================================= */
.c-iframe {
  position: relative;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
}

.c-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* =================================================================================


  Component - コンポーネント [indent]


================================================================================= */
.c-indent {
  margin: 0 2rem;
}

/* =================================================================================


  Component - コンポーネント [link]


================================================================================= */
.c-link-parent-underline a {
  border-bottom: solid 1px #333;
}
.c-link-parent-underline a:hover {
  border-bottom: solid 1px transparent;
}

.c-link-color {
  color: #333;
}
.c-link-color:hover {
  color: #ef007e;
}

.c-link-border {
  border-bottom: solid 1px #333;
}
.c-link-border:hover {
  border-bottom: solid 1px transparent;
}

/* =================================================================================


  Component - コンポーネント [list]


================================================================================= */
/* =================================================================
  定義リスト
================================================================= */
.c-definition-list {
  overflow: hidden;
}
.c-definition-list dt {
  width: 5em;
  float: left;
  clear: both;
}
.c-definition-list dd {
  padding: 0 0 0 6em;
}

/* =================================================================
  一般リスト
================================================================= */
.c-list-primary li {
  position: relative;
  padding: 0 0 0 1em;
}
.c-list-primary li::before {
  position: absolute;
  top: 0.9em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #ef007e;
  content: "";
  vertical-align: middle;
}
.c-list-primary li.-black::before {
  background: #333;
}
.c-list-primary li.-horizontal {
  display: inline-block;
  margin: 0 1em 0 0;
}

/* =================================================================
  番号つきリスト
================================================================= */
.c-list-in {
  margin-left: 1.04em;
  list-style-position: inside;
  text-indent: -1.04em;
}

/* =================================================================================


  Component - コンポーネント [media]


================================================================================= */
.c-media {
  display: block;
  position: relative;
  padding: 2rem;
  overflow: hidden;
  border-top: dotted 1px #ccc;
  cursor: pointer;
  transition: 0.3s linear;
}
.c-media__thumbnail {
  width: 30%;
  float: left;
  overflow: hidden;
}
.c-media__thumbnail img {
  width: 100%;
  transform: scale(1);
  transition: 0.3s ease-in;
}
.c-media__body {
  width: 64%;
  float: right;
}
.c-media__text {
  font-size: 5rem;
}
.c-media__title {
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
}
.c-media__meta {
  font-size: 1.2rem;
}
.c-media__date {
  display: inline-block;
  margin: 0 0.5em 0 0;
}
.c-media__view {
  display: inline-block;
  margin: 0 0.5em 0 0;
}
.c-media__category {
  display: inline-block;
  margin: 0 0.5em 0 0;
  padding: 0.1em 1em;
  background: #f77fbe;
  color: #fff;
  font-size: 1.2rem;
}

a.c-media:hover {
  opacity: 0.8;
}
a.c-media:hover .c-media__thumbnail img {
  transform: scale(1.1);
  opacity: 0.9;
}

/* =================================================================================


  Component - コンポーネント [meta]


================================================================================= */
.c-meta dd {
  display: inline-block;
  margin-right: 0.6em;
}
.c-meta__category {
  display: inline-block;
  margin: 0 0.5em 0 0;
  padding: 0.1em 1em;
  border: solid 1px #ef007e;
  background: #fff;
  color: #ef007e;
  font-size: 1.4rem;
}

/* =================================================================================


  Component - コンポーネント [modal]


================================================================================= */
.c-modal__head {
  position: relative;
  text-align: center;
}
.c-modal__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  font-size: 4rem;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.1em;
}
.c-modal__head-content {
  display: inline-block;
  position: relative;
  margin: 40px 0 0;
  padding: 0.5em 20px;
  text-align: left;
}
.c-modal__head-content.man {
  border-top: solid 8px #2ea7e0;
}
.c-modal__head-content.woman {
  border-top: solid 8px #ff96c8;
}
.c-modal__name {
  font-weight: 500;
  font-size: 2.8rem;
}
.c-modal__name span {
  font-size: 0.7em;
  letter-spacing: 0.1em;
}
.c-modal__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  bottom: -15px;
  width: 30px;
  height: 30px;
  padding: 0;
  transform: rotate(45deg);
  border: none;
  border: 6px solid;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}
.c-modal__button span {
  display: none;
}
.c-modal__button--prev {
  left: 20px;
  border-color: transparent transparent #83c9bb #83c9bb;
}
.c-modal__button--next {
  right: 20px;
  border-color: #83c9bb #83c9bb transparent transparent;
}
.c-modal__body {
  padding: 2em 40px 40px;
}
.c-modal__body--factory {
  padding: 1em 40px 40px;
  background: #ffd;
}
.c-modal__factory-name {
  margin: 1em 0;
  font-weight: 300;
  font-size: 3rem;
  text-align: center;
}
.c-modal__text {
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
}
.c-modal__close-btn {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 40px auto;
  border: solid 1px #000;
  border-radius: 45px;
  background: #f7f7f7;
  box-shadow: 6px 6px 16px 2px #999;
  color: #83c9bb;
  font-weight: 500;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  cursor: pointer;
}
.c-modal__close-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.c-modal__section-lv-1 {
  margin: 0 0 4em;
}
.c-modal__section-lv-1:last-child {
  margin: 0;
}

/* =================================================================================


  Component - コンポーネント [記事]


================================================================================= */
/* =================================================================

  記事 内包

================================================================= */
.c-post-wrap {
  position: relative;
}

.c-post-button-wrap {
  position: absolute;
  top: 0;
  right: 0;
}

/* =================================================================

  サイドバー

================================================================= */
.c-post-item {
  margin: 0 0 1em;
  padding: 0 0 1em;
  border-bottom: dotted 1px #ccc;
}
.c-post-item a {
  display: block;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-post-item__body {
  width: 74%;
}
.c-post-item__thumbnail {
  width: 20%;
}
.c-post-item__title {
  margin: 0 0 0.2em;
  font-weight: 600;
}
.c-post-item__text {
  font-size: 1.4rem;
}
.c-post-item__date {
  margin: 0.5em 0 0;
  font-size: 1.2rem;
}

/* =================================================================================


  Component - コンポーネント [search]


================================================================================= */
/* =================================================================
  search(検索フォーム)
================================================================= */
.c-search {
  position: relative;
}

.c-search__field input {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  height: 48px;
  padding: 0 3em 0 3%;
  border: solid 1px #ccc;
  border-radius: 6px;
  font-size: 1.3rem;
  transition: 0.3s linear;
}
.c-search__field input:focus {
  border: solid 1px #ef007e;
  outline: 0;
}

.c-search__btn {
  -webkit-appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 0;
  background: none;
  color: #ef007e;
  font-size: 20px;
  cursor: pointer;
  transition: 0.3s linear;
}
.c-search__btn:hover {
  opacity: 0.7;
}

/* =================================================================================


  Component - コンポーネント [share]


================================================================================= */
.c-share__list {
  font-size: 0;
}
.c-share li {
  display: inline-block;
  width: 50%;
  font-size: 1.2rem;
  text-align: center;
}
.c-share li a {
  display: block;
  padding: 0.5em 0.2em;
  color: #fff;
}
.c-share li a:hover {
  opacity: 0.8;
}
.c-share li.facebook a {
  background: #3b5998;
}
.c-share li.twitter a {
  background: #1da1f2;
}
.c-share li.pocket a {
  background: #ee4056;
}
.c-share li.line a {
  background: #00b900;
}

/* =================================================================================


  Component - コンポーネント [テーブル]


================================================================================= */
.c-table-primary {
  width: 100%;
  border: solid 1px #f0f0f0;
  border-bottom: none;
}
.c-table-primary th,
.c-table-primary td {
  padding: 1.5em;
  border-bottom: solid 1px #f0f0f0;
}
.c-table-primary th {
  min-width: 10em;
  background: #f7f7f7;
  font-weight: 500;
  text-align: left;
}
.c-table-primary.-history th {
  background: none;
}
.c-table-primary.-history tr:nth-child(even) {
  background: #f7f7f7;
}

.c-table-shop-list {
  width: 100%;
}
.c-table-shop-list th,
.c-table-shop-list td {
  padding: 0.9em 0;
  border-bottom: dotted 1px #d2d2d2;
}
.c-table-shop-list th {
  position: relative;
  min-width: 14em;
  padding: 0 0 0 1.5em;
  background: none;
  font-weight: normal;
  font-weight: bold;
  text-align: left;
}
.c-table-shop-list th::before {
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 0.5em 0 0;
  background: #f77fbe;
  content: "";
  vertical-align: middle;
}
.c-table-shop-list tr:last-child th,
.c-table-shop-list tr:last-child td {
  border-bottom: none;
}

/* =================================================================

  ホール
  楽器修理

================================================================= */
.c-table-secondary {
  width: 100%;
  font-size: 1.3rem;
}
.c-table-secondary.-center td {
  text-align: center;
}
.c-table-secondary caption {
  margin: 0 0 0 -2rem;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: left;
}
.c-table-secondary th {
  padding: 0.8em 1em;
  border: solid 1px #333;
  background: #666;
  color: #fff;
  line-height: 1.6;
  vertical-align: middle;
}
.c-table-secondary th.-week {
  border: solid 1px #ccc;
  background: #f3f3f3;
  color: #333;
}
.c-table-secondary th.-left {
  text-align: left;
}
.c-table-secondary td {
  padding: 0.5em 1em;
  border: solid 1px #ccc;
  vertical-align: middle;
}
.c-table-secondary td.-price {
  width: 40%;
  background: #f3f3f3;
}
.c-table-secondary td.-content-group {
  background: #fffdf7;
}
.c-table-secondary td.-left {
  text-align: left;
}

/* =================================================================

  お問合わせ

================================================================= */
.c-table-contact {
  width: 100%;
  margin: 0 0 1em;
}
.c-table-contact th,
.c-table-contact td {
  padding: 1em;
  text-align: left;
}
.c-table-contact th {
  width: 26%;
  min-width: 14em;
  padding: 1em 0 1em 4em;
  vertical-align: middle;
}
.c-table-contact .required {
  position: relative;
}
.c-table-contact .required::before {
  position: absolute;
  top: auto;
  left: 0;
  padding: 0.5rem 1em;
  background: #c00;
  content: "必須";
  color: #fff;
  font-size: 1.3rem;
}

.mw_wp_form_confirm tr {
  padding: 1em 0;
  border-bottom: solid 1px #ccc;
}
.mw_wp_form_confirm th {
  padding: 1em 0;
}
.mw_wp_form_confirm td {
  margin: 0;
}
.mw_wp_form_confirm .required::before {
  display: none;
}

/* =================================================================================


  Component - コンポーネント [tag]


================================================================================= */
.c-tag {
  position: relative;
  padding-left: 4.2em;
  overflow: hidden;
}
.c-tag dt {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 1.3rem;
}
.c-tag dt::after {
  content: "：";
}
.c-tag dd {
  display: inline-block;
  margin-right: 0.3em;
  margin-bottom: 0.6em;
  font-size: 1.3rem;
}
.c-tag dd a {
  display: block;
  padding: 0.2em 0.5em;
  border-radius: 6px;
  background: #f7f7f7;
}
.c-tag dd a:hover {
  background: #ef007e;
  color: #fff;
}

/* =================================================================================


  Component - コンポーネント [text]


================================================================================= */
/* =================================================================================


  Component - コンポーネント [タイトル]


================================================================================= */
/* page
----------------------------------------------- */
.c-title-page {
  margin: 0 0 1em;
  font-weight: 600;
  font-size: 2.6rem;
  text-align: center;
}
.c-title-page span {
  display: block;
  font-size: 1.4rem;
}

/* primary
  使用ページ
  /個人情報保護方針/
----------------------------------------------- */
.c-title-primary {
  position: relative;
  margin: 0 0 0.8em;
  padding: 0 0 0 0.8em;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.6;
}
.c-title-primary::before, .c-title-primary::after {
  position: absolute;
  content: "";
}
.c-title-primary::before {
  top: -1rem;
  left: 1rem;
  width: 1rem;
  height: 1rem;
  transform: rotate(50deg);
  background: #ef007e;
}
.c-title-primary::after {
  top: 0.4rem;
  left: 0;
  width: 0.7rem;
  height: 0.7rem;
  transform: rotate(15deg);
  background: #ff89c7;
}
.c-title-primary span.shop-name {
  position: relative;
  font-size: 0.7em;
}
.c-title-primary span.shop-name::before {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 1px;
  margin: 0 10px;
  background: #333;
  content: "";
  vertical-align: middle;
}

/* Secondary
  使用ページ
  /サイトマップ
----------------------------------------------- */
.c-title-secondary {
  padding: 0.6em 1.5rem;
  border-left: solid 5px #ef007e;
  background: #f7f7f7;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.6;
}
.c-title-secondary.-products {
  border-left: solid 5px #d73816;
}
.c-title-secondary.-lesson {
  border-left: solid 5px #f09100;
}
.c-title-secondary.-shop {
  border-left: solid 5px #1293c9;
}
.c-title-secondary.-hall {
  border-left: solid 5px #96c;
}
.c-title-secondary.-repair {
  border-left: solid 5px #a5c219;
}
.c-title-secondary.-recruit {
  border-left: solid 5px #ea5f17;
}

/* tertiary
  使用ページ
  /TOP/
----------------------------------------------- */
.c-title-tertiary {
  margin: 0 0 0.8em;
  font-weight: 600;
  font-size: 2.6rem;
}
.c-title-tertiary.-center {
  text-align: center;
}

/* サイドバー　タイトル
----------------------------------------------- */
.c-title-side {
  margin: 0 0 0.8em;
  padding: 0 0 0.4em;
  border-bottom: solid 2px #ef007e;
  font-weight: 600;
  font-size: 1.8rem;
}

/* 太文字のみ
----------------------------------------------- */
.c-title-bold {
  font-weight: 500;
}
.c-title-bold.-lg {
  font-size: 1.8rem;
}
.c-title-bold.-xl {
  font-size: 2.2rem;
}

/* =================================================================================


  Component - コンポーネント [wrap]


================================================================================= */
.c-wrap-xl {
  max-width: 1720px;
  margin-right: auto;
  margin-left: auto;
}

.c-wrap-lg {
  max-width: 1520px;
  margin-right: auto;
  margin-left: auto;
}

.c-wrap-md {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.c-wrap-sm {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.c-wrap-sm {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.c-wrap-out {
  margin: 0 -20px;
}

.c-wrap-in {
  margin: 0 20px;
}

.c-wrap--light-gray {
  margin: 0 -20px;
  padding: 40px 20px;
  background: #f7f7f7;
}

.c-wrap-bg-white {
  padding: 40px 20px;
  border: solid 2px #e6f5fd;
  border-radius: 10px;
  background: #fff;
}

/* project */
/* =================================================================================


  article


================================================================================= */
/* =================================================================


  お問合わせ


================================================================= */
.p-contact {
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 4rem;
  margin-left: auto;
  padding: 0 2rem;
}
.p-contact__lead {
  margin-bottom: 4rem;
  text-align: left;
}
.p-contact__privacy {
  margin: 2em 0 0;
  color: #c00;
  font-size: 1.4rem;
  text-align: center;
}

/* =================================================================================


  よくあるご質問


================================================================================= */
.p-faq-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 4rem;
  padding: 0 0 1em;
  border-bottom: dotted 1px #999;
}
.p-faq-menu li {
  position: relative;
  width: 50%;
  margin: 0 0 1em;
  padding: 0 0 0 1.2em;
}
.p-faq-menu li::before {
  position: absolute;
  top: 50%;
  left: 0;
  margin: -4px 0 0;
  border: 6px solid transparent;
  border-top: 8px solid #ef007e;
  content: "";
}
.p-faq-menu li a {
  color: #333;
}
.p-faq-menu li a:hover {
  color: #ef007e;
}

.p-faq-list {
  margin: 2.5rem 0 0;
}
.p-faq-list__frequently {
  position: relative;
  margin: 0 0 1.5em;
  padding: 0 2em 0 2.8em;
  font-size: 1.8rem;
  line-height: 1.6;
  cursor: pointer;
}
.p-faq-list__frequently::before {
  position: absolute;
  top: -0.2em;
  left: 0;
  width: 36px;
  height: 36px;
  padding: 0.15em 0 0;
  border-radius: 6px;
  background: #f09100;
  content: "Q";
  color: #fff;
  text-align: center;
}
.p-faq-list__frequently::after {
  position: absolute;
  top: 0.4em;
  right: 5px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-right: 2px solid #f09100;
  border-bottom: 2px solid #f09100;
  content: "";
  transition: 0.2s linear;
}
.p-faq-list__frequently.open::after {
  transform: rotate(225deg);
}
.p-faq-list__questions {
  display: none;
  position: relative;
  margin: 2rem 0 4rem;
  padding: 0 0 3rem 6em;
  border-bottom: dotted 1px #999;
  font-size: 1.6rem;
}
.p-faq-list__questions::before {
  position: absolute;
  top: 0;
  left: 3.2em;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background: #1293c9;
  content: "A";
  color: #fff;
  line-height: 1.8;
  text-align: center;
}

/* =================================================================================


  hall


================================================================================= */
.p-hall-floor {
  padding: 2em;
  background: #f7f7f7;
  text-align: center;
}

.p-hall-info {
  margin: 0.5em 0 1em;
  font-size: 1.5rem;
}
.p-hall-info__title {
  margin: 0 0 0.3em;
  padding: 0.5em 0 0.5em 3rem;
  background: url(../img/common/icon-speaker.png) 2px center/16px no-repeat;
}
.p-hall-info__meta {
  padding: 0 0 0 3rem;
  background: url(../img/common/icon-calendar.png) left 2px/20px no-repeat;
}

.p-hall-entry__catch {
  margin: 0 0 0.8em;
  font-size: 1.8rem;
}
.p-hall-entry__head {
  margin: 0 0 3rem;
  padding: 2rem;
  border-left: solid 5px #96c;
  background: #f7f7f7;
}
.p-hall-entry__title {
  margin: 0 0 0.5rem;
  font-weight: 600;
  font-size: 2.2rem;
}
.p-hall-entry__meta {
  margin: 0 0 0.5em;
  padding: 0 0 0 3rem;
  background: url(../img/common/icon-calendar.png) left 4px/20px no-repeat;
}
.p-hall-entry__date {
  display: inline-block;
  margin: 0 1em 0 0;
}
.p-hall-entry__time {
  display: inline-block;
}
.p-hall-entry__social {
  width: 100%;
  margin-top: 1rem;
}
.p-hall-entry__social img {
  max-height: 30px;
}
.p-hall-entry__main {
  width: 100%;
  margin: 0 0 3rem;
}
.p-hall-entry__gallery img {
  cursor: pointer;
}
.p-hall-entry__summary {
  margin: 0 0 1rem;
  font-weight: 600;
  font-size: 2rem;
}

.p-hall-entry-about {
  width: 100%;
  margin: 0.5rem 0 0;
  font-size: 1.4rem;
}
.p-hall-entry-about__list {
  padding: 1rem 0 0;
  border-top: solid 2px #96c;
}
.p-hall-entry-about__list dt {
  font-weight: 600;
}
.p-hall-entry-about__list dd {
  word-wrap: break-word;
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  border-bottom: dotted 1px #ccc;
  overflow-wrap: break-word;
}

/* =================================================================================


  音楽教室


================================================================================= */
.p-lesson-hero {
  position: relative;
}
.p-lesson-hero__content {
  position: relative;
  margin: -2em 1em 0;
  padding: 1.5em;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  color: #000;
  text-align: center;
}
.p-lesson-hero__catch {
  font-weight: 700;
  font-size: 2.2rem;
  text-align: left;
}
.p-lesson-hero__text {
  margin: 1em 0;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
}
.p-lesson-hero__number {
  display: inline-block;
  padding: 0.4em 3.5em;
  background: url(../img/lesson/number@2x.png) center center/cover no-repeat;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
}

.p-lesson-feature__item {
  width: 48%;
  margin: 0 0 1.5em;
}
.p-lesson-feature__item.-border {
  width: 100%;
  padding: 0 0 1.5em;
  border-bottom: dotted 1px #333;
}
.p-lesson-feature__title {
  font-weight: 700;
  font-size: 2rem;
}

/* うれしい特典
----------------------------------------------- */
.p-lesson-benefit__title {
  position: relative;
  margin-bottom: 3rem;
  padding: 0.5em 1em 0.5em 2.5em;
  border: solid 1px #f90;
  color: #f90;
  font-weight: 700;
  font-size: 1.6rem;
}
.p-lesson-benefit__title::before {
  position: absolute;
  top: 0;
  left: -1px;
  width: 30px;
  height: 140%;
  background: #f90;
  content: "";
}
.p-lesson-benefit__title::after {
  position: absolute;
  bottom: -35px;
  left: -1px;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  background: #fff;
  content: "";
}

.p-lesson-list {
  margin-bottom: 2rem;
}
.p-lesson-list__title {
  width: 8%;
  min-width: 3em;
  font-weight: 600;
  font-size: 2rem;
}
.p-lesson-list__wrap {
  width: 92%;
  font-size: 0;
}
.p-lesson-list__item {
  display: inline-block;
  font-size: 1.4rem;
}
.p-lesson-list__item a {
  display: block;
  margin: 0.4em;
  padding: 0.4em 1em;
  border-radius: 6px;
  background: #f7f7f7;
}
.p-lesson-list__item a:hover {
  background: #ef007e;
  color: #fff;
}

/* =================================================================

  詳細

================================================================= */
.p-lesson-course-title {
  margin: 0 0 1em;
  padding: 0.3em 0 0.3em 10px;
  border-left: solid 10px #f09100;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
}
.p-lesson-course-title span {
  display: block;
  font-size: 1.6rem;
}

.p-lesson-detail-recommend__body {
  position: relative;
  padding: 1em;
  color: #fff;
}
.p-lesson-detail-recommend__body::after {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f09100;
  content: "";
}

.p-lesson-instructor {
  margin-bottom: 3rem;
  padding: 0 0 1.5em;
  overflow: hidden;
  border-bottom: dotted 1px #333;
}
.p-lesson-instructor:last-child {
  border: none;
}
.p-lesson-instructor__name {
  margin: 0 0 0.4em;
  font-weight: 700;
  font-size: 2.4rem;
}
.p-lesson-instructor__name span {
  position: relative;
  margin: 0 0 0 0.5em;
  padding: 0 0 0 1.5em;
  font-size: 1.4rem;
  vertical-align: middle;
}
.p-lesson-instructor__name span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 1px;
  margin: auto;
  background: #333;
  content: "";
}
.p-lesson-instructor__subject {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.4rem;
  gap: 8px;
}
.p-lesson-instructor__subject li {
  padding: 0.2em 1em;
  border: 1px solid currentcolor;
  font-size: 1.4rem;
}
.p-lesson-instructor__shop {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 1.5rem;
}
.p-lesson-instructor__week {
  color: #fff;
  font-size: 0;
}
.p-lesson-instructor__week li {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 0.3em 0.7em;
  background: #e1e1e1;
  font-size: 1.2rem;
}
.p-lesson-instructor__week li.active {
  background: #1293c9;
}

.p-lesson-course-info__fee {
  margin-bottom: 1rem;
  padding: 0.4em 1em;
  background: #fff7fb;
  font-weight: 700;
  font-size: 2.6rem;
}
.p-lesson-course-info__fee span {
  padding: 0 0 0 -1em;
  font-size: 0.6em;
}
.p-lesson-course-info__meta {
  margin-bottom: 1rem;
  overflow: hidden;
  font-size: 1.4rem;
}
.p-lesson-course-info__meta dt {
  position: relative;
  width: 7em;
  float: left;
  clear: both;
}
.p-lesson-course-info__meta dt::after {
  position: absolute;
  right: 0;
  content: "：";
}
.p-lesson-course-info__meta dd {
  padding: 0 0 0 7em;
}
.p-lesson-course-info__text {
  font-size: 1.4rem;
}

.p-lesson-shop {
  margin-bottom: 1rem;
  padding-bottom: 1em;
  border-bottom: dotted 1px #ccc;
}
.p-lesson-shop:last-child {
  border: none;
}
.p-lesson-shop__title {
  margin: 0 0 4px;
  font-weight: 500;
  font-size: 1.8rem;
}
.p-lesson-shop__week {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 10px;
  color: #fff;
  font-size: 0;
}
.p-lesson-shop__week li {
  width: 13.33333%;
  padding: 0.3em 0;
  background: #e1e1e1;
  font-size: 1.2rem;
  text-align: center;
}
.p-lesson-shop__week li.active {
  background: #1293c9;
}
.p-lesson-shop__info {
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

/* =================================================================

  入会のご案内

================================================================= */
.p-lesson-admission__lifestyle {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #f77fbe;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}
.p-lesson-admission__lifestyle span {
  position: relative;
}
.p-lesson-admission__lifestyle span::before, .p-lesson-admission__lifestyle span::after {
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 36px;
  background: #f77fbe;
  content: "";
  vertical-align: middle;
}
.p-lesson-admission__lifestyle span::before {
  top: 1em;
  left: -2em;
  margin-right: 0.5em;
  transform: rotate(-30deg);
}
.p-lesson-admission__lifestyle span::after {
  top: 1em;
  right: -2em;
  margin-left: 0.5em;
  transform: rotate(30deg);
}

.p-lesson-admission-flow {
  counter-reset: number 0;
}
.p-lesson-admission-flow__item {
  margin-bottom: 4rem;
}
.p-lesson-admission-flow__title {
  position: relative;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.8rem;
}
.p-lesson-admission-flow__title::before {
  margin: 0 0.4em 0 0;
  padding: 0.1em 0.3em;
  background: #83c9bb;
  content: counter(number, decimal-leading-zero) "";
  /* number カウンタの増加数をセット */
  color: #fff;
  font-size: 2rem;
  /* 表示形式を指定 */
  counter-increment: number 1;
}
.p-lesson-admission-flow__text {
  margin-left: 3em;
}

/* =================================================================

  生徒様の声

================================================================= */
.p-lesson-voice__item {
  margin-bottom: 4rem;
  padding: 0 1em;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.p-lesson-voice__subject {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 1rem;
  padding: 0.3em 0.8em;
  background: #ef007e;
  color: #fff;
}
.p-lesson-voice__name {
  display: inline-block;
  margin-bottom: 1rem;
}
.p-lesson-voice__message {
  font-size: 1.5rem;
}
.p-lesson-voice__question {
  position: relative;
  margin: 0 0 0.5em;
  font-weight: 500;
}
.p-lesson-voice__question::before {
  margin: 0 0.3em 0 0;
  content: "Q.";
  color: #ef007e;
  font-size: 2.4rem;
}
.p-lesson-voice__answer {
  padding: 1em;
  background: #f7f7f7;
  font-size: 1.4rem;
}

/* =================================================================

  お問合わせ・申込

================================================================= */
.p-lesson-contact-know label {
  width: 40%;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.mw_wp_form .horizontal-item label {
  margin-bottom: 10px;
}

.p-lesson-contact-emphasis {
  padding: 2em;
  background: #ffeff7;
}

.mw_wp_form_confirm .confirm-none,
.mw_wp_form_confirm .confirm-none:before,
.mw_wp_form_confirm .confirm-none:after {
  display: none;
}

/* =================================================================================


  個人情報保護方針


================================================================================= */
.p-privacy-content {
  margin-bottom: 3rem;
}

/* =================================================================================


  取扱商品


================================================================================= */
.p-products-hero {
  display: table;
  width: 100%;
  margin-bottom: 4rem;
  padding: 15% 0;
  background: url(../img/products/main-image.jpg) center top/cover no-repeat;
  text-align: center;
}
.p-products-hero.-guitar {
  background: url(../img/products/guitar/hero.jpg) center top/cover no-repeat;
}
.p-products-hero.-wind {
  background: url(../img/products/wind/hero.jpg) center top/cover no-repeat;
}
.p-products-hero.-electronic-piano {
  background: url(../img/products/electronic-piano/hero.jpg) center top/cover no-repeat;
}
.p-products-hero.-stringed {
  background: url(../img/products/stringed/hero.jpg) center top/cover no-repeat;
}
.p-products-hero.-percussion {
  background: url(../img/products/percussion/hero.jpg) center top/cover no-repeat;
}
.p-products-hero.-other {
  background: url(../img/products/other/hero.jpg) center top/cover no-repeat;
}
.p-products-hero__body {
  display: table-cell;
  padding: 0 2rem;
  vertical-align: middle;
}
.p-products-hero__content {
  max-width: 600px;
  margin: 0 0 0 auto;
  text-align: right;
}
.p-products-hero__content.-index {
  max-width: 600px;
  margin: 0 auto;
  padding: 2rem;
  background: rgba(239, 0, 126, 0.9);
  color: #fff;
  text-align: center;
}
.p-products-hero__catch {
  margin: 0 0 1rem;
  font-size: 2.1rem;
}
.p-products-hero__title {
  margin: 0 0 1rem;
  font-weight: 500;
  font-size: 2.6rem;
}
.p-products-hero__title span {
  position: relative;
  font-size: 0.6em;
}
.p-products-hero__title span::before {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 1px;
  margin: 0 0.5em 0 0;
  background: #333;
  content: "";
  vertical-align: middle;
}
.p-products-hero__text {
  display: none;
  font-size: 1.4rem;
}
.p-products-hero__text.-index {
  display: block;
}

.p-products-lead {
  display: inline-block;
  max-width: 540px;
  padding: 0 2rem;
  line-height: 2;
  text-align: justify;
}

.p-products-point .swiper-pagination {
  position: absolute;
  bottom: 100px;
  text-align: center;
  transition: 300ms opacity;
}

/* =================================================================
  商品詳細
================================================================= */
/* インフォ
----------------------------------------------- */
.p-products-info {
  width: 100%;
  margin: 0.5rem 0 0;
  padding: 1rem 0 0;
  border-top: solid 2px #ef007e;
  font-size: 1.4rem;
}
.p-products-info__title {
  font-weight: 600;
  font-size: 1.8rem;
}
.p-products-info__list {
  margin: 1rem 0 0;
  padding: 1rem 0 0;
  border-top: dotted 1px #ccc;
}
.p-products-info__list dt {
  font-weight: 600;
}
.p-products-info__list dd {
  word-wrap: break-word;
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  border-bottom: dotted 1px #ccc;
  overflow-wrap: break-word;
}
.p-products-info__list dd.p-products-info__shop {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
}
.p-products-info__list dd.p-products-info__shop a {
  display: block;
  margin: 0.3em 0.4em 0.4em 0;
  padding: 0.4em 1em;
  border-radius: 6px;
  background: #f7f7f7;
}
.p-products-info__list dd.p-products-info__shop a:hover {
  background: #ef007e;
  color: #fff;
}
.p-products-info__price {
  color: #f77fbe;
  font-weight: 500;
  font-size: 2rem;
}
dd .p-products-info__shop {
  display: inline-block;
  border: none;
}

/* 仕様
----------------------------------------------- */
.p-products-spec__table {
  width: 100%;
}
.p-products-spec__table th,
.p-products-spec__table td {
  padding: 0.8em 0;
  border-bottom: solid 1px #f0f0f0;
}
.p-products-spec__table th {
  width: 24%;
  min-width: 15em;
  padding-right: 2em;
  color: #d73816;
  font-weight: 500;
  text-align: left;
}
.p-products-spec__list {
  overflow: hidden;
}
.p-products-spec__list dt,
.p-products-spec__list dd {
  margin: 0 0 0.5em;
}
.p-products-spec__list dt {
  position: relative;
  float: left;
  clear: both;
  font-weight: 500;
}
.p-products-spec__list dt::before {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  margin-right: 0.5em;
  background: #d73816;
  content: "";
}
.p-products-spec__list dt::after {
  content: "：";
}

/* =================================================================================


  楽器修理


================================================================================= */
.p-repair-content {
  margin-bottom: 2rem;
  padding: 0 4rem;
}

/* =================================================================================


  店舗情報


================================================================================= */
.p-shop-list-hero {
  height: 200px;
  margin-top: -2em;
  background: url(../img/shop/hero.jpg) center top/cover no-repeat;
}
.p-shop-list-hero__title {
  padding-top: 1.5em;
}

.p-shop-list-title {
  z-index: 10;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
}
.p-shop-list-title span {
  display: block;
  max-width: 260px;
  margin: 0 auto;
  padding: 0.5em;
  border-top: solid 2px #ef007e;
  background: rgba(255, 255, 255, 0.9);
}

.p-shop-definition-list {
  overflow: hidden;
  font-size: 1.4rem;
}
.p-shop-definition-list dt,
.p-shop-definition-list dd {
  margin-bottom: 0.8em;
}
.p-shop-definition-list dt {
  position: relative;
  width: 5em;
  float: left;
  clear: both;
}
.p-shop-definition-list dt::after {
  position: absolute;
  right: 0;
  width: 1em;
  content: "：";
}
.p-shop-definition-list dd {
  padding: 0 0 0 5em;
}

/* =================================================================

  店舗詳細

================================================================= */
.p-shop-hero {
  position: relative;
  max-width: 1400px;
  margin-right: auto;
  margin-bottom: 5rem;
  margin-left: auto;
}
.p-shop-hero__title {
  display: inline-block;
  position: absolute;
  bottom: -20%;
  padding: 0.5em 1.5em;
  background: rgba(18, 147, 201, 0.9);
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
}
.p-shop-hero__thumbnail {
  text-align: right;
}

/* お客様へのメッセージ
----------------------------------------------- */
.p-shop-message {
  margin-bottom: 4rem;
}
.p-shop-message__body {
  padding: 1em;
  background: url(../img/shop/message-bg.jpg) left top repeat;
}
.p-shop-message__content {
  position: relative;
  padding: 1em;
  background: #fff;
}
.p-shop-message__content::before {
  position: absolute;
  top: -0.8em;
  left: -1em;
  padding: 0.2em 1.5em;
  transform: rotate(-15deg);
  background: #fc3;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  content: "Message";
  color: #fff;
  font-size: 1.4rem;
}
.p-shop-message__title {
  margin-bottom: 1rem;
  padding-top: 1em;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.6;
}

/* スライダー
----------------------------------------------- */
.p-shop-slider {
  position: relative;
}

.swiper-button-prev.-shop,
.swiper-button-next.-shop {
  width: 60px;
  height: 60px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.swiper-button-prev.-shop {
  left: 10px;
}

.swiper-button-next.-shop {
  right: 10px;
}

.swiper-button-prev.-shop::before,
.swiper-button-next.-shop::before {
  width: 16px;
  height: 16px;
}

.swiper-button-prev.-shop::before {
  left: 26px;
  border-bottom: 3px solid #1293c9;
  border-left: 3px solid #1293c9;
}

.swiper-button-next.-shop::before {
  right: 26px;
  border-top: 3px solid #1293c9;
  border-right: 3px solid #1293c9;
}

/* 開講レッスン
----------------------------------------------- */
.p-shop-lesson__head {
  position: relative;
  margin-bottom: 1rem;
}
.p-shop-lesson__head a {
  display: block;
  border: solid 5px #f9f9f9;
  color: #333;
}
.p-shop-lesson__head a:hover {
  color: #ef007e;
}
.p-shop-lesson__head a:hover {
  border: solid 5px #ef007e;
}
.p-shop-lesson__title {
  padding: 28px 1em 35px 90px;
  font-weight: 500;
  font-size: 1.4rem;
}
.p-shop-lesson__thumbnail {
  position: absolute;
  top: 5px;
  left: 5px;
  max-width: 80px;
}
.p-shop-lesson__list {
  margin-bottom: 1rem;
  font-size: 0;
}
.p-shop-lesson__list li {
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
  font-size: 1.4rem;
}
.p-shop-lesson__list li a {
  display: block;
  padding: 0.3em 0.8em;
  background: #f9f9f9;
}
.p-shop-lesson__list li a:hover {
  background: #ef007e;
  color: #fff;
}

/* 新着情報
----------------------------------------------- */
.p-shop-news__head {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.p-shop-news__menu {
  display: table;
  align-items: center;
  width: 100%;
}
.p-shop-news__tab {
  display: table-cell;
  width: 33.333333%;
  height: 100%;
  padding: 0.5em;
  border-top: solid 5px transparent;
  border-bottom: solid 1px #ccc;
  font-weight: 700;
  font-size: 1.3rem;
  text-align: center;
  vertical-align: middle;
}
.p-shop-news__tab.active {
  border-top: solid 5px #d73816;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px transparent;
  border-left: solid 1px #ccc;
}
.p-shop-news__tab.active a {
  color: #d73816;
}
.p-shop-news__tab a {
  display: block;
}

/* =================================================================
  サイドバー
================================================================= */
/* 店舗情報
----------------------------------------------- */
.p-shop-side-title {
  padding: 0.5em 1em;
  background: #ef007e;
  color: #fff;
  font-size: 1.8rem;
}

.p-shop-side-name {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 2rem;
}

.p-shop-side-info {
  margin: 0 0 1.5em;
  padding: 0 0 1em;
  border-bottom: solid 1px #ccc;
  font-size: 1.4rem;
}
.p-shop-side-info__item {
  position: relative;
}
.p-shop-side-info dt,
.p-shop-side-info dd {
  margin-bottom: 1rem;
  vertical-align: top;
}
.p-shop-side-info dt {
  position: absolute;
  top: 0;
  left: 0;
}
.p-shop-side-info dd {
  padding: 0 0 0 2em;
}
.p-shop-side-info__icon {
  margin: 0 6px 0 0;
}
.p-shop-side-info__icon img {
  width: 20px;
}

.p-shop-side-info-02 {
  overflow: hidden;
  font-size: 1.4rem;
}
.p-shop-side-info-02 dt,
.p-shop-side-info-02 dd {
  margin-bottom: 1rem;
}
.p-shop-side-info-02 dt {
  width: 6em;
  padding: 0.3em 1em;
  float: left;
  clear: both;
  background: #f77fbe;
  color: #fff;
  text-align: center;
}
.p-shop-side-info-02 dd {
  padding: 0.3em 0 0 7em;
}

/* 天理楽器 店舗一覧
----------------------------------------------- */
.p-shop-side-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-left: solid 1px #e8e8e8;
}
.p-shop-side-list li {
  width: 50%;
  border-right: solid 1px #e8e8e8;
  border-bottom: solid 1px #e8e8e8;
}
.p-shop-side-list li a {
  display: block;
  padding: 1.2em 0.5em;
  color: #333;
  font-size: 1.2rem;
}
.p-shop-side-list li a:hover {
  color: #ef007e;
}
.p-shop-side-list li a:hover {
  background: #f7f7f7;
}

/* =================================================================================


  サイトマップ


================================================================================= */
.p-sitemap-item {
  margin-bottom: 3rem;
}

.p-sitemap-list {
  position: relative;
  margin: 0 0 0 1em;
}
.p-sitemap-list.-products li::before, .p-sitemap-list.-products li::after {
  border-top: solid 2px #d73816;
  border-right: solid 2px #d73816;
}
.p-sitemap-list.-lesson li::before, .p-sitemap-list.-lesson li::after {
  border-top: solid 2px #f09100;
  border-right: solid 2px #f09100;
}
.p-sitemap-list.-shop li::before, .p-sitemap-list.-shop li::after {
  border-top: solid 2px #1293c9;
  border-right: solid 2px #1293c9;
}
.p-sitemap-list.-hall li::before, .p-sitemap-list.-hall li::after {
  border-top: solid 2px #96c;
  border-right: solid 2px #96c;
}
.p-sitemap-list.-repair li::before, .p-sitemap-list.-repair li::after {
  border-top: solid 2px #a5c219;
  border-right: solid 2px #a5c219;
}
.p-sitemap-list.-recruit li::before, .p-sitemap-list.-recruit li::after {
  border-top: solid 2px #ea5f17;
  border-right: solid 2px #ea5f17;
}
.p-sitemap-list li {
  position: relative;
  margin: 0;
  padding: 0 0 0 1.5em;
  font-size: 1.4rem;
}
.p-sitemap-list li::before, .p-sitemap-list li::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  margin-top: -2px;
  transform: rotate(45deg);
  border-top: solid 2px #ef007e;
  border-right: solid 2px #ef007e;
  content: "";
}
.p-sitemap-list li::after {
  left: 6px;
}
.p-sitemap-list li a {
  color: #333;
}
.p-sitemap-list li a:hover {
  color: #ef007e;
}
.p-sitemap-list.-shop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-sitemap-list.-shop li {
  width: 33.333%;
}

/* =================================================================================


  TOPページ


================================================================================= */
.p-hero {
  overflow: hidden;
}
.p-hero .p-hero-slider {
  max-width: 1000px;
  margin: 0 auto 60px;
}
.p-hero .swiper-container {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.p-hero .swiper-pagination-fraction,
.p-hero .swiper-pagination-custom,
.p-hero .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -30px;
}

/* =================================================================================


  取扱商品


================================================================================= */
.p-products-content {
  padding: 8% 20px;
  border-top: solid 1px #f7f7f7;
  border-bottom: solid 1px #f7f7f7;
  background: url(../img/top/products-bg.png) left top/contain no-repeat;
}
.p-products-content__title {
  margin: 0 0 1.5em;
  padding: 2.6em 0 0;
  background: url(../img/top/products-icon.png) center top/60px no-repeat;
  color: #d73815;
  font-weight: 600;
  font-size: 2.6rem;
  text-align: center;
}
.p-products-content__catch {
  margin: 0 0 0.5em;
  font-weight: 600;
  font-size: 2rem;
}
.p-products-content__text {
  line-height: 2;
}
.p-products-menu__item {
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
}
.p-products-menu__item a {
  display: block;
  position: relative;
}
.p-products-menu__item a:hover {
  opacity: 0.8;
}
.p-products-menu__title {
  display: inline-block;
  position: absolute;
  top: 1.2em;
  left: 0;
  width: 100%;
  padding: 0.7em 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
}
.p-products-menu__title .-small {
  display: block;
  font-size: 1.2rem;
}

/* =================================================================================


  音楽教室


================================================================================= */
.p-lesson-top {
  text-align: center;
}
.p-lesson-top__content {
  padding: 40px 1em;
  background: #f6f4ee;
}
.p-lesson-top__lead {
  max-width: 588px;
  margin: 0 auto 2em;
}
.p-lesson-top__ribbon {
  display: inline-block;
  position: relative;
  margin: 0 0 1em;
  padding: 6px 2em;
  background: #f09100;
  color: #fff;
  font-size: 2rem;
}
.p-lesson-top__ribbon::before, .p-lesson-top__ribbon::after {
  position: absolute;
  left: 0;
  border: 12px solid transparent;
  border-left: 12px solid #f6f4ee;
  content: "";
}
.p-lesson-top__ribbon::before {
  top: 0;
}
.p-lesson-top__ribbon::after {
  bottom: 0;
}
.p-lesson-top__ribbon span::before, .p-lesson-top__ribbon span::after {
  position: absolute;
  right: 0;
  border: 12px solid transparent;
  border-right: 12px solid #f6f4ee;
  content: "";
}
.p-lesson-top__ribbon span::before {
  top: 0;
}
.p-lesson-top__ribbon span::after {
  bottom: 0;
}

/* =================================================================================


  店舗情報


================================================================================= */
.p-shop-top {
  text-align: center;
}
.p-shop-top__content {
  z-index: 0;
  position: relative;
  padding: 40px 1em;
  background: #f1fafe;
}
.p-shop-top__title {
  position: relative;
  max-width: 140px;
  min-height: 140px;
  margin: 0 auto 1.5em;
  padding: 3.4em 0 0;
  background: url(../img/top/shop-icon.png) center 20px/60px no-repeat #1293c9;
  color: #fff;
  font-size: 2.6rem;
  text-align: center;
}
.p-shop-top__title::before {
  z-index: -1;
  position: absolute;
  top: 10px;
  right: -10px;
  width: 100%;
  height: 100%;
  background: #d2ebf7;
  content: "";
}
.p-shop-top__text {
  margin: 0 0 2em;
  line-height: 2;
}

/* =================================================================
  TOP
  ┠ pick up
================================================================= */
.p-pickup {
  position: relative;
  margin: 40px 0 0;
  padding: 80px 1em 40px;
  background: url(../img/top/pickup.jpg) center top/contain no-repeat;
}
.p-pickup::before {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 260px);
  background: #fdf0e9;
  content: "";
}

/* =================================================================
  TOP
  ┠ news
================================================================= */
.p-top-news {
  position: relative;
  padding: 120px 0 0;
}
.p-top-news__title {
  z-index: 2;
  position: relative;
  margin: 0 0 1.5em;
}
.p-top-news__title::after {
  position: absolute;
  top: -74px;
  left: 50%;
  width: 46px;
  height: 70px;
  margin: 0 0 0 -23px;
  background: url(../img/top/news-icon.png) left top/46px no-repeat;
  content: "";
}
.p-top-news__body {
  position: relative;
  padding: 20px 1em 40px;
  background: url(../img/top/news-bg.jpg) left top/cover no-repeat;
}
.p-top-news__body::before, .p-top-news__body::after {
  position: absolute;
  top: -90px;
  width: 38%;
  height: 90px;
  content: "";
}
.p-top-news__body::before {
  left: 0;
  background: url(../img/top/news-trumpet.jpg) center top/contain no-repeat;
}
.p-top-news__body::after {
  right: 0;
  background: url(../img/top/news-violin.jpg) center top/contain no-repeat;
}
.p-top-news__button {
  margin: 40px 0 0;
  text-align: center;
}
.p-top-news__button a {
  border: solid 2px #fec730;
  color: #fec730;
}
.p-top-news__button a:hover {
  background: #fec730;
  color: #fff;
}

/* utility */
/* =================================================================================
  utility.css
================================================================================= */
/* ツール----------------------------------------------- */
.u-hidden {
  visibility: hidden;
}

.u-none {
  display: none;
}

.u-block {
  display: block;
}

.u-clear {
  clear: both;
}

/* デバイスサイズにより要素を消す----------------------------------------------- */
.u-sp-none {
  display: none;
}

.u-tab-none {
  display: none;
}

.u-sp-block {
  display: block;
}

.u-tab-block {
  display: block;
}
/* テキスト揃え----------------------------------------------- */
.u-tal {
  text-align: left;
}

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

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

/* ディスプレイ----------------------------------------------- */
.u-block {
  display: block;
}

.u-inline-block {
  display: inline-block;
}

.u-inline {
  display: inline;
}

/* オーバーフロー----------------------------------------------- */
.u-ov-v {
  overflow: visible !important;
}

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

.u-ov-s {
  overflow: scroll !important;
}

.u-ov-a {
  overflow: auto !important;
}

.u-ovx-v {
  overflow-x: visible !important;
}

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

.u-ovx-s {
  overflow-x: scroll !important;
}

.u-ovx-a {
  overflow-x: auto !important;
}

.u-ovy-v {
  overflow-y: visible !important;
}

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

.u-ovy-s {
  overflow-y: scroll !important;
}

.u-ovy-a {
  overflow-y: auto !important;
}

/* clearfix----------------------------------------------- */
.u-clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* 画像置換----------------------------------------------- */
.u-hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* アクセシビリティ スクリーンリーダーテキスト----------------------------------------------- */
.u-screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* フォント----------------------------------------------- */
.u-fw-b {
  font-weight: bold;
}

.u-fz-0 {
  font-size: 0rem;
}

.u-fz-1 {
  font-size: 0.1rem;
}

.u-fz-2 {
  font-size: 0.2rem;
}

.u-fz-3 {
  font-size: 0.3rem;
}

.u-fz-4 {
  font-size: 0.4rem;
}

.u-fz-5 {
  font-size: 0.5rem;
}

.u-fz-6 {
  font-size: 0.6rem;
}

.u-fz-7 {
  font-size: 0.7rem;
}

.u-fz-8 {
  font-size: 0.8rem;
}

.u-fz-9 {
  font-size: 0.9rem;
}

.u-fz-10 {
  font-size: 1rem;
}

.u-fz-11 {
  font-size: 1.1rem;
}

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

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

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

.u-fz-15 {
  font-size: 1.5rem;
}

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

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

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

.u-fz-19 {
  font-size: 1.9rem;
}

.u-fz-20 {
  font-size: 2rem;
}

.u-fz-21 {
  font-size: 2.1rem;
}

.u-fz-22 {
  font-size: 2.2rem;
}

.u-fz-23 {
  font-size: 2.3rem;
}

.u-fz-24 {
  font-size: 2.4rem;
}

.u-fz-25 {
  font-size: 2.5rem;
}

.u-fz-26 {
  font-size: 2.6rem;
}

.u-fz-27 {
  font-size: 2.7rem;
}

.u-fz-28 {
  font-size: 2.8rem;
}

.u-fz-29 {
  font-size: 2.9rem;
}

.u-fz-30 {
  font-size: 3rem;
}
/* フォントウエイト----------------------------------------------- */
.u-fw-nm {
  font-weight: 400 !important;
}

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

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

.u-fw-br {
  font-weight: bolder !important;
}

.u-fw-lr {
  font-weight: lighter !important;
}

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

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

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

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

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

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

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

.u-fw-800 {
  font-weight: 800 !important;
}

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

/* 文字サイズ----------------------------------------------- */
.u-fz-xxs {
  font-size: 1rem;
}
.u-fz-xs {
  font-size: 1.2rem;
}
.u-fz-sm {
  font-size: 1.4rem;
}
.u-fz-md {
  font-size: 1.6rem;
}
.u-fz-lg {
  font-size: 1.8rem;
}
.u-fz-xl {
  font-size: 2rem;
}
.u-fz-xxl {
  font-size: 2.2rem;
}
/* 文字サイズ em 拡大縮小----------------------------------------------- */
.u-fz-zoom-xxs {
  font-size: 0.7em;
}

.u-fz-zoom-xs {
  font-size: 0.8em;
}

.u-fz-zoom-sm {
  font-size: 0.9em;
}

.u-fz-zoom-md {
  font-size: 1em;
}

.u-fz-zoom-lg {
  font-size: 1.1em;
}

.u-fz-zoom-xl {
  font-size: 1.2em;
}

.u-fz-zoom-xxl {
  font-size: 1.3em;
}

/* テキスト　上付・下付文字----------------------------------------------- */
.u-text-super {
  vertical-align: super;
}

.u-text-sub {
  vertical-align: sub;
}

/* 注釈----------------------------------------------- */
.u-notes {
  margin-left: 1em;
  text-indent: -1em;
}

/* line-height----------------------------------------------- */
.u-lh-xxs {
  line-height: 1.2;
}

.u-lh-xs {
  line-height: 1.4;
}

.u-lh-sm {
  line-height: 1.6;
}

.u-lh-md {
  line-height: 1.8;
}

.u-lh-lg {
  line-height: 2;
}

.u-lh-xl {
  line-height: 2.2;
}

.u-lh-xxl {
  line-height: 2.4;
}

/* =================================================================
  マージン
================================================================= */
/* マージン上余白 */
.u-mt-0 {
  margin-top: 0rem !important;
}

.u-mt-5 {
  margin-top: 0.5rem !important;
}

.u-mt-10 {
  margin-top: 1rem !important;
}

.u-mt-15 {
  margin-top: 1.5rem !important;
}

.u-mt-20 {
  margin-top: 2rem !important;
}

.u-mt-25 {
  margin-top: 2.5rem !important;
}

.u-mt-30 {
  margin-top: 3rem !important;
}

.u-mt-35 {
  margin-top: 3.5rem !important;
}

.u-mt-40 {
  margin-top: 4rem !important;
}

.u-mt-45 {
  margin-top: 4.5rem !important;
}

.u-mt-50 {
  margin-top: 5rem !important;
}

.u-mt-55 {
  margin-top: 5.5rem !important;
}

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

.u-mt-65 {
  margin-top: 6.5rem !important;
}

.u-mt-70 {
  margin-top: 7rem !important;
}

.u-mt-75 {
  margin-top: 7.5rem !important;
}

.u-mt-80 {
  margin-top: 8rem !important;
}

.u-mt-85 {
  margin-top: 8.5rem !important;
}

.u-mt-90 {
  margin-top: 9rem !important;
}

.u-mt-95 {
  margin-top: 9.5rem !important;
}

.u-mt-100 {
  margin-top: 10rem !important;
}

.u-mt-xxs {
  margin-top: 1rem;
}

.u-mt-xs {
  margin-top: 2rem;
}

.u-mt-sm {
  margin-top: 3rem;
}

.u-mt-md {
  margin-top: 4rem;
}

.u-mt-lg {
  margin-top: 5rem;
}

.u-mt-xl {
  margin-top: 6rem;
}

.u-mt-xxl {
  margin-top: 7rem;
}

/* マージン右余白 */
.u-mr-0 {
  margin-right: 0rem !important;
}

.u-mr-5 {
  margin-right: 0.5rem !important;
}

.u-mr-10 {
  margin-right: 1rem !important;
}

.u-mr-15 {
  margin-right: 1.5rem !important;
}

.u-mr-20 {
  margin-right: 2rem !important;
}

.u-mr-25 {
  margin-right: 2.5rem !important;
}

.u-mr-30 {
  margin-right: 3rem !important;
}

.u-mr-35 {
  margin-right: 3.5rem !important;
}

.u-mr-40 {
  margin-right: 4rem !important;
}

.u-mr-45 {
  margin-right: 4.5rem !important;
}

.u-mr-50 {
  margin-right: 5rem !important;
}

.u-mr-55 {
  margin-right: 5.5rem !important;
}

.u-mr-60 {
  margin-right: 6rem !important;
}

.u-mr-65 {
  margin-right: 6.5rem !important;
}

.u-mr-70 {
  margin-right: 7rem !important;
}

.u-mr-75 {
  margin-right: 7.5rem !important;
}

.u-mr-80 {
  margin-right: 8rem !important;
}

.u-mr-85 {
  margin-right: 8.5rem !important;
}

.u-mr-90 {
  margin-right: 9rem !important;
}

.u-mr-95 {
  margin-right: 9.5rem !important;
}

.u-mr-100 {
  margin-right: 10rem !important;
}

/* マージン下余白 */
.u-mb-0 {
  margin-bottom: 0rem !important;
}

.u-mb-5 {
  margin-bottom: 0.5rem !important;
}

.u-mb-10 {
  margin-bottom: 1rem !important;
}

.u-mb-15 {
  margin-bottom: 1.5rem !important;
}

.u-mb-20 {
  margin-bottom: 2rem !important;
}

.u-mb-25 {
  margin-bottom: 2.5rem !important;
}

.u-mb-30 {
  margin-bottom: 3rem !important;
}

.u-mb-35 {
  margin-bottom: 3.5rem !important;
}

.u-mb-40 {
  margin-bottom: 4rem !important;
}

.u-mb-45 {
  margin-bottom: 4.5rem !important;
}

.u-mb-50 {
  margin-bottom: 5rem !important;
}

.u-mb-55 {
  margin-bottom: 5.5rem !important;
}

.u-mb-60 {
  margin-bottom: 6rem !important;
}

.u-mb-65 {
  margin-bottom: 6.5rem !important;
}

.u-mb-70 {
  margin-bottom: 7rem !important;
}

.u-mb-75 {
  margin-bottom: 7.5rem !important;
}

.u-mb-80 {
  margin-bottom: 8rem !important;
}

.u-mb-85 {
  margin-bottom: 8.5rem !important;
}

.u-mb-90 {
  margin-bottom: 9rem !important;
}

.u-mb-95 {
  margin-bottom: 9.5rem !important;
}

.u-mb-100 {
  margin-bottom: 10rem !important;
}

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

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

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

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

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

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

.u-mb-xxs {
  margin-bottom: 1rem;
}

.u-mb-xs {
  margin-bottom: 2rem;
}

.u-mb-sm {
  margin-bottom: 3rem;
}

.u-mb-md {
  margin-bottom: 4rem;
}

.u-mb-lg {
  margin-bottom: 5rem;
}

.u-mb-xl {
  margin-bottom: 6rem;
}

.u-mb-xxl {
  margin-bottom: 7rem;
}

/* マージン左余白 */
.u-ml-0 {
  margin-left: 0rem !important;
}

.u-ml-5 {
  margin-left: 0.5rem !important;
}

.u-ml-10 {
  margin-left: 1rem !important;
}

.u-ml-15 {
  margin-left: 1.5rem !important;
}

.u-ml-20 {
  margin-left: 2rem !important;
}

.u-ml-25 {
  margin-left: 2.5rem !important;
}

.u-ml-30 {
  margin-left: 3rem !important;
}

.u-ml-35 {
  margin-left: 3.5rem !important;
}

.u-ml-40 {
  margin-left: 4rem !important;
}

.u-ml-45 {
  margin-left: 4.5rem !important;
}

.u-ml-50 {
  margin-left: 5rem !important;
}

.u-ml-55 {
  margin-left: 5.5rem !important;
}

.u-ml-60 {
  margin-left: 6rem !important;
}

.u-ml-65 {
  margin-left: 6.5rem !important;
}

.u-ml-70 {
  margin-left: 7rem !important;
}

.u-ml-75 {
  margin-left: 7.5rem !important;
}

.u-ml-80 {
  margin-left: 8rem !important;
}

.u-ml-85 {
  margin-left: 8.5rem !important;
}

.u-ml-90 {
  margin-left: 9rem !important;
}

.u-ml-95 {
  margin-left: 9.5rem !important;
}

.u-ml-100 {
  margin-left: 10rem !important;
}

/* =================================================================
  パディング
================================================================= */
/* パディング上余白 */
.u-pt-0 {
  padding-top: 0rem !important;
}

.u-pt-5 {
  padding-top: 0.5rem !important;
}

.u-pt-10 {
  padding-top: 1rem !important;
}

.u-pt-15 {
  padding-top: 1.5rem !important;
}

.u-pt-20 {
  padding-top: 2rem !important;
}

.u-pt-25 {
  padding-top: 2.5rem !important;
}

.u-pt-30 {
  padding-top: 3rem !important;
}

.u-pt-35 {
  padding-top: 3.5rem !important;
}

.u-pt-40 {
  padding-top: 4rem !important;
}

.u-pt-45 {
  padding-top: 4.5rem !important;
}

.u-pt-50 {
  padding-top: 5rem !important;
}

.u-pt-55 {
  padding-top: 5.5rem !important;
}

.u-pt-60 {
  padding-top: 6rem !important;
}

.u-pt-65 {
  padding-top: 6.5rem !important;
}

.u-pt-70 {
  padding-top: 7rem !important;
}

.u-pt-75 {
  padding-top: 7.5rem !important;
}

.u-pt-80 {
  padding-top: 8rem !important;
}

.u-pt-85 {
  padding-top: 8.5rem !important;
}

.u-pt-90 {
  padding-top: 9rem !important;
}

.u-pt-95 {
  padding-top: 9.5rem !important;
}

.u-pt-100 {
  padding-top: 10rem !important;
}

/* パディング右余白 */
.u-pr-0 {
  padding-right: 0rem !important;
}

.u-pr-5 {
  padding-right: 0.5rem !important;
}

.u-pr-10 {
  padding-right: 1rem !important;
}

.u-pr-15 {
  padding-right: 1.5rem !important;
}

.u-pr-20 {
  padding-right: 2rem !important;
}

.u-pr-25 {
  padding-right: 2.5rem !important;
}

.u-pr-30 {
  padding-right: 3rem !important;
}

.u-pr-35 {
  padding-right: 3.5rem !important;
}

.u-pr-40 {
  padding-right: 4rem !important;
}

.u-pr-45 {
  padding-right: 4.5rem !important;
}

.u-pr-50 {
  padding-right: 5rem !important;
}

.u-pr-55 {
  padding-right: 5.5rem !important;
}

.u-pr-60 {
  padding-right: 6rem !important;
}

.u-pr-65 {
  padding-right: 6.5rem !important;
}

.u-pr-70 {
  padding-right: 7rem !important;
}

.u-pr-75 {
  padding-right: 7.5rem !important;
}

.u-pr-80 {
  padding-right: 8rem !important;
}

.u-pr-85 {
  padding-right: 8.5rem !important;
}

.u-pr-90 {
  padding-right: 9rem !important;
}

.u-pr-95 {
  padding-right: 9.5rem !important;
}

.u-pr-100 {
  padding-right: 10rem !important;
}

/* パディング下余白 */
.u-pb-0 {
  padding-bottom: 0rem !important;
}

.u-pb-5 {
  padding-bottom: 0.5rem !important;
}

.u-pb-10 {
  padding-bottom: 1rem !important;
}

.u-pb-15 {
  padding-bottom: 1.5rem !important;
}

.u-pb-20 {
  padding-bottom: 2rem !important;
}

.u-pb-25 {
  padding-bottom: 2.5rem !important;
}

.u-pb-30 {
  padding-bottom: 3rem !important;
}

.u-pb-35 {
  padding-bottom: 3.5rem !important;
}

.u-pb-40 {
  padding-bottom: 4rem !important;
}

.u-pb-45 {
  padding-bottom: 4.5rem !important;
}

.u-pb-50 {
  padding-bottom: 5rem !important;
}

.u-pb-55 {
  padding-bottom: 5.5rem !important;
}

.u-pb-60 {
  padding-bottom: 6rem !important;
}

.u-pb-65 {
  padding-bottom: 6.5rem !important;
}

.u-pb-70 {
  padding-bottom: 7rem !important;
}

.u-pb-75 {
  padding-bottom: 7.5rem !important;
}

.u-pb-80 {
  padding-bottom: 8rem !important;
}

.u-pb-85 {
  padding-bottom: 8.5rem !important;
}

.u-pb-90 {
  padding-bottom: 9rem !important;
}

.u-pb-95 {
  padding-bottom: 9.5rem !important;
}

.u-pb-100 {
  padding-bottom: 10rem !important;
}

/* パディング左余白 */
.u-pl-0 {
  padding-left: 0rem !important;
}

.u-pl-5 {
  padding-left: 0.5rem !important;
}

.u-pl-10 {
  padding-left: 1rem !important;
}

.u-pl-15 {
  padding-left: 1.5rem !important;
}

.u-pl-20 {
  padding-left: 2rem !important;
}

.u-pl-25 {
  padding-left: 2.5rem !important;
}

.u-pl-30 {
  padding-left: 3rem !important;
}

.u-pl-35 {
  padding-left: 3.5rem !important;
}

.u-pl-40 {
  padding-left: 4rem !important;
}

.u-pl-45 {
  padding-left: 4.5rem !important;
}

.u-pl-50 {
  padding-left: 5rem !important;
}

.u-pl-55 {
  padding-left: 5.5rem !important;
}

.u-pl-60 {
  padding-left: 6rem !important;
}

.u-pl-65 {
  padding-left: 6.5rem !important;
}

.u-pl-70 {
  padding-left: 7rem !important;
}

.u-pl-75 {
  padding-left: 7.5rem !important;
}

.u-pl-80 {
  padding-left: 8rem !important;
}

.u-pl-85 {
  padding-left: 8.5rem !important;
}

.u-pl-90 {
  padding-left: 9rem !important;
}

.u-pl-95 {
  padding-left: 9.5rem !important;
}

.u-pl-100 {
  padding-left: 10rem !important;
}

.u-ptb-xxs {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.u-ptb-xs {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.u-ptb-sm {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.u-ptb-md {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.u-ptb-lg {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.u-ptb-xl {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.u-ptb-xxl {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

/* =================================================================
  横幅
================================================================= */
/* width----------------------------------------------- */
.u-w-0 {
  width: 0px !important;
}

.u-w-5 {
  width: 5px !important;
}

.u-w-10 {
  width: 10px !important;
}

.u-w-15 {
  width: 15px !important;
}

.u-w-20 {
  width: 20px !important;
}

.u-w-25 {
  width: 25px !important;
}

.u-w-30 {
  width: 30px !important;
}

.u-w-35 {
  width: 35px !important;
}

.u-w-40 {
  width: 40px !important;
}

.u-w-45 {
  width: 45px !important;
}

.u-w-50 {
  width: 50px !important;
}

.u-w-55 {
  width: 55px !important;
}

.u-w-60 {
  width: 60px !important;
}

.u-w-65 {
  width: 65px !important;
}

.u-w-70 {
  width: 70px !important;
}

.u-w-75 {
  width: 75px !important;
}

.u-w-80 {
  width: 80px !important;
}

.u-w-85 {
  width: 85px !important;
}

.u-w-90 {
  width: 90px !important;
}

.u-w-95 {
  width: 95px !important;
}

.u-w-100 {
  width: 100px !important;
}

.u-w-105 {
  width: 105px !important;
}

.u-w-110 {
  width: 110px !important;
}

.u-w-115 {
  width: 115px !important;
}

.u-w-120 {
  width: 120px !important;
}

.u-w-125 {
  width: 125px !important;
}

.u-w-130 {
  width: 130px !important;
}

.u-w-135 {
  width: 135px !important;
}

.u-w-140 {
  width: 140px !important;
}

.u-w-145 {
  width: 145px !important;
}

.u-w-150 {
  width: 150px !important;
}

.u-w-155 {
  width: 155px !important;
}

.u-w-160 {
  width: 160px !important;
}

.u-w-165 {
  width: 165px !important;
}

.u-w-170 {
  width: 170px !important;
}

.u-w-175 {
  width: 175px !important;
}

.u-w-180 {
  width: 180px !important;
}

.u-w-185 {
  width: 185px !important;
}

.u-w-190 {
  width: 190px !important;
}

.u-w-195 {
  width: 195px !important;
}

.u-w-200 {
  width: 200px !important;
}

.u-w-205 {
  width: 205px !important;
}

.u-w-210 {
  width: 210px !important;
}

.u-w-215 {
  width: 215px !important;
}

.u-w-220 {
  width: 220px !important;
}

.u-w-225 {
  width: 225px !important;
}

.u-w-230 {
  width: 230px !important;
}

.u-w-235 {
  width: 235px !important;
}

.u-w-240 {
  width: 240px !important;
}

.u-w-245 {
  width: 245px !important;
}

.u-w-250 {
  width: 250px !important;
}

.u-w-255 {
  width: 255px !important;
}

.u-w-260 {
  width: 260px !important;
}

.u-w-265 {
  width: 265px !important;
}

.u-w-270 {
  width: 270px !important;
}

.u-w-275 {
  width: 275px !important;
}

.u-w-280 {
  width: 280px !important;
}

.u-w-285 {
  width: 285px !important;
}

.u-w-290 {
  width: 290px !important;
}

.u-w-295 {
  width: 295px !important;
}

.u-w-300 {
  width: 300px !important;
}

.u-w-305 {
  width: 305px !important;
}

.u-w-310 {
  width: 310px !important;
}

.u-w-315 {
  width: 315px !important;
}

.u-w-320 {
  width: 320px !important;
}

.u-w-325 {
  width: 325px !important;
}

.u-w-330 {
  width: 330px !important;
}

.u-w-335 {
  width: 335px !important;
}

.u-w-340 {
  width: 340px !important;
}

.u-w-345 {
  width: 345px !important;
}

.u-w-350 {
  width: 350px !important;
}

.u-w-355 {
  width: 355px !important;
}

.u-w-360 {
  width: 360px !important;
}

.u-w-365 {
  width: 365px !important;
}

.u-w-370 {
  width: 370px !important;
}

.u-w-375 {
  width: 375px !important;
}

.u-w-380 {
  width: 380px !important;
}

.u-w-385 {
  width: 385px !important;
}

.u-w-390 {
  width: 390px !important;
}

.u-w-395 {
  width: 395px !important;
}

.u-w-400 {
  width: 400px !important;
}

.u-w-405 {
  width: 405px !important;
}

.u-w-410 {
  width: 410px !important;
}

.u-w-415 {
  width: 415px !important;
}

.u-w-420 {
  width: 420px !important;
}

.u-w-425 {
  width: 425px !important;
}

.u-w-430 {
  width: 430px !important;
}

.u-w-435 {
  width: 435px !important;
}

.u-w-440 {
  width: 440px !important;
}

.u-w-445 {
  width: 445px !important;
}

.u-w-450 {
  width: 450px !important;
}

.u-w-455 {
  width: 455px !important;
}

.u-w-460 {
  width: 460px !important;
}

.u-w-465 {
  width: 465px !important;
}

.u-w-470 {
  width: 470px !important;
}

.u-w-475 {
  width: 475px !important;
}

.u-w-480 {
  width: 480px !important;
}

.u-w-485 {
  width: 485px !important;
}

.u-w-490 {
  width: 490px !important;
}

.u-w-495 {
  width: 495px !important;
}

.u-w-500 {
  width: 500px !important;
}

.u-w-505 {
  width: 505px !important;
}

.u-w-510 {
  width: 510px !important;
}

.u-w-515 {
  width: 515px !important;
}

.u-w-520 {
  width: 520px !important;
}

.u-w-525 {
  width: 525px !important;
}

.u-w-530 {
  width: 530px !important;
}

.u-w-535 {
  width: 535px !important;
}

.u-w-540 {
  width: 540px !important;
}

.u-w-545 {
  width: 545px !important;
}

.u-w-550 {
  width: 550px !important;
}

.u-w-555 {
  width: 555px !important;
}

.u-w-560 {
  width: 560px !important;
}

.u-w-565 {
  width: 565px !important;
}

.u-w-570 {
  width: 570px !important;
}

.u-w-575 {
  width: 575px !important;
}

.u-w-580 {
  width: 580px !important;
}

.u-w-585 {
  width: 585px !important;
}

.u-w-590 {
  width: 590px !important;
}

.u-w-595 {
  width: 595px !important;
}

.u-w-600 {
  width: 600px !important;
}

.u-w-605 {
  width: 605px !important;
}

.u-w-610 {
  width: 610px !important;
}

.u-w-615 {
  width: 615px !important;
}

.u-w-620 {
  width: 620px !important;
}

.u-w-625 {
  width: 625px !important;
}

.u-w-630 {
  width: 630px !important;
}

.u-w-635 {
  width: 635px !important;
}

.u-w-640 {
  width: 640px !important;
}

.u-w-645 {
  width: 645px !important;
}

.u-w-650 {
  width: 650px !important;
}

.u-w-655 {
  width: 655px !important;
}

.u-w-660 {
  width: 660px !important;
}

.u-w-665 {
  width: 665px !important;
}

.u-w-670 {
  width: 670px !important;
}

.u-w-675 {
  width: 675px !important;
}

.u-w-680 {
  width: 680px !important;
}

.u-w-685 {
  width: 685px !important;
}

.u-w-690 {
  width: 690px !important;
}

.u-w-695 {
  width: 695px !important;
}

.u-w-700 {
  width: 700px !important;
}

.u-w-705 {
  width: 705px !important;
}

.u-w-710 {
  width: 710px !important;
}

.u-w-715 {
  width: 715px !important;
}

.u-w-720 {
  width: 720px !important;
}

.u-w-725 {
  width: 725px !important;
}

.u-w-730 {
  width: 730px !important;
}

.u-w-735 {
  width: 735px !important;
}

.u-w-740 {
  width: 740px !important;
}

.u-w-745 {
  width: 745px !important;
}

.u-w-750 {
  width: 750px !important;
}

.u-w-755 {
  width: 755px !important;
}

.u-w-760 {
  width: 760px !important;
}

.u-w-765 {
  width: 765px !important;
}

.u-w-770 {
  width: 770px !important;
}

.u-w-775 {
  width: 775px !important;
}

.u-w-780 {
  width: 780px !important;
}

.u-w-785 {
  width: 785px !important;
}

.u-w-790 {
  width: 790px !important;
}

.u-w-795 {
  width: 795px !important;
}

.u-w-800 {
  width: 800px !important;
}

.u-w-805 {
  width: 805px !important;
}

.u-w-810 {
  width: 810px !important;
}

.u-w-815 {
  width: 815px !important;
}

.u-w-820 {
  width: 820px !important;
}

.u-w-825 {
  width: 825px !important;
}

.u-w-830 {
  width: 830px !important;
}

.u-w-835 {
  width: 835px !important;
}

.u-w-840 {
  width: 840px !important;
}

.u-w-845 {
  width: 845px !important;
}

.u-w-850 {
  width: 850px !important;
}

.u-w-855 {
  width: 855px !important;
}

.u-w-860 {
  width: 860px !important;
}

.u-w-865 {
  width: 865px !important;
}

.u-w-870 {
  width: 870px !important;
}

.u-w-875 {
  width: 875px !important;
}

.u-w-880 {
  width: 880px !important;
}

.u-w-885 {
  width: 885px !important;
}

.u-w-890 {
  width: 890px !important;
}

.u-w-895 {
  width: 895px !important;
}

.u-w-900 {
  width: 900px !important;
}

.u-w-905 {
  width: 905px !important;
}

.u-w-910 {
  width: 910px !important;
}

.u-w-915 {
  width: 915px !important;
}

.u-w-920 {
  width: 920px !important;
}

.u-w-925 {
  width: 925px !important;
}

.u-w-930 {
  width: 930px !important;
}

.u-w-935 {
  width: 935px !important;
}

.u-w-940 {
  width: 940px !important;
}

.u-w-945 {
  width: 945px !important;
}

.u-w-950 {
  width: 950px !important;
}

.u-w-955 {
  width: 955px !important;
}

.u-w-960 {
  width: 960px !important;
}

.u-w-965 {
  width: 965px !important;
}

.u-w-970 {
  width: 970px !important;
}

.u-w-975 {
  width: 975px !important;
}

.u-w-980 {
  width: 980px !important;
}

.u-w-985 {
  width: 985px !important;
}

.u-w-990 {
  width: 990px !important;
}

.u-w-995 {
  width: 995px !important;
}

.u-w-1000 {
  width: 1000px !important;
}

/* width パーセント----------------------------------------------- */
.u-w-0p {
  width: calc(0 * 1%) !important;
}

.u-w-1p {
  width: calc(1 * 1%) !important;
}

.u-w-2p {
  width: calc(2 * 1%) !important;
}

.u-w-3p {
  width: calc(3 * 1%) !important;
}

.u-w-4p {
  width: calc(4 * 1%) !important;
}

.u-w-5p {
  width: calc(5 * 1%) !important;
}

.u-w-6p {
  width: calc(6 * 1%) !important;
}

.u-w-7p {
  width: calc(7 * 1%) !important;
}

.u-w-8p {
  width: calc(8 * 1%) !important;
}

.u-w-9p {
  width: calc(9 * 1%) !important;
}

.u-w-10p {
  width: calc(10 * 1%) !important;
}

.u-w-11p {
  width: calc(11 * 1%) !important;
}

.u-w-12p {
  width: calc(12 * 1%) !important;
}

.u-w-13p {
  width: calc(13 * 1%) !important;
}

.u-w-14p {
  width: calc(14 * 1%) !important;
}

.u-w-15p {
  width: calc(15 * 1%) !important;
}

.u-w-16p {
  width: calc(16 * 1%) !important;
}

.u-w-17p {
  width: calc(17 * 1%) !important;
}

.u-w-18p {
  width: calc(18 * 1%) !important;
}

.u-w-19p {
  width: calc(19 * 1%) !important;
}

.u-w-20p {
  width: calc(20 * 1%) !important;
}

.u-w-21p {
  width: calc(21 * 1%) !important;
}

.u-w-22p {
  width: calc(22 * 1%) !important;
}

.u-w-23p {
  width: calc(23 * 1%) !important;
}

.u-w-24p {
  width: calc(24 * 1%) !important;
}

.u-w-25p {
  width: calc(25 * 1%) !important;
}

.u-w-26p {
  width: calc(26 * 1%) !important;
}

.u-w-27p {
  width: calc(27 * 1%) !important;
}

.u-w-28p {
  width: calc(28 * 1%) !important;
}

.u-w-29p {
  width: calc(29 * 1%) !important;
}

.u-w-30p {
  width: calc(30 * 1%) !important;
}

.u-w-31p {
  width: calc(31 * 1%) !important;
}

.u-w-32p {
  width: calc(32 * 1%) !important;
}

.u-w-33p {
  width: calc(33 * 1%) !important;
}

.u-w-34p {
  width: calc(34 * 1%) !important;
}

.u-w-35p {
  width: calc(35 * 1%) !important;
}

.u-w-36p {
  width: calc(36 * 1%) !important;
}

.u-w-37p {
  width: calc(37 * 1%) !important;
}

.u-w-38p {
  width: calc(38 * 1%) !important;
}

.u-w-39p {
  width: calc(39 * 1%) !important;
}

.u-w-40p {
  width: calc(40 * 1%) !important;
}

.u-w-41p {
  width: calc(41 * 1%) !important;
}

.u-w-42p {
  width: calc(42 * 1%) !important;
}

.u-w-43p {
  width: calc(43 * 1%) !important;
}

.u-w-44p {
  width: calc(44 * 1%) !important;
}

.u-w-45p {
  width: calc(45 * 1%) !important;
}

.u-w-46p {
  width: calc(46 * 1%) !important;
}

.u-w-47p {
  width: calc(47 * 1%) !important;
}

.u-w-48p {
  width: calc(48 * 1%) !important;
}

.u-w-49p {
  width: calc(49 * 1%) !important;
}

.u-w-50p {
  width: calc(50 * 1%) !important;
}

.u-w-51p {
  width: calc(51 * 1%) !important;
}

.u-w-52p {
  width: calc(52 * 1%) !important;
}

.u-w-53p {
  width: calc(53 * 1%) !important;
}

.u-w-54p {
  width: calc(54 * 1%) !important;
}

.u-w-55p {
  width: calc(55 * 1%) !important;
}

.u-w-56p {
  width: calc(56 * 1%) !important;
}

.u-w-57p {
  width: calc(57 * 1%) !important;
}

.u-w-58p {
  width: calc(58 * 1%) !important;
}

.u-w-59p {
  width: calc(59 * 1%) !important;
}

.u-w-60p {
  width: calc(60 * 1%) !important;
}

.u-w-61p {
  width: calc(61 * 1%) !important;
}

.u-w-62p {
  width: calc(62 * 1%) !important;
}

.u-w-63p {
  width: calc(63 * 1%) !important;
}

.u-w-64p {
  width: calc(64 * 1%) !important;
}

.u-w-65p {
  width: calc(65 * 1%) !important;
}

.u-w-66p {
  width: calc(66 * 1%) !important;
}

.u-w-67p {
  width: calc(67 * 1%) !important;
}

.u-w-68p {
  width: calc(68 * 1%) !important;
}

.u-w-69p {
  width: calc(69 * 1%) !important;
}

.u-w-70p {
  width: calc(70 * 1%) !important;
}

.u-w-71p {
  width: calc(71 * 1%) !important;
}

.u-w-72p {
  width: calc(72 * 1%) !important;
}

.u-w-73p {
  width: calc(73 * 1%) !important;
}

.u-w-74p {
  width: calc(74 * 1%) !important;
}

.u-w-75p {
  width: calc(75 * 1%) !important;
}

.u-w-76p {
  width: calc(76 * 1%) !important;
}

.u-w-77p {
  width: calc(77 * 1%) !important;
}

.u-w-78p {
  width: calc(78 * 1%) !important;
}

.u-w-79p {
  width: calc(79 * 1%) !important;
}

.u-w-80p {
  width: calc(80 * 1%) !important;
}

.u-w-81p {
  width: calc(81 * 1%) !important;
}

.u-w-82p {
  width: calc(82 * 1%) !important;
}

.u-w-83p {
  width: calc(83 * 1%) !important;
}

.u-w-84p {
  width: calc(84 * 1%) !important;
}

.u-w-85p {
  width: calc(85 * 1%) !important;
}

.u-w-86p {
  width: calc(86 * 1%) !important;
}

.u-w-87p {
  width: calc(87 * 1%) !important;
}

.u-w-88p {
  width: calc(88 * 1%) !important;
}

.u-w-89p {
  width: calc(89 * 1%) !important;
}

.u-w-90p {
  width: calc(90 * 1%) !important;
}

.u-w-91p {
  width: calc(91 * 1%) !important;
}

.u-w-92p {
  width: calc(92 * 1%) !important;
}

.u-w-93p {
  width: calc(93 * 1%) !important;
}

.u-w-94p {
  width: calc(94 * 1%) !important;
}

.u-w-95p {
  width: calc(95 * 1%) !important;
}

.u-w-96p {
  width: calc(96 * 1%) !important;
}

.u-w-97p {
  width: calc(97 * 1%) !important;
}

.u-w-98p {
  width: calc(98 * 1%) !important;
}

.u-w-99p {
  width: calc(99 * 1%) !important;
}

.u-w-100p {
  width: calc(100 * 1%) !important;
}

/* max-width----------------------------------------------- */
.u-max-w-0 {
  max-width: 0px !important;
}

.u-max-w-5 {
  max-width: 5px !important;
}

.u-max-w-10 {
  max-width: 10px !important;
}

.u-max-w-15 {
  max-width: 15px !important;
}

.u-max-w-20 {
  max-width: 20px !important;
}

.u-max-w-25 {
  max-width: 25px !important;
}

.u-max-w-30 {
  max-width: 30px !important;
}

.u-max-w-35 {
  max-width: 35px !important;
}

.u-max-w-40 {
  max-width: 40px !important;
}

.u-max-w-45 {
  max-width: 45px !important;
}

.u-max-w-50 {
  max-width: 50px !important;
}

.u-max-w-55 {
  max-width: 55px !important;
}

.u-max-w-60 {
  max-width: 60px !important;
}

.u-max-w-65 {
  max-width: 65px !important;
}

.u-max-w-70 {
  max-width: 70px !important;
}

.u-max-w-75 {
  max-width: 75px !important;
}

.u-max-w-80 {
  max-width: 80px !important;
}

.u-max-w-85 {
  max-width: 85px !important;
}

.u-max-w-90 {
  max-width: 90px !important;
}

.u-max-w-95 {
  max-width: 95px !important;
}

.u-max-w-100 {
  max-width: 100px !important;
}

.u-max-w-105 {
  max-width: 105px !important;
}

.u-max-w-110 {
  max-width: 110px !important;
}

.u-max-w-115 {
  max-width: 115px !important;
}

.u-max-w-120 {
  max-width: 120px !important;
}

.u-max-w-125 {
  max-width: 125px !important;
}

.u-max-w-130 {
  max-width: 130px !important;
}

.u-max-w-135 {
  max-width: 135px !important;
}

.u-max-w-140 {
  max-width: 140px !important;
}

.u-max-w-145 {
  max-width: 145px !important;
}

.u-max-w-150 {
  max-width: 150px !important;
}

.u-max-w-155 {
  max-width: 155px !important;
}

.u-max-w-160 {
  max-width: 160px !important;
}

.u-max-w-165 {
  max-width: 165px !important;
}

.u-max-w-170 {
  max-width: 170px !important;
}

.u-max-w-175 {
  max-width: 175px !important;
}

.u-max-w-180 {
  max-width: 180px !important;
}

.u-max-w-185 {
  max-width: 185px !important;
}

.u-max-w-190 {
  max-width: 190px !important;
}

.u-max-w-195 {
  max-width: 195px !important;
}

.u-max-w-200 {
  max-width: 200px !important;
}

.u-max-w-205 {
  max-width: 205px !important;
}

.u-max-w-210 {
  max-width: 210px !important;
}

.u-max-w-215 {
  max-width: 215px !important;
}

.u-max-w-220 {
  max-width: 220px !important;
}

.u-max-w-225 {
  max-width: 225px !important;
}

.u-max-w-230 {
  max-width: 230px !important;
}

.u-max-w-235 {
  max-width: 235px !important;
}

.u-max-w-240 {
  max-width: 240px !important;
}

.u-max-w-245 {
  max-width: 245px !important;
}

.u-max-w-250 {
  max-width: 250px !important;
}

.u-max-w-255 {
  max-width: 255px !important;
}

.u-max-w-260 {
  max-width: 260px !important;
}

.u-max-w-265 {
  max-width: 265px !important;
}

.u-max-w-270 {
  max-width: 270px !important;
}

.u-max-w-275 {
  max-width: 275px !important;
}

.u-max-w-280 {
  max-width: 280px !important;
}

.u-max-w-285 {
  max-width: 285px !important;
}

.u-max-w-290 {
  max-width: 290px !important;
}

.u-max-w-295 {
  max-width: 295px !important;
}

.u-max-w-300 {
  max-width: 300px !important;
}

.u-max-w-305 {
  max-width: 305px !important;
}

.u-max-w-310 {
  max-width: 310px !important;
}

.u-max-w-315 {
  max-width: 315px !important;
}

.u-max-w-320 {
  max-width: 320px !important;
}

.u-max-w-325 {
  max-width: 325px !important;
}

.u-max-w-330 {
  max-width: 330px !important;
}

.u-max-w-335 {
  max-width: 335px !important;
}

.u-max-w-340 {
  max-width: 340px !important;
}

.u-max-w-345 {
  max-width: 345px !important;
}

.u-max-w-350 {
  max-width: 350px !important;
}

.u-max-w-355 {
  max-width: 355px !important;
}

.u-max-w-360 {
  max-width: 360px !important;
}

.u-max-w-365 {
  max-width: 365px !important;
}

.u-max-w-370 {
  max-width: 370px !important;
}

.u-max-w-375 {
  max-width: 375px !important;
}

.u-max-w-380 {
  max-width: 380px !important;
}

.u-max-w-385 {
  max-width: 385px !important;
}

.u-max-w-390 {
  max-width: 390px !important;
}

.u-max-w-395 {
  max-width: 395px !important;
}

.u-max-w-400 {
  max-width: 400px !important;
}

.u-max-w-405 {
  max-width: 405px !important;
}

.u-max-w-410 {
  max-width: 410px !important;
}

.u-max-w-415 {
  max-width: 415px !important;
}

.u-max-w-420 {
  max-width: 420px !important;
}

.u-max-w-425 {
  max-width: 425px !important;
}

.u-max-w-430 {
  max-width: 430px !important;
}

.u-max-w-435 {
  max-width: 435px !important;
}

.u-max-w-440 {
  max-width: 440px !important;
}

.u-max-w-445 {
  max-width: 445px !important;
}

.u-max-w-450 {
  max-width: 450px !important;
}

.u-max-w-455 {
  max-width: 455px !important;
}

.u-max-w-460 {
  max-width: 460px !important;
}

.u-max-w-465 {
  max-width: 465px !important;
}

.u-max-w-470 {
  max-width: 470px !important;
}

.u-max-w-475 {
  max-width: 475px !important;
}

.u-max-w-480 {
  max-width: 480px !important;
}

.u-max-w-485 {
  max-width: 485px !important;
}

.u-max-w-490 {
  max-width: 490px !important;
}

.u-max-w-495 {
  max-width: 495px !important;
}

.u-max-w-500 {
  max-width: 500px !important;
}

.u-max-w-505 {
  max-width: 505px !important;
}

.u-max-w-510 {
  max-width: 510px !important;
}

.u-max-w-515 {
  max-width: 515px !important;
}

.u-max-w-520 {
  max-width: 520px !important;
}

.u-max-w-525 {
  max-width: 525px !important;
}

.u-max-w-530 {
  max-width: 530px !important;
}

.u-max-w-535 {
  max-width: 535px !important;
}

.u-max-w-540 {
  max-width: 540px !important;
}

.u-max-w-545 {
  max-width: 545px !important;
}

.u-max-w-550 {
  max-width: 550px !important;
}

.u-max-w-555 {
  max-width: 555px !important;
}

.u-max-w-560 {
  max-width: 560px !important;
}

.u-max-w-565 {
  max-width: 565px !important;
}

.u-max-w-570 {
  max-width: 570px !important;
}

.u-max-w-575 {
  max-width: 575px !important;
}

.u-max-w-580 {
  max-width: 580px !important;
}

.u-max-w-585 {
  max-width: 585px !important;
}

.u-max-w-590 {
  max-width: 590px !important;
}

.u-max-w-595 {
  max-width: 595px !important;
}

.u-max-w-600 {
  max-width: 600px !important;
}

.u-max-w-605 {
  max-width: 605px !important;
}

.u-max-w-610 {
  max-width: 610px !important;
}

.u-max-w-615 {
  max-width: 615px !important;
}

.u-max-w-620 {
  max-width: 620px !important;
}

.u-max-w-625 {
  max-width: 625px !important;
}

.u-max-w-630 {
  max-width: 630px !important;
}

.u-max-w-635 {
  max-width: 635px !important;
}

.u-max-w-640 {
  max-width: 640px !important;
}

.u-max-w-645 {
  max-width: 645px !important;
}

.u-max-w-650 {
  max-width: 650px !important;
}

.u-max-w-655 {
  max-width: 655px !important;
}

.u-max-w-660 {
  max-width: 660px !important;
}

.u-max-w-665 {
  max-width: 665px !important;
}

.u-max-w-670 {
  max-width: 670px !important;
}

.u-max-w-675 {
  max-width: 675px !important;
}

.u-max-w-680 {
  max-width: 680px !important;
}

.u-max-w-685 {
  max-width: 685px !important;
}

.u-max-w-690 {
  max-width: 690px !important;
}

.u-max-w-695 {
  max-width: 695px !important;
}

.u-max-w-700 {
  max-width: 700px !important;
}

.u-max-w-705 {
  max-width: 705px !important;
}

.u-max-w-710 {
  max-width: 710px !important;
}

.u-max-w-715 {
  max-width: 715px !important;
}

.u-max-w-720 {
  max-width: 720px !important;
}

.u-max-w-725 {
  max-width: 725px !important;
}

.u-max-w-730 {
  max-width: 730px !important;
}

.u-max-w-735 {
  max-width: 735px !important;
}

.u-max-w-740 {
  max-width: 740px !important;
}

.u-max-w-745 {
  max-width: 745px !important;
}

.u-max-w-750 {
  max-width: 750px !important;
}

.u-max-w-755 {
  max-width: 755px !important;
}

.u-max-w-760 {
  max-width: 760px !important;
}

.u-max-w-765 {
  max-width: 765px !important;
}

.u-max-w-770 {
  max-width: 770px !important;
}

.u-max-w-775 {
  max-width: 775px !important;
}

.u-max-w-780 {
  max-width: 780px !important;
}

.u-max-w-785 {
  max-width: 785px !important;
}

.u-max-w-790 {
  max-width: 790px !important;
}

.u-max-w-795 {
  max-width: 795px !important;
}

.u-max-w-800 {
  max-width: 800px !important;
}

.u-max-w-805 {
  max-width: 805px !important;
}

.u-max-w-810 {
  max-width: 810px !important;
}

.u-max-w-815 {
  max-width: 815px !important;
}

.u-max-w-820 {
  max-width: 820px !important;
}

.u-max-w-825 {
  max-width: 825px !important;
}

.u-max-w-830 {
  max-width: 830px !important;
}

.u-max-w-835 {
  max-width: 835px !important;
}

.u-max-w-840 {
  max-width: 840px !important;
}

.u-max-w-845 {
  max-width: 845px !important;
}

.u-max-w-850 {
  max-width: 850px !important;
}

.u-max-w-855 {
  max-width: 855px !important;
}

.u-max-w-860 {
  max-width: 860px !important;
}

.u-max-w-865 {
  max-width: 865px !important;
}

.u-max-w-870 {
  max-width: 870px !important;
}

.u-max-w-875 {
  max-width: 875px !important;
}

.u-max-w-880 {
  max-width: 880px !important;
}

.u-max-w-885 {
  max-width: 885px !important;
}

.u-max-w-890 {
  max-width: 890px !important;
}

.u-max-w-895 {
  max-width: 895px !important;
}

.u-max-w-900 {
  max-width: 900px !important;
}

.u-max-w-905 {
  max-width: 905px !important;
}

.u-max-w-910 {
  max-width: 910px !important;
}

.u-max-w-915 {
  max-width: 915px !important;
}

.u-max-w-920 {
  max-width: 920px !important;
}

.u-max-w-925 {
  max-width: 925px !important;
}

.u-max-w-930 {
  max-width: 930px !important;
}

.u-max-w-935 {
  max-width: 935px !important;
}

.u-max-w-940 {
  max-width: 940px !important;
}

.u-max-w-945 {
  max-width: 945px !important;
}

.u-max-w-950 {
  max-width: 950px !important;
}

.u-max-w-955 {
  max-width: 955px !important;
}

.u-max-w-960 {
  max-width: 960px !important;
}

.u-max-w-965 {
  max-width: 965px !important;
}

.u-max-w-970 {
  max-width: 970px !important;
}

.u-max-w-975 {
  max-width: 975px !important;
}

.u-max-w-980 {
  max-width: 980px !important;
}

.u-max-w-985 {
  max-width: 985px !important;
}

.u-max-w-990 {
  max-width: 990px !important;
}

.u-max-w-995 {
  max-width: 995px !important;
}

.u-max-w-1000 {
  max-width: 1000px !important;
}

/* =================================================================
  plugin
================================================================= */
/* plugin */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  display: none;
  z-index: 9999;
  position: fixed;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  -webkit-overflow-scrolling: touch;
  display: none;
  z-index: 10000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  text-align: center;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  position: relative;
  outline: none;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(255, 196, 226, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 20px;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  padding: 35px;
  transform: translate3d(0, 0, 0);
  background: #fff;
  color: #2b2e38;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  outline: 0;
  background: transparent;
  color: #95979c;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  content: "×";
  font-size: 25px;
  line-height: 35px;
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  display: inline-block;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  overflow: visible;
  border: 0;
  outline: 0;
  font: inherit;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  transition: background 0.2s;
}

.remodal-confirm {
  background: #81c784;
  color: #fff;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  background: #e57373;
  color: #fff;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    filter: blur(0);
    opacity: 0;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  transform: translate(0);
  opacity: 1;
}

[data-aos=fade-up] {
  transform: translateY(100px);
}

[data-aos=fade-down] {
  transform: translateY(-100px);
}

[data-aos=fade-right] {
  transform: translate(-100px);
}

[data-aos=fade-left] {
  transform: translate(100px);
}

[data-aos=fade-up-right] {
  transform: translate(-100px, 100px);
}

[data-aos=fade-up-left] {
  transform: translate(100px, 100px);
}

[data-aos=fade-down-right] {
  transform: translate(-100px, -100px);
}

[data-aos=fade-down-left] {
  transform: translate(100px, -100px);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  transform: translate(0) scale(1);
  opacity: 1;
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translateY(100px) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translateY(-100px) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate(-100px) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate(100px) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translateY(100px) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translateY(-100px) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate(-100px) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate(100px) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translate(0);
}

[data-aos=slide-up] {
  transform: translateY(100%);
}

[data-aos=slide-down] {
  transform: translateY(-100%);
}

[data-aos=slide-right] {
  transform: translateX(-100%);
}

[data-aos=slide-left] {
  transform: translateX(100%);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

/**
 * Swiper 4.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 28, 2017
 */
.swiper-container {
  /* Fix of Webkit flickering */
  z-index: 1;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  list-style: none;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  margin: auto 0;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

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

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

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

.swiper-button-prev::before,
.swiper-button-next::before {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  margin: auto 0;
  transform: rotate(45deg);
  content: "";
}

.swiper-button-prev::before {
  left: 40px;
  border-bottom: 5px solid #ef007e;
  border-left: 5px solid #ef007e;
}

.swiper-button-next::before {
  right: 40px;
  border-top: 5px solid #ef007e;
  border-right: 5px solid #ef007e;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

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

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

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

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

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

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

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

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

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

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

/* =================================================================
  ここからカスタマイズ
================================================================= */
.swiper-pagination-bullet {
  position: relative;
  padding: 0 10px;
}
.swiper-pagination-bullet::after {
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #333;
  content: "";
  opacity: 0.7;
}

.swiper-pagination-bullet-active::after {
  background: #ef007e;
  opacity: 1;
}

/* ここまで
================================================================= */
button.swiper-pagination-bullet {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
}

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

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

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

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

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

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

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

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

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
  background: #007aff;
}

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

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

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

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

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

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

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

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

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

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

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

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

/* Preloader */
.swiper-lazy-preloader {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  z-index: -1000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  filter: blur(50px);
  opacity: 0.6;
}

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

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

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

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

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

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

@media print, screen and (min-width: 480px) {
  .c-grid.-column-reverse.-sm {
    flex-direction: row;
  }
  .grid-sm-12 {
    width: 100%;
  }
  .grid-sm-11 {
    width: 91.66666667%;
  }
  .grid-sm-10 {
    width: 83.33333333%;
  }
  .grid-sm-9 {
    width: 75%;
  }
  .grid-sm-8 {
    width: 66.66666667%;
  }
  .grid-sm-7 {
    width: 58.33333333%;
  }
  .grid-sm-6 {
    width: 50%;
  }
  .grid-sm-5 {
    width: 41.66666667%;
  }
  .grid-sm-4 {
    width: 33.33333333%;
  }
  .grid-sm-3 {
    width: 25%;
  }
  .grid-sm-2 {
    width: 16.66666667%;
  }
  .grid-sm-1 {
    width: 8.33333333%;
  }
  .p-sitemap-list.-shop li {
    width: 50%;
  }
  .p-products-content {
    text-align: center;
  }
}

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

@media print, screen and (min-width: 768px) {
  body,
  input,
  select,
  textarea {
    font-size: 1.6rem;
  }
  .l-contents.-column {
    box-sizing: content-box;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 1em;
  }
  .l-footer {
    padding: 80px 20px 20px;
  }
  .l-footer__global-menu li {
    margin: 0 1.5em 0 0;
  }
  .l-footer__sub-menu {
    padding: 1.5em 20px;
  }
  .l-footer__info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
  }
  .l-footer__logo {
    margin: -0.5em 0 0;
  }
  .l-footer__logo img {
    max-height: 64px;
  }
  .l-footer__notes {
    margin: 0 0 0 1em;
  }
  .l-footer__copy {
    margin-left: auto;
  }
  .l-hamburger-menu-button {
    display: none;
  }
  .l-header {
    -ms-grid-columns: 18% auto;
    grid-template-columns: 18% auto;
  }
  .l-header__logo img {
    max-height: 80px;
    margin: 2rem 0 0;
  }
  .l-header__menu {
    display: block;
  }
  .l-content-left-md {
    float: left;
  }
  .l-content-right-md {
    float: right;
  }
  .l-modal-menu__list li {
    width: 33.33333%;
  }
  .l-topicpath ul li {
    font-size: 1.4rem;
  }
  .l-topicpath ul li:after {
    width: 8px;
    height: 8px;
    margin-top: -3px;
  }
  .c-alert__body {
    padding: 6rem;
  }
  .c-button-primary {
    font-size: 1.8rem;
  }
  .c-button-page-scroll {
    right: 30px;
    bottom: 30px;
  }
  .c-button-page-scroll a {
    width: 70px;
    height: 70px;
  }
  .c-button-submit {
    font-size: 2rem;
  }
  .c-button-reserve-wrap {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .m-btn {
    font-size: 2rem;
  }
  .c-card__title.-lesson {
    font-size: 1.5rem;
  }
  .c-card__title.-lesson-event {
    font-size: 2rem;
  }
  .c-vertical-text-wrap {
    padding: 160px 0;
  }
  .c-vertical-text {
    font-size: 1.6rem;
  }
  .c-vertical-text {
    -ms-writing-mode: tb-rl;
    display: inline-block;
    font-size: 1.7rem;
    line-height: 3.2;
    letter-spacing: 0.2em;
    text-align: left;
    white-space: nowrap;
    writing-mode: vertical-rl;
  }
  @-moz-document url-prefix(){
    .c-vertical-text {
      line-height: 1.8;
    }
  }
  .c-vertical-text-br-none br {
    display: block;
  }
  .c-vertical-text-ueda span {
    margin: 0 60px 0 0;
  }
  .m-gallery li {
    margin: 0 -20px 50px;
  }
  .m-full-image {
    margin: 180px -20px 0;
  }
  .c-entry__social {
    width: 50%;
    margin-top: 0;
  }
  .c-entry__gallery {
    width: 65%;
    margin: 0;
  }
  .c-entry-body {
    font-size: 1.7rem;
  }
  .c-entry-body h2 {
    font-size: 2rem;
  }
  .c-entry-body h3 {
    font-size: 1.9rem;
  }
  .c-entry-body .check {
    font-size: 2rem;
  }
  .c-entry-navi__item {
    display: inline-block;
    margin: 0 0.5em;
    font-size: 1.6rem;
  }
  .c-entry-navi__item a {
    padding: 0.4em 2.5em;
  }
  .c-entry-kanren-link__content .title {
    font-size: 1.8rem;
  }
  .c-entry-pagination__entry-title {
    font-size: 1.5rem;
  }
  .c-entry-pagination__home {
    width: 100px;
    height: 100px;
  }
  .c-entry-pagination__home i {
    margin: 20px auto;
    font-size: 6rem;
  }
  .c-grid.-column-reverse {
    flex-direction: row;
  }
  .c-grid.-row-reverse {
    flex-direction: row-reverse;
  }
  .grid-md-12 {
    width: 100%;
  }
  .grid-md-11 {
    width: 91.66666667%;
  }
  .grid-md-10 {
    width: 83.33333333%;
  }
  .grid-md-9 {
    width: 75%;
  }
  .grid-md-8 {
    width: 66.66666667%;
  }
  .grid-md-7 {
    width: 58.33333333%;
  }
  .grid-md-6 {
    width: 50%;
  }
  .grid-md-5 {
    width: 41.66666667%;
  }
  .grid-md-4 {
    width: 33.33333333%;
  }
  .grid-md-3 {
    width: 25%;
  }
  .grid-md-2 {
    width: 16.66666667%;
  }
  .grid-md-1 {
    width: 8.33333333%;
  }
  .c-media__meta {
    font-size: 1.4rem;
  }
  .c-modal__title {
    font-size: 6rem;
  }
  .c-modal__head-content {
    position: absolute;
    padding: 0.5em 0 0;
  }
  .c-modal__head-content.okada {
    top: 40%;
    left: 5%;
  }
  .c-modal__head-content.hashimoto {
    top: 40%;
    right: 5%;
  }
  .c-modal__head-content.negoro {
    top: 26%;
    left: 12%;
  }
  .c-modal__head-content.yamano {
    top: 26%;
    left: 18%;
  }
  .c-modal__head-content.tokumori {
    top: 40%;
    left: 5%;
  }
  .c-modal__head-content.nomura {
    top: 60%;
    left: 5%;
  }
  .c-modal__head-content.nukui {
    top: 40%;
    left: 13%;
  }
  .c-modal__head-content.tsuruoka {
    top: 40%;
    right: 5%;
  }
  .c-modal__body {
    padding: 4em 40px 40px;
  }
  .c-modal__factory-name {
    font-size: 4rem;
  }
  .c-share li {
    width: 25%;
  }
  .c-table-secondary {
    font-size: 1.6rem;
  }
  .c-table-secondary caption {
    font-size: 1.8rem;
  }
  .c-table-secondary td.-price {
    width: 30%;
  }
  .c-title-page {
    font-size: 3.2rem;
  }
  .c-title-primary {
    padding: 0 0 0 0.9em;
    font-size: 2.6rem;
  }
  .c-title-primary::before {
    width: 1.2rem;
    height: 1.2rem;
  }
  .c-title-primary::after {
    top: 0.8rem;
    width: 0.9rem;
    height: 0.9rem;
  }
  .c-title-secondary {
    font-size: 1.8rem;
  }
  .c-title-tertiary {
    font-size: 3rem;
  }
  .c-wrap-bg-white {
    padding: 60px;
  }
  .p-contact {
    margin-bottom: 5rem;
  }
  .p-contact__lead {
    margin-bottom: 5rem;
  }
  .p-contact__lead {
    text-align: center;
  }
  .p-faq-menu {
    margin-bottom: 5rem;
  }
  .p-faq-menu {
    padding: 0 2em 1em;
  }
  .p-faq-menu li {
    width: auto;
    margin: 0;
  }
  .p-faq-list__frequently {
    font-size: 2rem;
  }
  .p-faq-list__frequently::before {
    width: 40px;
    height: 40px;
  }
  .p-faq-list__questions {
    padding: 0 0 3rem 5.8em;
  }
  .p-faq-list__questions::before {
    left: 3.4em;
  }
  .p-hall-entry__catch {
    font-size: 2.6rem;
  }
  .p-hall-entry__social {
    width: 50%;
    margin-top: 0;
  }
  .p-hall-entry__main {
    width: 65%;
    margin: 0;
  }
  .p-hall-entry-about {
    width: 32%;
  }
  .p-lesson-hero__content {
    margin: -3.5em 1em 0;
    padding: 3em;
  }
  .p-lesson-hero__catch {
    font-size: 4.6rem;
    line-height: 1.3;
  }
  .p-lesson-hero__text {
    font-size: 1.8rem;
  }
  .p-lesson-hero__number {
    font-size: 2.6rem;
  }
  .p-lesson-feature__item.-border {
    width: 48%;
  }
  .p-lesson-benefit__title {
    margin-bottom: 3.75rem;
  }
  .p-lesson-benefit__title {
    padding: 0.5em 1em 0.5em 2em;
    font-size: 2rem;
  }
  .p-lesson-list {
    margin-bottom: 2.5rem;
  }
  .p-lesson-course-title {
    font-size: 3rem;
  }
  .p-lesson-detail-recommend__body {
    padding: 2em;
  }
  .p-lesson-detail-recommend__body::after {
    width: 86%;
  }
  .p-lesson-detail-recommend__thumbnail {
    position: absolute;
    top: 2.5em;
    right: 0;
    width: 42%;
  }
  .p-lesson-instructor {
    margin-bottom: 3.75rem;
  }
  .p-lesson-instructor__week li {
    font-size: 1.5rem;
  }
  .p-lesson-course-info__fee {
    margin-bottom: 1.25rem;
  }
  .p-lesson-course-info__meta {
    margin-bottom: 1.25rem;
  }
  .p-lesson-shop {
    margin-bottom: 1.25rem;
  }
  .p-lesson-shop__title {
    font-size: 2rem;
  }
  .p-lesson-shop__info {
    margin-bottom: 1.25rem;
  }
  .p-lesson-admission__lifestyle {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .p-lesson-admission__lifestyle {
    font-size: 3rem;
  }
  .p-lesson-admission__lifestyle span::before, .p-lesson-admission__lifestyle span::after {
    display: inline-block;
    position: relative;
  }
  .p-lesson-admission__lifestyle span::before {
    top: auto;
    left: auto;
  }
  .p-lesson-admission__lifestyle span::after {
    top: auto;
    right: auto;
  }
  .p-lesson-admission-flow__item {
    margin-bottom: 5rem;
  }
  .p-lesson-admission-flow__title {
    margin-bottom: 1.25rem;
  }
  .p-lesson-admission-flow__title {
    font-size: 2rem;
  }
  .p-lesson-admission-flow__title::before {
    font-size: 2.6rem;
  }
  .p-lesson-admission-flow__text {
    margin-left: 3.55em;
  }
  .p-lesson-voice__item {
    margin-bottom: 5rem;
  }
  .p-lesson-voice__item {
    padding: 1em 2em;
  }
  .p-lesson-voice__subject {
    margin-bottom: 1.25rem;
  }
  .p-lesson-voice__name {
    margin-bottom: 1.25rem;
  }
  .p-lesson-contact-know label {
    width: 26%;
  }
  .p-privacy-content {
    margin-bottom: 3.75rem;
  }
  .p-products-hero {
    padding: 10% 0;
  }
  .p-products-hero {
    margin-bottom: 5rem;
  }
  .p-products-hero__catch {
    font-size: 3.2rem;
  }
  .p-products-hero__title span::before {
    width: 20px;
  }
  .p-products-hero__title {
    font-size: 4rem;
  }
  .p-products-hero__text {
    display: block;
    font-size: 1.7rem;
  }
  .p-products-info {
    width: 32%;
  }
  .p-repair-content {
    margin-bottom: 2.5rem;
  }
  .p-shop-list-hero {
    height: 300px;
  }
  .p-shop-list-hero__title {
    padding-top: 2em;
  }
  .p-shop-hero {
    margin-bottom: 6.25rem;
  }
  .p-shop-hero__title {
    top: 35%;
    bottom: auto;
    font-size: 3.2rem;
  }
  .p-shop-message {
    margin-bottom: 5rem;
  }
  .p-shop-message__body {
    padding: 2em;
  }
  .p-shop-message__content {
    padding: 2em;
  }
  .p-shop-message__content::before {
    top: -1em;
    font-size: 1.8rem;
  }
  .p-shop-message__title {
    margin-bottom: 1.25rem;
  }
  .p-shop-message__title {
    padding: 0;
  }
  .swiper-button-prev.-shop {
    left: -30px;
  }
  .swiper-button-next.-shop {
    right: -30px;
  }
  .p-shop-lesson__head {
    margin-bottom: 1.25rem;
  }
  .p-shop-lesson__list {
    margin-bottom: 1.25rem;
  }
  .p-shop-news__head {
    margin-top: 3.75rem;
  }
  .p-shop-news__head {
    margin-bottom: 2.5rem;
  }
  .p-shop-news__tab {
    font-size: 1.8rem;
  }
  .p-shop-side-name {
    margin-bottom: 1.25rem;
  }
  .p-shop-side-list li a {
    padding: 1em;
    font-size: 1.4rem;
  }
  .p-sitemap-item {
    margin-bottom: 3.75rem;
  }
  .p-sitemap-list {
    margin: 0 0 0 1.2em;
  }
  .p-sitemap-list li {
    font-size: 1.6rem;
  }
  .p-hero .p-hero-slider {
    margin: 0 auto 80px;
  }
  .p-products-content__title {
    background: url(../img/top/products-icon.png) center top/80px no-repeat;
    font-size: 3.6rem;
  }
  .p-products-content__catch {
    font-size: 3rem;
  }
  .p-products-menu__item {
    font-size: 2.2rem;
  }
  .p-lesson-top__content {
    padding: 60px 1em;
  }
  .p-shop-top__content {
    padding: 60px 1em;
  }
  .p-pickup {
    margin: 80px 0 0;
    padding: 80px 1em;
    background: url(../img/top/pickup.jpg) center top/472px no-repeat;
  }
  .p-pickup::before {
    height: 70%;
  }
  .p-pickup::before {
    height: 50%;
  }
  .p-top-news__body::before, .p-top-news__body::after {
    top: -140px;
    height: 140px;
  }
  .u-sp-none {
    display: block;
  }
  .u-sp-block {
    display: none;
  }
  .u-mt-xxs {
    margin-top: 1.25rem;
  }
  .u-mt-xs {
    margin-top: 2.5rem;
  }
  .u-mt-sm {
    margin-top: 3.75rem;
  }
  .u-mt-md {
    margin-top: 5rem;
  }
  .u-mt-lg {
    margin-top: 6.25rem;
  }
  .u-mt-xl {
    margin-top: 7.5rem;
  }
  .u-mt-xxl {
    margin-top: 8.75rem;
  }
  .u-mb-xxs {
    margin-bottom: 1.25rem;
  }
  .u-mb-xs {
    margin-bottom: 2.5rem;
  }
  .u-mb-sm {
    margin-bottom: 3.75rem;
  }
  .u-mb-md {
    margin-bottom: 5rem;
  }
  .u-mb-lg {
    margin-bottom: 6.25rem;
  }
  .u-mb-xl {
    margin-bottom: 7.5rem;
  }
  .u-mb-xxl {
    margin-bottom: 8.75rem;
  }
  .u-ptb-xxs {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .u-ptb-xs {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .u-ptb-sm {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .u-ptb-md {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .u-ptb-lg {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .u-ptb-xl {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .u-ptb-xxl {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
  }
}

@media print, screen and (min-width: 769px) {
  .l-content-left-lg {
    float: left;
  }
  .l-content-right-lg {
    float: right;
  }
  .m-full-image {
    background-attachment: fixed;
  }
}

@media print, screen and (min-width: 1024px) {
  .l-main {
    margin: 0;
  }
  .l-main.-column {
    width: 65.7142857143%;
    float: left;
  }
  .l-side {
    width: 28.5714285714%;
    float: right;
  }
  .l-side-menu__item:first-child a {
    border-top: none;
  }
  .c-button-reserve-wrap {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .grid-lg-12 {
    width: 100%;
  }
  .grid-lg-11 {
    width: 91.66666667%;
  }
  .grid-lg-10 {
    width: 83.33333333%;
  }
  .grid-lg-9 {
    width: 75%;
  }
  .grid-lg-8 {
    width: 66.66666667%;
  }
  .grid-lg-7 {
    width: 58.33333333%;
  }
  .grid-lg-6 {
    width: 50%;
  }
  .grid-lg-5 {
    width: 41.66666667%;
  }
  .grid-lg-4 {
    width: 33.33333333%;
  }
  .grid-lg-3 {
    width: 25%;
  }
  .grid-lg-2 {
    width: 16.66666667%;
  }
  .grid-lg-1 {
    width: 8.33333333%;
  }
  .p-contact {
    margin-bottom: 6rem;
  }
  .p-contact__lead {
    margin-bottom: 6rem;
  }
  .p-faq-menu {
    margin-bottom: 6rem;
  }
  .p-lesson-benefit__title {
    margin-bottom: 4.5rem;
  }
  .p-lesson-list {
    margin-bottom: 3rem;
  }
  .p-lesson-instructor {
    margin-bottom: 4.5rem;
  }
  .p-lesson-course-info__fee {
    margin-bottom: 1.5rem;
  }
  .p-lesson-course-info__meta {
    margin-bottom: 1.5rem;
  }
  .p-lesson-shop {
    margin-bottom: 1.5rem;
  }
  .p-lesson-shop__info {
    margin-bottom: 1.5rem;
  }
  .p-lesson-admission__lifestyle {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .p-lesson-admission-flow__item {
    margin-bottom: 6rem;
  }
  .p-lesson-admission-flow__title {
    margin-bottom: 1.5rem;
  }
  .p-lesson-voice__item {
    margin-bottom: 6rem;
  }
  .p-lesson-voice__subject {
    margin-bottom: 1.5rem;
  }
  .p-lesson-voice__name {
    margin-bottom: 1.5rem;
  }
  .p-privacy-content {
    margin-bottom: 4.5rem;
  }
  .p-products-hero {
    margin-bottom: 6rem;
  }
  .p-repair-content {
    margin-bottom: 3rem;
  }
  .p-shop-list-hero {
    height: 400px;
  }
  .p-shop-list-hero__title {
    padding-top: 3em;
  }
  .p-shop-hero {
    margin-bottom: 7.5rem;
  }
  .p-shop-message {
    margin-bottom: 6rem;
  }
  .p-shop-message__title {
    margin-bottom: 1.5rem;
  }
  .p-shop-lesson__head {
    margin-bottom: 1.5rem;
  }
  .p-shop-lesson__list {
    margin-bottom: 1.5rem;
  }
  .p-shop-news__head {
    margin-top: 4.5rem;
  }
  .p-shop-news__head {
    margin-bottom: 3rem;
  }
  .p-shop-side-name {
    margin-bottom: 1.5rem;
  }
  .p-sitemap-item {
    margin-bottom: 4.5rem;
  }
  .p-products-content {
    order: 2;
    margin: 0;
    padding: 8% 20px 0;
  }
  .p-products-menu {
    order: 1;
  }
  .p-lesson-top__content {
    padding: 5% 20px 0;
  }
  .p-shop-top__content {
    order: 2;
  }
  .p-shop-top__title {
    max-width: 200px;
    min-height: 200px;
    margin: 0 auto 2em;
    padding: 130px 0 0;
    background: url(../img/top/shop-icon.png) center 40px/80px no-repeat #1293c9;
    font-size: 3.6rem;
  }
  .p-shop-top__image {
    order: 1;
  }
  .p-top-news {
    padding: 160px 0 0;
  }
  .p-top-news__body {
    padding: 60px 1em 80px;
  }
  .p-top-news__body::before, .p-top-news__body::after {
    top: -190px;
    height: 190px;
  }
  .p-top-news__body::before {
    left: 11%;
  }
  .p-top-news__body::after {
    right: 11%;
  }
  .u-tab-none {
    display: block;
  }
  .u-tab-block {
    display: none;
  }
  .u-mt-xxs {
    margin-top: 1.5rem;
  }
  .u-mt-xs {
    margin-top: 3rem;
  }
  .u-mt-sm {
    margin-top: 4.5rem;
  }
  .u-mt-md {
    margin-top: 6rem;
  }
  .u-mt-lg {
    margin-top: 7.5rem;
  }
  .u-mt-xl {
    margin-top: 9rem;
  }
  .u-mt-xxl {
    margin-top: 10.5rem;
  }
  .u-mb-xxs {
    margin-bottom: 1.5rem;
  }
  .u-mb-xs {
    margin-bottom: 3rem;
  }
  .u-mb-sm {
    margin-bottom: 4.5rem;
  }
  .u-mb-md {
    margin-bottom: 6rem;
  }
  .u-mb-lg {
    margin-bottom: 7.5rem;
  }
  .u-mb-xl {
    margin-bottom: 9rem;
  }
  .u-mb-xxl {
    margin-bottom: 10.5rem;
  }
  .u-ptb-xxs {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .u-ptb-xs {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .u-ptb-sm {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .u-ptb-md {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .u-ptb-lg {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .u-ptb-xl {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .u-ptb-xxl {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
}

@media print, screen and (min-width: 1280px) {
  .l-header__menu li a {
    padding: 40px 2em 0;
  }
  .grid-xl-12 {
    width: 100%;
  }
  .grid-xl-11 {
    width: 91.66666667%;
  }
  .grid-xl-10 {
    width: 83.33333333%;
  }
  .grid-xl-9 {
    width: 75%;
  }
  .grid-xl-8 {
    width: 66.66666667%;
  }
  .grid-xl-7 {
    width: 58.33333333%;
  }
  .grid-xl-6 {
    width: 50%;
  }
  .grid-xl-5 {
    width: 41.66666667%;
  }
  .grid-xl-4 {
    width: 33.33333333%;
  }
  .grid-xl-3 {
    width: 25%;
  }
  .grid-xl-2 {
    width: 16.66666667%;
  }
  .grid-xl-1 {
    width: 8.33333333%;
  }
  .p-lesson-hero__content {
    position: absolute;
    right: 2em;
    bottom: 2em;
    max-width: 680px;
    margin: auto;
  }
  .p-shop-list-hero {
    height: 498px;
  }
  .p-shop-list-hero__title {
    padding-top: 4em;
  }
  .p-top-news__body::before {
    left: 15%;
  }
  .p-top-news__body::after {
    right: 15%;
  }
}

@media print, screen and (max-width: 480px) {
  .m-gallery li img {
    -o-object-fit: cover;
    -o-object-position: 50% 50%;
    height: 320px;
       object-fit: cover;
       object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;"; /* IE用ハック */
  }
  .c-modal__button--workers {
    top: 30%;
    bottom: auto;
  }
  .p-hero .swiper-button-prev,
  .p-hero .swiper-button-next {
    display: none;
  }
}

@media print, screen and (max-width: 767px) {
  .c-table-primary th,
  .c-table-primary td {
    padding: 1em;
  }
  .c-table-primary th {
    min-width: 8em;
  }
  .c-table-primary.-history th {
    min-width: 6em;
    padding: 1em 0 1em 1em;
  }
  .c-table-shop-list {
    margin: 1em 0 0;
  }
  .c-table-shop-list tr,
  .c-table-shop-list th,
  .c-table-shop-list td {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
  }
  .c-table-shop-list tr {
    display: inline-block;
    width: 50%;
    margin: 0 0 1em;
    padding: 0 0 1em 1em;
    border-bottom: dotted 1px #d2d2d2;
  }
  .c-table-shop-list tr:last-child {
    margin: 0;
    padding: 0 0 1em 1em;
    border-bottom: none;
  }
  .c-table-shop-list tr:nth-last-child(2) {
    margin: 0;
    padding: 0 0 1em 1em;
    border-bottom: none;
  }
  .c-table-contact .required::before {
    top: -2px;
    right: 0;
    left: auto;
  }
  .c-table-contact tr {
    display: block;
  }
  .c-table-contact th,
  .c-table-contact td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .c-table-contact th {
    margin: 0 0 0.6rem;
    border: none;
    font-weight: 600;
  }
  .c-table-contact td {
    margin: 0 0 3rem;
  }
  .mw_wp_form_confirm td {
    margin: 0;
  }
  .p-products-spec__table tr,
  .p-products-spec__table th,
  .p-products-spec__table td {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
  }
  .p-products-spec__table tr {
    padding: 0.8em 0;
    border-bottom: solid 1px #f0f0f0;
  }
}

@media print, screen and (max-width: 479px) {
  .c-table-shop-list tr {
    display: block;
    width: 100%;
  }
  .c-table-shop-list tr:nth-last-child(2) {
    margin: 0 0 1em;
    border-bottom: dotted 1px #d2d2d2;
  }
  .u-fz-0-sp {
    font-size: 0rem;
  }
  .u-fz-1-sp {
    font-size: 0.1rem;
  }
  .u-fz-2-sp {
    font-size: 0.2rem;
  }
  .u-fz-3-sp {
    font-size: 0.3rem;
  }
  .u-fz-4-sp {
    font-size: 0.4rem;
  }
  .u-fz-5-sp {
    font-size: 0.5rem;
  }
  .u-fz-6-sp {
    font-size: 0.6rem;
  }
  .u-fz-7-sp {
    font-size: 0.7rem;
  }
  .u-fz-8-sp {
    font-size: 0.8rem;
  }
  .u-fz-9-sp {
    font-size: 0.9rem;
  }
  .u-fz-10-sp {
    font-size: 1rem;
  }
  .u-fz-11-sp {
    font-size: 1.1rem;
  }
  .u-fz-12-sp {
    font-size: 1.2rem;
  }
  .u-fz-13-sp {
    font-size: 1.3rem;
  }
  .u-fz-14-sp {
    font-size: 1.4rem;
  }
  .u-fz-15-sp {
    font-size: 1.5rem;
  }
  .u-fz-16-sp {
    font-size: 1.6rem;
  }
  .u-fz-17-sp {
    font-size: 1.7rem;
  }
  .u-fz-18-sp {
    font-size: 1.8rem;
  }
  .u-fz-19-sp {
    font-size: 1.9rem;
  }
  .u-fz-20-sp {
    font-size: 2rem;
  }
  .u-fz-21-sp {
    font-size: 2.1rem;
  }
  .u-fz-22-sp {
    font-size: 2.2rem;
  }
  .u-fz-23-sp {
    font-size: 2.3rem;
  }
  .u-fz-24-sp {
    font-size: 2.4rem;
  }
  .u-fz-25-sp {
    font-size: 2.5rem;
  }
  .u-fz-26-sp {
    font-size: 2.6rem;
  }
  .u-fz-27-sp {
    font-size: 2.7rem;
  }
  .u-fz-28-sp {
    font-size: 2.8rem;
  }
  .u-fz-29-sp {
    font-size: 2.9rem;
  }
  .u-fz-30-sp {
    font-size: 3rem;
  }
}

@media print, screen and (max-width: 1023px) {
  .u-fz-0-tab {
    font-size: 0rem;
  }
  .u-fz-1-tab {
    font-size: 0.1rem;
  }
  .u-fz-2-tab {
    font-size: 0.2rem;
  }
  .u-fz-3-tab {
    font-size: 0.3rem;
  }
  .u-fz-4-tab {
    font-size: 0.4rem;
  }
  .u-fz-5-tab {
    font-size: 0.5rem;
  }
  .u-fz-6-tab {
    font-size: 0.6rem;
  }
  .u-fz-7-tab {
    font-size: 0.7rem;
  }
  .u-fz-8-tab {
    font-size: 0.8rem;
  }
  .u-fz-9-tab {
    font-size: 0.9rem;
  }
  .u-fz-10-tab {
    font-size: 1rem;
  }
  .u-fz-11-tab {
    font-size: 1.1rem;
  }
  .u-fz-12-tab {
    font-size: 1.2rem;
  }
  .u-fz-13-tab {
    font-size: 1.3rem;
  }
  .u-fz-14-tab {
    font-size: 1.4rem;
  }
  .u-fz-15-tab {
    font-size: 1.5rem;
  }
  .u-fz-16-tab {
    font-size: 1.6rem;
  }
  .u-fz-17-tab {
    font-size: 1.7rem;
  }
  .u-fz-18-tab {
    font-size: 1.8rem;
  }
  .u-fz-19-tab {
    font-size: 1.9rem;
  }
  .u-fz-20-tab {
    font-size: 2rem;
  }
  .u-fz-21-tab {
    font-size: 2.1rem;
  }
  .u-fz-22-tab {
    font-size: 2.2rem;
  }
  .u-fz-23-tab {
    font-size: 2.3rem;
  }
  .u-fz-24-tab {
    font-size: 2.4rem;
  }
  .u-fz-25-tab {
    font-size: 2.5rem;
  }
  .u-fz-26-tab {
    font-size: 2.6rem;
  }
  .u-fz-27-tab {
    font-size: 2.7rem;
  }
  .u-fz-28-tab {
    font-size: 2.8rem;
  }
  .u-fz-29-tab {
    font-size: 2.9rem;
  }
  .u-fz-30-tab {
    font-size: 3rem;
  }
  .u-fz-xxs.-sp {
    font-size: 0.8rem;
  }
  .u-fz-xxs.-tab {
    font-size: 0.9rem;
  }
  .u-fz-xs.-sp {
    font-size: 1rem;
  }
  .u-fz-xs.-tab {
    font-size: 1.1rem;
  }
  .u-fz-sm.-sp {
    font-size: 1.2rem;
  }
  .u-fz-sm.-tab {
    font-size: 1.3rem;
  }
  .u-fz-md.-sp {
    font-size: 1.4rem;
  }
  .u-fz-md.-tab {
    font-size: 1.5rem;
  }
  .u-fz-lg.-sp {
    font-size: 1.6rem;
  }
  .u-fz-lg.-tab {
    font-size: 1.7rem;
  }
  .u-fz-xl.-sp {
    font-size: 1.8rem;
  }
  .u-fz-xl.-tab {
    font-size: 1.9rem;
  }
  .u-fz-xxl.-sp {
    font-size: 2rem;
  }
  .u-fz-xxl.-tab {
    font-size: 2.1rem;
  }
}

/*# sourceMappingURL=style.css.map*/