@charset "UTF-8";
/* ----------------------------------------
このCSSは、FLOCSSに従ってCSS設計を行っています。
| FLOCSSについて | https://github.com/hiloki/flocss
---------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  /* 2 */
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  margin: 0;
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 1 */
  color: inherit;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ----------------------------------------
Foundation - base -
プロジェクトにおける基本的なスタイルを定義します。
ページの下地としての全体の背景や、基本的なタイポグラフィなどが該当します。
---------------------------------------- */
/* LOADING */
html {
  font-size: 62.5%;
}

html::before,
html::after {
  display: block;
  visibility: visible;
  content: '';
  opacity: 1;
  transition: all 1s 0s ease;
}

html::before {
  z-index: 99998;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(#F3F2FF, #D5F1FF);
}

html::after {
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: 99999;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/common/icon_loading.svg) no-repeat center/60px 60px;
}

html.wf-active::before,
html.wf-active::after {
  visibility: hidden;
  opacity: 0;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
  list-style: none;
}

html {
  font-size: 62.5%;
}

@media only screen and (max-width: 1023px) {
  html {
    overflow-x: hidden;
  }
}

/* ---------------------------------------- */
body {
  word-wrap: break-word;
  -webkit-font-feature-settings: "palt" 1;
  -webkit-font-feature-settings: "palt";
  background: url(../images/common/bg-left.png) no-repeat top 100vh left/25em auto, url(../images/common/bg-right.png) no-repeat top 80vh right/25em auto;
  color: #000;
  font-family: hiragino-kaku-gothic-pron, -apple-system, sans-serif;
  font-feature-settings: "palt" 1;
  font-feature-settings: "palt";
  font-size: 1.5vw;
  font-weight: 300;
  letter-spacing: 0.025em;
  line-height: 2;
}

@media only screen and (max-width: 1023px) {
  body {
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 1023px) {
  body {
    font-size: 3.25vw;
  }
}

@media only screen and (min-width: 1400px) {
  body {
    font-size: 2.1rem;
  }
}

@media only screen and (max-width: 1023px) {
  body {
    background-size: 15em auto, 15em auto;
  }
}

main {
  display: block;
}

h1, h2, h3, h4, h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

iframe {
  vertical-align: bottom;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom;
}

svg {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  overflow: hidden;
  transform: translateZ(0);
  backface-visibility: hidden;
}

a {
  color: inherit;
  color: #0748A8;
}

a:hover {
  text-decoration: none;
}

strong {
  color: #07a815;
}

rt {
  font-size: 30%;
}

*::before,
*::after {
  pointer-events: none;
}

/* ----------------------------------------
form style
---------------------------------------- */
input,
button,
select,
textarea {
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
}

textarea {
  width: 100% !important;
  resize: vertical;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

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

input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="number"],
input[type="select-one"],
textarea {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  width: 100%;
  padding: 5px 10px;
  border: solid 1px #FFF;
  border-radius: 4px;
  background-color: #FFF;
  font-family: inherit;
  font-size: 1.8rem;
}

select {
  width: 100%;
  padding: 5px;
  border: solid 1px #D3CDBD;
}

textarea {
  min-height: 150px;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 5px;
  vertical-align: middle;
}

button {
  display: inline-block;
  margin: 10px;
}

/* ----------------------------------------
Component
再利用できるパターンとして、小さな単位のモジュールを定義します。
grid/button/form/media...
---------------------------------------- */
.c-section {
  position: relative;
  padding: 0 2em;
}

.c-content-small {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.c-content-medium {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.c-content-large {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.c-box {
  padding: 2em;
  border-radius: 2em;
  background-color: #fff;
}

.c-box > *:first-child {
  margin-top: 0 !important;
}

.c-box > *:last-child {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 1023px) {
  .c-box {
    padding: 2em 1.75em 1.5em;
    border-radius: .5em;
  }
}

@media only screen and (max-width: 1023px) {
  .c-scroll {
    overflow-x: scroll;
  }
  .c-scroll > * {
    width: 100%;
    min-width: 130vw;
  }
  .c-scroll::after {
    display: block;
    font-size: smaller;
    content: '※横にスクロールしてご覧ください。';
  }
}

.c-modal {
  position: relative;
}

.c-modal:hover {
  cursor: pointer;
}

.c-modal:hover .c-modal_visual > img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.c-modal_button {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 4.5em;
  height: 4.5em;
  border-radius: 0 2em 0 2em;
  background-color: #fff;
}

.c-modal_button::before {
  -webkit-transform: translateX(-100%);
  position: absolute;
  top: 1px;
  left: 1px;
  width: 1.5em;
  height: 1.5em;
  transform: translateX(-100%);
  background: url(../images/common/nav_frame.svg) no-repeat center/cover;
  content: '';
}

.c-modal_button::after {
  -webkit-transform: translateY(100%);
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 1.5em;
  height: 1.5em;
  transform: translateY(100%);
  background: url(../images/common/nav_frame.svg) no-repeat center/cover;
  content: '';
}

.c-modal_button > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.25em;
  height: 3px;
  border-radius: 100em;
  background-color: #A8CBFF;
  transition: all 0.5s;
}

.c-modal_button > span:nth-of-type(1) {
  -webkit-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
}

.c-modal_button > span:nth-of-type(2) {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-modal_visual {
  overflow: hidden;
  border: solid .25em #fff;
  border-radius: 2em;
}

.c-modal_visual > img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease;
}

.c-title {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: 10em;
  margin-bottom: 2em;
  padding-bottom: .25em;
  color: #EE285C;
  font-family: kiwi-maru;
  font-weight: 500;
  line-height: 1.5;
}

.c-title_ja {
  font-size: 180%;
}

.c-title_en {
  margin-top: .5em;
  padding: .5em;
  border-top: solid 1px #EE285C;
  border-bottom: solid 1px #EE285C;
  font-family: montserrat;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.c-subTitle {
  margin-top: 3em;
  margin-bottom: 1em;
  padding: .75em 1em;
  border-left: solid .5em #E28954;
  border-radius: .5em;
  background-color: #FFF;
}

.c-lead {
  margin-top: 4em;
  margin-bottom: .75em;
  color: #0748A8;
  font-family: kiwi-maru;
  font-size: 150%;
  font-weight: 500;
}

.c-lead > span {
  display: inline;
  padding: 0 .5em;
  background: linear-gradient(transparent 60%, #FFFAC9 0%);
}

.c-marker {
  display: inline;
  background: linear-gradient(transparent 60%, #FFFAC9 0%);
  color: #167AD1;
}

.c-table {
  width: 100%;
  margin-top: 2em;
  background-color: #FFF;
  table-layout: fixed;
}

.c-table th, .c-table td {
  padding: 1.3em 1.5em 1.25em;
  border: solid 1px #73BF5F;
}

@media only screen and (max-width: 1023px) {
  .c-table th, .c-table td {
    padding: 1em;
  }
}

.c-table th {
  background-color: #EDF6ED;
  color: #73BF5F;
}

.c-table thead th {
  background-color: #73BF5F;
  color: #fff;
}

.c-unorder {
  gap: 1em;
  display: flex;
  flex-flow: column;
}

.c-unorder li {
  position: relative;
  padding-left: 1em;
}

.c-unorder li::before {
  position: absolute;
  top: .75em;
  left: 0;
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background-color: #0748A8;
  content: '';
}

.c-order {
  counter-reset: li;
}

.c-order > li {
  position: relative;
  margin-top: 2em;
  padding-left: 2.75em;
  counter-increment: li;
}

.c-order > li::before {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 2.25em;
  height: 2.25em;
  border-radius: 100%;
  background-color: #FFF3EE;
  color: #F58A8E;
  font-family: montserrat;
  line-height: 1;
  content: counter(li, decimal-leading-zero);
}

.c-detail {
  display: flex;
  flex-wrap: wrap;
}

.c-detail dt, .c-detail dd {
  width: 100%;
  padding: 1em 1em 1em 3em;
}

.c-detail dt {
  background-color: #F3FAFF;
  color: #0748A8;
}

@media only screen and (min-width: 1024px) {
  .c-detail dt:not(:last-of-type), .c-detail dd:not(:last-of-type) {
    border-bottom: solid 1px #EDEDED;
  }
  .c-detail dt {
    width: 30%;
  }
  .c-detail dd {
    width: 70%;
  }
}

.c-text {
  padding: 0 1em;
}

.c-button {
  gap: .25em;
  display: inline-flex;
  padding: .75em 1.5em .65em 2em;
  border-radius: 100em;
  background: linear-gradient(45deg, #EE285C, #FF1B9C);
  box-shadow: rgba(218, 9, 120, 0.3) 0 0 1em;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  transition: box-shadow .3s, opacity .3s;
}

.c-button:hover {
  box-shadow: none;
  opacity: 1;
}

.c-button::after {
  width: 1em;
  background: url(../images/common/icon_arrow.svg) no-repeat center/auto 0.95em;
  content: '';
}

.c-button.is-doc {
  padding-right: 2em;
  padding-left: 1.5em;
}

.c-button.is-doc::before {
  width: 1em;
  background: url(../images/common/icon_doc-white.svg) no-repeat center/auto 0.95em;
  content: '';
}

.c-button.is-doc::after {
  display: none;
}

/* ----------------------------------------
Layout
ページを構成するヘッダーやメインのコンテンツエリア、
サイドバーやフッターといったプロジェクト共通のコンテナーブロックのスタイルを定義します。
header/main/sidebar/footer...
---------------------------------------- */
#l-header {
  display: flex;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: space-between;
  width: 100%;
}

#l-container {
  margin-bottom: 9em;
}

#l-footer {
  display: flex;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  #l-footer {
    flex-flow: column;
  }
}

#l-footer > * {
  width: 100%;
}

/* ----------------------------------------
Project
プロジェクト固有のパターンであり、いくつかのComponentと、
それに該当しない要素によって構成されるものを定義します。
例えば、記事一覧や、ユーザープロフィール、画像ギャラリーなどコンテンツを構成する要素などが該当します。
articles/ranking/promo...
---------------------------------------- */
.p-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-site {
  padding-left: 1em;
}

.p-site_name {
  display: block;
  width: 10em;
  text-decoration: none;
}

.p-site_name > img {
  width: 100%;
  height: auto;
}

.p-gnav {
  display: flex;
  z-index: 1000;
  position: fixed;
  top: 0;
  right: -100%;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 2em;
  background: linear-gradient(130deg, #0748A8, #007DBB);
  transition: right 0.6s 0s ease;
}

@media only screen and (min-width: 1024px) {
  .p-gnav {
    width: 50vw;
  }
}

.p-gnav.is-enable {
  right: 0;
}

.p-gnavIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3em;
  height: 3em;
  overflow: hidden;
  border-radius: 100%;
  background-color: #fff;
  line-height: 0;
}

.p-gnavIcon > img {
  -o-object-fit: contain;
  width: 55%;
  object-fit: contain;
}

.p-gnavInner {
  overflow-y: auto;
  border-radius: 2em;
  background-color: #fff;
}

.p-gnavItem {
  display: block;
  width: 100%;
}

.p-gnavItem:not(:first-of-type) {
  border-top: solid 1px #e6e6e6;
}

.p-gnavLink {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 1.25em 2em;
  font-family: kiwi-maru;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.p-gnavBanner {
  max-width: 20em;
  margin: 1em auto 0;
  text-align: center;
}

.p-hamburger {
  display: flex;
  z-index: 1001;
  position: relative;
  flex-flow: column;
  justify-content: space-between;
  width: 5em;
  height: 5em;
  padding: 1.25em 0 2.75em 2.4em;
  background: url(../images/common/nav_bg.svg) no-repeat center/100% 100%;
  cursor: pointer;
}

.p-hamburger > span {
  display: block;
  width: 1.5em;
  height: 2px;
  border-radius: 100em;
  background-color: #00AAFF;
  transition: all 0.5s;
}

.p-hamburger.is-close > span:nth-of-type(1) {
  -webkit-transform: translateX(-5%) translateY(-100%) rotate(-45deg);
  -webkit-transform-origin: 100% 100%;
  transform: translateX(-5%) translateY(-100%) rotate(-45deg);
  transform-origin: 100% 100%;
}

.p-hamburger.is-close > span:nth-of-type(2) {
  opacity: 0;
}

.p-hamburger.is-close > span:nth-of-type(3) {
  -webkit-transform: translateX(-5%) translateY(100%) rotate(45deg);
  -webkit-transform-origin: 100% 0;
  transform: translateX(-5%) translateY(100%) rotate(45deg);
  transform-origin: 100% 0;
}

.p-headline {
  margin-top: 4em;
  padding-bottom: .75em;
  background: url(../images/common/headline_line.svg) no-repeat center bottom/1.75em auto;
  font-size: 200%;
  line-height: 1;
  text-align: center;
}

.p-pagetop {
  display: flex;
  visibility: hidden;
  z-index: 999;
  position: fixed;
  right: 1em;
  bottom: 1em;
  align-items: center;
  justify-content: center;
  width: 3.5em;
  height: 3.5em;
  border: solid .25em #fff;
  border-radius: 100%;
  background: linear-gradient(45deg, #EE285C, #FF1B9C);
  line-height: 0;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: opacity visibility bottom;
}

.p-pagetop > img {
  -o-object-fit: contain;
  width: 50%;
  margin-bottom: .1em;
  object-fit: contain;
}

@media only screen and (min-width: 1024px) {
  .p-pagetop:hover {
    bottom: 2.5em;
  }
}

.p-pagetop.is-display {
  visibility: visible;
  opacity: 1;
}

.p-footer {
  padding: 2.5em 2.5em 5em;
  background: linear-gradient(130deg, #0748A8, #007DBB);
  color: #fff;
  font-size: 80%;
  font-weight: 600;
}

@media only screen and (min-width: 1024px) {
  .p-footer {
    border-radius: 0 10em 0 0;
  }
}

@media only screen and (max-width: 1023px) {
  .p-map {
    height: 20em;
  }
}

.p-footLogo {
  display: flex;
  flex-flow: column;
  line-height: 1.5;
}

.p-footLogo span {
  font-size: 150%;
}

.p-tel {
  padding-left: 1.5em;
  background: url(../images/common/icon_tel.svg) no-repeat left center/auto 100%;
  color: #fff;
  font-family: montserrat;
  font-size: 180%;
  line-height: 1;
  text-decoration: none;
}

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

.p-footNav a {
  color: #fff;
  font-size: 80%;
  text-decoration: none;
}

.p-copyright {
  color: #fff;
  font-family: montserrat;
  font-size: 80%;
  text-align: right;
}

/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  z-index: 1;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  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: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  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 {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
}

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

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .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-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  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));
}

.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-next, .swiper-button-prev {
  z-index: 10;
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 27px 44px;
  cursor: pointer;
}

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

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  right: auto;
  left: 10px;
  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'%23007aff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
  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'%23007aff'%2F%3E%3C%2Fsvg%3E");
}

.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-button-lock {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet-active {
  background: #007aff;
  opacity: 1;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  -webkit-transform: translate3d(0, -50%, 0);
  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 {
  -webkit-transform: translateY(-50%);
  top: 50%;
  width: 8px;
  transform: translateY(-50%);
}

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

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

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

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

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

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform: scale(0);
  -webkit-transform-origin: left top;
  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 {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

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

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .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;
}

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

.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-scrollbar-lock {
  display: none;
}

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

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

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

.swiper-lazy-preloader {
  -webkit-transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  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-repeat: no-repeat;
  background-size: 100%;
  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");
}

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

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

.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 {
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
  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 {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

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

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

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

.swiper-container-cube .swiper-cube-shadow {
  -webkit-filter: blur(50px);
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  filter: blur(50px);
  opacity: .6;
}

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

.swiper-container-flip .swiper-slide {
  -webkit-backface-visibility: hidden;
  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-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.lb-loader, .lightbox {
  line-height: 0;
  text-align: center;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  display: none;
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: .8;
}

.lightbox {
  z-index: 10000;
  position: absolute;
  left: 0;
  width: 100%;
  outline: 0;
  font-weight: 400;
}

.lightbox .lb-image {
  display: block;
  max-width: inherit;
  height: auto;
  max-height: none;
  border: 4px solid #fff;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.lb-loader, .lb-nav {
  position: absolute;
  left: 0;
}

.lb-outerContainer:after {
  display: table;
  clear: both;
  content: "";
}

.lb-loader {
  top: 43%;
  width: 100%;
  height: 25%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  z-index: 10;
  top: 0;
  width: 100%;
  height: 100%;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next, .lb-prev {
  display: block;
  height: 100%;
  cursor: pointer;
}

.lb-nav a.lb-prev {
  left: 0;
  width: 34%;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  opacity: 0;
  transition: opacity .6s;
}

.lb-nav a.lb-prev:hover {
  opacity: 1;
}

.lb-nav a.lb-next {
  right: 0;
  width: 64%;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  opacity: 0;
  transition: opacity .6s;
}

.lb-nav a.lb-next:hover {
  opacity: 1;
}

.lb-dataContainer {
  width: 100%;
  margin: 0 auto;
  padding-top: 5px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.lb-dataContainer:after {
  display: table;
  clear: both;
  content: "";
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  line-height: 1.1em;
  text-align: left;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  padding-bottom: 1em;
  clear: left;
  color: #999;
  font-size: 12px;
}

.lb-data .lb-close {
  display: block;
  width: 30px;
  height: 30px;
  float: right;
  outline: 0;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  opacity: .7;
  transition: opacity .2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1;
}

#top .firstView {
  display: flex;
  height: 100vh;
}

#top .firstView > * {
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  #top .firstView {
    flex-flow: column;
  }
  #top .firstView > * {
    height: 50%;
  }
}

#top .firstView_visual {
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  #top .firstView_visual {
    border-radius: 0 0 0 6em;
  }
}

#top .firstView_visual img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#top .firstView_lead {
  gap: 1em;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  color: #EE285C;
  line-height: 1.5;
}

#top .firstView_lead > span {
  padding-top: 2.25em;
  background: url(../images/common/illust_rindai.png) no-repeat top center/3.25em auto;
  font-family: kiwi-maru;
  font-size: 200%;
  font-weight: 500;
  text-align: right;
}

@media only screen and (max-width: 1023px) {
  #top .firstView_lead > span {
    font-size: 150%;
  }
}

#top .firstView_lead > small {
  padding: .5em 2em;
  border-top: solid 1px #EE285C;
  border-bottom: solid 1px #EE285C;
  font-family: montserrat;
  font-weight: 600;
}

#top .policy {
  padding-right: 6em;
  padding-bottom: 10em;
  padding-left: 6em;
  background: url(../images/common/illust_kirin.png) no-repeat top left 1em/6em auto, url(../images/common/illust_tulip.png) no-repeat bottom 2em right 1em/6em auto;
}

#top .goal {
  padding-top: 1px;
  padding-bottom: 20em;
  border-radius: 10em 10em 0 0;
  background: linear-gradient(#F3F2FF, #D5F1FF);
  box-shadow: rgba(255, 236, 247, 0.3) 0 -2em 2em;
}

@media only screen and (max-width: 1023px) {
  #top .goal {
    border-radius: 5em 5em 0 0;
  }
}

#top .goal .detail {
  gap: 1em;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1023px) {
  #top .goal .detail {
    flex-flow: column;
  }
}

#top .goal .detail_title {
  display: inline-block;
  margin-top: 2em;
  margin-bottom: .75em;
  padding: 0 1.75em;
  background: url(../images/common/lead_bg.png) no-repeat center left/1.25em auto, url(../images/common/lead_bg.png) no-repeat center right/1.25em auto;
  color: #0748A8;
  font-family: kiwi-maru;
  font-size: 140%;
  font-weight: 500;
}

#top .goal .detail_item {
  width: 100%;
  overflow: hidden;
  border-radius: 8em 8em 3em 3em;
  background-color: #fff;
}

@media only screen and (max-width: 1023px) {
  #top .goal .detail_item {
    border-radius: 3em;
  }
}

#top .goal .detail_visual {
  max-width: 100%;
  height: auto;
}

#top .goal .detail_content {
  padding: 0 2.5em 2em;
}

#top .goal .future {
  gap: 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  counter-reset: li;
}

#top .goal .future_list {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 11em;
  height: 11em;
  padding-top: 2em;
  background: url(../images/top/order_bg.svg) no-repeat center/cover;
  line-height: 1.75;
}

#top .goal .future_list::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: .5em;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-family: montserrat;
  font-weight: 600;
  text-shadow: #4359C6 0 0 .25em, #4359C6 0 0 1em;
  content: counter(li, decimal-leading-zero);
  counter-increment: li;
}

#top .about {
  margin-top: -10em;
  padding-top: 1px;
  padding-bottom: 20em;
  border-radius: 10em 10em 0 0;
  background: #fff;
  box-shadow: rgba(201, 229, 255, 0.5) 0 -3em 3em;
}

#top .about::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 0;
  left: 5vw;
  width: 8em;
  height: 8em;
  transform: translateY(-50%);
  background: url(../images/common/illust_pink.png) no-repeat center/cover;
  content: '';
}

@media only screen and (max-width: 1023px) {
  #top .about {
    border-radius: 5em 5em 0 0;
  }
}

#top .about .outline {
  display: flex;
  flex-wrap: wrap;
  border-left: solid .3em #80DBF5;
}

#top .about .outline dt, #top .about .outline dd {
  width: 100%;
  padding: 1em 1em 1em 3em;
}

#top .about .outline dt:nth-of-type(odd), #top .about .outline dd:nth-of-type(odd) {
  background-color: #F3FAFF;
}

#top .about .outline dt {
  position: relative;
  color: #0748A8;
}

#top .about .outline dt::before {
  -webkit-transform: translateX(calc(-50% - .15em));
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  transform: translateX(calc(-50% - .15em));
  border-radius: 100%;
  background-color: #80DBF5;
  content: '';
}

@media only screen and (min-width: 1024px) {
  #top .about .outline dt {
    width: 30%;
  }
  #top .about .outline dd {
    width: 70%;
  }
}

@media only screen and (max-width: 1023px) {
  #top .about .outline dt {
    padding-bottom: 0;
  }
  #top .about .outline dd {
    padding-top: 0;
  }
}

#top .gallery {
  margin-top: -10em;
  padding-top: 1px;
  padding-bottom: 20em;
  border-radius: 10em 10em 0 0;
  background: linear-gradient(130deg, #FFFBF2, #D5F1FF);
  box-shadow: rgba(214, 255, 240, 0.3) 0 -2em 2em;
}

@media only screen and (max-width: 1023px) {
  #top .gallery {
    border-radius: 5em 5em 0 0;
  }
}

#top .gallery .visual {
  gap: 2em 3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#top .gallery .visual > * {
  width: 30%;
}

@media only screen and (max-width: 1023px) {
  #top .gallery .visual {
    gap: 1em 2%;
  }
  #top .gallery .visual > * {
    width: 48%;
  }
}

#top .event {
  margin-top: -10em;
  padding-top: 1px;
  padding-bottom: 20em;
  border-radius: 10em 10em 0 0;
  background: #fff;
  box-shadow: rgba(201, 229, 255, 0.5) 0 -3em 3em;
}

@media only screen and (max-width: 1023px) {
  #top .event {
    border-radius: 5em 5em 0 0;
  }
}

#top .event .month {
  gap: 3em;
  display: flex;
  flex-flow: column;
}

#top .event .month_item {
  display: flex;
  align-items: flex-start;
  border-radius: 1.5em;
  background-color: #F3FAFF;
}

@media only screen and (max-width: 1023px) {
  #top .event .month_item {
    flex-flow: column;
  }
}

#top .event .month_item:nth-of-type(2n) {
  background-color: #F8F8F8;
}

#top .event .month_item:nth-of-type(3n) {
  background-color: #FFFDEA;
}

#top .event .month_title {
  position: relative;
  width: 12em;
  padding: 1.25em 0 1.5em;
  border-radius: 0 0 1.5em 0;
  background-color: #fff;
  color: #0748A8;
  font-family: kiwi-maru;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

#top .event .month_title::before {
  -webkit-transform: translateY(100%) rotate(-90deg);
  position: absolute;
  bottom: 1px;
  left: -1px;
  width: 1em;
  height: 1em;
  transform: translateY(100%) rotate(-90deg);
  background: url(../images/common/nav_frame.svg) no-repeat center/cover;
  content: '';
}

#top .event .month_title::after {
  -webkit-transform: translateX(100%) rotate(-90deg);
  position: absolute;
  top: -1px;
  right: 1px;
  width: 1em;
  height: 1em;
  transform: translateX(100%) rotate(-90deg);
  background: url(../images/common/nav_frame.svg) no-repeat center/cover;
  content: '';
}

#top .event .month_content {
  flex: 1;
  padding: 1em 2em;
}

#top .event .month_list {
  display: flex;
  flex-flow: column;
}

#top .event .month_visual {
  gap: 1em;
  display: flex;
}

#top .event .month_visual > * {
  width: 100%;
}

#top .program {
  margin-top: -10em;
  padding-top: 1px;
  padding-bottom: 20em;
  border-radius: 10em 10em 0 0;
  background: linear-gradient(#F3F2FF, #D5F1FF);
  box-shadow: rgba(255, 236, 247, 0.3) 0 -2em 2em;
}

@media only screen and (max-width: 1023px) {
  #top .program {
    border-radius: 5em 5em 0 0;
  }
}

#top .program .timeline {
  display: block;
  width: 100%;
}

#top .program .timeline thead,
#top .program .timeline tbody,
#top .program .timeline tr,
#top .program .timeline th,
#top .program .timeline td {
  display: block;
  text-align: center;
}

#top .program .timeline thead,
#top .program .timeline tbody,
#top .program .timeline tr {
  width: 100%;
}

#top .program .timeline th,
#top .program .timeline td {
  min-height: 5em;
  padding: 1em;
  line-height: 1.5;
}

@media only screen and (max-width: 1023px) {
  #top .program .timeline th,
  #top .program .timeline td {
    font-size: 80%;
  }
}

#top .program .timeline thead tr {
  gap: 10em;
  display: flex;
  margin-bottom: 1em;
  padding: 0.3vw;
}

@media only screen and (max-width: 1023px) {
  #top .program .timeline thead tr {
    gap: 1em;
  }
}

#top .program .timeline thead th {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 50%;
  border-radius: 100em;
  background-color: #0748A8;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  #top .program .timeline thead th {
    font-size: 70%;
  }
}

#top .program .timeline tbody {
  background: url(../images/top/timeline_line.svg) repeat-y center bottom/0.25em auto;
}

#top .program .timeline tbody tr {
  display: flex;
  position: relative;
  justify-content: space-between;
}

#top .program .timeline tbody tr th {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  padding-top: 0;
  padding-bottom: 2em;
  transform: translateX(-50%);
}

#top .program .timeline tbody tr th span {
  display: inline-block;
  width: 6em;
  padding: 0.25em 0;
  border-radius: 6em;
  background-color: #fff;
  color: #0748A8;
  font-family: montserrat;
  font-weight: 600;
  text-align: center;
}

#top .program .timeline tbody tr td {
  width: 40%;
  padding-top: 0;
  padding-bottom: 2em;
}

#top .disclosure {
  margin-top: -10em;
  padding-top: 1px;
  border-radius: 10em 10em 0 0;
  background: #fff;
  box-shadow: rgba(201, 229, 255, 0.5) 0 -3em 3em;
}

#top .disclosure::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 0;
  right: 5vw;
  width: 8em;
  height: 13em;
  transform: translateY(-50%);
  background: url(../images/common/illust_bard.png) no-repeat center/cover;
  content: '';
}

@media only screen and (max-width: 1023px) {
  #top .disclosure {
    border-radius: 5em 5em 0 0;
  }
}

#top .disclosure .wamnet {
  flex-flow: column;
  padding: 1em 2.5em;
  font-size: 120%;
  line-height: 1.5;
}

#top .disclosure .wamnet > small {
  font-family: montserrat;
  font-weight: 600;
}

/* ----------------------------------------
Utility
ComponentとProjectレイヤーのObjectのモディファイアで
解決することが難しい・適切では無い、わずかなスタイルの調整のための便利クラスなどを定義します。
clearfix/display/margin...
---------------------------------------- */
.u- {
  /* show / hide
  ---------------------------------------- */
  /* margin
  ---------------------------------------- */
  /* link
  ---------------------------------------- */
  /* align
  ---------------------------------------- */
  /* pict photo
  ---------------------------------------- */
  /* text
  ---------------------------------------- */
}

@media only screen and (min-width: 1024px) {
  .u-display-mobile {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .u-display-desktop {
    display: none;
  }
}

.u-margin-smaller {
  margin-top: 1.5em;
}

.u-margin-small {
  margin-top: 3em;
}

.u-margin-medium {
  margin-top: 6em;
}

.u-margin-large {
  margin-top: 9em;
}

.u-link-disabled {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

.u-link-doc {
  display: inline-block;
  padding-left: 1.25em;
  background: url(../images/common/icon_doc.svg) no-repeat top 0.5em left/auto 1em;
}

.u-link-blank {
  display: inline-block;
  padding-left: 1.25em;
  background: url(../images/common/icon_blank.svg) no-repeat top 0.5em left/auto 1em;
}

.u-images-liquid {
  max-width: 100%;
  height: auto;
}

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

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

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

.u-align-row {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: upright;
  writing-mode: vertical-rl;
}

.u-pic-round {
  overflow: hidden;
  border-radius: 1.5em;
}

.u-pic-round > img {
  width: 100%;
  height: auto;
}

.u-text-attention {
  color: #F85A1F;
}
