@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;500;700;900&family=Noto+Sans+JP:wght@300;500;700;900&family=Shippori+Mincho+B1:wght@400&family=Yuji+Syuku:wght@400&family=Oswald:wght@400&display=swap");
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin-bottom: 0;
}
p + p {
  margin-top: 1.5em;
}

em {
  font-style: normal;
}

hr {
  border-top-color: var(--rgb-linegray);
}

:root {
  --bs-body-font-weight: 300;
  --bs-body-line-height: 2.25;
}

@media only screen and (max-width: 767px) {
  :root {
    --bs-body-line-height: 1.75;
  }
}
:root {
  --font-family-sans: "Inter","Noto Sans JP",sans-serif;
  --font-family-serif: "Noto Serif JP",serif;
  --font-serif:"Shippori Mincho B1",serif;
  --font-sans:"Inter",sans-serif;
}

:root {
  --rgb-text:var(--rgb-black);
  --rgb-beige: rgb(186,167,110);
  --rgb-vermilion: rgb(228,89,103);
  --rgb-list-counter:var(--rgb-vermilion);
  --rgb-main:var(--rgb-beige);
  --rgb-accent:var(--rgb-vermilion);
  --rgb-carpet:var(--rgb-beige);
  --rgb-copyright:var(--rgb-beige);
  --rgb-dark: rgb(66,66,66);
  --subcolor:rgb(102,102,102);
  --rgb-pale:rgb(255,255,196);
  --rgb-pale:255,255,196;
  --rgb-deep:rgb(30,57,42);
  --rgb-light:rgba(40,80,190,.15);
  --rgb-dark:rgb(132,132,132);
  --rgb-heading-dark: var(--rgb-beige);
  --rgb-revealing:var(--rgb-beige);
  --rgb-cussion:rgb(40,80,190);
  --rgb-nav:var(--rgb-beige);
  --rgb-hover:var(--rgb-vermilion);
  --rgb-active:var(--rgb-vermilion);
  --rgb-link:var(--rgb-vermilion);
  --rgb-phone:#00A02C;
  --rgb-facsimile:#1FB783;
  --rgb-grad-start:#2497F0;
  --rgb-grad-end:#364CBA;
  --rgb-updated:#F90;
  --rgb-caution:rgb(220,53,69);
  --rgb-gray:rgba(0,0,0,.1);
  --rgb-lightgray:rgb(246,246,246);
  --rgb-darkgray:rgb(128,128,128);
  --rgb-bluegray:rgb(73,88,95);
  --rgb-regist:rgb(29,153,255);
  --rgb-color:rgb(92,181,255);
  --rgb-cart:rgb(29,153,255);
  --rgb-button:var(--rgb-black);
  --rgb-flat:rgb(40,80,190);
  --rgb-flat-hover:rgb(40,80,190);
  --rgb-flat-pale:rgb(100,160,220);
  --rgb-category:rgb(255,255,255);
  --rgb-white: rgb(255,255,255);
  --rgb-black: rgb(0,0,0);
  --heading-white: rgb(255,255,255);
  --heading-black: rgb(0,0,0);
  --rgb-heading-border: var(--rgb-main);
  --rgb-linegray: rgba(0,0,0,.125);
  --rgb-flow: var(--rgb-main);
  --rgb-category:rgb(40,80,190);
  --rgb-category:40,80,190;
  --rgb-paging: var(--rgb-main);
  --rgb-form: var(--rgb-main);
  --rgb-required: var(--rgb-main);
  --rgb-optional: var(--rgb-main);
}

:root {
  --font-size: 1em;
  --line-height: 2.25;
  --heading-margin: .66;
  --section-padding:8rem;
  --clearance-padding:calc(var(--section-padding) * var(--responsive-rate));
  --clearance-padding-xs:calc(var(--section-padding) / 3 * var(--responsive-rate));
  --clearance-padding-sm:calc(var(--section-padding) / 2 * var(--responsive-rate));
  --clearance-padding-md:calc(var(--section-padding) / 3 * 2 * var(--responsive-rate));
  --clearance-padding-lg:calc(var(--section-padding) * 1.5 * var(--responsive-rate));
  --clearance-padding-xl:calc(var(--section-padding) * 2 * var(--responsive-rate));
  --section-margin:6rem;
  --devider-margin:calc(var(--section-padding) * var(--responsive-rate));
  --devider-margin-xs:calc(var(--section-margin) / 3 * var(--responsive-rate));
  --devider-margin-sm:calc(var(--section-margin) / 2 * var(--responsive-rate));
  --devider-margin-md:calc(var(--section-margin) / 3 * 2 * var(--responsive-rate));
  --devider-margin-lg:calc(var(--section-margin) * 1.5 * var(--responsive-rate));
  --devider-margin-lg:calc(var(--section-margin) * 2 * var(--responsive-rate));
  --box-padding:3rem;
  --poster-padding:calc(var(--box-padding) * var(--responsive-rate));
  --poster-padding-xs:calc(var(--box-padding) / 3 * var(--responsive-rate));
  --poster-padding-sm:calc(var(--box-padding) / 2 * var(--responsive-rate));
  --poster-padding-md:calc(var(--box-padding) / 3 * 2 * var(--responsive-rate));
  --poster-padding-lg:calc(var(--box-padding) * 1.5 * var(--responsive-rate));
  --poster-padding-xl:calc(var(--box-padding) * 2 * var(--responsive-rate));
  --header-height: 8rem;
  --width-scrollbar:calc(100% - 100vw);
  --responsive-rate: 1;
  --lg-rate: 1;
  --md-rate: 1;
  --sm-rate: 1;
  --xs-rate: 1;
  --padding-x: 5rem;
  --container-width: 66vw;
  --button-border-width:.1vw;
  --heading-border-left:.15vw;
  --nav-border-active:.15vw;
  --border-hairline:.1vw;
  --gap-rate: 1;
  --gap-xxl: 3.2vw;
  --gap-xl: 2.4vw;
  --gap-lg: 1.6vw;
  --gap-md: 1.2vw;
  --gap-sm: .8vw;
  --gap-xs: .4vw;
  --gap-xxs: .2vw;
}

@media only screen and (max-width: 2000px) {
  :root {
    --container-width: 1320px;
    --button-border-width:2px;
    --heading-border-left:3px;
    --nav-border-active:3px;
    --border-hairline:2px;
    --gap-xxl: 4rem;
    --gap-xl: 3rem;
    --gap-lg: 2rem;
    --gap-md: 1.5rem;
    --gap-sm: 1rem;
    --gap-xs: .5rem;
    --gap-xxs: .25rem;
  }
}
@media only screen and (max-width: 1399px) {
  :root {
    --responsive-rate: .85;
    --lg-rate: .9;
    --md-rate: .925;
    --sm-rate: .95;
    --xs-rate: .975;
    --swiper-navigation-size: 2rem;
    --padding-x: 4rem;
    --container-width: 1120px;
    --gap-rate: .85;
  }
}
@media only screen and (max-width: 1199px) {
  :root {
    --responsive-rate: .7;
    --lg-rate: .8;
    --md-rate: .85;
    --sm-rate: .9;
    --xs-rate: .95;
    --swiper-navigation-size: 1.75rem;
    --container-width: 900px;
    --gap-rate: .7;
  }
}
@media only screen and (max-width: 991px) {
  :root {
    --header-height:9vw;
    --responsive-rate: .55;
    --lg-rate: .7;
    --md-rate: .775;
    --sm-rate: .85;
    --xs-rate: .925;
    --swiper-navigation-size: 1.5rem;
    --padding-x: 3rem;
    --container-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --line-height: 1.75;
    --responsive-rate: .4;
    --lg-rate: .6;
    --md-rate: .7;
    --sm-rate: .8;
    --xs-rate: .9;
    --swiper-navigation-size: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  :root {
    --header-height:16vw;
    --responsive-rate-xs: .25;
    --padding-x: 2.5rem;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
  margin: unset;
  padding: unset;
}

img {
  vertical-align: bottom;
}

html {
  font-size: 0.8vw;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 2000px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  html {
    overflow-y: overlay;
  }
  html::-webkit-scrollbar {
    width: 16px;
  }
  html::-webkit-scrollbar-track:hover {
    background: var(--rgb-white);
  }
  html::-webkit-scrollbar-thumb:hover {
    background-color: var(--rgb-scroll);
    border: 1px solid var(--rgb-white);
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 2.25vw;
  }
}
@media only screen and (max-width: 575px) {
  html {
    font-size: 4vw;
  }
}

body, input, select, textarea {
  font-size: var(--font-size);
  line-height: var(--line-height);
  font-family: var(--font-family-sans);
}

.mx-auto {
  display: block;
}

.rounded {
  border-radius: 0.25rem;
}

.img-thumbnail {
  padding: 0.25rem;
  border: none;
  border-radius: 0;
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.125);
}

.table-responsive {
  padding-top: 1px;
}

/* .row */
.divider {
  width: 100% !important;
}

/* glid-gutter */
.row {
  display: flex;
  flex-wrap: wrap;
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.f-column__xxl {
  margin-left: calc(var(--gap-xxl) * var(--gap-rate) * -1);
  margin-right: calc(var(--gap-xxl) * var(--gap-rate) * -1);
}
.f-column__xxl > [class*=col-xxl] {
  padding-left: calc(var(--gap-xxl) * var(--gap-rate));
  padding-right: calc(var(--gap-xxl) * var(--gap-rate));
}

.f-column--xl {
  margin-left: calc(var(--gap-xl) * var(--gap-rate) * -1);
  margin-right: calc(var(--gap-xl) * var(--gap-rate) * -1);
}
@media only screen and (max-width: 991px) {
  .f-column--xl {
    margin-left: calc(var(--gap-md) * var(--gap-rate) * -1);
    margin-right: calc(var(--gap-md) * var(--gap-rate) * -1);
  }
}
.f-column--xl > [class*=col-xl] {
  padding-left: calc(var(--gap-xl) * var(--gap-rate));
  padding-right: calc(var(--gap-xl) * var(--gap-rate));
}
@media only screen and (max-width: 991px) {
  .f-column--xl > [class*=col-xl] {
    padding-left: calc(var(--gap-md) * var(--gap-rate));
    padding-right: calc(var(--gap-md) * var(--gap-rate));
  }
}

.f-column--lg {
  margin-left: calc(var(--gap-lg) * var(--gap-rate) * -1);
  margin-right: calc(var(--gap-lg) * var(--gap-rate) * -1);
}
@media only screen and (max-width: 991px) {
  .f-column--lg {
    margin-left: calc(var(--gap-md) * var(--gap-rate) * -1);
    margin-right: calc(var(--gap-md) * var(--gap-rate) * -1);
  }
}
.f-column--lg > [class*=col-lg] {
  padding-left: calc(var(--gap-lg) * var(--gap-rate));
  padding-right: calc(var(--gap-lg) * var(--gap-rate));
}
@media only screen and (max-width: 991px) {
  .f-column--lg > [class*=col-lg] {
    padding-left: calc(var(--gap-md) * var(--gap-rate));
    padding-right: calc(var(--gap-md) * var(--gap-rate));
  }
}

.f-column--md {
  margin-left: calc(var(--gap-md) * var(--gap-rate) * -1);
  margin-right: calc(var(--gap-md) * var(--gap-rate) * -1);
}
.f-column--md > [class*=col-md] {
  padding-left: calc(var(--gap-md) * var(--gap-rate));
  padding-right: calc(var(--gap-md) * var(--gap-rate));
}

.f-column--sm {
  margin-left: calc(var(--gap-sm) * var(--gap-rate) * -1);
  margin-right: calc(var(--gap-sm) * var(--gap-rate) * -1);
}
.f-column--sm > [class*=col-sm] {
  padding-left: calc(var(--gap-sm) * var(--gap-rate));
  padding-right: calc(var(--gap-sm) * var(--gap-rate));
}

.f-column--xs {
  margin-left: calc(var(--gap-xs) * var(--gap-rate) * -1);
  margin-right: calc(var(--gap-xs) * var(--gap-rate) * -1);
}
.f-column--xs > [class*=col] {
  padding-left: calc(var(--gap-xs) * var(--gap-rate));
  padding-right: calc(var(--gap-xs) * var(--gap-rate));
}

.f-column__gap--xxl {
  margin-left: calc(var(--gap-xxl) * var(--gap-rate) * -1);
  margin-right: calc(var(--gap-xxl) * var(--gap-rate) * -1);
  margin-bottom: calc(var(--gap-xxl) * var(--gap-rate) * -2);
}
.f-column__gap--xxl > [class*=col-xxl] {
  margin-bottom: calc(var(--gap-xxl) * var(--gap-rate) * 2);
  padding-left: calc(var(--gap-xxl) * var(--gap-rate));
  padding-right: calc(var(--gap-xxl) * var(--gap-rate));
}

.f-column__gap--xl {
  margin-left: calc(var(--gap-xl) * var(--gap-rate) * -1);
  margin-right: calc(var(--gap-xl) * var(--gap-rate) * -1);
  margin-bottom: calc(var(--gap-xl) * var(--gap-rate) * -2);
}
@media only screen and (max-width: 991px) {
  .f-column__gap--xl {
    margin-left: calc(var(--gap-md) * var(--gap-rate) * -1);
    margin-right: calc(var(--gap-md) * var(--gap-rate) * -1);
    margin-bottom: calc(var(--gap-md) * var(--gap-rate) * -2);
  }
}
.f-column__gap--xl > [class*=col-xl] {
  margin-bottom: calc(var(--gap-xl) * var(--gap-rate) * 2);
  padding-left: calc(var(--gap-xl) * var(--gap-rate));
  padding-right: calc(var(--gap-xl) * var(--gap-rate));
}
@media only screen and (max-width: 991px) {
  .f-column__gap--xl > [class*=col-xl] {
    margin-bottom: calc(var(--gap-md) * var(--gap-rate) * 2);
    padding-left: calc(var(--gap-md) * var(--gap-rate));
    padding-right: calc(var(--gap-md) * var(--gap-rate));
  }
}

.f-column__gap--lg {
  margin-left: calc(var(--gap-lg) * var(--gap-rate) * -1);
  margin-right: calc(var(--gap-lg) * var(--gap-rate) * -1);
  margin-bottom: calc(var(--gap-lg) * var(--gap-rate) * -2);
}
@media only screen and (max-width: 991px) {
  .f-column__gap--lg {
    margin-left: calc(var(--gap-md) * var(--gap-rate) * -1);
    margin-right: calc(var(--gap-md) * var(--gap-rate) * -1);
    margin-bottom: calc(var(--gap-md) * var(--gap-rate) * -2);
  }
}
.f-column__gap--lg > [class*=col-lg] {
  margin-bottom: calc(var(--gap-lg) * var(--gap-rate) * 2);
  padding-left: calc(var(--gap-lg) * var(--gap-rate));
  padding-right: calc(var(--gap-lg) * var(--gap-rate));
}
@media only screen and (max-width: 991px) {
  .f-column__gap--lg > [class*=col-lg] {
    margin-bottom: calc(var(--gap-md) * var(--gap-rate) * 2);
    padding-left: calc(var(--gap-md) * var(--gap-rate));
    padding-right: calc(var(--gap-md) * var(--gap-rate));
  }
}

.f-column__gap--md {
  margin-left: calc(var(--gap-md) * var(--gap-rate) * -1);
  margin-right: calc(var(--gap-md) * var(--gap-rate) * -1);
  margin-bottom: calc(var(--gap-md) * var(--gap-rate) * -2);
}
.f-column__gap--md > [class*=col-md] {
  margin-bottom: calc(var(--gap-md) * var(--gap-rate) * 2);
  padding-left: calc(var(--gap-md) * var(--gap-rate));
  padding-right: calc(var(--gap-md) * var(--gap-rate));
}

.f-column__gap--sm {
  margin-left: calc(var(--gap-sm) * var(--gap-rate) * -1);
  margin-right: calc(var(--gap-sm) * var(--gap-rate) * -1);
  margin-bottom: calc(var(--gap-sm) * var(--gap-rate) * -2);
}
.f-column__gap--sm > [class*=col-sm] {
  margin-bottom: calc(var(--gap-sm) * var(--gap-rate) * 2);
  padding-left: calc(var(--gap-sm) * var(--gap-rate));
  padding-right: calc(var(--gap-sm) * var(--gap-rate));
}

.f-column__gap--xs {
  margin-left: calc(var(--gap-xs) * var(--gap-rate) * -1);
  margin-right: calc(var(--gap-xs) * var(--gap-rate) * -1);
  margin-bottom: calc(var(--gap-xs) * var(--gap-rate) * -2);
}
.f-column__gap--xs > [class*=col] {
  margin-bottom: calc(var(--gap-xs) * var(--gap-rate) * 2);
  padding-left: calc(var(--gap-xs) * var(--gap-rate));
  padding-right: calc(var(--gap-xs) * var(--gap-rate));
}

/* .row-xl */
.f-column__gap--none {
  margin: 0 !important;
}
.f-column__gap--none > [class*=col] {
  padding: 0 !important;
}

/* .row-hl */
.f-column__gap--hairline {
  margin: -1px;
}
.f-column__gap--hairline > [class*=col] {
  padding: 1px;
}

[class*=container] {
  position: relative;
  z-index: 99;
}

[class*=alert], [class*=well] {
  width: 100%;
}

.alert, .well {
  margin: 1rem 0;
  padding: 1rem;
}
.alert-sm, .well-sm {
  margin: 1.5rem 0;
  padding: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .alert-sm, .well-sm {
    padding: 1rem;
  }
}
.alert-md, .well-md {
  margin: 2rem 0;
  padding: 2rem;
}
@media only screen and (max-width: 991px) {
  .alert-md, .well-md {
    padding: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .alert-md, .well-md {
    padding: 1rem;
  }
}
.alert-lg, .well-lg {
  margin: 3rem 0;
  padding: 3rem;
}
@media only screen and (max-width: 991px) {
  .alert-lg, .well-lg {
    padding: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .alert-lg, .well-lg {
    padding: 1rem;
  }
}
.alert-xl, .well-xl {
  margin: 4rem 0;
  padding: 4rem;
}
@media only screen and (max-width: 1199px) {
  .alert-xl, .well-xl {
    padding: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .alert-xl, .well-xl {
    padding: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .alert-xl, .well-xl {
    padding: 1rem;
  }
}

.well {
  background-color: #F5F5F5;
  border: 1px solid #DDD;
  border-radius: 0.4rem;
  margin: 1rem 0;
  padding: 1rem;
}

[class*=alert]:first-child, [class*=well]:first-child {
  margin-top: 0;
}

[class*=alert]:last-child, [class*=well]:last-child {
  margin-bottom: 0;
}

.alert .img-landing, .well .img-landing {
  margin-bottom: -1rem;
}

.alert-sm .img-landing, .well-sm .img-landing {
  margin-bottom: -1.5rem;
}
@media only screen and (max-width: 767px) {
  .alert-sm .img-landing, .well-sm .img-landing {
    margin-bottom: -1rem;
  }
}

.alert-md .img-landing, .well-md .img-landing {
  margin-bottom: -2rem;
}
@media only screen and (max-width: 991px) {
  .alert-md .img-landing, .well-md .img-landing {
    margin-bottom: -1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .alert-md .img-landing, .well-md .img-landing {
    margin-bottom: -1rem;
  }
}

.alert-lg .img-landing, .well-lg .img-landing {
  margin-bottom: -3rem;
}
@media only screen and (max-width: 991px) {
  .alert-lg .img-landing, .well-lg .img-landing {
    margin-bottom: -2rem;
  }
}
@media only screen and (max-width: 767px) {
  .alert-lg .img-landing, .well-lg .img-landing {
    margin-bottom: -1rem;
  }
}

.alert-xl .img-landing, .well-xl .img-landing {
  margin-bottom: -4rem;
}
@media only screen and (max-width: 1199px) {
  .alert-xl .img-landing, .well-xl .img-landing {
    margin-bottom: -3rem;
  }
}
@media only screen and (max-width: 991px) {
  .alert-xl .img-landing, .well-xl .img-landing {
    margin-bottom: -2rem;
  }
}
@media only screen and (max-width: 767px) {
  .alert-xl .img-landing, .well-xl .img-landing {
    margin-bottom: -1rem;
  }
}

@media only screen and (max-width: 991px) {
  #navbar .container-fluid {
    overflow-y: overlay;
  }
  #navbar .container-fluid::-webkit-scrollbar {
    width: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .table-responsive table {
    width: 200vw;
  }
}

header, main, footer {
  width: 100%;
  min-width: 1px;
  max-width: 100%;
}

body {
  min-width: 100%;
}

b, strong {
  font-weight: inherit;
}

small {
  font-size: 0.75em;
}

a, a:hover, a:active, a:focus {
  background-color: transparent;
  outline: 0;
  text-decoration: none;
  transition: 0.3s;
  color: var(--rgb-link);
}

a:hover, a:active, a:focus {
  opacity: 1;
}

a[href*="tel:"] {
  pointer-events: none;
  color: var(--rgb-text);
}

@media only screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: initial;
  }
}
span[data-action=call] {
  white-space: nowrap;
}

button {
  cursor: pointer;
}

.html {
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: var(--textcolor);
}

.ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.anti-alias {
  transform: rotate(0.028deg);
  display: inline-block;
}

/* title */
.xl-br {
  line-height: 1.5;
}

.xl-br small {
  line-height: 1.5;
}

@media only screen and (max-width: 1199px) {
  .lg-br {
    line-height: 1.5;
  }
  .lg-br small {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 991px) {
  .md-br {
    line-height: 1.5;
  }
  .md-br small {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .sm-br {
    line-height: 1.5;
  }
  .sm-br small {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 575px) {
  .xs-br {
    line-height: 1.5;
  }
  .xs-br small {
    line-height: 1.5;
  }
}
/* drawer */
.box-drawer {
  position: relative;
  word-wrap: break-word;
  background-color: #FFF;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.075);
}
.box-drawer dt {
  padding: 1px;
}
.box-drawer dt a, .box-drawer dt a:hover, .box-drawer dt a:active, .box-drawer dt a:focus, .box-drawer dt span {
  background-color: var(--maincolor);
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 1.125rem;
  line-height: 1.25;
  padding: 1.5rem 6rem 1.5rem 1.5rem;
  color: #FFF;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .box-drawer dt a, .box-drawer dt a:hover, .box-drawer dt a:active, .box-drawer dt a:focus, .box-drawer dt span {
    font-size: 1rem;
    padding: 1rem 4rem 1rem 1rem;
  }
}
.box-drawer dt a:after {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  bottom: 50%;
  ine-height: 1.5rem;
  margin: -0.75rem 0;
  color: #FFF;
}
.box-drawer dt a[aria-expanded=false]:after {
  content: "\f067";
}
.box-drawer dt a[aria-expanded=true]:after {
  content: "\f068";
}
.box-drawer dd .partition {
  padding: 2rem;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .box-drawer dd .partition {
    padding: 1rem;
  }
}
.box-drawer + .box-drawer {
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .box-drawer + .box-drawer {
    margin-top: 1rem;
  }
}

.axbox {
  position: relative;
  width: 100%;
  display: block;
  z-index: 9;
}
.axbox.ax-img-left {
  padding-left: 10rem;
}
@media only screen and (max-width: 1199px) {
  .axbox.ax-img-left {
    padding-left: 7.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .axbox.ax-img-left {
    padding-left: 15vw;
  }
}
@media only screen and (max-width: 767px) {
  .axbox.ax-img-left {
    padding-left: 20vw;
  }
}
@media only screen and (max-width: 575px) {
  .axbox.ax-img-left {
    padding: 45vw 0 0;
  }
}
.axbox.ax-img-left .ax-img {
  left: 0;
}
.axbox.ax-img-right {
  padding-right: 10rem;
}
@media only screen and (max-width: 1199px) {
  .axbox.ax-img-right {
    padding-right: 7.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .axbox.ax-img-right {
    padding-right: 15vw;
  }
}
@media only screen and (max-width: 767px) {
  .axbox.ax-img-right {
    padding-right: 20vw;
  }
}
@media only screen and (max-width: 575px) {
  .axbox.ax-img-right {
    padding: 45vw 0 0;
  }
}
.axbox.ax-img-right .ax-img {
  right: 0;
}

.ax-img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10rem;
}
@media only screen and (max-width: 1199px) {
  .ax-img {
    width: 7.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .ax-img {
    width: 15vw;
  }
}
@media only screen and (max-width: 767px) {
  .ax-img {
    width: 20vw;
  }
}
@media only screen and (max-width: 575px) {
  .ax-img {
    width: 100%;
    height: 45vw;
    right: 0;
    background: #FFF;
  }
}

.ax-txt {
  background: #FFF;
}
.ax-txt h4 {
  background: #313D21;
  color: #FFF;
  padding: 1rem;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .ax-txt h4 {
    padding: 1rem;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .ax-txt h4 {
    padding: 1rem;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .ax-txt h4 {
    font-size: 17px;
    padding: 10px 1rem;
  }
}

.ax-txt-in {
  width: 100%;
  padding: 0.66rem 1rem;
  border-bottom: 1px solid #DDD;
  height: 6.875rem;
}
@media only screen and (max-width: 1199px) {
  .ax-txt-in {
    height: 4.375rem;
  }
}
@media only screen and (max-width: 991px) {
  .ax-txt-in {
    height: calc(15vw - 3rem);
  }
}
@media only screen and (max-width: 767px) {
  .ax-txt-in {
    height: calc(20vw - 3rem);
  }
}
@media only screen and (max-width: 575px) {
  .ax-txt-in {
    height: auto;
  }
}

.ax-img-left .ax-txt-in {
  border-right: 1px solid #DDD;
}

.ax-img-right .ax-txt-in {
  border-left: 1px solid #DDD;
}

@media only screen and (max-width: 575px) {
  .ax-img-left .ax-txt-in {
    border-left: 1px solid #DDD;
  }
  .ax-img-right .ax-txt-in {
    border-right: 1px solid #DDD;
  }
}
.ax-txt-in h5 {
  line-height: 1.5;
}

/* slide-hover */
.slide-hz-hover {
  position: relative;
}

.slide-hz-hover:after {
  content: "";
  position: absolute;
  width: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  transition: all 0.3s ease;
}

.slide-hz-hover:hover:after {
  left: 0;
  width: 100%;
  transition: all 0.3s ease;
}

.sub-blue.slide-hz-hover:after {
  background-color: rgba(33, 100, 151, 0.5);
}

.sub-orange.slide-hz-hover:after {
  background-color: rgba(247, 123, 1, 0.5);
}

.slide-vt-hover {
  position: relative;
}

.slide-vt-hover:after {
  content: "";
  position: absolute;
  height: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  transition: all 0.3s ease;
}

.sub-blue.slide-vt-hover:after {
  background-color: rgba(33, 100, 151, 0.5);
}

.sub-orange.slide-vt-hover:after {
  background-color: rgba(247, 123, 1, 0.5);
}

.slide-vt-hover:hover:after {
  height: 100%;
  transition: all 0.3s ease;
}

/* list */
.fotorama-area {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}

.goto {
  width: 100%;
  display: flex;
}

.goto .ax-text-link {
  flex: 1 1 33%;
  max-width: 33%;
}

@media only screen and (max-width: 1199px) {
  .goto .ax-text-link {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .goto .ax-text-link {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.ax-text {
  background: linear-gradient(to right, #af8d5d 0%, #876a47 100%);
  padding: 1rem 32px;
  color: #FFF;
  text-align: center;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .ax-text {
    padding: 5px 10px;
  }
}
[class*=u-icon__]:before {
  font-family: "Font Awesome 5 Pro";
  margin-right: 0.33em;
  font-weight: 900;
}

.u-icon__tel, .u-icon__fax {
  display: flex;
  align-items: center;
}
.u-icon__tel:before, .u-icon__fax:before {
  display: block;
}
.u-icon__tel--square-white, .u-icon__tel--square-black, .u-icon__tel--circle-white, .u-icon__tel--circle-black, .u-icon__fax--square-white, .u-icon__fax--square-black, .u-icon__fax--circle-white, .u-icon__fax--circle-black {
  display: flex;
  align-items: center;
}
.u-icon__tel--square-white:before, .u-icon__tel--square-black:before, .u-icon__tel--circle-white:before, .u-icon__tel--circle-black:before, .u-icon__fax--square-white:before, .u-icon__fax--square-black:before, .u-icon__fax--circle-white:before, .u-icon__fax--circle-black:before {
  font-size: 0.5em;
  margin-right: 0.5em;
  width: 2em;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-wrapper {
  overflow: hidden;
  position: relative;
  background: transparent;
}

.l-header {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0);
  line-height: 1;
  padding: 0 calc(var(--padding-x) * 0.5);
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: var(--header-height);
  transition: top 0.3s;
}

.l-header__logo {
  font-size: 1em;
}
.l-header__logo a, .l-header__logo a:hover, .l-header__logo a:active, .l-header__logo a:focus {
  display: block;
}
.l-header__logo a img, .l-header__logo a svg, .l-header__logo a:hover img, .l-header__logo a:hover svg, .l-header__logo a:active img, .l-header__logo a:active svg, .l-header__logo a:focus img, .l-header__logo a:focus svg {
  vertical-align: top;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .l-header__logo a img, .l-header__logo a svg, .l-header__logo a:hover img, .l-header__logo a:hover svg, .l-header__logo a:active img, .l-header__logo a:active svg, .l-header__logo a:focus img, .l-header__logo a:focus svg {
    height: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__logo a img, .l-header__logo a svg, .l-header__logo a:hover img, .l-header__logo a:hover svg, .l-header__logo a:active img, .l-header__logo a:active svg, .l-header__logo a:focus img, .l-header__logo a:focus svg {
    height: 2rem;
  }
}

.l-header__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: var(--header-height);
  position: relative;
}
@media only screen and (max-width: 991px) {
  .l-header__nav {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.l-header__nav--contact {
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 991px) {
  .l-header__nav--contact {
    display: none;
  }
}
.l-header__nav--links {
  margin-bottom: 0.25rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .l-header__nav--links {
    display: none;
  }
}
.l-header__nav--search {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 991px) {
  .l-header__nav--search {
    margin: 0;
    padding: 0.75rem 1rem;
    background-color: #EFEFEF;
  }
}
.l-header__nav--call {
  font-size: 1rem;
  line-height: 0.75;
  white-space: nowrap;
}
.l-header__nav--recept {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-left: 1em;
}
.l-header__nav--right {
  margin-left: 2rem;
  margin-right: calc(var(--padding-x) * -0.5);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1399px) {
  .l-header__nav--right {
    margin-left: 1.5rem;
  }
}
@media only screen and (max-width: 1199px) {
  .l-header__nav--right {
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  .l-header__nav--right {
    display: none;
  }
}

a.l-header__nav--mail {
  background-color: var(--rgb-nav);
  color: var(--rgb-white);
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  margin: 0;
  padding: 1rem;
  width: 15rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  a.l-header__nav--mail {
    width: 9vw;
    height: 9vw;
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 767px) {
  a.l-header__nav--mail {
    width: 9vw;
    height: 9vw;
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 575px) {
  a.l-header__nav--mail {
    width: 16vw;
    height: 16vw;
    font-size: 2.5vw;
  }
}
a.l-header__nav--mail:hover, a.l-header__nav--mail:active, a.l-header__nav--mail:focus {
  opacity: 0.75;
  color: var(--rgb-white);
}

a.l-header__nav--post-mail {
  background-color: var(--rgb-main);
  color: var(--rgb-white);
  text-align: center;
  font-size: 1em;
  line-height: 1;
  margin: 0;
  padding: 1rem;
  width: 12rem;
  height: 6rem;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  a.l-header__nav--post-mail {
    width: 9vw;
    height: 9vw;
  }
}
@media only screen and (max-width: 767px) {
  a.l-header__nav--post-mail {
    width: 9vw;
    height: 9vw;
  }
}
@media only screen and (max-width: 575px) {
  a.l-header__nav--post-mail {
    width: 16vw;
    height: 16vw;
  }
}
a.l-header__nav--post-mail:hover, a.l-header__nav--post-mail:active, a.l-header__nav--post-mail:focus {
  opacity: 0.75;
  color: var(--rgb-white);
}
a.l-header__nav--post-mail strong {
  font-size: 1.25em;
  line-height: 0.75;
  font-family: var(--font-serif);
  text-transform: capitalize;
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  a.l-header__nav--post-mail strong {
    font-size: 1em;
  }
}
@media only screen and (max-width: 991px) {
  a.l-header__nav--post-mail strong {
    background-color: var(--rgb-white);
    color: var(--rgb-text);
    display: flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
  }
}
a.l-header__nav--post-mail small {
  font-size: 0.75em;
  line-height: 1;
  font-weight: 500;
}
@media only screen and (max-width: 1199px) {
  a.l-header__nav--post-mail small {
    font-size: 1em;
  }
}
@media only screen and (max-width: 991px) {
  a.l-header__nav--post-mail small {
    background-color: var(--rgb-white);
    color: var(--rgb-text);
    display: flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
  }
}
a.l-header__nav--post-mail strong + small {
  margin-top: 0.75rem;
}
a.l-header__nav--post-mail:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 0.33em;
  font-size: 1.125em;
  display: none;
}

.navbar-toggler {
  background-color: var(base-white);
  border: none;
  border-radius: 0;
  overflow: hidden;
  font-size: 1em;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 6rem;
  height: 6rem;
  position: relative;
  z-index: 9998;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .navbar-toggler {
    width: 9vw;
    height: 9vw;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-toggler {
    width: 9vw;
    height: 9vw;
  }
}
@media only screen and (max-width: 575px) {
  .navbar-toggler {
    width: 16vw;
    height: 16vw;
  }
}
.navbar-toggler:focus, .navbar-toggler:hover {
  outline: 0;
  box-shadow: none;
}
.navbar-toggler-icon {
  margin: 16px 0;
  width: 32px;
  height: 4px;
  position: relative;
  display: block;
  background-image: none;
}
@media only screen and (max-width: 991px) {
  .navbar-toggler-icon {
    margin: 14px 0;
    width: 28px;
    height: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-toggler-icon {
    margin: 12px 0;
    width: 24px;
    height: 2px;
  }
}
.navbar-toggler-icon:before, .navbar-toggler-icon:after {
  width: 32px;
  display: block;
  width: 2rem;
  height: 4px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 991px) {
  .navbar-toggler-icon:before, .navbar-toggler-icon:after {
    width: 28px;
    height: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-toggler-icon:before, .navbar-toggler-icon:after {
    width: 24px;
    height: 2px;
  }
}
.navbar-toggler[aria-expanded=false] .navbar-toggler-icon {
  transition: 0.6s;
  background-color: var(--deepcolor);
}
.navbar-toggler[aria-expanded=false] .navbar-toggler-icon:before, .navbar-toggler[aria-expanded=false] .navbar-toggler-icon:after {
  transition: 0.6s;
  background-color: var(--deepcolor);
}
.navbar-toggler[aria-expanded=false] .navbar-toggler-icon:before {
  transform: rotate(0deg);
  top: -10px;
}
@media only screen and (max-width: 991px) {
  .navbar-toggler[aria-expanded=false] .navbar-toggler-icon:before {
    top: -9px;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-toggler[aria-expanded=false] .navbar-toggler-icon:before {
    top: -6px;
  }
}
.navbar-toggler[aria-expanded=false] .navbar-toggler-icon:after {
  transform: rotate(0deg);
  bottom: -10px;
}
@media only screen and (max-width: 991px) {
  .navbar-toggler[aria-expanded=false] .navbar-toggler-icon:after {
    bottom: -9px;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-toggler[aria-expanded=false] .navbar-toggler-icon:after {
    bottom: -6px;
  }
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  transition: 0.6s;
  background: transparent;
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:before, .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:after {
  transition: 0.6s;
  background-color: var(--deepcolor);
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:before {
  top: 0;
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:after {
  bottom: 0;
  transform: rotate(-45deg);
}
.navbar-toggler small {
  font-size: 0.75rem;
  line-height: 0.75;
  font-weight: 700;
  text-align: center;
  margin-top: 6px;
  padding: 0;
  display: block;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .navbar-toggler small {
    margin-top: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-toggler small {
    margin-top: 0;
  }
}
.navbar-toggler[aria-expanded=false] small {
  color: var(--deepcolor);
}
.navbar-toggler[aria-expanded=true] small {
  color: var(--deepcolor);
}

.navbar-expand-lg {
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .navbar-expand-lg .navbar-collapse {
    border: none;
    margin-top: 0;
    padding: 0;
    position: fixed;
    top: 9vw;
    left: 0;
    right: 0;
    z-index: 999;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-expand-lg .navbar-collapse {
    top: 9vw;
  }
}
@media only screen and (max-width: 575px) {
  .navbar-expand-lg .navbar-collapse {
    top: 16vw;
  }
}
.navbar-expand-lg .navbar-collapse .container-fluid {
  background: transparent;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .navbar-expand-lg .navbar-collapse .container-fluid {
    background-color: var(--rgb-white);
    -webkit-overflow-scrolling: touch;
    min-height: 1px;
    height: calc(100dvh - var(--header-height));
  }
}
.navbar-expand-lg > .container {
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .navbar-expand-lg > .container {
    max-width: 100%;
  }
}

.nav-wrapper {
  margin: 0 auto;
  padding: 4rem 0;
  width: 100%;
  max-width: 1080px;
}
@media only screen and (max-width: 1199px) {
  .nav-wrapper {
    padding: 8vw 0 4vw;
  }
}
@media only screen and (max-width: 991px) {
  .nav-wrapper {
    padding: 5vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .nav-wrapper {
    padding: 10vw 0 5vw;
  }
}

.tit-nav {
  color: #FFF;
  font-size: 1.125rem;
  line-height: 51px;
  font-weight: 700;
  margin: 0 0 20px;
  border-bottom: 3px solid #FFF;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .tit-nav {
    line-height: 43px;
  }
}
.tit-nav-sub {
  margin-bottom: 1px;
}
.tit-nav-sub a {
  background: rgba(0, 0, 0, 0.2);
  color: #FFF;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
  padding: 10px 15px;
  display: block;
}
.navbar-expand-lg .navbar-nav {
  justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  .navbar-expand-lg .navbar-nav {
    border-top: 1px solid #DDD;
    padding: 0;
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-item {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    border-bottom: 1px solid #DDD;
    display: block;
    flex: 1 1 100%;
    max-width: 100%;
    height: auto;
  }
}
.navbar-expand-lg .navbar-nav .nav-item + .nav-item {
  margin-left: 2em;
}
@media only screen and (max-width: 1199px) {
  .navbar-expand-lg .navbar-nav .nav-item + .nav-item {
    margin-left: 1em;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-item + .nav-item {
    margin-left: 0;
  }
}
.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  background-color: transparent;
  color: var(--rgb-text);
  font-size: 1em;
  text-align: center;
  white-space: nowrap;
  padding: 0.75rem 0;
  position: relative;
  display: block;
  transition: 0s;
}
@media only screen and (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-item .nav-link {
    background-color: #FFF;
    color: var(--rgb-text);
    line-height: 2;
    border: none;
    text-align: left;
    text-shadow: none;
    padding: 1.5rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-item .nav-link {
    padding: 1.5rem 1rem;
  }
}
.navbar-expand-lg .navbar-nav .nav-item .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-item .nav-link:active, .navbar-expand-lg .navbar-nav .nav-item .nav-link:focus, .navbar-expand-lg .navbar-nav .nav-item .nav-link.active {
  background-color: transparent;
  color: var(--rgb-text);
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-item .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-item .nav-link:active, .navbar-expand-lg .navbar-nav .nav-item .nav-link:focus, .navbar-expand-lg .navbar-nav .nav-item .nav-link.active {
    background-color: var(--maincolor);
    color: #FFF;
  }
}
.navbar-expand-lg .navbar-nav .nav-item .nav-link:hover:after, .navbar-expand-lg .navbar-nav .nav-item .nav-link:active:after, .navbar-expand-lg .navbar-nav .nav-item .nav-link:focus:after, .navbar-expand-lg .navbar-nav .nav-item .nav-link.active:after {
  border-color: #FFF;
  left: 0;
  right: 0;
  transition: 0.3s;
  content: "";
}
.navbar-expand-lg .navbar-nav .nav-item .nav-link:after {
  content: "";
  border-bottom: 2px solid transparent;
  /*display: none; */
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  transition: 0.3s;
}
@media only screen and (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-item .nav-link:after {
    display: none;
  }
}
.navbar-expand-lg .navbar-nav .nav-item .nav-link strong {
  font-size: 1em;
}
.navbar-expand-lg .navbar-nav .nav-item .nav-link small {
  font-size: 0.75em;
  line-height: 0.75;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-transform: uppercase;
  margin-top: 0.5em;
  display: block;
}
@media only screen and (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-item .nav-link small {
    margin-top: 0;
  }
}

.js-scroll .navbar-expand-lg .navbar-nav .nav-link:hover:after,
.js-scroll .navbar-expand-lg .navbar-nav .nav-link:active:after,
.js-scroll .navbar-expand-lg .navbar-nav .nav-link:focus:after,
.js-scroll .navbar-expand-lg .navbar-nav .nav-link.active:after {
  border-color: #FFF;
}

.l-header__nav--icon {
  display: block;
  font-size: 1.5em;
  margin-bottom: 0.5rem;
}
.l-header__nav--icon i.fa {
  font-weight: 400;
  color: var(--maincolor);
}

@media (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .dropdown:hover > .dropdown-menu {
    animation: show 0.5s linear 0s;
  }
  .dropdown:hover > .dropdown-menu.show {
    animation: show 0.5s linear 0s;
  }
}
@media (max-width: 991px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
}

.dropdown-menu {
  background: #FFF;
  border-radius: 0;
  margin: 0;
  padding: 0;
  min-width: 100%;
}
@media only screen and (max-width: 991px) {
  .dropdown-menu {
    margin: 0;
    padding: 0;
    border: none;
  }
}
.dropdown-menu.show {
  display: flex;
  flex-flow: row wrap;
}
.dropdown-menu li {
  flex: 1 1 100%;
}
.dropdown-menu li + li {
  border-top: 1px solid #DDD;
}
.dropdown-menu[data-bs-popper] {
  margin-top: 0;
}

.dropdown-item {
  color: #212121;
  border: none;
  border-radius: 0;
  font-size: 1em;
  line-height: 1.25;
  padding: 0.75rem 1.25rem;
}
@media only screen and (max-width: 991px) {
  .dropdown-item {
    line-height: 1.5;
    padding: 0.5em 1em;
  }
}
@media only screen and (max-width: 991px) {
  .dropdown-item:before {
    content: "\f105";
    color: #FFF;
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    width: 1em;
  }
}
.dropdown-item:hover, .dropdown-item:active, .dropdown-item:focus, .dropdown-item.active {
  background: var(--rgb-hover);
  color: #FFF;
  opacity: 1;
}
.dropdown-item:hover:before, .dropdown-item:active:before, .dropdown-item:focus:before, .dropdown-item.active:before {
  color: #FFF;
}
.l-outer {
  background: transparent;
  position: relative;
  z-index: 9;
}

@media only screen and (max-width: 767px) {
  .l-outer__side, .l-outer__main {
    display: block;
    width: auto;
    padding: 0;
  }
}

.l-outer__liquid {
  justify-content: center;
  width: 100%;
}
.l-outer__solid {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  width: 100%;
  max-width: var(--container-width);
  margin: auto;
  padding: var(--clearance-padding) calc(var(--bs-gutter-x) * 0.5);
}
@media only screen and (max-width: 1399px) {
  .l-outer__solid {
    max-width: 1140px;
  }
}
@media only screen and (max-width: 1199px) {
  .l-outer__solid {
    max-width: 960px;
  }
}
@media only screen and (max-width: 991px) {
  .l-outer__solid {
    padding: var(--clearance-padding) calc(var(--bs-gutter-x) * 0.5);
    max-width: 100%;
  }
}
.l-outer__solid > .l-outer__side {
  flex: 1 1 16rem;
  max-width: 16rem;
  order: 2;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .l-outer__solid > .l-outer__side {
    flex: 1 1 15rem;
    max-width: 15rem;
  }
}
@media only screen and (max-width: 991px) {
  .l-outer__solid > .l-outer__side {
    flex: 1 1 100%;
    max-width: 100%;
    padding-bottom: var(--clearance-padding);
    z-index: 99;
    order: 1;
  }
}
.l-outer__solid > .l-outer__side > .l-outer__side + .l-outer__side {
  display: none;
}
@media only screen and (max-width: 991px) {
  .l-outer__solid > .l-outer__side > .l-outer__side + .l-outer__side {
    margin: 4rem 0;
    display: none;
    order: 3;
  }
}
@media only screen and (max-width: 767px) {
  .l-outer__solid > .l-outer__side > .l-outer__side + .l-outer__side {
    margin-bottom: 2rem;
  }
}
.l-outer__solid > .l-outer__main {
  flex: 1 1 calc(100% - 20rem);
  max-width: calc(100% - 20rem);
  order: 1;
}
@media only screen and (max-width: 1199px) {
  .l-outer__solid > .l-outer__main {
    flex: 1 1 calc(100% - 18rem);
    max-width: calc(100% - 18rem);
  }
}
@media only screen and (max-width: 991px) {
  .l-outer__solid > .l-outer__main {
    flex: 1 1 100%;
    max-width: 100%;
    order: 2;
  }
}
.l-outer__solid > .l-outer__main.container-fluid {
  margin: 0;
  padding: 0;
}
.l-outer__solid > .l-outer__main [class*=l-section] {
  padding: 0;
}
.l-outer__solid > .l-outer__main [class*=l-section] + [class*=l-section] {
  margin-top: 6rem;
}
@media only screen and (max-width: 1399px) {
  .l-outer__solid > .l-outer__main [class*=l-section] + [class*=l-section] {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 1199px) {
  .l-outer__solid > .l-outer__main [class*=l-section] + [class*=l-section] {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 991px) {
  .l-outer__solid > .l-outer__main [class*=l-section] + [class*=l-section] {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-outer__solid > .l-outer__main [class*=l-section] + [class*=l-section] {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .l-outer__solid > .l-outer__main [class*=l-section] + [class*=l-section] {
    margin-top: 1rem;
  }
}

.l-section {
  position: relative;
  scroll-margin-top: calc(var(--header-height));
}

.l-section__inner {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .l-section__inner.c-poster__md--bottom:first-of-type {
    padding-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .l-section__inner.c-poster__xs--bottom:first-of-type {
    padding-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .l-section__inner.c-poster__md--bottom + .l-section__inner {
    padding-top: 0;
  }
}
@media only screen and (min-width: 576px) {
  .l-section__inner.c-poster__xs--bottom + .l-section__inner {
    padding-top: 0;
  }
}

.l-section__category--nav {
  padding-top: 1px;
}
@media only screen and (max-width: 991px) {
  .l-section__category--nav {
    padding-top: 0;
  }
}

.l-section__clearance {
  padding: var(--clearance-padding) 0;
}
.l-section__clearance--hairline {
  padding: 1px 0;
}
.l-section__clearance--top {
  padding: var(--clearance-padding) 0 0;
}
.l-section__clearance--top-md {
  padding: var(--clearance-padding) 0 0;
}
.l-section__clearance--top-xs {
  padding: var(--clearance-padding) 0 0;
}
.l-section__clearance--bottom {
  padding: 0 0 var(--clearance-padding);
}
.l-section__clearance--bottom-md {
  padding: 0 0 var(--clearance-padding);
}
.l-section__clearance--bottom-xs {
  padding: 0 0 var(--clearance-padding);
}
.l-section__clearance--lg {
  padding: var(--clearance-padding-lg) 0;
}
.l-section__clearance--lg-top {
  padding: var(--clearance-padding-lg) 0 0;
}
.l-section__clearance--lg-top-md {
  padding: var(--clearance-padding-lg) 0 0;
}
.l-section__clearance--lg-top-xs {
  padding: var(--clearance-padding-lg) 0 0;
}
.l-section__clearance--lg-bottom {
  padding: 0 0 var(--clearance-padding-lg);
}
.l-section__clearance--lg-bottom-md {
  padding: 0 0 var(--clearance-padding-lg);
}
.l-section__clearance--lg-bottom-xs {
  padding: 0 0 var(--clearance-padding-lg);
}
.l-section__clearance--xl {
  padding: var(--clearance-padding-xl) 0;
}
.l-section__clearance--xl-top {
  padding: var(--clearance-padding-xl) 0 0;
}
.l-section__clearance--xl-top-md {
  padding: var(--clearance-padding-xl) 0 0;
}
.l-section__clearance--xl-top-xs {
  padding: var(--clearance-padding-xl) 0 0;
}
.l-section__clearance--xl-bottom {
  padding: 0 0 var(--clearance-padding-xl);
}
.l-section__clearance--xl-bottom-md {
  padding: 0 0 var(--clearance-padding-xl);
}
.l-section__clearance--xl-bottom-xs {
  padding: 0 0 var(--clearance-padding-xl);
}
.l-section__clearance--narrow {
  padding: calc(var(--clearance-padding) / 2) 0;
}
.l-section__clearance--narrow--top {
  padding: calc(var(--clearance-padding) / 2) 0 0;
}
.l-section__clearance--narrow--top-md {
  padding: calc(var(--clearance-padding) / 2) 0 0;
}
.l-section__clearance--narrow--top-xs {
  padding: calc(var(--clearance-padding) / 2) 0 0;
}
.l-section__clearance--narrow--bottom {
  padding: 0 0 calc(var(--clearance-padding) / 2);
}
.l-section__clearance--narrow--bottom-md {
  padding: 0 0 calc(var(--clearance-padding) / 2);
}
.l-section__clearance--narrow--bottom-xs {
  padding: 0 0 calc(var(--clearance-padding) / 2);
}

.l-section__margin {
  margin-top: var(--clearance-padding);
}

.l-footer {
  position: relative;
}

.l-footer__contact {
  position: relative;
}
.l-footer__contact span[data-action=call] {
  color: var(--rgb-text);
}

.l-footer__googlemaps iframe {
  width: 100%;
  height: 25rem;
}

.l-footer__information {
  background-color: transparent;
  line-height: 1.5;
  position: relative;
}

.l-footer__info {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .l-footer__info {
    display: block;
  }
}

.l-footer__outline {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 575px) {
  .l-footer__logo {
    text-align: center;
  }
}
.l-footer__logo img, .l-footer__logo svg {
  vertical-align: top;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .l-footer__logo img, .l-footer__logo svg {
    height: 1.5rem;
  }
}

.l-footer__location {
  display: flex;
  flex-flow: row wrap;
  line-height: 1.5;
}
.l-footer__location a, .l-footer__location a:hover, .l-footer__location a:active, .l-footer__location a:focus, .l-footer__location span[data-action=call] {
  color: var(--rgb-text);
}
.l-footer__location a:hover, .l-footer__location a:active, .l-footer__location a:focus {
  opacity: 1;
}
.l-footer__location--name {
  font-weight: 700;
  margin-bottom: 0.5em;
}
.l-footer__location--pzip {
  margin-right: 1em;
}
.l-footer__location--pzip:before {
  content: "〒";
}
.l-footer__location--address {
  margin-right: 0.5em;
}
.l-footer__location--gmaps {
  margin-left: 0.5em;
}
.l-footer__location--gmaps a, .l-footer__location--gmaps a:hover, .l-footer__location--gmaps a:active, .l-footer__location--gmaps a:focus {
  color: var(--maincolor);
}
.l-footer__location--phone:before {
  content: "TEL. ";
}
.l-footer__location--mail:before {
  content: "MAIL. ";
}
@media only screen and (max-width: 575px) {
  .l-footer__location--phone--facsimile {
    text-align: center;
  }
}
.l-footer__location--phone--facsimile:before {
  content: "TEL. / FAX.";
  margin-right: 0.33em;
}
.l-footer__location--phone:before, .l-footer__location--facsimile:before, .l-footer__location--mail:before {
  display: inline-block;
  margin-right: 0.33em;
}
.l-footer__location--phone + .l-footer__location--facsimile:before {
  content: "FAX.";
  margin-right: 0.33em;
}
.l-footer__location--hour, .l-footer__location--holiday {
  line-height: 1.5;
}
.l-footer__location--holiday:before {
  content: "/";
  margin: 0 0.33em;
}
.l-footer__location:not(:first-child) {
  margin-top: 0.5rem;
}
.l-footer__location p + p {
  margin: 0;
}

a.l-footer__contact--post-mail {
  background-color: var(--maincolor);
  color: #FFF;
  text-align: center;
  border-radius: 0.5rem;
  font-size: 1.125em;
  line-height: 1.75;
  margin: 0;
  padding: 1rem;
  width: 100%;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  a.l-footer__contact--post-mail {
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 575px) {
  a.l-footer__contact--post-mail {
    font-size: 1.5em;
    height: 9rem;
    line-height: 1.33;
  }
}
a.l-footer__contact--post-mail:hover, a.l-footer__contact--post-mail:active, a.l-footer__contact--post-mail:focus {
  opacity: 0.75;
  color: #FFF;
}

.l-footer__contact--call-freedial {
  background-color: var(--phonecolor);
  color: #FFF;
  text-align: center;
  border-radius: 0.5rem;
  font-size: 1.5em;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 6rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .l-footer__contact--call-freedial {
    font-size: 1.75em;
    height: 9rem;
  }
}
.l-footer__contact--call-freedial span[data-action=call] {
  color: #FFF;
}
.l-footer__contact--call-freedial small {
  font-size: 0.6em;
  margin-bottom: 0.5em;
  display: block;
  padding-right: 0.5em;
}
.l-footer__contact--call-freedial strong {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .l-footer__contact--call-freedial strong {
    display: block;
  }
}
.l-footer__contact--call-freedial strong span {
  display: flex;
  align-items: baseline;
}
@media only screen and (max-width: 575px) {
  .l-footer__contact--call-freedial strong span {
    line-height: 1.33;
  }
}
.l-footer__contact--call-freedial strong span.u-freedial:before {
  content: "";
  display: block;
  background: url(../images/cmn/freedial-mark-sm.png) left center/contain no-repeat;
  width: 29px;
  height: 17px;
  margin-right: 0.11em;
}

@media only screen and (max-width: 991px) {
  .l-footer__sitemap {
    display: none;
  }
}

.l-footer__sitemap--item {
  white-space: nowrap;
  position: relative;
  list-style: none;
}
.l-footer__sitemap--item > strong {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
}
.l-footer__sitemap--item > strong > a:hover, .l-footer__sitemap--item > strong > a:active, .l-footer__sitemap--item > strong > a:focus {
  color: var(--rgb-white);
  opacity: 1;
}
.l-footer__sitemap--item > span {
  display: block;
  padding-left: 2em;
}
.l-footer__sitemap--item > span:not(:first-child) {
  margin: 0 0.5em 0 -0.5em;
}
.l-footer__sitemap--item > span > a {
  color: var(--rgb-white);
  display: block;
}
.l-footer__sitemap--item > span > a:hover, .l-footer__sitemap--item > span > a:active, .l-footer__sitemap--item > span > a:focus {
  color: var(--rgb-white);
  opacity: 1;
  text-decoration: underline;
}
.l-footer__sitemap--item > span > a:before, .l-footer__sitemap--item > span > a:after {
  width: 1em;
  display: inline-block;
  vertical-align: middle;
}
.l-footer__sitemap--item > span > a:before {
  content: "・";
}
.l-footer__sitemap--item > span > a:after {
  content: "";
}

.l-footer__sitemap--horizontal {
  justify-content: center;
  align-items: center;
}
.l-footer__sitemap--horizontal:not(:first-child) {
  margin-left: 0.5em;
}
.l-footer__sitemap--horizontal .l-footer__sitemap--link, .l-footer__sitemap--horizontal .l-footer__sitemap--link:hover, .l-footer__sitemap--horizontal .l-footer__sitemap--link:active, .l-footer__sitemap--horizontal .l-footer__sitemap--link:focus {
  line-height: 1;
}
.l-footer__sitemap--horizontal .l-footer__sitemap--link:hover, .l-footer__sitemap--horizontal .l-footer__sitemap--link:active, .l-footer__sitemap--horizontal .l-footer__sitemap--link:focus {
  border-radius: 2px;
}

.l-footer__sitemap--vertical {
  flex-flow: column wrap;
}
.l-footer__sitemap--vertical .l-footer__sitemap--link:hover, .l-footer__sitemap--vertical .l-footer__sitemap--link:active, .l-footer__sitemap--vertical .l-footer__sitemap--link:focus {
  text-decoration: underline;
}

.l-footer__sitemap--link, .l-footer__sitemap--link:hover, .l-footer__sitemap--link:active, .l-footer__sitemap--link:focus {
  font-size: 1em;
  white-space: nowrap;
  opacity: 1;
  display: block;
}
.l-footer__sitemap--link strong, .l-footer__sitemap--link small, .l-footer__sitemap--link:hover strong, .l-footer__sitemap--link:hover small, .l-footer__sitemap--link:active strong, .l-footer__sitemap--link:active small, .l-footer__sitemap--link:focus strong, .l-footer__sitemap--link:focus small {
  display: block;
  text-align: center;
}
.l-footer__sitemap--link strong, .l-footer__sitemap--link:hover strong, .l-footer__sitemap--link:active strong, .l-footer__sitemap--link:focus strong {
  font-size: 1em;
}
.l-footer__sitemap--link small, .l-footer__sitemap--link:hover small, .l-footer__sitemap--link:active small, .l-footer__sitemap--link:focus small {
  font-size: 0.75em;
}
.l-footer__sitemap--link:before {
  color: var(--rgb-text);
  font-size: 1em;
  line-height: 1;
  text-align: center;
  font-family: "Font Awesome 5 Pro";
  width: 1em;
}

.l-footer__copyright {
  display: block;
  font-size: 1em;
}
@media only screen and (max-width: 767px) {
  .l-footer__copyright {
    font-size: 0.75em;
  }
}
.l-footer__copyright--small {
  line-height: 1;
  display: block;
}
.l-footer__copyright--footer {
  background-color: var(--rgb-copyright);
  color: #FFF;
  padding: 1em 0;
}
@media only screen and (max-width: 767px) {
  .l-footer__copyright--footer {
    padding: 0.5em 0;
  }
}
.l-footer__copyright--footer strong {
  line-height: 1;
  text-align: center;
  display: block;
}

/* Fixed bottom */
#fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 99;
}
@media only screen and (max-width: 575px) {
  #fixed-bottom {
    flex-flow: row wrap;
    left: 0;
  }
}
@media only screen and (max-width: 991px) {
  #fixed-bottom > div {
    font-size: 12px;
  }
}
#fixed-bottom > div > a {
  display: block;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.25;
  min-width: 72px;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  #fixed-bottom > div > a {
    min-width: 60px;
  }
}
@media only screen and (max-width: 575px) {
  #fixed-bottom > div > a {
    min-width: 42px;
  }
}

.fixed-left {
  padding: 14px;
  color: #FFF;
  display: none;
}
@media only screen and (max-width: 575px) {
  .fixed-left {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 9px 14px;
  }
}

.reach-bottom {
  left: 0;
  background-color: var(--maincolor);
}
.reach-bottom .fixed-left {
  display: block;
}

.fixed-right {
  display: flex;
  background-color: var(--maincolor);
  padding: 1px;
}
@media only screen and (max-width: 575px) {
  .fixed-right {
    flex-flow: row wrap;
    justify-content: flex-end;
    width: 100%;
  }
}
.fixed-right > div {
  font-size: 14px;
  padding: 1px;
  display: flex;
}

@media only screen and (max-width: 575px) {
  .bottom-fd {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.bottom-fd-inner {
  background: #FCFBF3;
  padding: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .bottom-fd-inner {
    padding: 5px;
  }
}
@media only screen and (max-width: 575px) {
  .bottom-fd-inner {
    width: 100%;
  }
}
.bottom-fd-inner h3 {
  font-size: 1.25em;
  margin-bottom: 1em;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 575px) {
  .bottom-pv {
    flex: 1 1 43%;
    max-width: 43%;
  }
  .bottom-iq {
    flex: 1 1 43%;
    max-width: 43%;
  }
  .bottom-pt {
    flex: 1 1 14%;
    max-width: 14%;
  }
}
.bottom-pt a {
  color: #FFF;
  background: var(--maincolor);
  font-size: 24px;
  text-align: center;
}

.bottom-pt a:hover, .bottom-pt a:active, .bottom-pt a:focus {
  color: #FCFBF3;
}

@media only screen and (max-width: 767px) {
  .bottom-pt a {
    font-size: 16px;
  }
}
.bottom-hour {
  font-size: 0.75rem;
  text-align: center;
  line-height: 1;
  margin-top: 0.75em;
}
@media only screen and (max-width: 767px) {
  .bottom-hour {
    font-size: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .bottom-fd-inner .free-dial {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0.5em 0 0;
    height: 1.25rem;
    overflow: hidden;
  }
  .bottom-fd-inner .fd-mark {
    margin-right: 7px;
    height: 20px;
  }
  .bottom-fd-inner .fd-mark img {
    vertical-align: top;
    width: 35px !important;
    height: 20px !important;
  }
  .bottom-fd-inner .fd-number .phone-sm {
    font-size: 1em16px;
    line-height: 20px;
  }
}
.c-o {
  display: none;
}

.c-box__float {
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.1);
}

.c-box__line--dark .c-box__heading, .c-box__line--dark .c-box__image, .c-box__line--light, .c-box__line--all {
  border: 1px solid var(--rgb-linegray);
}

.c-box__line--light {
  border-top: none;
}
.c-box__line--light .c-box__heading {
  border-top: 1px solid var(--rgb-linegray);
}
.c-box__line--dark .c-box__heading, .c-box__line--dark .c-box__image {
  border-top: none;
  margin: 0 -1px;
}
.c-box__line--dark .c-box__heading:first-child, .c-box__line--dark .c-box__image:first-child {
  margin-top: -1px;
}

.c-box__border--slash {
  background-image: repeating-linear-gradient(135deg, var(--rgb-linegray) 0, var(--rgb-linegray) 8px, var(--rgb-white) 8px, var(--rgb-white) 12px);
  padding: 4px;
}

.c-box__heading--dark, .c-box__heading--light {
  font-size: calc(1.25em * var(--sm-rate));
  line-height: 1.5;
  text-align: center;
}

.c-box__heading--light {
  background-color: var(--rgb-heading-light);
  color: var(--rgb-text);
}
.c-box__heading--dark {
  background-color: var(--rgb-heading-dark);
  color: rgba(255, 255, 255, 0.95);
}
.c-box__heading--xs {
  font-size: calc(1em * var(--sm-rate));
}
.c-box__heading--sm {
  font-size: calc(1.125em * var(--sm-rate));
}
.c-box__heading--lg {
  font-size: calc(1.33em * var(--sm-rate));
}
.c-box__heading--xl {
  font-size: calc(1.5em * var(--sm-rate));
}
.c-box__heading a, .c-box__heading a:hover, .c-box__heading a:active, .c-box__heading a:focus {
  color: inherit;
}
.c-box__heading small {
  text-align: center;
  font-size: 0.9em;
  display: block;
  margin-top: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
@media only screen and (max-width: 767px) {
  .c-box__heading small {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.c-box__heading--in {
  color: var(--rgb-text);
  line-height: 1.5;
}

.c-box__body, .c-box__fotorama, .c-box__date, .c-box__file {
  line-height: 1.75;
}
.c-box__fotorama {
  border-top: 1px dashed var(--rgb-linegray);
  border-bottom: 1px dashed var(--rgb-linegray);
}
.c-box__category {
  font-size: 0.8em;
  line-height: 1;
  color: var(--rgb-white);
  font-size: 0.75em;
  padding: 0.5em;
  display: block;
  text-align: center;
  width: 6rem;
  margin: 1.25rem 0;
  display: inline-block;
}
.c-box__date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 1rem;
  line-height: 0.75;
}
.c-box__date--new {
  font-size: 0.66em;
  line-height: 0.75;
  color: var(--rgb-new);
}
.c-box__date .c-box__date--new {
  margin-left: 2rem;
}
.c-box__file {
  border-top: 1px dashed var(--rgb-linegray);
}
.c-box__goto--detail {
  margin-top: 1.25rem;
  text-align: right;
}
.c-box__goto--detail img {
  width: auto;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .c-box__goto--detail img {
    height: 20px;
  }
}
.c-box__body + .c-box__body {
  border-top: 1px dashed var(--rgb-linegray);
}
.c-box__date {
  border-top: 1px solid var(--rgb-linegray);
}
.c-box__date:first-child {
  border-top: none;
}
.c-box__icon {
  background-color: #FFF;
  border-radius: 6rem;
  font-size: 3em;
  margin: -4.5rem auto;
  width: 9rem;
  height: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .c-box__icon {
    font-size: 2.5em;
    width: 7.5rem;
    height: 7.5rem;
    margin: -3.75rem auto;
  }
}
@media only screen and (max-width: 767px) {
  .c-box__icon {
    font-size: 2em;
    width: 6rem;
    height: 6rem;
    margin: -3rem auto;
  }
}
.c-box__icon--md {
  background-color: #FFF;
  margin-top: 4.5rem;
  padding: 2rem;
  padding-top: 0;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .c-box__icon--md {
    padding: 1.5rem;
    padding-top: 0;
    margin-top: 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-box__icon--md {
    padding: 1rem;
    padding-top: 0;
    margin-top: 3rem;
  }
}
.c-box__icon--title {
  color: var(--maincolor);
  padding: 4.5rem 0 1.5rem;
  text-transform: uppercase;
  text-align: center;
  font-size: 2.25em;
  line-height: 1;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .c-box__icon--title {
    font-size: 1.875em;
    padding: 3rem 0 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-box__icon--title {
    font-size: 1.5em;
    padding: 1.5rem 0 0.5rem;
  }
}
.c-box__icon--disc {
  border-top: 1px dashed var(--maincolor);
  padding: 1.5rem 0;
  text-align: center;
  font-size: 1.25em;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .c-box__icon--disc {
    font-size: 1.125em;
    padding: 1rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-box__icon--disc {
    font-size: 1.125em;
    padding: 0.5rem 0;
  }
}
.c-box__horizontal {
  display: flex;
  width: 100%;
}
.c-box__horizontal .c-box__heading--dark {
  flex: 0 0 12rem;
  min-height: 12rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-box__horizontal .c-newspaper {
  flex: 0 0 calc(100% - 12rem);
}
.c-box__horizontal .c-newspaper .c-box__body {
  margin: -1.5rem 0;
}

.c-box__heading--light, .c-box__heading--dark {
  padding: 0.75em 1em;
}

.c-box__heading--thin {
  padding: 0.5em 1em;
}

.c-box__heading--heavy {
  padding: 1.5em 1em;
}

.c-box--xs .c-box__body, .c-box--xs .c-box__fotorama, .c-box--xs .c-box__date, .c-box--xs .c-box__news--title, .c-box--xs .c-box__file {
  padding: calc(var(--gap-xs) * var(--gap-rate) * 2);
}

.c-box--sm .c-box__body, .c-box--sm .c-box__fotorama, .c-box--sm .c-box__news--title, .c-box--sm .c-box__file {
  padding: calc(var(--gap-sm) * var(--gap-rate) * 2);
}

.c-box--md .c-box__body, .c-box--md .c-box__fotorama, .c-box--md .c-box__date, .c-box--md .c-box__news--title, .c-box--md .c-box__file {
  padding: calc(var(--gap-md) * var(--gap-rate) * 2);
}

.c-box--lg .c-box__body, .c-box--lg .c-box__fotorama, .c-box--lg .c-box__file {
  padding: calc(var(--gap-lg) * var(--gap-rate) * 2);
}
.c-box--lg .c-box__date, .c-box--lg .c-box__news--title {
  padding: 1.5rem 3rem;
}
@media only screen and (max-width: 991px) {
  .c-box--lg .c-box__date, .c-box--lg .c-box__news--title {
    padding: 1.25rem 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-box--lg .c-box__date, .c-box--lg .c-box__news--title {
    padding: 1rem;
  }
}

.c-box--xl .c-box__body, .c-box--xl .c-box__fotorama, .c-box--xl .c-box__date, .c-box--xl .c-box__news--title, .c-box--xl .c-box__file {
  padding: calc(var(--gap-xl) * var(--gap-rate) * 2);
}

.c-box--xxl .c-box__body, .c-box--xxl .c-box__fotorama, .c-box--xxl .c-box__date, .c-box--xxl .c-box__news--title, .c-box--xxl .c-box__file {
  padding: calc(var(--gap-xxl) * var(--gap-rate) * 2);
}

.c-box__image--inset > img, .c-box__image > img {
  width: 100%;
  height: auto;
}

.c-box__image {
  position: relative;
}
.c-box__image[class*=u-rounded--] {
  overflow: hidden;
}
.c-box__image--over {
  background-color: rgba(0, 0, 0, 0.5);
  color: var(--rgb-white);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-box--xs .c-box__image--inset {
  padding: 2rem;
}

.c-box--sm .c-box__image--inset {
  padding: 3rem;
}
@media only screen and (max-width: 767px) {
  .c-box--sm .c-box__image--inset {
    padding: 2rem;
  }
}

.c-box--md .c-box__image--inset {
  padding: 4rem;
}
@media only screen and (max-width: 991px) {
  .c-box--md .c-box__image--inset {
    padding: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-box--md .c-box__image--inset {
    padding: 2rem;
  }
}

.c-box--lg .c-box__image--inset {
  padding: 6rem;
}
@media only screen and (max-width: 991px) {
  .c-box--lg .c-box__image--inset {
    padding: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-box--lg .c-box__image--inset {
    padding: 2rem;
  }
}

.c-box--xl .c-box__image--inset {
  padding: 8rem;
}
@media only screen and (max-width: 1399px) {
  .c-box--xl .c-box__image--inset {
    padding: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .c-box--xl .c-box__image--inset {
    padding: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-box--xl .c-box__image--inset {
    padding: 2rem;
  }
}

.c-box--xs, .c-box--sm, .c-box--md, .c-box--lg, .c-box--xl {
  display: block;
  width: 100%;
  position: relative;
  scroll-margin-top: calc(var(--header-height) + 2rem);
}
.c-box--xs + .c-box--xs {
  margin-top: 1rem;
}
.c-box--sm + .c-box--sm {
  margin-top: 1.5rem;
}
.c-box--md + .c-box--md {
  margin-top: 2rem;
}
.c-box--lg + .c-box--lg {
  margin-top: 3rem;
}
.c-box--xl + .c-box--xl {
  margin-top: 4rem;
}

a[class*=c-box--]:hover, a[class*=c-box--]:active, a[class*=c-box--]:focus {
  opacity: 0.75;
  background-color: var(--rgb-white);
}

.c-box__faq {
  position: relative;
  word-wrap: break-word;
  background-color: #FFF;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.c-box__faq dt {
  padding: 1px;
}
.c-box__faq dt a, .c-box__faq dt a:hover, .c-box__faq dt a:active, .c-box__faq dt a:focus, .c-box__faq dt span {
  background-color: var(--rgb-faq);
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 1.125rem;
  line-height: 1.25;
  padding: 1.5rem 6rem;
  color: #FFF;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .c-box__faq dt a, .c-box__faq dt a:hover, .c-box__faq dt a:active, .c-box__faq dt a:focus, .c-box__faq dt span {
    font-size: 1rem;
    padding: 1rem 4rem;
  }
}
.c-box__faq dt a:before, .c-box__faq dt span:before {
  content: "Q";
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0.25;
  font-size: 6rem;
  line-height: 0.33;
  color: #FFF;
}
@media only screen and (max-width: 991px) {
  .c-box__faq dt a:before, .c-box__faq dt span:before {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-box__faq dt a:before, .c-box__faq dt span:before {
    font-size: 4rem;
  }
}
.c-box__faq dt a:after {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  bottom: 50%;
  line-height: 24px;
  margin: -12px 0;
  color: #FFF;
}
.c-box__faq dt a[aria-expanded=false]:after {
  content: "\f078";
}
.c-box__faq dt a[aria-expanded=true]:after {
  content: "\f077";
}
.c-box__faq--answer {
  padding: 2rem;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .c-box__faq--answer {
    padding: 1rem;
  }
}
.c-box__faq + .c-box__faq {
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .c-box__faq + .c-box__faq {
    margin-top: 1rem;
  }
}

.c-box__drawer {
  position: relative;
  word-wrap: break-word;
  background-color: var(--rgb-white);
}
.c-box__drawer dt a, .c-box__drawer dt a:hover, .c-box__drawer dt a:active, .c-box__drawer dt a:focus, .c-box__drawer dt span {
  background-color: var(--rgb-main);
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 1.25rem;
  line-height: 1.25;
  padding: 1.5rem 9rem 1.5rem 3rem;
  color: var(--rgb-white);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .c-box__drawer dt a, .c-box__drawer dt a:hover, .c-box__drawer dt a:active, .c-box__drawer dt a:focus, .c-box__drawer dt span {
    font-size: 1.125rem;
    padding: 1rem 4rem 1rem 1rem;
  }
}
.c-box__drawer dt a small, .c-box__drawer dt a:hover small, .c-box__drawer dt a:active small, .c-box__drawer dt a:focus small, .c-box__drawer dt span small {
  margin-left: 1em;
  font-weight: 400;
}
.c-box__drawer dt a:after {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  bottom: 50%;
  line-height: 24px;
  margin: -12px 0;
  color: var(--rgb-white);
}
.c-box__drawer dt a[aria-expanded=false]:after {
  content: "\f067";
}
.c-box__drawer dt a[aria-expanded=true]:after {
  content: "\f068";
}
.c-box__drawer dd {
  border: 1px solid #DDD;
  border-top: none;
}
.c-box__drawer--inner {
  padding: 3rem;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .c-box__drawer--inner {
    padding: 1rem;
  }
}
.c-box__drawer {
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .c-box__drawer {
    margin-top: 1rem;
  }
}
.c-box__drawer + .c-box__drawer {
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .c-box__drawer + .c-box__drawer {
    margin-top: 1rem;
  }
}

.c-button__dummy, .c-button__file, .c-button__file:hover, .c-button__file:active, .c-button__file:focus, .c-button__link, .c-button__link:hover, .c-button__link:active, .c-button__link:focus {
  border: var(--button-border-width) solid transparent;
  white-space: normal;
  text-decoration: none;
  font-size: 1em;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, opacity 0.15s ease-in-out;
}
.c-button__dummy small, .c-button__file small, .c-button__file:hover small, .c-button__file:active small, .c-button__file:focus small, .c-button__link small, .c-button__link:hover small, .c-button__link:active small, .c-button__link:focus small {
  flex: 1 1 100%;
  font-weight: 700;
  font-size: 0.5em;
}

.c-button__link, .c-button__link:hover, .c-button__link:active, .c-button__link:focus {
  justify-content: center;
}

.c-button__file, .c-button__file:hover, .c-button__file:active, .c-button__file:focus {
  justify-content: start;
}

.c-button__dummy {
  justify-content: center;
}

.c-button__size--xxl, .c-button__size--xxl:hover, .c-button__size--xxl:active, .c-button__size--xxl:focus {
  font-size: 2em;
}
@media only screen and (max-width: 991px) {
  .c-button__size--xxl, .c-button__size--xxl:hover, .c-button__size--xxl:active, .c-button__size--xxl:focus {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .c-button__size--xxl, .c-button__size--xxl:hover, .c-button__size--xxl:active, .c-button__size--xxl:focus {
    font-size: 1.25em;
  }
}
.c-button__size--xl, .c-button__size--xl:hover, .c-button__size--xl:active, .c-button__size--xl:focus {
  font-size: 1.66em;
}
@media only screen and (max-width: 991px) {
  .c-button__size--xl, .c-button__size--xl:hover, .c-button__size--xl:active, .c-button__size--xl:focus {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .c-button__size--xl, .c-button__size--xl:hover, .c-button__size--xl:active, .c-button__size--xl:focus {
    font-size: 1.25em;
  }
}
.c-button__size--lg, .c-button__size--lg:hover, .c-button__size--lg:active, .c-button__size--lg:focus {
  font-size: 1.33em;
}
@media only screen and (max-width: 991px) {
  .c-button__size--lg, .c-button__size--lg:hover, .c-button__size--lg:active, .c-button__size--lg:focus {
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 767px) {
  .c-button__size--lg, .c-button__size--lg:hover, .c-button__size--lg:active, .c-button__size--lg:focus {
    font-size: 1.125em;
  }
}
.c-button__size--sm, .c-button__size--sm:hover, .c-button__size--sm:active, .c-button__size--sm:focus {
  font-size: 0.9em;
}
@media only screen and (max-width: 767px) {
  .c-button__size--sm, .c-button__size--sm:hover, .c-button__size--sm:active, .c-button__size--sm:focus {
    font-size: 0.75em;
  }
}
.c-button__size--xs, .c-button__size--xs:hover, .c-button__size--xs:active, .c-button__size--xs:focus {
  font-size: 0.66em;
}
@media only screen and (max-width: 767px) {
  .c-button__size--xs, .c-button__size--xs:hover, .c-button__size--xs:active, .c-button__size--xs:focus {
    font-size: 0.66em;
  }
}

.c-button__width--660, .c-button__width--440, .c-button__width--330 {
  display: flex;
}
.justify-content-center.c-button__width--660 .c-button__link, .justify-content-center.c-button__width--440 .c-button__link, .justify-content-center.c-button__width--330 .c-button__link {
  margin-left: var(--gap-sm);
  margin-right: var(--gap-sm);
}

.c-button__width--330 .c-button__link {
  max-width: 16.5vw;
}
@media only screen and (max-width: 2000px) {
  .c-button__width--330 .c-button__link {
    max-width: 330px;
  }
}
@media only screen and (max-width: 575px) {
  .c-button__width--330 .c-button__link {
    max-width: 100%;
  }
}
.c-button__width--440 .c-button__link {
  max-width: 22vw;
}
@media only screen and (max-width: 2000px) {
  .c-button__width--440 .c-button__link {
    max-width: 440px;
  }
}
@media only screen and (max-width: 575px) {
  .c-button__width--440 .c-button__link {
    max-width: 100%;
  }
}
.c-button__width--660 .c-button__link {
  max-width: 33vw;
}
@media only screen and (max-width: 2000px) {
  .c-button__width--660 .c-button__link {
    max-width: 660px;
  }
}
@media only screen and (max-width: 575px) {
  .c-button__width--660 .c-button__link {
    max-width: 100%;
  }
}

.c-button__height--zero, .c-button__height--zero:hover, .c-button__height--zero:active, .c-button__height--zero:focus {
  padding: 0;
}
.c-button__height--thin, .c-button__height--thin:hover, .c-button__height--thin:active, .c-button__height--thin:focus {
  padding: 0.5em 1em;
}
@media only screen and (max-width: 991px) {
  .c-button__height--thin, .c-button__height--thin:hover, .c-button__height--thin:active, .c-button__height--thin:focus {
    padding: 0.33em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .c-button__height--thin, .c-button__height--thin:hover, .c-button__height--thin:active, .c-button__height--thin:focus {
    padding: 0.25em 1em;
  }
}
.c-button__height--thin.c-button__texture--flat, .c-button__height--thin:hover.c-button__texture--flat, .c-button__height--thin:active.c-button__texture--flat, .c-button__height--thin:focus.c-button__texture--flat {
  padding: calc(0.5em + var(--button-border-width)) 1em;
}
@media only screen and (max-width: 991px) {
  .c-button__height--thin.c-button__texture--flat, .c-button__height--thin:hover.c-button__texture--flat, .c-button__height--thin:active.c-button__texture--flat, .c-button__height--thin:focus.c-button__texture--flat {
    padding: calc(0.33em + var(--button-border-width)) 1em;
  }
}
@media only screen and (max-width: 767px) {
  .c-button__height--thin.c-button__texture--flat, .c-button__height--thin:hover.c-button__texture--flat, .c-button__height--thin:active.c-button__texture--flat, .c-button__height--thin:focus.c-button__texture--flat {
    padding: calc(0.25em + var(--button-border-width)) 1em;
  }
}
.c-button__height--flat, .c-button__height--flat:hover, .c-button__height--flat:active, .c-button__height--flat:focus {
  padding: 1em;
}
@media only screen and (max-width: 991px) {
  .c-button__height--flat, .c-button__height--flat:hover, .c-button__height--flat:active, .c-button__height--flat:focus {
    padding: 0.75em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .c-button__height--flat, .c-button__height--flat:hover, .c-button__height--flat:active, .c-button__height--flat:focus {
    padding: 0.5em 1em;
  }
}
.c-button__height--flat.c-button__texture--flat, .c-button__height--flat:hover.c-button__texture--flat, .c-button__height--flat:active.c-button__texture--flat, .c-button__height--flat:focus.c-button__texture--flat {
  padding: calc(1em + var(--button-border-width)) 1em;
}
@media only screen and (max-width: 991px) {
  .c-button__height--flat.c-button__texture--flat, .c-button__height--flat:hover.c-button__texture--flat, .c-button__height--flat:active.c-button__texture--flat, .c-button__height--flat:focus.c-button__texture--flat {
    padding: calc(0.75em + var(--button-border-width)) 1em;
  }
}
@media only screen and (max-width: 767px) {
  .c-button__height--flat.c-button__texture--flat, .c-button__height--flat:hover.c-button__texture--flat, .c-button__height--flat:active.c-button__texture--flat, .c-button__height--flat:focus.c-button__texture--flat {
    padding: calc(0.5em + var(--button-border-width)) 1em;
  }
}
.c-button__height--heavy, .c-button__height--heavy:hover, .c-button__height--heavy:active, .c-button__height--heavy:focus {
  padding: 2em 1em;
}
@media only screen and (max-width: 991px) {
  .c-button__height--heavy, .c-button__height--heavy:hover, .c-button__height--heavy:active, .c-button__height--heavy:focus {
    padding: 2.5em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .c-button__height--heavy, .c-button__height--heavy:hover, .c-button__height--heavy:active, .c-button__height--heavy:focus {
    padding: 2em 1em;
  }
}
.c-button__height--heavy.c-button__texture--flat, .c-button__height--heavy:hover.c-button__texture--flat, .c-button__height--heavy:active.c-button__texture--flat, .c-button__height--heavy:focus.c-button__texture--flat {
  padding: calc(2em + var(--button-border-width)) 1em;
}
@media only screen and (max-width: 991px) {
  .c-button__height--heavy.c-button__texture--flat, .c-button__height--heavy:hover.c-button__texture--flat, .c-button__height--heavy:active.c-button__texture--flat, .c-button__height--heavy:focus.c-button__texture--flat {
    padding: calc(2.5em + var(--button-border-width)) 1em;
  }
}
@media only screen and (max-width: 767px) {
  .c-button__height--heavy.c-button__texture--flat, .c-button__height--heavy:hover.c-button__texture--flat, .c-button__height--heavy:active.c-button__texture--flat, .c-button__height--heavy:focus.c-button__texture--flat {
    padding: calc(2em + var(--button-border-width)) 1em;
  }
}

.c-button__circle--flat, .c-button__circle--flat:hover, .c-button__circle--flat:active, .c-button__circle--flat:focus, .c-button__circle--thin, .c-button__circle--thin:hover, .c-button__circle--thin:active, .c-button__circle--thin:focus, .c-button__circle--heavy, .c-button__circle--heavy:hover, .c-button__circle--heavy:active, .c-button__circle--heavy:focus {
  width: -moz-max-content;
  width: max-content;
}
.c-button__circle--flat span, .c-button__circle--flat:hover span, .c-button__circle--flat:active span, .c-button__circle--flat:focus span, .c-button__circle--thin span, .c-button__circle--thin:hover span, .c-button__circle--thin:active span, .c-button__circle--thin:focus span, .c-button__circle--heavy span, .c-button__circle--heavy:hover span, .c-button__circle--heavy:active span, .c-button__circle--heavy:focus span {
  width: 1.125em;
  height: 1.125em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-button__circle--flat, .c-button__circle--flat:hover, .c-button__circle--flat:active, .c-button__circle--flat:focus {
  padding: 1em;
}
@media only screen and (max-width: 991px) {
  .c-button__circle--flat, .c-button__circle--flat:hover, .c-button__circle--flat:active, .c-button__circle--flat:focus {
    padding: 0.75em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .c-button__circle--flat, .c-button__circle--flat:hover, .c-button__circle--flat:active, .c-button__circle--flat:focus {
    padding: 0.5em 1em;
  }
}
.c-button__circle--thin, .c-button__circle--thin:hover, .c-button__circle--thin:active, .c-button__circle--thin:focus {
  padding: 0.5em;
}
@media only screen and (max-width: 991px) {
  .c-button__circle--thin, .c-button__circle--thin:hover, .c-button__circle--thin:active, .c-button__circle--thin:focus {
    padding: 0.33em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .c-button__circle--thin, .c-button__circle--thin:hover, .c-button__circle--thin:active, .c-button__circle--thin:focus {
    padding: 0.25em 1em;
  }
}
.c-button__circle--heavy, .c-button__circle--heavy:hover, .c-button__circle--heavy:active, .c-button__circle--heavy:focus {
  padding: 2em;
}
@media only screen and (max-width: 991px) {
  .c-button__circle--heavy, .c-button__circle--heavy:hover, .c-button__circle--heavy:active, .c-button__circle--heavy:focus {
    padding: 2.5em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .c-button__circle--heavy, .c-button__circle--heavy:hover, .c-button__circle--heavy:active, .c-button__circle--heavy:focus {
    padding: 2em 1em;
  }
}

.c-button__texture--flat, .c-button__texture--flat:hover, .c-button__texture--flat:active, .c-button__texture--flat:focus {
  background-color: var(--rgb-flat);
  color: rgb(255, 255, 255);
  border: none;
}
.c-button__texture--flat:hover, .c-button__texture--flat:active, .c-button__texture--flat:focus {
  background-color: var(--rgb-flat-hover);
  color: rgb(255, 255, 255);
  border: none;
  opacity: 1;
}
.c-button__texture--solid, .c-button__texture--solid:hover, .c-button__texture--solid:active, .c-button__texture--solid:focus {
  background-color: rgb(255, 255, 255);
  color: var(--rgb-button);
  border-color: var(--rgb-button);
}
.c-button__texture--solid:hover, .c-button__texture--solid:active, .c-button__texture--solid:focus {
  background-color: rgba(var(--buttonrgbcolor), 0.25);
  color: rgba(var(--buttonrgbcolor), 0.25);
  opacity: 1;
}
.c-button__texture--outline, .c-button__texture--outline:hover, .c-button__texture--outline:active, .c-button__texture--outline:focus {
  background-color: transparent;
  color: var(--rgb-button);
  border-color: var(--rgb-button);
}
.c-button__texture--outline:hover, .c-button__texture--outline:active, .c-button__texture--outline:focus {
  background-color: rgba(var(--buttonrgbcolor), 0.25);
  color: var(--rgb-button);
  opacity: 1;
}
.c-button__texture--negative, .c-button__texture--negative:hover, .c-button__texture--negative:active, .c-button__texture--negative:focus {
  color: rgb(153, 153, 153);
  background-color: rgb(255, 255, 255);
  border-color: rgb(153, 153, 153);
}
.c-button__texture--negative:hover, .c-button__texture--negative:active, .c-button__texture--negative:focus {
  color: rgb(153, 153, 153);
  background-color: rgba(153, 153, 153, 0.25);
}
.c-button__texture--invert, .c-button__texture--invert:hover, .c-button__texture--invert:active, .c-button__texture--invert:focus {
  background-color: transparent;
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
.c-button__texture--invert:hover, .c-button__texture--invert:active, .c-button__texture--invert:focus {
  background-color: rgba(255, 255, 255, 0.25);
  color: rgb(255, 255, 255);
  opacity: 1;
}
.c-button__texture--grad, .c-button__texture--grad:hover, .c-button__texture--grad:active, .c-button__texture--grad:focus {
  background-image: linear-gradient(to right, var(--buttonflatpalecolor) 0%, var(--rgb-flat-hover) 100%);
  color: rgb(255, 255, 255);
  border: none;
}
.c-button__texture--grad:hover, .c-button__texture--grad:active, .c-button__texture--grad:focus {
  background-image: linear-gradient(to right, var(--buttonflatpalecolor) 0%, var(--rgb-flat-hover) 100%);
  color: rgb(255, 255, 255);
  border: none;
  opacity: 1;
}
.c-button__texture--invert-footline, .c-button__texture--invert-footline:hover, .c-button__texture--invert-footline:active, .c-button__texture--invert-footline:focus {
  background-color: transparent;
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  border: 1px solid transparent;
  border-bottom: 1px solid rgb(255, 255, 255);
}
.c-button__texture--invert-footline:hover, .c-button__texture--invert-footline:active, .c-button__texture--invert-footline:focus {
  background-color: rgba(255, 255, 255, 0.25);
  color: rgb(255, 255, 255);
  opacity: 1;
}
.c-button__texture--text, .c-button__texture--text:hover, .c-button__texture--text:active, .c-button__texture--text:focus {
  width: -moz-max-content;
  width: max-content;
}
.c-button__texture--faqtag, .c-button__texture--faqtag:hover, .c-button__texture--faqtag:active, .c-button__texture--faqtag:focus {
  background-color: rgb(255, 255, 255);
  color: var(--faqtagcolor);
  border-color: var(--faqtagcolor);
}
.c-button__texture--faqtag span, .c-button__texture--faqtag:hover span, .c-button__texture--faqtag:active span, .c-button__texture--faqtag:focus span {
  line-height: 1.5;
}
.c-button__texture--faqtag:before, .c-button__texture--faqtag:hover:before, .c-button__texture--faqtag:active:before, .c-button__texture--faqtag:focus:before {
  background-color: var(--faqtagcolor);
  color: rgb(255, 255, 255);
  content: "Q";
  font-size: 1.5em;
  position: stycky;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1em;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}
@media only screen and (max-width: 1199px) {
  .c-button__texture--faqtag:before, .c-button__texture--faqtag:hover:before, .c-button__texture--faqtag:active:before, .c-button__texture--faqtag:focus:before {
    margin: 0 0.75em;
  }
}
@media only screen and (max-width: 991px) {
  .c-button__texture--faqtag:before, .c-button__texture--faqtag:hover:before, .c-button__texture--faqtag:active:before, .c-button__texture--faqtag:focus:before {
    margin: 0 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .c-button__texture--faqtag:before, .c-button__texture--faqtag:hover:before, .c-button__texture--faqtag:active:before, .c-button__texture--faqtag:focus:before {
    margin: 0 0.5em 0 0.25em;
  }
}
.c-button__texture--faqtag:hover, .c-button__texture--faqtag:active, .c-button__texture--faqtag:focus {
  opacity: 1;
}
.c-button__texture--faqtag:hover:before, .c-button__texture--faqtag:active:before, .c-button__texture--faqtag:focus:before {
  animation: korokoro-q 0.5s linear 0s 1;
}
@keyframes korokoro-q {
  0% {
    transform: translate(0%, 0%);
  }
  5% {
    transform: translate(10%, 0%) rotate(10deg);
  }
  25% {
    transform: translate(20%, 0%) rotate(20deg);
  }
  30% {
    transform: translate(-10%, 0%) rotate(-10deg);
  }
  35% {
    transform: translate(-15%, 0%) rotate(-15deg);
  }
  45% {
    transform: translate(10%, 0%) rotate(10deg);
  }
  50% {
    transform: translate(15%, 0%) rotate(15deg);
  }
  60% {
    transform: translate(-5%, 0%) rotate(-5deg);
  }
  65% {
    transform: translate(-7%, 0%) rotate(-7deg);
  }
  75% {
    transform: translate(0%, 0%) rotate(0deg);
  }
  100% {
    transform: translate(0%, 0%) rotate(0deg);
  }
}

.c-button__dummy.c-button__texture--flat {
  background-color: var(--rgb-flat);
  color: rgb(255, 255, 255);
  border-color: transparent;
}
.c-button__dummy.c-button__texture--solid {
  background-color: rgb(255, 255, 255);
  color: var(--rgb-button);
  border-color: var(--rgb-button);
}
.c-button__dummy.c-button__texture--outline {
  background-color: transparent;
  color: var(--rgb-button);
  border-color: var(--rgb-button);
}
.c-button__dummy.c-button__texture--negative {
  color: rgb(153, 153, 153);
  background-color: rgb(255, 255, 255);
  border-color: rgb(153, 153, 153);
}
.c-button__dummy.c-button__texture--invert {
  background-color: transparent;
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}

.c-button__rounded--xs, .c-button__rounded--sm, .c-button__rounded--md, .c-button__rounded--lg, .c-button__rounded--xl, .c-button__rounded--all {
  overflow: hidden;
}
.c-button__rounded--xs, .c-button__rounded--xs:hover, .c-button__rounded--xs:active, .c-button__rounded--xs:focus {
  border-radius: 0.125rem;
}
.c-button__rounded--sm, .c-button__rounded--sm:hover, .c-button__rounded--sm:active, .c-button__rounded--sm:focus {
  border-radius: 0.25rem;
}
.c-button__rounded--md, .c-button__rounded--md:hover, .c-button__rounded--md:active, .c-button__rounded--md:focus {
  border-radius: 0.5rem;
}
.c-button__rounded--lg, .c-button__rounded--lg:hover, .c-button__rounded--lg:active, .c-button__rounded--lg:focus {
  border-radius: 0.75rem;
}
.c-button__rounded--xl, .c-button__rounded--xl:hover, .c-button__rounded--xl:active, .c-button__rounded--xl:focus {
  border-radius: 1rem;
}
.c-button__rounded--all, .c-button__rounded--all:hover, .c-button__rounded--all:active, .c-button__rounded--all:focus {
  border-radius: 100rem;
}

.c-button__motion--right {
  position: relative;
  overflow: hidden;
}
.c-button__motion--right.c-button__texture--flat:before, .c-button__motion--right.c-button__texture--flat:after {
  content: "";
}
.c-button__motion--right.c-button__texture--flat span, .c-button__motion--right.c-button__texture--flat:after {
  color: var(--rgb-white);
  position: relative;
  z-index: 1;
  animation: animation-flat-text-out 0.5s ease-out 1 forwards;
}
@keyframes animation-flat-text-out {
  0% {
    color: var(--rgb-white);
  }
  20% {
    color: var(--rgb-white);
  }
  80% {
    color: var(--rgb-white);
  }
  100% {
    color: var(--rgb-white);
  }
}
.c-button__motion--right.c-button__texture--flat:before {
  background-color: var(--rgb-flat-hover);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin-right: 0;
  display: block;
  animation: animation-flat-background-out 0.5s ease-out 1 forwards;
}
@keyframes animation-flat-background-out {
  0% {
    width: 100%;
  }
  20% {
    width: 100%;
  }
  80% {
    width: 0;
  }
  100% {
    width: 0;
  }
}
.c-button__motion--right.c-button__texture--flat:hover, .c-button__motion--right.c-button__texture--flat:active, .c-button__motion--right.c-button__texture--flat:focus {
  background-color: var(--rgb-flat);
  opacity: 1 !important;
}
.c-button__motion--right.c-button__texture--flat:hover span, .c-button__motion--right.c-button__texture--flat:hover:after, .c-button__motion--right.c-button__texture--flat:active span, .c-button__motion--right.c-button__texture--flat:active:after, .c-button__motion--right.c-button__texture--flat:focus span, .c-button__motion--right.c-button__texture--flat:focus:after {
  color: var(--rgb-white);
  position: relative;
  z-index: 1;
  animation: animation-flat-text-hover 0.5s ease-in 1 forwards;
}
@keyframes animation-flat-text-hover {
  0% {
    color: var(--rgb-white);
  }
  20% {
    color: var(--rgb-white);
  }
  80% {
    color: var(--rgb-white);
  }
  100% {
    color: var(--rgb-white);
  }
}
.c-button__motion--right.c-button__texture--flat:hover:before, .c-button__motion--right.c-button__texture--flat:active:before, .c-button__motion--right.c-button__texture--flat:focus:before {
  background-color: var(--rgb-flat-hover);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  animation: animation-flat-background-hover 0.5s ease-in 1 forwards;
}
@keyframes animation-flat-background-hover {
  0% {
    width: 0;
  }
  20% {
    width: 0;
  }
  80% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
.c-button__motion--right.c-button__texture--grad span, .c-button__motion--right.c-button__texture--grad:after {
  color: var(--rgb-white);
  position: relative;
  z-index: 1;
}
.c-button__motion--right.c-button__texture--grad:before {
  background-color: var(--rgb-flat-hover);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  content: "";
  margin-right: 0;
  display: block;
  animation: animation-grad-background-out 0.5s ease-out 1 forwards;
}
@keyframes animation-grad-background-out {
  0% {
    width: 100%;
  }
  20% {
    width: 100%;
  }
  80% {
    width: 0;
  }
  100% {
    width: 0;
  }
}
.c-button__motion--right.c-button__texture--grad:hover, .c-button__motion--right.c-button__texture--grad:active, .c-button__motion--right.c-button__texture--grad:focus {
  background-color: var(--rgb-flat);
  opacity: 1 !important;
}
.c-button__motion--right.c-button__texture--grad:hover span, .c-button__motion--right.c-button__texture--grad:hover:after, .c-button__motion--right.c-button__texture--grad:active span, .c-button__motion--right.c-button__texture--grad:active:after, .c-button__motion--right.c-button__texture--grad:focus span, .c-button__motion--right.c-button__texture--grad:focus:after {
  color: var(--rgb-white);
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
}
.c-button__motion--right.c-button__texture--grad:hover:before, .c-button__motion--right.c-button__texture--grad:active:before, .c-button__motion--right.c-button__texture--grad:focus:before {
  background-color: var(--rgb-flat-hover);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  animation: animation-grad-background-hover 0.5s ease-in 1 forwards;
}
@keyframes animation-grad-background-hover {
  0% {
    width: 0;
  }
  20% {
    width: 0;
  }
  80% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
.c-button__motion--right.c-button__texture--solid span, .c-button__motion--right.c-button__texture--solid:after {
  color: var(--rgb-white);
  position: relative;
  z-index: 1;
  animation: animation-solid-text-out 0.5s ease-out 1 forwards;
}
@keyframes animation-solid-text-out {
  0% {
    color: var(--rgb-white);
  }
  20% {
    color: var(--rgb-white);
  }
  80% {
    color: var(--rgb-button);
  }
  100% {
    color: var(--rgb-button);
  }
}
.c-button__motion--right.c-button__texture--solid:before {
  background-color: var(--rgb-button);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  content: "";
  margin-right: 0;
  display: block;
  animation: animation-solid-background-out 0.5s ease-out 1 forwards;
}
@keyframes animation-solid-background-out {
  0% {
    width: 100%;
  }
  20% {
    width: 100%;
  }
  80% {
    width: 0;
  }
  100% {
    width: 0;
  }
}
.c-button__motion--right.c-button__texture--solid:hover, .c-button__motion--right.c-button__texture--solid:active, .c-button__motion--right.c-button__texture--solid:focus {
  background-color: var(--rgb-white);
  opacity: 1 !important;
}
.c-button__motion--right.c-button__texture--solid:hover span, .c-button__motion--right.c-button__texture--solid:hover:after, .c-button__motion--right.c-button__texture--solid:active span, .c-button__motion--right.c-button__texture--solid:active:after, .c-button__motion--right.c-button__texture--solid:focus span, .c-button__motion--right.c-button__texture--solid:focus:after {
  color: var(--rgb-button);
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
  animation: animation-solid-text-hover 0.5s ease-in 1 forwards;
}
@keyframes animation-solid-text-hover {
  0% {
    color: var(--rgb-button);
  }
  20% {
    color: var(--rgb-button);
  }
  80% {
    color: var(--rgb-white);
  }
  100% {
    color: var(--rgb-white);
  }
}
.c-button__motion--right.c-button__texture--solid:hover:before, .c-button__motion--right.c-button__texture--solid:active:before, .c-button__motion--right.c-button__texture--solid:focus:before {
  background-color: var(--rgb-button);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  animation: animation-solid-background-hover 0.5s ease-in 1 forwards;
}
@keyframes animation-solid-background-hover {
  0% {
    width: 0;
  }
  20% {
    width: 0;
  }
  80% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
.c-button__motion--right.c-button__texture--outline span, .c-button__motion--right.c-button__texture--outline:after {
  color: var(--rgb-white);
  position: relative;
  z-index: 1;
  animation: animation-outline-text-out 0.5s ease-out 1 forwards;
}
@keyframes animation-outline-text-out {
  0% {
    color: var(--rgb-white);
  }
  20% {
    color: var(--rgb-white);
  }
  80% {
    color: var(--rgb-button);
  }
  100% {
    color: var(--rgb-button);
  }
}
.c-button__motion--right.c-button__texture--outline:before {
  background-color: var(--rgb-button);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  content: "";
  margin-right: 0;
  display: block;
  animation: animation-outline-background-out 0.5s ease-out 1 forwards;
}
@keyframes animation-outline-background-out {
  0% {
    width: 100%;
  }
  20% {
    width: 100%;
  }
  80% {
    width: 0;
  }
  100% {
    width: 0;
  }
}
.c-button__motion--right.c-button__texture--outline:hover, .c-button__motion--right.c-button__texture--outline:active, .c-button__motion--right.c-button__texture--outline:focus {
  background-color: transparent;
  opacity: 1 !important;
}
.c-button__motion--right.c-button__texture--outline:hover span, .c-button__motion--right.c-button__texture--outline:hover:after, .c-button__motion--right.c-button__texture--outline:active span, .c-button__motion--right.c-button__texture--outline:active:after, .c-button__motion--right.c-button__texture--outline:focus span, .c-button__motion--right.c-button__texture--outline:focus:after {
  color: var(--rgb-button);
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
  animation: animation-outline-text-hover 0.5s ease-in 1 forwards;
}
@keyframes animation-outline-text-hover {
  0% {
    color: var(--rgb-button);
  }
  20% {
    color: var(--rgb-button);
  }
  80% {
    color: var(--rgb-white);
  }
  100% {
    color: var(--rgb-white);
  }
}
.c-button__motion--right.c-button__texture--outline:hover:before, .c-button__motion--right.c-button__texture--outline:active:before, .c-button__motion--right.c-button__texture--outline:focus:before {
  background-color: var(--rgb-button);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  animation: animation-outline-background-hover 0.5s ease-in 1 forwards;
}
@keyframes animation-outline-background-hover {
  0% {
    width: 0;
  }
  20% {
    width: 0;
  }
  80% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
.c-button__motion--right.c-button__texture--invert span, .c-button__motion--right.c-button__texture--invert:after {
  color: var(--rgb-white);
  position: relative;
  z-index: 1;
  animation: animation-invert-text-out 0.5s ease-out 1 forwards;
}
@keyframes animation-invert-text-out {
  0% {
    color: var(--rgb-button);
  }
  20% {
    color: var(--rgb-button);
  }
  80% {
    color: var(--rgb-white);
  }
  100% {
    color: var(--rgb-white);
  }
}
.c-button__motion--right.c-button__texture--invert:before {
  background-color: var(--rgb-white);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin-right: 0;
  display: block;
  content: "";
  animation: animation-invert-background-out 0.5s ease-out 1 forwards;
}
@keyframes animation-invert-background-out {
  0% {
    width: 100%;
  }
  20% {
    width: 100%;
  }
  80% {
    width: 0;
  }
  100% {
    width: 0;
  }
}
.c-button__motion--right.c-button__texture--invert:hover, .c-button__motion--right.c-button__texture--invert:active, .c-button__motion--right.c-button__texture--invert:focus {
  background-color: transparent;
  opacity: 1 !important;
}
.c-button__motion--right.c-button__texture--invert:hover span, .c-button__motion--right.c-button__texture--invert:hover:after, .c-button__motion--right.c-button__texture--invert:active span, .c-button__motion--right.c-button__texture--invert:active:after, .c-button__motion--right.c-button__texture--invert:focus span, .c-button__motion--right.c-button__texture--invert:focus:after {
  color: var(--rgb-button);
  position: relative;
  z-index: 1;
  animation: animation-invert-text-hover 0.5s ease-in 1 forwards;
}
@keyframes animation-invert-text-hover {
  0% {
    color: var(--rgb-white);
  }
  20% {
    color: var(--rgb-white);
  }
  80% {
    color: var(--rgb-button);
  }
  100% {
    color: var(--rgb-button);
  }
}
.c-button__motion--right.c-button__texture--invert:hover:before, .c-button__motion--right.c-button__texture--invert:active:before, .c-button__motion--right.c-button__texture--invert:focus:before {
  background-color: var(--rgb-white);
  color: var(--rgb-button);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  animation: animation-invert-background-hover 0.5s ease-in 1 forwards;
}
@keyframes animation-invert-background-hover {
  0% {
    width: 0;
  }
  20% {
    width: 0;
  }
  80% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}

.c-button__link .c-button__motion--arrow:after {
  transform: translateX(0);
  transition: transform 0.3s;
}
.c-button__link:hover .c-button__motion--arrow:after {
  transform: translateX(0.5em);
  transition: transform 0.6s;
}

.c-button-sub__motion--right {
  position: relative;
}
.c-button-sub__motion--right.c-button-sub__texture--solid span, .c-button-sub__motion--right.c-button-sub__texture--solid:after, .c-button-sub__motion--right.c-button-sub__texture--outline span, .c-button-sub__motion--right.c-button-sub__texture--outline:after {
  color: #FFF;
  position: relative;
  z-index: 1;
  animation: animation-sub-text-out 0.5s ease-out 1 forwards;
}
@keyframes animation-sub-text-out {
  0% {
    color: #FFF;
  }
  20% {
    color: #FFF;
  }
  80% {
    color: var(--buttonsubcolor);
  }
  100% {
    color: var(--buttonsubcolor);
  }
}
.c-button-sub__motion--right.c-button-sub__texture--solid:before, .c-button-sub__motion--right.c-button-sub__texture--outline:before {
  background-color: var(--buttonsubcolor);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  content: "";
  margin-right: 0;
  display: block;
  animation: animation-sub-background-out 0.5s ease-out 1 forwards;
}
@keyframes animation-sub-background-out {
  0% {
    width: 100%;
  }
  20% {
    width: 100%;
  }
  80% {
    width: 0;
  }
  100% {
    width: 0;
  }
}
.c-button-sub__motion--right.c-button-sub__texture--solid:hover, .c-button-sub__motion--right.c-button-sub__texture--solid:active, .c-button-sub__motion--right.c-button-sub__texture--solid:focus, .c-button-sub__motion--right.c-button-sub__texture--outline:hover, .c-button-sub__motion--right.c-button-sub__texture--outline:active, .c-button-sub__motion--right.c-button-sub__texture--outline:focus {
  background-color: #FFF;
  opacity: 1 !important;
}
.c-button-sub__motion--right.c-button-sub__texture--solid:hover span, .c-button-sub__motion--right.c-button-sub__texture--solid:hover:after, .c-button-sub__motion--right.c-button-sub__texture--solid:active span, .c-button-sub__motion--right.c-button-sub__texture--solid:active:after, .c-button-sub__motion--right.c-button-sub__texture--solid:focus span, .c-button-sub__motion--right.c-button-sub__texture--solid:focus:after, .c-button-sub__motion--right.c-button-sub__texture--outline:hover span, .c-button-sub__motion--right.c-button-sub__texture--outline:hover:after, .c-button-sub__motion--right.c-button-sub__texture--outline:active span, .c-button-sub__motion--right.c-button-sub__texture--outline:active:after, .c-button-sub__motion--right.c-button-sub__texture--outline:focus span, .c-button-sub__motion--right.c-button-sub__texture--outline:focus:after {
  color: var(--buttonsubcolor);
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
  animation: animation-sub-text-hover 0.5s ease-in 1 forwards;
}
@keyframes animation-sub-text-hover {
  0% {
    color: var(--buttonsubcolor);
  }
  20% {
    color: var(--buttonsubcolor);
  }
  80% {
    color: #FFF;
  }
  100% {
    color: #FFF;
  }
}
.c-button-sub__motion--right.c-button-sub__texture--solid:hover:before, .c-button-sub__motion--right.c-button-sub__texture--solid:active:before, .c-button-sub__motion--right.c-button-sub__texture--solid:focus:before, .c-button-sub__motion--right.c-button-sub__texture--outline:hover:before, .c-button-sub__motion--right.c-button-sub__texture--outline:active:before, .c-button-sub__motion--right.c-button-sub__texture--outline:focus:before {
  background-color: var(--buttonsubcolor);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  animation: animation-sub-background-hover 0.5s ease-in 1 forwards;
}
@keyframes animation-sub-background-hover {
  0% {
    width: 0;
  }
  20% {
    width: 0;
  }
  80% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
.c-button-sub__motion--right.c-button-sub__texture--solid, .c-button-sub__motion--right.c-button-sub__texture--solid:hover, .c-button-sub__motion--right.c-button-sub__texture--solid:active, .c-button-sub__motion--right.c-button-sub__texture--solid:focus {
  background-color: #FFF;
}
.c-button-sub__motion--right.c-button-sub__texture-outline:hover, .c-button-sub__motion--right.c-button-sub__texture-outline:active, .c-button-sub__motion--right.c-button-sub__texture-outline:focus {
  background-color: transparent;
}

.c-button-invert__motion--right {
  position: relative;
  overflow: hidden;
}
.c-button-invert__motion--right.c-button__texture--invert span, .c-button-invert__motion--right.c-button__texture--invert:after {
  color: #FFF;
  position: relative;
  z-index: 1;
  animation: animation-invert-text-out 0.5s ease-out 1 forwards;
}
@keyframes animation-invert-text-out {
  0% {
    color: rgb(0, 0, 0);
  }
  20% {
    color: rgb(0, 0, 0);
  }
  80% {
    color: var(--buttoninvertcolor);
  }
  100% {
    color: var(--buttoninvertcolor);
  }
}
.c-button-invert__motion--right.c-button__texture--invert:before {
  background-color: var(--buttoninvertcolor);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  content: "";
  margin-right: 0;
  display: block;
  animation: animation-invert-background-out 0.5s ease-out 1 forwards;
}
@keyframes animation-invert-background-out {
  0% {
    width: 100%;
  }
  20% {
    width: 100%;
  }
  80% {
    width: 0;
  }
  100% {
    width: 0;
  }
}
.c-button-invert__motion--right.c-button__texture--invert:hover, .c-button-invert__motion--right.c-button__texture--invert:active, .c-button-invert__motion--right.c-button__texture--invert:focus {
  background-color: transparent;
  opacity: 1 !important;
}
.c-button-invert__motion--right.c-button__texture--invert:hover span, .c-button-invert__motion--right.c-button__texture--invert:hover:after, .c-button-invert__motion--right.c-button__texture--invert:active span, .c-button-invert__motion--right.c-button__texture--invert:active:after, .c-button-invert__motion--right.c-button__texture--invert:focus span, .c-button-invert__motion--right.c-button__texture--invert:focus:after {
  color: var(--buttoninvertcolor);
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
  animation: animation-invert-text-hover 0.5s ease-in 1 forwards;
}
@keyframes animation-invert-text-hover {
  0% {
    color: var(--buttoninvertcolor);
  }
  20% {
    color: var(--buttoninvertcolor);
  }
  80% {
    color: rgb(0, 0, 0);
  }
  100% {
    color: rgb(0, 0, 0);
  }
}
.c-button-invert__motion--right.c-button__texture--invert:hover:before, .c-button-invert__motion--right.c-button__texture--invert:active:before, .c-button-invert__motion--right.c-button__texture--invert:focus:before {
  background-color: var(--buttoninvertcolor);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  animation: animation-invert-background-hover 0.5s ease-in 1 forwards;
}
@keyframes animation-invert-background-hover {
  0% {
    width: 0;
  }
  20% {
    width: 0;
  }
  80% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
.c-button-invert__motion--right.c-button__texture--invert-footline span, .c-button-invert__motion--right.c-button__texture--invert-footline:after {
  color: #FFF;
  position: relative;
  z-index: 1;
  animation: animation-invert-text-out 0.5s ease-out 1 forwards;
}
@keyframes animation-invert-text-out {
  0% {
    color: rgb(0, 0, 0);
  }
  20% {
    color: rgb(0, 0, 0);
  }
  80% {
    color: var(--buttoninvertcolor);
  }
  100% {
    color: var(--buttoninvertcolor);
  }
}
.c-button-invert__motion--right.c-button__texture--invert-footline:before {
  background-color: var(--buttoninvertcolor);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  content: "";
  margin-right: 0;
  display: block;
  animation: animation-invert-background-out 0.5s ease-out 1 forwards;
}
@keyframes animation-invert-background-out {
  0% {
    width: 100%;
  }
  20% {
    width: 100%;
  }
  80% {
    width: 0;
  }
  100% {
    width: 0;
  }
}
.c-button-invert__motion--right.c-button__texture--invert-footline:hover, .c-button-invert__motion--right.c-button__texture--invert-footline:active, .c-button-invert__motion--right.c-button__texture--invert-footline:focus {
  background-color: transparent;
  opacity: 1 !important;
}
.c-button-invert__motion--right.c-button__texture--invert-footline:hover span, .c-button-invert__motion--right.c-button__texture--invert-footline:hover:after, .c-button-invert__motion--right.c-button__texture--invert-footline:active span, .c-button-invert__motion--right.c-button__texture--invert-footline:active:after, .c-button-invert__motion--right.c-button__texture--invert-footline:focus span, .c-button-invert__motion--right.c-button__texture--invert-footline:focus:after {
  color: var(--buttoninvertcolor);
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
  animation: animation-invert-text-hover 0.5s ease-in 1 forwards;
}
@keyframes animation-invert-text-hover {
  0% {
    color: var(--buttoninvertcolor);
  }
  20% {
    color: var(--buttoninvertcolor);
  }
  80% {
    color: rgb(0, 0, 0);
  }
  100% {
    color: rgb(0, 0, 0);
  }
}
.c-button-invert__motion--right.c-button__texture--invert-footline:hover:before, .c-button-invert__motion--right.c-button__texture--invert-footline:active:before, .c-button-invert__motion--right.c-button__texture--invert-footline:focus:before {
  background-color: var(--buttoninvertcolor);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  animation: animation-invert-background-hover 0.5s ease-in 1 forwards;
}
@keyframes animation-invert-background-hover {
  0% {
    width: 0;
  }
  20% {
    width: 0;
  }
  80% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}

.c-carpet__left, .c-carpet__left--top, .c-carpet__left--top-short, .c-carpet__left--bottom, .c-carpet__left--short, .c-carpet__right, .c-carpet__right--top, .c-carpet__right--bottom, .c-carpet__right--short {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-carpet__left:before, .c-carpet__left--top:before, .c-carpet__left--top-short:before, .c-carpet__left--bottom:before, .c-carpet__left--short:before, .c-carpet__right:before, .c-carpet__right--top:before, .c-carpet__right--bottom:before, .c-carpet__right--short:before {
  background-color: var(--rgb-carpet);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
}
@media only screen and (max-width: 1399px) {
  .c-carpet__left:before, .c-carpet__left--top:before, .c-carpet__left--top-short:before, .c-carpet__left--bottom:before, .c-carpet__left--short:before, .c-carpet__right:before, .c-carpet__right--top:before, .c-carpet__right--bottom:before, .c-carpet__right--short:before {
    width: 100%;
  }
}

.c-carpet__left:before, .c-carpet__left--top:before, .c-carpet__left--top-short:before, .c-carpet__left--bottom:before, .c-carpet__left--short:before {
  left: 0;
}

.c-carpet__right:before, .c-carpet__right--top:before, .c-carpet__right--top-short:before, .c-carpet__right--bottom:before, .c-carpet__right--short:before {
  right: 0;
}

.c-carpet__left:before {
  right: calc(50% - var(--container-half) + var(--clearance-padding));
  background-position: right top;
}
@media only screen and (max-width: 1399px) {
  .c-carpet__left:before {
    right: 0;
  }
}
.c-carpet__left--top:before {
  background-position: right top;
  top: var(--clearance-padding);
  right: calc(50% - var(--container-half) + var(--clearance-padding));
}
@media only screen and (max-width: 1399px) {
  .c-carpet__left--top:before {
    left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .c-carpet__left--top:before {
    top: 0;
  }
}
.c-carpet__left--top-short:before {
  background-position: right top;
  top: calc(var(--clearance-padding) * 2);
  right: calc(50% - var(--container-half) + var(--clearance-padding));
}
@media only screen and (max-width: 1399px) {
  .c-carpet__left--top-short:before {
    top: 0;
    left: 0;
  }
}
.c-carpet__left--bottom:before {
  background-position: right top;
  right: calc(50% - var(--container-half) + var(--clearance-padding));
  bottom: var(--clearance-padding);
}
@media only screen and (max-width: 1399px) {
  .c-carpet__left--bottom:before {
    left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .c-carpet__left--bottom:before {
    bottom: 0;
  }
}
.c-carpet__left--short:before {
  background-position: right top;
  right: calc(50% - var(--container-half) + var(--clearance-padding));
  bottom: calc(var(--clearance-padding) * 1.5);
}
@media only screen and (max-width: 1399px) {
  .c-carpet__left--short:before {
    left: 0;
  }
}
.c-carpet__left--short .c-title__index1 {
  padding-bottom: 6rem;
}
@media only screen and (max-width: 1199px) {
  .c-carpet__left--short .c-title__index1 {
    padding-bottom: 6.25vw;
  }
}
@media only screen and (max-width: 991px) {
  .c-carpet__left--short .c-title__index1 {
    padding-bottom: 0;
  }
}

.c-carpet__right:before {
  background-position: left top;
  left: calc(50% - var(--container-half) + var(--clearance-padding));
}
@media only screen and (max-width: 1399px) {
  .c-carpet__right:before {
    left: 0;
  }
}
.c-carpet__right--top:before {
  background-position: right top;
  top: var(--clearance-padding);
  left: calc(50% - var(--container-half) + var(--clearance-padding));
}
@media only screen and (max-width: 1399px) {
  .c-carpet__right--top:before {
    left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .c-carpet__right--top:before {
    top: 0;
  }
}
.c-carpet__right--bottom:before {
  background-position: right top;
  left: calc(50% - var(--container-half) + var(--clearance-padding));
  bottom: var(--clearance-padding);
}
@media only screen and (max-width: 1399px) {
  .c-carpet__right--bottom:before {
    left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .c-carpet__right--bottom:before {
    bottom: 0;
  }
}
.c-carpet__right--short:before {
  background-position: left top;
  left: calc(50% - var(--container-half) + var(--clearance-padding));
  bottom: calc(var(--clearance-padding) * 1.5);
}
@media only screen and (max-width: 1399px) {
  .c-carpet__right--short:before {
    left: 0;
  }
}
.c-category__title {
  background-color: var(--categorytitlecolor);
  color: rgb(255, 255, 255);
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  font-weight: 700;
  margin-bottom: 1px;
  padding: 1rem;
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .c-category__title {
    background-color: var(--maincolor);
    pointer-events: all;
    display: block;
  }
}
.c-category__title .fa {
  display: none;
}
@media only screen and (max-width: 991px) {
  .c-category__title .fa {
    display: inline-block;
    margin-left: 1rem;
  }
}
.c-category__title + input[type=checkbox] {
  display: none;
}
@media screen and (max-width: 991px) {
  .c-category__title + input[type=checkbox]:checked + .c-category__list, .c-category__title + input[type=checkbox]:checked + .c-category__list li {
    max-height: 9999vh;
  }
}

.c-category__list {
  background-color: transparent;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 991px) {
  .c-category__list {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.c-category__list li {
  display: flex;
}
@media screen and (max-width: 991px) {
  .c-category__list li {
    padding: 0;
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.c-category__list li a {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .c-category__list li a {
    line-height: 0;
    padding: 0 1.5rem;
    visibility: hidden;
    opacity: 0;
  }
}
@media screen and (max-width: 575px) {
  .c-category__list li a {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 991px) {
  .c-category__list, .c-category__list li, .c-category__list li a, input:checked + .c-category__list, input:checked + .c-category__list li, input:checked + .c-category__list li a {
    transition: padding 0.2s, line-height 0.2s, visibility 0.1s, opacity 0.1s;
  }
}

@media screen and (max-width: 991px) {
  input:checked + .c-category__list {
    list-style: none;
  }
  input:checked + .c-category__list li {
    border-bottom: 1px solid #DDD;
  }
  input:checked + .c-category__list li a {
    line-height: 1.25;
    padding: 1rem 1.5rem;
    visibility: visible;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .c-category__link a, .c-category__link a:hover, .c-category__link a:active, .c-category__link a:focus {
    font-size: 2.25vw;
  }
  .c-category__item a, .c-category__item a:hover, .c-category__item a:active, .c-category__item a:focus {
    font-size: 2.25vw;
  }
  input:checked + .c-category__list li a {
    padding: 1.5vw 2.5vw;
  }
}
@media screen and (max-width: 575px) {
  .c-category__link a, .c-category__link a:hover, .c-category__link a:active, .c-category__link a:focus {
    font-size: 4vw;
  }
  .c-category__item a, .c-category__item a:hover, .c-category__item a:active, .c-category__item a:focus {
    font-size: 4vw;
  }
  input:checked + .c-category__list li a {
    padding: 3vw 5vw;
  }
}
.l-outer__main .c-category__title {
  display: none;
}
@media only screen and (max-width: 991px) {
  .l-outer__main .c-category__title {
    display: block;
    pointer-events: all;
  }
}
.l-outer__main .c-category__list {
  margin: -0.5px;
}
@media screen and (max-width: 991px) {
  .l-outer__main .c-category__list {
    margin: 0;
  }
}
.l-outer__main .c-category__list li {
  border-bottom: none;
  padding: 0.5px;
}
@media screen and (max-width: 991px) {
  .l-outer__main .c-category__list li {
    padding: 0;
  }
}
.l-outer__main .c-category__list li a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-outer__side .c-category__title {
  display: block;
}
.l-outer__side .c-category__list {
  display: block;
}
.l-outer__side .c-category__list li {
  border-bottom: 1px solid #DDD;
}
@media screen and (max-width: 991px) {
  .l-outer__side .c-category__list li {
    border-bottom: none;
  }
}

.c-category__column1 li {
  flex: 1 1 100%;
  max-width: 100%;
}
.c-category__column2 li {
  flex: 1 1 50%;
  max-width: 50%;
}
.c-category__column3 li {
  flex: 1 1 33.3333333333%;
  max-width: 33.3333333333%;
}
.c-category__column4 li {
  flex: 1 1 25%;
  max-width: 25%;
}
.c-category__column5 li {
  flex: 1 1 20%;
  max-width: 20%;
}
.c-category__column6 li {
  flex: 1 1 16.6666666666%;
  max-width: 16.6666666666%;
}
.c-category__column7 li {
  flex: 1 1 14.2857142857%;
  max-width: 14.2857142857%;
}
.c-category__column8 li {
  flex: 1 1 12.5%;
  max-width: 12.5%;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .c-category__column--xl1 li {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .c-category__column--xl2 li {
    flex: 1 1 50%;
    max-width: 50%;
  }
  .c-category__column--xl3 li {
    flex: 1 1 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-category__column--xl4 li {
    flex: 1 1 25%;
    max-width: 25%;
  }
  .c-category__column--xl5 li {
    flex: 1 1 20%;
    max-width: 20%;
  }
  .c-category__column--xl6 li {
    flex: 1 1 16.6666666666%;
    max-width: 16.6666666666%;
  }
  .c-category__column--xl7 li {
    flex: 1 1 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .c-category__column--xl8 li {
    flex: 1 1 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .c-category__column--lg1 li {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .c-category__column--lg2 li {
    flex: 1 1 50%;
    max-width: 50%;
  }
  .c-category__column--lg3 li {
    flex: 1 1 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-category__column--lg4 li {
    flex: 1 1 25%;
    max-width: 25%;
  }
  .c-category__column--lg5 li {
    flex: 1 1 20%;
    max-width: 20%;
  }
  .c-category__column--lg6 li {
    flex: 1 1 16.6666666666%;
    max-width: 16.6666666666%;
  }
  .c-category__column--lg7 li {
    flex: 1 1 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .c-category__column--lg8 li {
    flex: 1 1 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (max-width: 991px) {
  [class*=c-category__column] {
    display: block;
  }
  [class*=c-category__column] li {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.c-category__link a, .c-category__link a:hover, .c-category__link a:active, .c-category__link a:focus {
  background: #000;
  color: #FFF;
  font-size: 1em;
  line-height: 1.5;
  margin: 0;
  padding: 1em;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .c-category__link a, .c-category__link a:hover, .c-category__link a:active, .c-category__link a:focus {
    font-size: 1.75vw;
    padding: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .c-category__link a, .c-category__link a:hover, .c-category__link a:active, .c-category__link a:focus {
    font-size: 0.3em;
    padding: 1em;
  }
}
.c-category__link.active a, .c-category__link.active a:hover, .c-category__link.active a:active, .c-category__link.active a:focus {
  opacity: 1;
}

.c-category__item a, .c-category__item a:hover, .c-category__item a:active, .c-category__item a:focus {
  border: none;
  font-size: 0.9em;
  line-height: 1.5;
  font-weight: 700;
  margin: 0;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .c-category__item a, .c-category__item a:hover, .c-category__item a:active, .c-category__item a:focus {
    font-size: 1.75vw;
    padding: 2vw;
    border: none;
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .c-category__item a, .c-category__item a:hover, .c-category__item a:active, .c-category__item a:focus {
    font-size: 2.25vw;
    padding: 2.5vw;
  }
}
@media only screen and (max-width: 575px) {
  .c-category__item a, .c-category__item a:hover, .c-category__item a:active, .c-category__item a:focus {
    font-size: 4vw;
    padding: 5vw;
  }
}
.c-category__item a {
  background-color: rgba(var(--categorynavrgb), 0.5);
  color: #FFF;
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .c-category__item a {
    background-color: #FFF;
    color: var(--textcolor);
  }
}
.c-category__item a:hover, .c-category__item a:active, .c-category__item a:focus {
  background-color: rgba(var(--categorynavrgb), 0.75);
  color: #FFF;
  opacity: 0.9;
}
@media only screen and (max-width: 991px) {
  .c-category__item a:hover, .c-category__item a:active, .c-category__item a:focus {
    background-color: rgba(var(--categorynavrgb), 0.1);
    color: var(--textcolor);
  }
}
.c-category__item.active a, .c-category__item.active a:hover, .c-category__item.active a:active, .c-category__item.active a:focus {
  background-color: rgba(var(--categorynavrgb), 1);
  color: #FFF;
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .c-category__item.active a, .c-category__item.active a:hover, .c-category__item.active a:active, .c-category__item.active a:focus {
    background-color: rgba(var(--categorynavrgb), 0.1);
    color: var(--textcolor);
    opacity: 0.5;
  }
}

.paging {
  display: flex;
  justify-content: center;
}
.paging .paging-text, .paging .current {
  border: 1px solid var(--rgb-paging);
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
  margin: 0 0.125rem;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
}
@media screen and (max-width: 991px) {
  .paging .paging-text, .paging .current {
    font-size: 1rem;
    width: 2rem;
    height: 2rem;
  }
}
.paging .paging-text {
  background-color: var(--rgb-white);
  color: #999;
  cursor: pointer;
}
.paging .paging-text:hover {
  background-color: var(--rgb-white);
  color: var(--rgb-paging);
  border-color: var(--rgb-paging);
  opacity: 1;
}
.paging .current {
  background-color: var(--rgb-paging);
  color: var(--rgb-white);
  border-color: var(--rgb-paging);
}

.c-box__collapse {
  position: relative;
  word-wrap: break-word;
  background-color: #FFF;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.075);
}
.c-box__collapse dt a, .c-box__collapse dt a:hover, .c-box__collapse dt a:active, .c-box__collapse dt a:focus, .c-box__collapse dt span {
  background-color: var(--maincolor);
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 1.125rem;
  line-height: 1.25;
  padding: 1.5rem 6rem;
  color: #FFF;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .c-box__collapse dt a, .c-box__collapse dt a:hover, .c-box__collapse dt a:active, .c-box__collapse dt a:focus, .c-box__collapse dt span {
    font-size: 1rem;
    padding: 1rem 4rem;
  }
}
.c-box__collapse dt a:before, .c-box__collapse dt span:before {
  content: "";
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0.25;
  font-size: 6rem;
  line-height: 0.5;
  color: #FFF;
  width: 6rem;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .c-box__collapse dt a:before, .c-box__collapse dt span:before {
    font-size: 5rem;
    width: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-box__collapse dt a:before, .c-box__collapse dt span:before {
    font-size: 4rem;
    width: 4rem;
  }
}
.c-box__collapse dt a:after {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  bottom: 50%;
  line-height: 24px;
  margin: -12px 0;
  color: #FFF;
}
.c-box__collapse dt a[aria-expanded=false]:after {
  content: "\f078";
}
.c-box__collapse dt a[aria-expanded=true]:after {
  content: "\f077";
}
.c-box__collapse--description {
  padding: 2rem;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .c-box__collapse--description {
    padding: 1rem;
  }
}
.c-box__collapse + .c-box__collapse {
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .c-box__collapse + .c-box__collapse {
    margin-top: 1rem;
  }
}

.c-counter__start {
  counter-reset: collapse;
}
.c-counter__start .c-box__collapse dt a:before, .c-counter__start .c-box__collapse dt span:before {
  counter-increment: collapse;
  content: "" counter(collapse) "";
}

.c-floating__link {
  background-color: var(--graycolor);
  box-shadow: 0 0 6rem rgba(0, 0, 0, 0);
  display: block;
  position: relative;
}
.c-floating__link, .c-floating__link:hover, .c-floating__link:active, .c-floating__link:focus {
  background-color: var(--graycolor);
  color: var(--textcolor);
}
.c-floating__link:hover, .c-floating__link:active, .c-floating__link:focus {
  box-shadow: 0 0 6rem rgba(0, 0, 0, 0.1);
}
.c-floating__link--text {
  padding: 3rem;
  width: 100%;
  aspect-ratio: 2/1;
}
.c-floating__link--text:after {
  background-color: var(--maincolor);
  color: #FFF;
  font-size: 1.5em;
  font-family: "Font Awesome 5 Pro";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3rem;
  height: 3rem;
  content: "\f061";
}
.c-floating__link--text h4 {
  margin-bottom: 1.5rem;
}

.c-poster__left + .container-lg .c-floating__link {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}
.c-poster__right + .container-lg .c-floating__link {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
}

.c-flow__article {
  background-color: #FFF;
  border: 1px solid var(--rgb-flow);
  scroll-margin-top: calc(var(--header-height));
  padding: 2rem;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 1399px) {
  .c-flow__article {
    padding: 1.5rem;
  }
}
@media only screen and (max-width: 1199px) {
  .c-flow__article {
    padding: 1rem;
  }
}
.c-flow__article--inner {
  padding: 5rem 0;
}
@media only screen and (max-width: 991px) {
  .c-flow__article--inner {
    padding: 4vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-flow__article--inner {
    padding: 5vw 0;
  }
}
@media only screen and (max-width: 575px) {
  .c-flow__article--inner {
    padding: 50vw 0 10vw;
  }
}

.c-flow__icon {
  background-color: rgb(255, 255, 255);
  color: var(--rgb-flow);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5em auto;
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
  line-height: 1;
  border-radius: 50%;
  border: 0.125rem solid var(--rgb-flow);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-flow__icon {
    font-size: 1.5rem;
    width: 3rem;
    height: 3rem;
  }
}

.c-flow__heading {
  color: var(--rgb-flow);
  font-size: 1.5em;
  text-align: center;
  font-weight: 700;
  margin: 1rem -1rem 1.5rem;
}
.c-flow__heading:first-child {
  margin-top: 0;
}
.c-flow__heading:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .c-flow__heading {
    margin: 0.75rem 0 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-flow__heading {
    margin: 0.5rem 0 1rem;
  }
}

.c-flow__horizontal.c-flow__break--lg {
  display: flex;
}
@media only screen and (max-width: 1199px) {
  .c-flow__horizontal.c-flow__break--lg {
    display: block;
  }
}
.c-flow__horizontal.c-flow__break--lg .c-flow__article {
  margin-left: 1.5rem;
}
@media only screen and (max-width: 1199px) {
  .c-flow__horizontal.c-flow__break--lg .c-flow__article {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .c-flow__horizontal.c-flow__break--lg .c-flow__article {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .c-flow__horizontal.c-flow__break--lg .c-flow__article {
    margin-top: 1.25rem;
    margin-left: 0;
  }
}
.c-flow__horizontal.c-flow__break--lg .c-flow__article:after {
  border-width: 1.5rem;
  border-style: solid;
  border-color: transparent transparent transparent var(--rgb-flow);
  position: absolute;
  top: 50%;
  left: 100%;
  bottom: 50%;
  margin: -1.5rem 0;
  z-index: 2;
  content: "";
}
@media only screen and (max-width: 1199px) {
  .c-flow__horizontal.c-flow__break--lg .c-flow__article:after {
    border-width: 1.25rem;
    border-color: var(--rgb-flow) transparent transparent;
    margin: 0 -1.25rem;
    top: 100%;
    left: 50%;
    right: 50%;
    bottom: auto;
  }
}
@media only screen and (max-width: 991px) {
  .c-flow__horizontal.c-flow__break--lg .c-flow__article:after {
    border-width: 1.25rem;
    border-color: var(--rgb-flow) transparent transparent;
    margin: 0 -1.25rem;
    top: 100%;
    left: 50%;
    right: 50%;
    bottom: auto;
  }
}
@media only screen and (max-width: 767px) {
  .c-flow__horizontal.c-flow__break--lg .c-flow__article:after {
    border-width: 1rem;
    margin: 0 -1rem;
  }
}
.c-flow__horizontal.c-flow__break--lg .c-flow__article:last-child:before, .c-flow__horizontal.c-flow__break--lg .c-flow__article:last-child:after {
  display: none;
}
.c-flow__horizontal.c-flow__break--lg .c-flow__article:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 575px) {
  .c-flow__horizontal.c-flow__break--lg .c-flow__article:first-child {
    margin-top: 0;
  }
}
.c-flow__horizontal.c-flow__break--lg .c-flow__article h4 {
  color: var(--rgb-flow);
  font-weight: 700;
  font-size: 1.25em;
  margin: 1rem 0 1.5rem;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .c-flow__horizontal.c-flow__break--lg .c-flow__article h4 {
    margin: 0.75rem 0 1.25rem;
  }
}
@media only screen and (max-width: 991px) {
  .c-flow__horizontal.c-flow__break--lg .c-flow__article h4 {
    margin: 0.75rem 0 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-flow__horizontal.c-flow__break--lg .c-flow__article h4 {
    margin: 0.5rem 0 1rem;
  }
}
.c-flow__horizontal.c-flow__break--lg .c-flow__article p {
  line-height: 1.75;
}
@media only screen and (max-width: 991px) {
  .c-flow__horizontal.c-flow__break--lg .c-flow__article p {
    font-size: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .c-flow__horizontal.c-flow__break--lg .c-flow__article p {
    line-height: 1.5;
  }
}
.c-flow__horizontal.c-flow__break--lg .c-flow__article hr {
  margin: 1rem 0;
}
.c-flow__horizontal.c-flow__break--md {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .c-flow__horizontal.c-flow__break--md {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .c-flow__horizontal.c-flow__break--md {
    width: 75%;
  }
}
@media only screen and (max-width: 575px) {
  .c-flow__horizontal.c-flow__break--md {
    width: 100%;
  }
}
.c-flow__horizontal.c-flow__break--md .c-flow__article {
  margin-left: 2rem;
}
@media only screen and (max-width: 991px) {
  .c-flow__horizontal.c-flow__break--md .c-flow__article {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .c-flow__horizontal.c-flow__break--md .c-flow__article {
    margin-top: 1.25rem;
    margin-left: 0;
  }
}
.c-flow__horizontal.c-flow__break--md .c-flow__article:after {
  border-width: 1.5rem;
  border-style: solid;
  border-color: transparent transparent transparent var(--rgb-flow);
  position: absolute;
  top: 50%;
  left: 100%;
  bottom: 50%;
  margin: -1.5rem 0;
  z-index: 2;
  content: "";
}
@media only screen and (max-width: 991px) {
  .c-flow__horizontal.c-flow__break--md .c-flow__article:after {
    border-width: 1.25rem;
    border-color: var(--rgb-flow) transparent transparent;
    margin: 0 -1.25rem;
    top: 100%;
    left: 50%;
    right: 50%;
    bottom: auto;
  }
}
@media only screen and (max-width: 767px) {
  .c-flow__horizontal.c-flow__break--md .c-flow__article:after {
    border-width: 1rem;
    margin: 0 -1rem;
  }
}
.c-flow__horizontal.c-flow__break--md .c-flow__article:last-child:before, .c-flow__horizontal.c-flow__break--md .c-flow__article:last-child:after {
  display: none;
}
.c-flow__horizontal.c-flow__break--md .c-flow__article:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 575px) {
  .c-flow__horizontal.c-flow__break--md .c-flow__article:first-child {
    margin-top: 0;
  }
}
.c-flow__horizontal.c-flow__break--md .c-flow__article h4 {
  color: var(--rgb-flow);
  font-weight: 700;
  font-size: 1.5em;
  margin: 1rem 0 1.5rem;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .c-flow__horizontal.c-flow__break--md .c-flow__article h4 {
    margin: 0.75rem 0 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-flow__horizontal.c-flow__break--md .c-flow__article h4 {
    margin: 0.5rem 0 1rem;
  }
}
.c-flow__horizontal.c-flow__break--md .c-flow__article p {
  line-height: 1.75;
}
@media only screen and (max-width: 991px) {
  .c-flow__horizontal.c-flow__break--md .c-flow__article p {
    font-size: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .c-flow__horizontal.c-flow__break--md .c-flow__article p {
    line-height: 1.5;
  }
}
.c-flow__horizontal.c-flow__break--md .c-flow__article hr {
  margin: 1rem 0;
}
.c-flow__horizontal.c-flow__break--xs {
  display: flex;
}
@media only screen and (max-width: 575px) {
  .c-flow__horizontal.c-flow__break--xs {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
.c-flow__horizontal.c-flow__break--xs .c-flow__article {
  margin-left: 1.25rem;
}
@media only screen and (max-width: 991px) {
  .c-flow__horizontal.c-flow__break--xs .c-flow__article {
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-flow__horizontal.c-flow__break--xs .c-flow__article {
    margin-left: 0.75rem;
  }
}
@media only screen and (max-width: 575px) {
  .c-flow__horizontal.c-flow__break--xs .c-flow__article {
    margin-left: 0;
    margin-top: 0.75rem;
  }
}
.c-flow__horizontal.c-flow__break--xs .c-flow__article:last-child:after {
  display: none;
}
.c-flow__horizontal.c-flow__break--xs .c-flow__article:after {
  border-width: 1rem;
  border-style: solid;
  border-color: transparent transparent transparent var(--rgb-flow);
  position: absolute;
  top: 50%;
  left: 100%;
  bottom: 50%;
  margin: -1rem 0;
  z-index: 2;
  content: "";
}
@media only screen and (max-width: 991px) {
  .c-flow__horizontal.c-flow__break--xs .c-flow__article:after {
    border-width: 0.75rem;
    margin: -0.75rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-flow__horizontal.c-flow__break--xs .c-flow__article:after {
    border-width: 0.5rem;
    margin: -0.5rem 0;
  }
}
@media only screen and (max-width: 575px) {
  .c-flow__horizontal.c-flow__break--xs .c-flow__article:after {
    border-color: var(--rgb-flow) transparent transparent;
    margin: 0 -0.5rem;
    top: 100%;
    left: 50%;
    right: 50%;
    bottom: auto;
  }
}
.c-flow__horizontal.c-flow__break--xs .c-flow__article:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 575px) {
  .c-flow__horizontal.c-flow__break--xs .c-flow__article:first-child {
    margin-top: 0;
  }
}

.c-flow__before-after.c-flow__break--md {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .c-flow__before-after.c-flow__break--md {
    display: block;
  }
}
.c-flow__before-after.c-flow__break--md .c-flow__article {
  margin-left: 2.5rem;
  border: 1px solid var(--rgb-flow);
}
@media only screen and (max-width: 991px) {
  .c-flow__before-after.c-flow__break--md .c-flow__article {
    margin-left: 0;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .c-flow__before-after.c-flow__break--md .c-flow__article {
    margin-top: 1.5rem;
    margin-left: 0;
  }
}
.c-flow__before-after.c-flow__break--md .c-flow__article:before {
  border-color: transparent transparent transparent #FFF;
  border-style: solid;
  position: absolute;
  top: 50%;
  left: 100%;
  bottom: 50%;
  margin: -2rem 0;
  border-width: 2rem;
  z-index: 2;
  content: "";
}
@media only screen and (max-width: 991px) {
  .c-flow__before-after.c-flow__break--md .c-flow__article:before {
    border-color: #FFF transparent transparent transparent;
    border-width: 1.5rem;
    margin: 0 -1.5rem;
    top: 100%;
    left: 50%;
    right: 50%;
    bottom: auto;
  }
}
@media only screen and (max-width: 767px) {
  .c-flow__before-after.c-flow__break--md .c-flow__article:before {
    border-width: 1rem;
    margin: 0 -1rem;
  }
}
.c-flow__before-after.c-flow__break--md .c-flow__article:after {
  border-color: transparent transparent transparent var(--rgb-flow);
  border-style: solid;
  position: absolute;
  top: 50%;
  left: 100%;
  bottom: 50%;
  margin: -2rem 0;
  border-width: 2rem;
  z-index: 2;
  content: "";
}
@media only screen and (max-width: 991px) {
  .c-flow__before-after.c-flow__break--md .c-flow__article:after {
    border-width: 1.5rem;
    margin: 0 -1.5rem;
    top: 100%;
    left: 50%;
    right: 50%;
    bottom: auto;
    border-color: var(--rgb-flow) transparent transparent transparent;
  }
}
@media only screen and (max-width: 767px) {
  .c-flow__before-after.c-flow__break--md .c-flow__article:after {
    border-width: 1rem;
    margin: 0 -1rem;
  }
}
.c-flow__before-after.c-flow__break--md .c-flow__article:last-child:before, .c-flow__before-after.c-flow__break--md .c-flow__article:last-child:after {
  display: none;
}
.c-flow__before-after.c-flow__break--md .c-flow__article:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 575px) {
  .c-flow__before-after.c-flow__break--md .c-flow__article:first-child {
    margin-top: 0;
  }
}
.c-flow__before-after.c-flow__break--md .c-flow__article h4 {
  color: var(--maincolor);
  font-weight: 700;
  font-size: 1.125em;
  margin: 1rem 0 1.5rem;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .c-flow__before-after.c-flow__break--md .c-flow__article h4 {
    margin: 0.75rem 0 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-flow__before-after.c-flow__break--md .c-flow__article h4 {
    margin: 0.5rem 0 1rem;
  }
}
.c-flow__before-after.c-flow__break--md .c-flow__article p {
  line-height: 1.75;
}
@media only screen and (max-width: 991px) {
  .c-flow__before-after.c-flow__break--md .c-flow__article p {
    font-size: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .c-flow__before-after.c-flow__break--md .c-flow__article p {
    line-height: 1.5;
  }
}
.c-flow__before-after.c-flow__break--md .c-flow__article hr {
  margin: 1rem 0;
}
.c-flow__before-after.c-flow__break--xs {
  display: flex;
}
@media only screen and (max-width: 575px) {
  .c-flow__before-after.c-flow__break--xs {
    display: block;
  }
}
.c-flow__before-after.c-flow__break--xs .c-flow__article {
  padding: 4px;
  margin-left: 2.5rem;
}
@media only screen and (max-width: 991px) {
  .c-flow__before-after.c-flow__break--xs .c-flow__article {
    margin-left: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-flow__before-after.c-flow__break--xs .c-flow__article {
    margin-left: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .c-flow__before-after.c-flow__break--xs .c-flow__article {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}
.c-flow__before-after.c-flow__break--xs .c-flow__article:last-child:before, .c-flow__before-after.c-flow__break--xs .c-flow__article:last-child:after {
  display: none;
}
.c-flow__before-after.c-flow__break--xs .c-flow__article:before, .c-flow__before-after.c-flow__break--xs .c-flow__article:after {
  border-style: solid;
  position: absolute;
  top: 50%;
  bottom: 50%;
  margin: -2rem 0;
  border-width: 2rem;
  content: "";
}
@media only screen and (max-width: 991px) {
  .c-flow__before-after.c-flow__break--xs .c-flow__article:before, .c-flow__before-after.c-flow__break--xs .c-flow__article:after {
    border-width: 1.5rem;
    margin: -1.5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-flow__before-after.c-flow__break--xs .c-flow__article:before, .c-flow__before-after.c-flow__break--xs .c-flow__article:after {
    border-width: 1rem;
    margin: -1rem 0;
  }
}
@media only screen and (max-width: 575px) {
  .c-flow__before-after.c-flow__break--xs .c-flow__article:before, .c-flow__before-after.c-flow__break--xs .c-flow__article:after {
    margin: 0 -1rem;
    left: 50%;
    right: 50%;
    bottom: auto;
  }
}
.c-flow__before-after.c-flow__break--xs .c-flow__article:before {
  border-color: transparent transparent transparent #FFF;
  left: calc(100% - 1px);
  z-index: 3;
}
@media only screen and (max-width: 575px) {
  .c-flow__before-after.c-flow__break--xs .c-flow__article:before {
    margin: 0 -1rem;
    top: calc(100% - 1px);
    left: 50%;
    border-color: #FFF transparent transparent transparent;
  }
}
.c-flow__before-after.c-flow__break--xs .c-flow__article:after {
  border-color: transparent transparent transparent var(--rgb-flow);
  left: 100%;
  z-index: 2;
}
@media only screen and (max-width: 575px) {
  .c-flow__before-after.c-flow__break--xs .c-flow__article:after {
    margin: 0 -1rem;
    top: 100%;
    left: 50%;
    border-color: var(--rgb-flow) transparent transparent transparent;
  }
}
.c-flow__before-after.c-flow__break--xs .c-flow__article:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 575px) {
  .c-flow__before-after.c-flow__break--xs .c-flow__article:first-child {
    margin-top: 0;
  }
}
.c-flow__before-after.c-flow__break--xs .c-flow__article h4 {
  background-color: rgb(255, 255, 255);
  color: var(--maincolor);
  font-size: 1.25em;
  padding: 1em 1em;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-flow__before-after.c-flow__break--xs .c-flow__image {
  position: relative;
  z-index: 4;
}

.c-flow__calc-plus--main .c-flow__article:after, .c-flow__calc-plus--deep .c-flow__article:after, .c-flow__calc-plus--accent .c-flow__article:after, .c-flow__calc-plus--darkgray .c-flow__article:after {
  content: "＋";
}
.c-flow__calc-times--main .c-flow__article:after, .c-flow__calc-times--deep .c-flow__article:after, .c-flow__calc-times--accent .c-flow__article:after, .c-flow__calc-times--darkgray .c-flow__article:after {
  content: "✕";
}
.c-flow__calc-plus--main.c-flow__break--md, .c-flow__calc-plus--deep.c-flow__break--md, .c-flow__calc-plus--accent.c-flow__break--md, .c-flow__calc-plus--darkgray.c-flow__break--md, .c-flow__calc-times--main.c-flow__break--md, .c-flow__calc-times--deep.c-flow__break--md, .c-flow__calc-times--accent.c-flow__break--md, .c-flow__calc-times--darkgray.c-flow__break--md {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .c-flow__calc-plus--main.c-flow__break--md, .c-flow__calc-plus--deep.c-flow__break--md, .c-flow__calc-plus--accent.c-flow__break--md, .c-flow__calc-plus--darkgray.c-flow__break--md, .c-flow__calc-times--main.c-flow__break--md, .c-flow__calc-times--deep.c-flow__break--md, .c-flow__calc-times--accent.c-flow__break--md, .c-flow__calc-times--darkgray.c-flow__break--md {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .c-flow__calc-plus--main.c-flow__break--md, .c-flow__calc-plus--deep.c-flow__break--md, .c-flow__calc-plus--accent.c-flow__break--md, .c-flow__calc-plus--darkgray.c-flow__break--md, .c-flow__calc-times--main.c-flow__break--md, .c-flow__calc-times--deep.c-flow__break--md, .c-flow__calc-times--accent.c-flow__break--md, .c-flow__calc-times--darkgray.c-flow__break--md {
    width: 75%;
  }
}
@media only screen and (max-width: 575px) {
  .c-flow__calc-plus--main.c-flow__break--md, .c-flow__calc-plus--deep.c-flow__break--md, .c-flow__calc-plus--accent.c-flow__break--md, .c-flow__calc-plus--darkgray.c-flow__break--md, .c-flow__calc-times--main.c-flow__break--md, .c-flow__calc-times--deep.c-flow__break--md, .c-flow__calc-times--accent.c-flow__break--md, .c-flow__calc-times--darkgray.c-flow__break--md {
    width: 100%;
  }
}
.c-flow__calc-plus--main.c-flow__break--md .c-flow__article, .c-flow__calc-plus--deep.c-flow__break--md .c-flow__article, .c-flow__calc-plus--accent.c-flow__break--md .c-flow__article, .c-flow__calc-plus--darkgray.c-flow__break--md .c-flow__article, .c-flow__calc-times--main.c-flow__break--md .c-flow__article, .c-flow__calc-times--deep.c-flow__break--md .c-flow__article, .c-flow__calc-times--accent.c-flow__break--md .c-flow__article, .c-flow__calc-times--darkgray.c-flow__break--md .c-flow__article {
  margin-left: 2.5rem;
}
@media only screen and (max-width: 991px) {
  .c-flow__calc-plus--main.c-flow__break--md .c-flow__article, .c-flow__calc-plus--deep.c-flow__break--md .c-flow__article, .c-flow__calc-plus--accent.c-flow__break--md .c-flow__article, .c-flow__calc-plus--darkgray.c-flow__break--md .c-flow__article, .c-flow__calc-times--main.c-flow__break--md .c-flow__article, .c-flow__calc-times--deep.c-flow__break--md .c-flow__article, .c-flow__calc-times--accent.c-flow__break--md .c-flow__article, .c-flow__calc-times--darkgray.c-flow__break--md .c-flow__article {
    margin-left: 0;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .c-flow__calc-plus--main.c-flow__break--md .c-flow__article, .c-flow__calc-plus--deep.c-flow__break--md .c-flow__article, .c-flow__calc-plus--accent.c-flow__break--md .c-flow__article, .c-flow__calc-plus--darkgray.c-flow__break--md .c-flow__article, .c-flow__calc-times--main.c-flow__break--md .c-flow__article, .c-flow__calc-times--deep.c-flow__break--md .c-flow__article, .c-flow__calc-times--accent.c-flow__break--md .c-flow__article, .c-flow__calc-times--darkgray.c-flow__break--md .c-flow__article {
    margin-top: 1.5rem;
    margin-left: 0;
  }
}
.c-flow__calc-plus--main.c-flow__break--md .c-flow__article:after, .c-flow__calc-plus--deep.c-flow__break--md .c-flow__article:after, .c-flow__calc-plus--accent.c-flow__break--md .c-flow__article:after, .c-flow__calc-plus--darkgray.c-flow__break--md .c-flow__article:after, .c-flow__calc-times--main.c-flow__break--md .c-flow__article:after, .c-flow__calc-times--deep.c-flow__break--md .c-flow__article:after, .c-flow__calc-times--accent.c-flow__break--md .c-flow__article:after, .c-flow__calc-times--darkgray.c-flow__break--md .c-flow__article:after {
  font-size: 2em;
  position: absolute;
  top: 50%;
  left: 100%;
  bottom: 50%;
  margin: -2rem 0;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .c-flow__calc-plus--main.c-flow__break--md .c-flow__article:after, .c-flow__calc-plus--deep.c-flow__break--md .c-flow__article:after, .c-flow__calc-plus--accent.c-flow__break--md .c-flow__article:after, .c-flow__calc-plus--darkgray.c-flow__break--md .c-flow__article:after, .c-flow__calc-times--main.c-flow__break--md .c-flow__article:after, .c-flow__calc-times--deep.c-flow__break--md .c-flow__article:after, .c-flow__calc-times--accent.c-flow__break--md .c-flow__article:after, .c-flow__calc-times--darkgray.c-flow__break--md .c-flow__article:after {
    border-width: 1.5rem;
    margin: 0 -1.5rem;
    top: 100%;
    left: 50%;
    right: 50%;
    bottom: auto;
  }
}
@media only screen and (max-width: 767px) {
  .c-flow__calc-plus--main.c-flow__break--md .c-flow__article:after, .c-flow__calc-plus--deep.c-flow__break--md .c-flow__article:after, .c-flow__calc-plus--accent.c-flow__break--md .c-flow__article:after, .c-flow__calc-plus--darkgray.c-flow__break--md .c-flow__article:after, .c-flow__calc-times--main.c-flow__break--md .c-flow__article:after, .c-flow__calc-times--deep.c-flow__break--md .c-flow__article:after, .c-flow__calc-times--accent.c-flow__break--md .c-flow__article:after, .c-flow__calc-times--darkgray.c-flow__break--md .c-flow__article:after {
    border-width: 1rem;
    margin: 0 -1rem;
  }
}
.c-flow__calc-plus--main.c-flow__break--md .c-flow__article:last-child:before, .c-flow__calc-plus--main.c-flow__break--md .c-flow__article:last-child:after, .c-flow__calc-plus--deep.c-flow__break--md .c-flow__article:last-child:before, .c-flow__calc-plus--deep.c-flow__break--md .c-flow__article:last-child:after, .c-flow__calc-plus--accent.c-flow__break--md .c-flow__article:last-child:before, .c-flow__calc-plus--accent.c-flow__break--md .c-flow__article:last-child:after, .c-flow__calc-plus--darkgray.c-flow__break--md .c-flow__article:last-child:before, .c-flow__calc-plus--darkgray.c-flow__break--md .c-flow__article:last-child:after, .c-flow__calc-times--main.c-flow__break--md .c-flow__article:last-child:before, .c-flow__calc-times--main.c-flow__break--md .c-flow__article:last-child:after, .c-flow__calc-times--deep.c-flow__break--md .c-flow__article:last-child:before, .c-flow__calc-times--deep.c-flow__break--md .c-flow__article:last-child:after, .c-flow__calc-times--accent.c-flow__break--md .c-flow__article:last-child:before, .c-flow__calc-times--accent.c-flow__break--md .c-flow__article:last-child:after, .c-flow__calc-times--darkgray.c-flow__break--md .c-flow__article:last-child:before, .c-flow__calc-times--darkgray.c-flow__break--md .c-flow__article:last-child:after {
  display: none;
}
.c-flow__calc-plus--main.c-flow__break--md .c-flow__article:first-child, .c-flow__calc-plus--deep.c-flow__break--md .c-flow__article:first-child, .c-flow__calc-plus--accent.c-flow__break--md .c-flow__article:first-child, .c-flow__calc-plus--darkgray.c-flow__break--md .c-flow__article:first-child, .c-flow__calc-times--main.c-flow__break--md .c-flow__article:first-child, .c-flow__calc-times--deep.c-flow__break--md .c-flow__article:first-child, .c-flow__calc-times--accent.c-flow__break--md .c-flow__article:first-child, .c-flow__calc-times--darkgray.c-flow__break--md .c-flow__article:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 575px) {
  .c-flow__calc-plus--main.c-flow__break--md .c-flow__article:first-child, .c-flow__calc-plus--deep.c-flow__break--md .c-flow__article:first-child, .c-flow__calc-plus--accent.c-flow__break--md .c-flow__article:first-child, .c-flow__calc-plus--darkgray.c-flow__break--md .c-flow__article:first-child, .c-flow__calc-times--main.c-flow__break--md .c-flow__article:first-child, .c-flow__calc-times--deep.c-flow__break--md .c-flow__article:first-child, .c-flow__calc-times--accent.c-flow__break--md .c-flow__article:first-child, .c-flow__calc-times--darkgray.c-flow__break--md .c-flow__article:first-child {
    margin-top: 0;
  }
}
.c-flow__calc-plus--main.c-flow__break--md .c-flow__article h4, .c-flow__calc-plus--deep.c-flow__break--md .c-flow__article h4, .c-flow__calc-plus--accent.c-flow__break--md .c-flow__article h4, .c-flow__calc-plus--darkgray.c-flow__break--md .c-flow__article h4, .c-flow__calc-times--main.c-flow__break--md .c-flow__article h4, .c-flow__calc-times--deep.c-flow__break--md .c-flow__article h4, .c-flow__calc-times--accent.c-flow__break--md .c-flow__article h4, .c-flow__calc-times--darkgray.c-flow__break--md .c-flow__article h4 {
  color: var(--maincolor);
  font-weight: 700;
  font-size: 1.125em;
  margin: 1rem 0 1.5rem;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .c-flow__calc-plus--main.c-flow__break--md .c-flow__article h4, .c-flow__calc-plus--deep.c-flow__break--md .c-flow__article h4, .c-flow__calc-plus--accent.c-flow__break--md .c-flow__article h4, .c-flow__calc-plus--darkgray.c-flow__break--md .c-flow__article h4, .c-flow__calc-times--main.c-flow__break--md .c-flow__article h4, .c-flow__calc-times--deep.c-flow__break--md .c-flow__article h4, .c-flow__calc-times--accent.c-flow__break--md .c-flow__article h4, .c-flow__calc-times--darkgray.c-flow__break--md .c-flow__article h4 {
    margin: 0.75rem 0 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-flow__calc-plus--main.c-flow__break--md .c-flow__article h4, .c-flow__calc-plus--deep.c-flow__break--md .c-flow__article h4, .c-flow__calc-plus--accent.c-flow__break--md .c-flow__article h4, .c-flow__calc-plus--darkgray.c-flow__break--md .c-flow__article h4, .c-flow__calc-times--main.c-flow__break--md .c-flow__article h4, .c-flow__calc-times--deep.c-flow__break--md .c-flow__article h4, .c-flow__calc-times--accent.c-flow__break--md .c-flow__article h4, .c-flow__calc-times--darkgray.c-flow__break--md .c-flow__article h4 {
    margin: 0.5rem 0 1rem;
  }
}
.c-flow__calc-plus--main.c-flow__break--md .c-flow__article p, .c-flow__calc-plus--deep.c-flow__break--md .c-flow__article p, .c-flow__calc-plus--accent.c-flow__break--md .c-flow__article p, .c-flow__calc-plus--darkgray.c-flow__break--md .c-flow__article p, .c-flow__calc-times--main.c-flow__break--md .c-flow__article p, .c-flow__calc-times--deep.c-flow__break--md .c-flow__article p, .c-flow__calc-times--accent.c-flow__break--md .c-flow__article p, .c-flow__calc-times--darkgray.c-flow__break--md .c-flow__article p {
  line-height: 1.75;
}
@media only screen and (max-width: 991px) {
  .c-flow__calc-plus--main.c-flow__break--md .c-flow__article p, .c-flow__calc-plus--deep.c-flow__break--md .c-flow__article p, .c-flow__calc-plus--accent.c-flow__break--md .c-flow__article p, .c-flow__calc-plus--darkgray.c-flow__break--md .c-flow__article p, .c-flow__calc-times--main.c-flow__break--md .c-flow__article p, .c-flow__calc-times--deep.c-flow__break--md .c-flow__article p, .c-flow__calc-times--accent.c-flow__break--md .c-flow__article p, .c-flow__calc-times--darkgray.c-flow__break--md .c-flow__article p {
    font-size: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .c-flow__calc-plus--main.c-flow__break--md .c-flow__article p, .c-flow__calc-plus--deep.c-flow__break--md .c-flow__article p, .c-flow__calc-plus--accent.c-flow__break--md .c-flow__article p, .c-flow__calc-plus--darkgray.c-flow__break--md .c-flow__article p, .c-flow__calc-times--main.c-flow__break--md .c-flow__article p, .c-flow__calc-times--deep.c-flow__break--md .c-flow__article p, .c-flow__calc-times--accent.c-flow__break--md .c-flow__article p, .c-flow__calc-times--darkgray.c-flow__break--md .c-flow__article p {
    line-height: 1.5;
  }
}
.c-flow__calc-plus--main.c-flow__break--md .c-flow__article hr, .c-flow__calc-plus--deep.c-flow__break--md .c-flow__article hr, .c-flow__calc-plus--accent.c-flow__break--md .c-flow__article hr, .c-flow__calc-plus--darkgray.c-flow__break--md .c-flow__article hr, .c-flow__calc-times--main.c-flow__break--md .c-flow__article hr, .c-flow__calc-times--deep.c-flow__break--md .c-flow__article hr, .c-flow__calc-times--accent.c-flow__break--md .c-flow__article hr, .c-flow__calc-times--darkgray.c-flow__break--md .c-flow__article hr {
  margin: 1rem 0;
}
.c-flow__calc-plus--main.c-flow__break--xs, .c-flow__calc-plus--deep.c-flow__break--xs, .c-flow__calc-plus--accent.c-flow__break--xs, .c-flow__calc-plus--darkgray.c-flow__break--xs, .c-flow__calc-times--main.c-flow__break--xs, .c-flow__calc-times--deep.c-flow__break--xs, .c-flow__calc-times--accent.c-flow__break--xs, .c-flow__calc-times--darkgray.c-flow__break--xs {
  display: flex;
}
@media only screen and (max-width: 575px) {
  .c-flow__calc-plus--main.c-flow__break--xs, .c-flow__calc-plus--deep.c-flow__break--xs, .c-flow__calc-plus--accent.c-flow__break--xs, .c-flow__calc-plus--darkgray.c-flow__break--xs, .c-flow__calc-times--main.c-flow__break--xs, .c-flow__calc-times--deep.c-flow__break--xs, .c-flow__calc-times--accent.c-flow__break--xs, .c-flow__calc-times--darkgray.c-flow__break--xs {
    display: block;
    width: 75%;
    margin: 0 auto;
  }
}
.c-flow__calc-plus--main.c-flow__break--xs .c-flow__article, .c-flow__calc-plus--deep.c-flow__break--xs .c-flow__article, .c-flow__calc-plus--accent.c-flow__break--xs .c-flow__article, .c-flow__calc-plus--darkgray.c-flow__break--xs .c-flow__article, .c-flow__calc-times--main.c-flow__break--xs .c-flow__article, .c-flow__calc-times--deep.c-flow__break--xs .c-flow__article, .c-flow__calc-times--accent.c-flow__break--xs .c-flow__article, .c-flow__calc-times--darkgray.c-flow__break--xs .c-flow__article {
  border-width: 2px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-left: 2.5rem;
}
@media only screen and (max-width: 991px) {
  .c-flow__calc-plus--main.c-flow__break--xs .c-flow__article, .c-flow__calc-plus--deep.c-flow__break--xs .c-flow__article, .c-flow__calc-plus--accent.c-flow__break--xs .c-flow__article, .c-flow__calc-plus--darkgray.c-flow__break--xs .c-flow__article, .c-flow__calc-times--main.c-flow__break--xs .c-flow__article, .c-flow__calc-times--deep.c-flow__break--xs .c-flow__article, .c-flow__calc-times--accent.c-flow__break--xs .c-flow__article, .c-flow__calc-times--darkgray.c-flow__break--xs .c-flow__article {
    margin-left: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-flow__calc-plus--main.c-flow__break--xs .c-flow__article, .c-flow__calc-plus--deep.c-flow__break--xs .c-flow__article, .c-flow__calc-plus--accent.c-flow__break--xs .c-flow__article, .c-flow__calc-plus--darkgray.c-flow__break--xs .c-flow__article, .c-flow__calc-times--main.c-flow__break--xs .c-flow__article, .c-flow__calc-times--deep.c-flow__break--xs .c-flow__article, .c-flow__calc-times--accent.c-flow__break--xs .c-flow__article, .c-flow__calc-times--darkgray.c-flow__break--xs .c-flow__article {
    margin-left: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .c-flow__calc-plus--main.c-flow__break--xs .c-flow__article, .c-flow__calc-plus--deep.c-flow__break--xs .c-flow__article, .c-flow__calc-plus--accent.c-flow__break--xs .c-flow__article, .c-flow__calc-plus--darkgray.c-flow__break--xs .c-flow__article, .c-flow__calc-times--main.c-flow__break--xs .c-flow__article, .c-flow__calc-times--deep.c-flow__break--xs .c-flow__article, .c-flow__calc-times--accent.c-flow__break--xs .c-flow__article, .c-flow__calc-times--darkgray.c-flow__break--xs .c-flow__article {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}
.c-flow__calc-plus--main.c-flow__break--xs .c-flow__article:last-child:before, .c-flow__calc-plus--main.c-flow__break--xs .c-flow__article:last-child:after, .c-flow__calc-plus--deep.c-flow__break--xs .c-flow__article:last-child:before, .c-flow__calc-plus--deep.c-flow__break--xs .c-flow__article:last-child:after, .c-flow__calc-plus--accent.c-flow__break--xs .c-flow__article:last-child:before, .c-flow__calc-plus--accent.c-flow__break--xs .c-flow__article:last-child:after, .c-flow__calc-plus--darkgray.c-flow__break--xs .c-flow__article:last-child:before, .c-flow__calc-plus--darkgray.c-flow__break--xs .c-flow__article:last-child:after, .c-flow__calc-times--main.c-flow__break--xs .c-flow__article:last-child:before, .c-flow__calc-times--main.c-flow__break--xs .c-flow__article:last-child:after, .c-flow__calc-times--deep.c-flow__break--xs .c-flow__article:last-child:before, .c-flow__calc-times--deep.c-flow__break--xs .c-flow__article:last-child:after, .c-flow__calc-times--accent.c-flow__break--xs .c-flow__article:last-child:before, .c-flow__calc-times--accent.c-flow__break--xs .c-flow__article:last-child:after, .c-flow__calc-times--darkgray.c-flow__break--xs .c-flow__article:last-child:before, .c-flow__calc-times--darkgray.c-flow__break--xs .c-flow__article:last-child:after {
  display: none;
}
.c-flow__calc-plus--main.c-flow__break--xs .c-flow__article:after, .c-flow__calc-plus--deep.c-flow__break--xs .c-flow__article:after, .c-flow__calc-plus--accent.c-flow__break--xs .c-flow__article:after, .c-flow__calc-plus--darkgray.c-flow__break--xs .c-flow__article:after, .c-flow__calc-times--main.c-flow__break--xs .c-flow__article:after, .c-flow__calc-times--deep.c-flow__break--xs .c-flow__article:after, .c-flow__calc-times--accent.c-flow__break--xs .c-flow__article:after, .c-flow__calc-times--darkgray.c-flow__break--xs .c-flow__article:after {
  font-size: 2em;
  font-weight: 900;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 100%;
  bottom: 50%;
  margin: -1rem 0;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .c-flow__calc-plus--main.c-flow__break--xs .c-flow__article:after, .c-flow__calc-plus--deep.c-flow__break--xs .c-flow__article:after, .c-flow__calc-plus--accent.c-flow__break--xs .c-flow__article:after, .c-flow__calc-plus--darkgray.c-flow__break--xs .c-flow__article:after, .c-flow__calc-times--main.c-flow__break--xs .c-flow__article:after, .c-flow__calc-times--deep.c-flow__break--xs .c-flow__article:after, .c-flow__calc-times--accent.c-flow__break--xs .c-flow__article:after, .c-flow__calc-times--darkgray.c-flow__break--xs .c-flow__article:after {
    font-size: 1.5em;
    width: 2rem;
    height: 2rem;
    margin: -1.5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-flow__calc-plus--main.c-flow__break--xs .c-flow__article:after, .c-flow__calc-plus--deep.c-flow__break--xs .c-flow__article:after, .c-flow__calc-plus--accent.c-flow__break--xs .c-flow__article:after, .c-flow__calc-plus--darkgray.c-flow__break--xs .c-flow__article:after, .c-flow__calc-times--main.c-flow__break--xs .c-flow__article:after, .c-flow__calc-times--deep.c-flow__break--xs .c-flow__article:after, .c-flow__calc-times--accent.c-flow__break--xs .c-flow__article:after, .c-flow__calc-times--darkgray.c-flow__break--xs .c-flow__article:after {
    font-size: 1em;
    width: 1.5rem;
    height: 1.5rem;
    margin: -1rem 0;
  }
}
@media only screen and (max-width: 575px) {
  .c-flow__calc-plus--main.c-flow__break--xs .c-flow__article:after, .c-flow__calc-plus--deep.c-flow__break--xs .c-flow__article:after, .c-flow__calc-plus--accent.c-flow__break--xs .c-flow__article:after, .c-flow__calc-plus--darkgray.c-flow__break--xs .c-flow__article:after, .c-flow__calc-times--main.c-flow__break--xs .c-flow__article:after, .c-flow__calc-times--deep.c-flow__break--xs .c-flow__article:after, .c-flow__calc-times--accent.c-flow__break--xs .c-flow__article:after, .c-flow__calc-times--darkgray.c-flow__break--xs .c-flow__article:after {
    margin: 0 -1rem;
    top: 100%;
    left: 50%;
    right: 50%;
    bottom: auto;
  }
}
.c-flow__calc-plus--main.c-flow__break--xs .c-flow__article:first-child, .c-flow__calc-plus--deep.c-flow__break--xs .c-flow__article:first-child, .c-flow__calc-plus--accent.c-flow__break--xs .c-flow__article:first-child, .c-flow__calc-plus--darkgray.c-flow__break--xs .c-flow__article:first-child, .c-flow__calc-times--main.c-flow__break--xs .c-flow__article:first-child, .c-flow__calc-times--deep.c-flow__break--xs .c-flow__article:first-child, .c-flow__calc-times--accent.c-flow__break--xs .c-flow__article:first-child, .c-flow__calc-times--darkgray.c-flow__break--xs .c-flow__article:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 575px) {
  .c-flow__calc-plus--main.c-flow__break--xs .c-flow__article:first-child, .c-flow__calc-plus--deep.c-flow__break--xs .c-flow__article:first-child, .c-flow__calc-plus--accent.c-flow__break--xs .c-flow__article:first-child, .c-flow__calc-plus--darkgray.c-flow__break--xs .c-flow__article:first-child, .c-flow__calc-times--main.c-flow__break--xs .c-flow__article:first-child, .c-flow__calc-times--deep.c-flow__break--xs .c-flow__article:first-child, .c-flow__calc-times--accent.c-flow__break--xs .c-flow__article:first-child, .c-flow__calc-times--darkgray.c-flow__break--xs .c-flow__article:first-child {
    margin-top: 0;
  }
}
.c-flow__calc-plus--main.c-flow__break--xs .c-flow__article h4, .c-flow__calc-plus--deep.c-flow__break--xs .c-flow__article h4, .c-flow__calc-plus--accent.c-flow__break--xs .c-flow__article h4, .c-flow__calc-plus--darkgray.c-flow__break--xs .c-flow__article h4, .c-flow__calc-times--main.c-flow__break--xs .c-flow__article h4, .c-flow__calc-times--deep.c-flow__break--xs .c-flow__article h4, .c-flow__calc-times--accent.c-flow__break--xs .c-flow__article h4, .c-flow__calc-times--darkgray.c-flow__break--xs .c-flow__article h4 {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 1em;
}
.c-flow__calc-plus--main.c-flow__break--xs .c-flow__image, .c-flow__calc-plus--deep.c-flow__break--xs .c-flow__image, .c-flow__calc-plus--accent.c-flow__break--xs .c-flow__image, .c-flow__calc-plus--darkgray.c-flow__break--xs .c-flow__image, .c-flow__calc-times--main.c-flow__break--xs .c-flow__image, .c-flow__calc-times--deep.c-flow__break--xs .c-flow__image, .c-flow__calc-times--accent.c-flow__break--xs .c-flow__image, .c-flow__calc-times--darkgray.c-flow__break--xs .c-flow__image {
  position: relative;
  z-index: 4;
}
.c-flow__calc-plus--main .c-flow__article, .c-flow__calc-times--main .c-flow__article {
  border: 1px solid var(--maincolor);
}
.c-flow__calc-plus--main .c-flow__article:before, .c-flow__calc-times--main .c-flow__article:before {
  border-color: transparent transparent transparent #FFF;
}
@media only screen and (max-width: 991px) {
  .c-flow__calc-plus--main .c-flow__article:before, .c-flow__calc-times--main .c-flow__article:before {
    border-color: #FFF transparent transparent transparent;
  }
}
.c-flow__calc-plus--main .c-flow__article:after, .c-flow__calc-times--main .c-flow__article:after {
  border-color: transparent transparent transparent var(--maincolor);
}
@media only screen and (max-width: 991px) {
  .c-flow__calc-plus--main .c-flow__article:after, .c-flow__calc-times--main .c-flow__article:after {
    border-color: var(--maincolor) transparent transparent transparent;
  }
}
.c-flow__calc-plus--main .c-flow__icon, .c-flow__calc-times--main .c-flow__icon {
  color: var(--maincolor);
  border-color: var(--maincolor);
}
.c-flow__calc-plus--deep .c-flow__article, .c-flow__calc-times--deep .c-flow__article {
  border: 1px solid var(--deepcolor);
}
.c-flow__calc-plus--deep .c-flow__article:after, .c-flow__calc-times--deep .c-flow__article:after {
  border-color: transparent transparent transparent var(--deepcolor);
}
@media only screen and (max-width: 575px) {
  .c-flow__calc-plus--deep .c-flow__article:after, .c-flow__calc-times--deep .c-flow__article:after {
    border-color: var(--deepcolor) transparent transparent transparent;
  }
}
.c-flow__calc-plus--deep .c-flow__icon, .c-flow__calc-times--deep .c-flow__icon {
  color: var(--deepcolor);
  border-color: var(--deepcolor);
}
.c-flow__calc-plus--accent .c-flow__article, .c-flow__calc-times--accent .c-flow__article {
  border: 1px solid var(--accentcolor);
}
.c-flow__calc-plus--accent .c-flow__article:after, .c-flow__calc-times--accent .c-flow__article:after {
  border-color: transparent transparent transparent var(--accentcolor);
}
@media only screen and (max-width: 991px) {
  .c-flow__calc-plus--accent .c-flow__article:after, .c-flow__calc-times--accent .c-flow__article:after {
    border-color: var(--accentcolor) transparent transparent transparent;
  }
}
.c-flow__calc-plus--accent .c-flow__icon, .c-flow__calc-times--accent .c-flow__icon {
  color: var(--accentcolor);
  border-color: var(--accentcolor);
}
.c-flow__calc-plus--darkgray .c-flow__article, .c-flow__calc-times--darkgray .c-flow__article {
  border: 1px solid var(--darkgraycolor);
}
.c-flow__calc-plus--darkgray .c-flow__article:after, .c-flow__calc-times--darkgray .c-flow__article:after {
  border-color: transparent transparent transparent var(--darkgraycolor);
}
@media only screen and (max-width: 991px) {
  .c-flow__calc-plus--darkgray .c-flow__article:after, .c-flow__calc-times--darkgray .c-flow__article:after {
    border-color: var(--darkgraycolor) transparent transparent transparent;
  }
}
.c-flow__calc-plus--darkgray .c-flow__icon, .c-flow__calc-times--darkgray .c-flow__icon {
  color: var(--darkgraycolor);
  border-color: var(--darkgraycolor);
}
.c-flow__calc .c-flow__break--md.c-flow__horizontal--main .c-flow__article:after {
  border-color: transparent transparent transparent var(--maincolor);
  top: 50%;
  left: 100%;
  bottom: 50%;
  margin: -1.5rem 0;
  border-width: 1.5rem;
  z-index: 2;
  content: "";
}
@media only screen and (max-width: 991px) {
  .c-flow__calc .c-flow__break--md.c-flow__horizontal--main .c-flow__article:after {
    border-color: var(--maincolor) transparent transparent;
    border-width: 1.25rem;
    margin: 0 -1.25rem;
    top: 100%;
    left: 50%;
    right: 50%;
    bottom: auto;
  }
}
@media only screen and (max-width: 767px) {
  .c-flow__calc .c-flow__break--md.c-flow__horizontal--main .c-flow__article:after {
    border-width: 1rem;
    margin: 0 -1rem;
  }
}
.c-flow__calc .c-flow__break--md.c-flow__horizontal--deep .c-flow__article:after {
  border-color: transparent transparent transparent var(--deepcolor);
  top: 50%;
  left: 100%;
  bottom: 50%;
  margin: -1.5rem 0;
  border-width: 1.5rem;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .c-flow__calc .c-flow__break--md.c-flow__horizontal--deep .c-flow__article:after {
    border-color: var(--maincolor) transparent transparent;
    border-width: 1.25rem;
    margin: 0 -1.25rem;
    top: 100%;
    left: 50%;
    right: 50%;
    bottom: auto;
  }
}
@media only screen and (max-width: 767px) {
  .c-flow__calc .c-flow__break--md.c-flow__horizontal--deep .c-flow__article:after {
    border-width: 1rem;
    margin: 0 -1rem;
  }
}
.c-flow__calc .c-flow__break--md.c-flow__horizontal--accent .c-flow__article:after {
  border-color: transparent transparent transparent var(--accentcolor);
  top: 50%;
  left: 100%;
  bottom: 50%;
  margin: -1.5rem 0;
  border-width: 1.5rem;
  z-index: 2;
  content: "";
}
@media only screen and (max-width: 991px) {
  .c-flow__calc .c-flow__break--md.c-flow__horizontal--accent .c-flow__article:after {
    border-color: var(--accentcolor) transparent transparent;
    border-width: 1.25rem;
    margin: 0 -1.25rem;
    top: 100%;
    left: 50%;
    right: 50%;
    bottom: auto;
  }
}
@media only screen and (max-width: 767px) {
  .c-flow__calc .c-flow__break--md.c-flow__horizontal--accent .c-flow__article:after {
    border-width: 1rem;
    margin: 0 -1rem;
  }
}
.c-flow__calc .c-flow__break--md.c-flow__horizontal--darkgray .c-flow__article:after {
  border-color: transparent transparent transparent var(--darkgraycolor);
  top: 50%;
  left: 100%;
  bottom: 50%;
  margin: -1.5rem 0;
  border-width: 1.5rem;
  z-index: 2;
  content: "";
}
@media only screen and (max-width: 991px) {
  .c-flow__calc .c-flow__break--md.c-flow__horizontal--darkgray .c-flow__article:after {
    border-color: var(--darkgraycolor) transparent transparent;
    border-width: 1.25rem;
    margin: 0 -1.25rem;
    top: 100%;
    left: 50%;
    right: 50%;
    bottom: auto;
  }
}
@media only screen and (max-width: 767px) {
  .c-flow__calc .c-flow__break--md.c-flow__horizontal--darkgray .c-flow__article:after {
    border-width: 1rem;
    margin: 0 -1rem;
  }
}
.c-flow__calc .c-flow__break--xs.c-flow__horizontal--main .c-flow__article:after {
  border-color: transparent transparent transparent var(--maincolor);
  top: 50%;
  left: 100%;
  bottom: 50%;
  margin: -1rem 0;
  border-width: 1rem;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .c-flow__calc .c-flow__break--xs.c-flow__horizontal--main .c-flow__article:after {
    border-width: 0.75rem;
    margin: -0.75rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-flow__calc .c-flow__break--xs.c-flow__horizontal--main .c-flow__article:after {
    border-width: 0.5rem;
    margin: -0.5rem 0;
  }
}
@media only screen and (max-width: 575px) {
  .c-flow__calc .c-flow__break--xs.c-flow__horizontal--main .c-flow__article:after {
    border-color: var(--maincolor) transparent transparent;
    top: 100%;
    left: 50%;
    right: 50%;
    bottom: auto;
    margin: 0 -0.5rem;
  }
}
.c-flow__calc .c-flow__break--xs.c-flow__horizontal--accent .c-flow__article:after {
  border-color: transparent transparent transparent var(--accentcolor);
  border-width: 1rem;
  margin: -1rem 0;
  top: 50%;
  left: 100%;
  bottom: 50%;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .c-flow__calc .c-flow__break--xs.c-flow__horizontal--accent .c-flow__article:after {
    border-width: 0.75rem;
    margin: -0.75rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-flow__calc .c-flow__break--xs.c-flow__horizontal--accent .c-flow__article:after {
    border-width: 0.75rem;
    margin: -0.75rem 0;
  }
}
@media only screen and (max-width: 575px) {
  .c-flow__calc .c-flow__break--xs.c-flow__horizontal--accent .c-flow__article:after {
    border-color: var(--accentcolor) transparent transparent;
    margin: 0 -0.75rem;
    top: 100%;
    left: 50%;
    right: 50%;
    bottom: auto;
  }
}
.c-flow__calc .c-flow__break--xs.c-flow__horizontal--darkgray .c-flow__article:after {
  border-color: transparent transparent transparent var(--darkgraycolor);
  border-width: 1rem;
  margin: -1rem 0;
  top: 50%;
  left: 100%;
  bottom: 50%;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .c-flow__calc .c-flow__break--xs.c-flow__horizontal--darkgray .c-flow__article:after {
    border-width: 0.75rem;
    margin: -0.75rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-flow__calc .c-flow__break--xs.c-flow__horizontal--darkgray .c-flow__article:after {
    border-width: 0.75rem;
    margin: -0.75rem 0;
  }
}
@media only screen and (max-width: 575px) {
  .c-flow__calc .c-flow__break--xs.c-flow__horizontal--darkgray .c-flow__article:after {
    border-color: var(--darkgraycolor) transparent transparent;
    margin: 0 -0.75rem;
    top: 100%;
    left: 50%;
    right: 50%;
    bottom: auto;
  }
}
.c-flow__calc .c-flow__break--xs.c-flow__horizontal--dark .c-flow__article .c-flow__heading {
  color: var(--darkcolor);
}
.c-flow__calc .c-flow__break--xs.c-flow__horizontal--dark .c-flow__article:after {
  border-color: transparent transparent transparent var(--darkcolor);
  border-width: 1rem;
  margin: -1rem 0;
  top: 50%;
  left: 100%;
  bottom: 50%;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .c-flow__calc .c-flow__break--xs.c-flow__horizontal--dark .c-flow__article:after {
    border-width: 0.75rem;
    margin: -0.75rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-flow__calc .c-flow__break--xs.c-flow__horizontal--dark .c-flow__article:after {
    border-width: 0.75rem;
    margin: -0.75rem 0;
  }
}
@media only screen and (max-width: 575px) {
  .c-flow__calc .c-flow__break--xs.c-flow__horizontal--dark .c-flow__article:after {
    border-color: var(--darkcolor) transparent transparent;
    margin: 0 -0.75rem;
    top: 100%;
    left: 50%;
    right: 50%;
    bottom: auto;
  }
}

.c-flow--step {
  background-color: var(--deepcolor);
  color: #FFF;
  border-radius: 50%;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  margin: 0.5em auto;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .c-flow--step {
    font-size: 1.5rem;
    width: 3rem;
    height: 3rem;
  }
}

.c-flow__vertical {
  border-top: 1px solid var(--rgb-flow);
}
.c-flow__vertical .c-flow__no, .c-flow__vertical .c-flow__time, .c-flow__vertical .c-flow__notes {
  display: table-cell;
}
@media only screen and (max-width: 575px) {
  .c-flow__vertical .c-flow__no, .c-flow__vertical .c-flow__time, .c-flow__vertical .c-flow__notes {
    display: block;
  }
}
.c-flow__vertical .c-flow__time {
  width: 18rem;
  vertical-align: top;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .c-flow__vertical .c-flow__time {
    width: 12rem;
    vertical-align: top;
  }
}
@media only screen and (max-width: 575px) {
  .c-flow__vertical .c-flow__time {
    width: 100%;
  }
}
.c-flow__vertical .c-flow__time span {
  color: rgba(0, 0, 0, 0.075);
  font-size: 6em;
  line-height: 0.75;
  font-weight: 700;
  margin-top: -0.05em;
  padding: 0;
  display: block;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .c-flow__vertical .c-flow__time span {
    font-size: 4em;
  }
}
.c-flow__vertical .c-flow__no {
  width: 4.5rem;
  vertical-align: top;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-flow__vertical .c-flow__no {
    width: 3rem;
    vertical-align: top;
  }
}
@media only screen and (max-width: 575px) {
  .c-flow__vertical .c-flow__no {
    width: 100%;
  }
}
.c-flow__vertical .c-flow__no span {
  color: var(--flownocolor);
  font-size: 7em;
  line-height: 0.75;
  font-weight: 700;
  margin-top: -0.5rem;
  padding: 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .c-flow__vertical .c-flow__no span {
    font-size: 3.5em;
    line-height: 1;
  }
}
.c-flow__vertical .c-flow__no small {
  display: block;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .c-flow__vertical .c-flow__no small {
    font-size: 10px;
    line-height: 12px;
  }
}
.c-flow__vertical .c-flow__notes {
  padding: 3rem 0;
  padding-left: 3rem;
  vertical-align: top;
}
@media only screen and (max-width: 991px) {
  .c-flow__vertical .c-flow__notes {
    padding: 3rem 0 2rem;
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-flow__vertical .c-flow__notes {
    padding: 2rem 0 1rem;
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .c-flow__vertical .c-flow__notes {
    padding: 0 0 1rem;
    margin-top: -1.5rem;
  }
}
.c-flow__vertical .c-flow__notes .well {
  background: #FFF;
  border: none;
  color: #212121;
}
.c-flow__vertical .c-flow__notes .c-heading__flow {
  font-size: 1.125em;
  line-height: 1.5;
  margin: 1.5em 0 0.75em;
}
.c-flow__vertical .c-flow__notes .c-heading__flow .c-heading__leftline {
  line-height: 1.5;
  font-weight: 700;
  display: block;
}
.c-flow__vertical .c-flow__notes .c-heading__flow:first-child {
  margin-top: 0;
}
.c-flow__vertical .c-flow__notes h5 {
  font-weight: 700;
  font-size: 1em;
  margin: 1.25em 0 0.75em;
  padding-bottom: 0.5em;
}
@media only screen and (max-width: 575px) {
  .c-flow__vertical .c-flow__notes h5 {
    text-align: center;
  }
}
.c-flow__vertical .c-flow__notes h5:first-child {
  margin-top: 0;
}
.c-flow__vertical .c-flow__notes p {
  line-height: 1.75;
}
.c-flow__vertical .c-flow__notes hr {
  margin: 0.5em 0;
  border-top: 1px dashed #FF9;
}
.c-flow__vertical .c-flow__notes dl {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .c-flow__vertical .c-flow__notes dl {
    display: block;
  }
}
.c-flow__vertical .c-flow__notes dl dt, .c-flow__vertical .c-flow__notes dl dd {
  display: table-cell;
}
@media only screen and (max-width: 575px) {
  .c-flow__vertical .c-flow__notes dl dt, .c-flow__vertical .c-flow__notes dl dd {
    display: block;
  }
}
.c-flow__vertical .c-flow__notes dl dt {
  width: 7em;
}
@media only screen and (max-width: 575px) {
  .c-flow__vertical .c-flow__notes dl dt {
    margin-bottom: 1.25vw;
  }
}
.c-flow__vertical .c-flow__article {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 100%);
  padding: 0;
  position: relative;
  z-index: 1;
  display: table;
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
}
@media only screen and (max-width: 575px) {
  .c-flow__vertical .c-flow__article {
    padding: 0;
  }
}
.c-flow__vertical .c-flow__article:before, .c-flow__vertical .c-flow__article:after {
  border-width: 1.75rem;
  border-style: solid;
  margin: 0 -1.75rem;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  left: 50%;
  right: 50%;
  content: "";
}
@media only screen and (max-width: 767px) {
  .c-flow__vertical .c-flow__article:before, .c-flow__vertical .c-flow__article:after {
    border-width: 1.25rem;
  }
}
@media only screen and (max-width: 575px) {
  .c-flow__vertical .c-flow__article:before, .c-flow__vertical .c-flow__article:after {
    margin: 0 -1.25rem;
  }
}
.c-flow__vertical .c-flow__article:before {
  border-color: var(--rgb-flow) transparent transparent transparent;
  top: 0;
  z-index: 7;
}
.c-flow__vertical .c-flow__article:after {
  border-color: #FFF transparent transparent transparent;
  top: -1px;
  z-index: 8;
}
.c-flow__vertical .c-flow__article:first-child:before, .c-flow__vertical .c-flow__article:first-child:after {
  display: none;
}

/* contact,inquiry,entry,estimate */
.c-form__recept {
  text-align: center;
  line-height: 1;
}

.c-form__required, .c-form__optional {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-form__required:after, .c-form__optional:after {
  color: var(--rgb-white);
  font-size: 0.75em;
  line-height: 1;
  margin-left: 1.33em;
  padding: 0.25em 0.5em;
  text-align: center;
}
.c-form__required.justify-content-start, .c-form__optional.justify-content-start {
  margin-bottom: 0.5em;
  width: 7em;
}
.c-form__required small, .c-form__optional small {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-form__required:after {
  background-color: var(--rgb-required);
  content: "必須";
}
.c-form__required--image {
  background-color: var(--rgb-required);
  color: var(--rgb-white);
  font-size: 0.75em;
  line-height: 1;
  padding: 0.25em 0;
  width: 2.25rem;
  text-align: center;
  vertical-align: middle;
  position: relative;
  margin-right: 0.25rem;
  display: inline-block;
}

.c-form__optional:after {
  background-color: var(--rgb-optional);
  content: "任意";
}

.form-floating {
  width: 100%;
}
.form-floating > label {
  opacity: 0.33;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.33;
  transform: scale(0.85) translateY(-0.75rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.33;
  transform: scale(0.85) translateY(-0.75rem) translateX(0.15rem);
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) input {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

/* form control */
.radio:not(:first-child), .checkbox:not(:first-child) {
  margin-top: 0.75rem;
}

.form-check-inline .radio:not(:first-child), .form-check-inline .checkbox:not(:first-child) {
  margin-top: 0;
}

.c-policy__scroll {
  background-color: #FFF;
  height: 12.5rem;
  overflow-y: scroll;
}
.c-policy__scroll a, .c-policy__scroll a:hover, .c-policy__scroll a:active, .c-policy__scroll a:focus {
  color: var(--textcolor);
}
.c-policy__scroll a {
  text-decoration: underline;
}
.c-policy__scroll a:hover, .c-policy__scroll a:active, .c-policy__scroll a:focus {
  color: #212121;
  text-decoration: none;
}
.c-policy__scroll > *:last-child {
  padding-bottom: 1.125rem;
}
@media only screen and (max-width: 767px) {
  .c-policy__scroll > *:last-child {
    padding-bottom: 0.8rem;
  }
}

.c-title__policy {
  padding-bottom: 0.75rem;
  border-bottom: 1px dotted #666;
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1.125;
  margin: 2em 0 1em;
}

.c-reserve__total, .c-reserve__year, .c-reserve__date {
  display: flex;
  align-items: center;
  white-space: nowrap;
  width: man-content;
}

@media only screen and (max-width: 575px) {
  .c-reserve__total {
    display: block;
  }
}
.c-reserve__total:not(:first-child) {
  border-top: 1px dashed var(--line-gray);
  margin-top: 0.5em;
  padding-top: 0.5em;
}
.c-reserve__total h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-right: 1em;
}

@media only screen and (max-width: 575px) {
  .c-reserve__year, .c-reserve__date {
    margin: 0.5em 0;
  }
}

input[type=checkbox], input[type=radio] {
  vertical-align: middle;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  margin-right: 0.5em;
}

.form-check-inline .checkbox input[type=checkbox], .form-check-inline .radio input[type=radio] {
  margin-right: 0.5em;
  margin-top: 4px;
}

input {
  font-size: 100%;
  vertical-align: middle;
}

input[type=text]:focus, input[type=text]:focus-visible, input[type=password]:focus, input[type=password]:focus-visible,
input[type=tel]:focus, input[type=tel]:focus-visible, input[type=email]:focus, input[type=email]:focus-visible,
.form-select:focus, .form-control:focus, .form-select:focus-visible, .form-control:focus-visible {
  border: 1px solid var(--hovercolor);
  box-shadow: none;
  outline: none;
}

textarea {
  font-size: 1;
  width: 100%;
  height: 12.5rem;
}

.form-control:focus, .form-select:focus {
  background: #F5F5F5;
  border-color: var(--hovercolor);
  box-shadow: none;
}

::-ms-input-placeholder {
  color: var(--rgb-form);
}

:-ms-input-placeholder {
  color: var(--rgb-form);
}

.required input[type=text], .required input[type=password], .required .form-select, .required textarea {
  border: 1px solid #FFBABA;
  line-height: normal;
}
.required input[type=text]:focus, .required input[type=password]:focus, .required textarea:focus {
  background: #FFF6F6;
  line-height: normal;
}

.form-check-label {
  line-height: 1;
  white-space: nowrap;
}

.form-check-input {
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.25);
  margin-top: 4px;
  width: 1.25em;
  height: 1.25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-check .form-check-input {
  margin: 0.5em 0.5em 0.5em -1.75em;
  vertical-align: middle;
  float: none;
}

th .form-check .form-check-input, td .form-check .form-check-input {
  margin: 0 0.5em 0 -1.75em;
  vertical-align: top;
}

@media (prefers-reduced-motion: reduce) {
  .form-check-input {
    transition: none;
  }
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}

.form-check-input[type=radio] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: var(--rgb-form);
  outline: 0;
  box-shadow: none;
}

.form-check-input:checked {
  background-color: var(--rgb-form);
  border-color: var(--rgb-form);
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFF'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: var(--rgb-form);
  border-color: var(--rgb-form);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-check-inline {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .form-check-input:valid, .was-validated .form-check-input.is-valid {
  border-color: var(--rgb-caution);
}
.was-validated .form-check-input:valid:checked, .was-validated .form-check-input.is-valid:checked {
  background-color: var(--rgb-caution);
}
.was-validated .form-check-input:valid:focus, .was-validated .form-check-input.is-valid:focus {
  box-shadow: none;
}
.was-validated .form-check-input:valid ~ .form-check-label, .was-validated .form-check-input.is-valid ~ .form-check-label {
  color: var(--rgb-caution);
}

.form-file {
  --bs-form-file-height:calc(1.5em + .75rem + 2px);
  position: relative;
}

.form-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: var(--bs-form-file-height);
  margin: 0;
  opacity: 0;
}

.form-file-input:focus-within ~ .form-file-label {
  border-color: var(--rgb-form);
  box-shadow: none;
}

.form-file-input[disabled] ~ .form-file-label .form-file-text, .form-file-input:disabled ~ .form-file-label .form-file-text {
  background-color: #E9ECEF;
}

.form-file-label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  height: var(--bs-form-file-height);
  border-color: #CED4DA;
  border-radius: 0.25rem;
}

.form-file-text {
  display: block;
  flex-grow: 1;
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #888;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #FFF;
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}

.form-file-button {
  display: block;
  flex-shrink: 0;
  padding: 0.375rem 0.75rem;
  margin-left: -1px;
  line-height: 1.5;
  color: #495057;
  background-color: #E9ECEF;
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}

.form-file-sm {
  --bs-form-file-height:calc(1.5em + .5rem + 2px);
  font-size: 0.875rem;
}

.form-file-sm .form-file-text, .form-file-sm .form-file-button {
  padding: 0.25rem 0.5rem;
}

.form-file-lg {
  --bs-form-file-height:calc(1.5em + 1rem + 2px);
  font-size: 1.25rem;
}

.form-file-lg .form-file-text, .form-file-lg .form-file-button {
  padding: 0.5rem 1rem;
}

.input-group > .form-control, .input-group > .form-select, .input-group > .form-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus, .input-group > .form-select:focus, .input-group > .form-file:focus {
  z-index: 3;
}
.input-group > .form-file .form-file-input:focus ~ .form-file-label {
  z-index: 3;
}
.input-group > .form-file > .form-file-input:focus {
  z-index: 4;
}
.input-group > .form-file:not(:first-child) > .form-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-file:not(:last-child) > .form-file-label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  background-color: #E9ECEF;
  color: #495057;
  border: 1px solid #CED4DA;
  border-radius: 0.25rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  padding: 0.375rem 0.75rem;
  display: flex;
  align-items: center;
}

.input-group-lg > .form-select, .input-group-sm > .form-select {
  padding-right: 1.75rem;
}

.input-group-lg > .form-control {
  min-height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-select {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text, .input-group-lg > .btn {
  border-radius: 0.3rem;
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
}

.input-group-sm > .form-control {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text, .input-group-sm > .btn {
  border-radius: 0.2rem;
  font-size: 0.875rem;
  line-height: 1.25;
  padding: 0.25rem 0.5rem;
}

.input-group > :not(:first-child):not(.dropdown-menu) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.label-file {
  padding: 6.25rem 2.5rem;
  color: #FFF;
  background-color: #384878;
  cursor: pointer;
}

.label-file input[type=file] {
  display: none;
}

.label-file + p {
  margin: 0.75em 0 0 0;
}

/* privacy */
.privacy-index {
  list-style: none;
}

.privacy-index li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  width: 1em;
}

.c-heading__chapter {
  font-size: 1.25em;
  font-weight: 700;
  margin: 3rem 0 1rem;
}

.text-article {
  margin: 1rem 0 0.5rem;
}

.text-article strong {
  margin-right: 1em;
  font-weight: 800;
}

.c-heading__chapter--bracket {
  list-style: none;
  counter-reset: bracket;
}
.c-heading__chapter--bracket li {
  line-height: 1.5;
  padding-left: 3em;
}
.c-heading__chapter--bracket li:before {
  counter-increment: bracket;
  content: "(" counter(bracket) ")";
  text-align: center;
  display: inline-block;
  margin-right: 0.5em;
  margin-left: -3em;
  width: 2.5em;
}
.c-heading__chapter--bracket li + li {
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .c-heading__chapter--bracket li + li {
    margin-top: 0.25rem;
  }
}
.c-heading__chapter--bracket strong {
  margin-right: 1em;
  font-weight: 800;
}

.section-purpose {
  counter-reset: purpose;
}

.tit-purpose {
  line-height: 1.5;
  padding-left: 3em;
  font-weight: 700;
  margin: 1rem 0 0.5rem;
}

.tit-purpose:before {
  counter-increment: purpose;
  content: "" counter(purpose) "";
  text-align: center;
  display: inline-block;
  margin-right: 0.75em;
  margin-left: -2em;
  line-height: 0.75;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 1.25rem;
  font-weight: 800;
  border: 2px solid #5B4B2D;
}

.tit-purpose + .disc {
  padding-left: 3rem;
}

.form {
  width: 5em;
}

.form-sm {
  width: 6em;
}

.form-md {
  width: 50%;
  min-width: 15em;
}

.form-lg {
  width: 100%;
}

.c-form__width {
  width: 20%;
  min-width: 5em;
}
.c-form__width--sm {
  width: 25%;
  min-width: 10em;
}
@media only screen and (max-width: 575px) {
  .c-form__width--sm {
    width: 50%;
  }
}
.c-form__width--md {
  width: 50%;
  min-width: 15em;
}
@media only screen and (max-width: 575px) {
  .c-form__width--md {
    width: 100%;
  }
}
.c-form__width--lg {
  width: 75%;
}
@media only screen and (max-width: 575px) {
  .c-form__width--lg {
    width: 100%;
  }
}

.c-form__table--title {
  margin: 1rem 0 0.5rem;
}
@media only screen and (max-width: 767px) {
  .c-form__table--title {
    margin: 0.5rem 0 0.25rem;
  }
}
.c-form__table--title:first-child {
  margin-top: 0;
}

.input-group .form-floating:first-child .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.c-frame__line {
  border: 1px solid #DDD;
  padding: 1px;
  background-color: #FFF;
}
.c-frame__line > img, .c-frame__line a > img {
  width: 100%;
  height: auto;
}

.c-frame__mirror {
  position: relative;
}
.c-frame__mirror:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 10px solid rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 767px) {
  .c-frame__mirror:after {
    border: 5px solid rgba(255, 255, 255, 0.5);
  }
}
.c-frame__mirror img {
  width: 100%;
  height: auto;
}

.c-frame__overlap {
  display: inline-block;
  position: relative;
}
.c-frame__overlap img {
  width: 100%;
  height: auto;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  background-color: #FFF;
  padding: 1.5rem;
  border-radius: 0.125rem;
  z-index: 3;
  position: relative;
  display: inline-block;
}
.c-frame__overlap:before, .c-frame__overlap:after {
  content: "";
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #FFF;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 33.3333333333%;
  width: 100%;
}
.c-frame__overlap:before {
  transform: rotate(4deg);
  z-index: 2;
}
.c-frame__overlap:after {
  transform: rotate(2deg);
  z-index: 1;
}
.c-frame__overlap-long {
  display: inline-block;
  position: relative;
}
.c-frame__overlap-long img {
  width: 100%;
  height: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  background-color: #FFF;
  padding: 7px;
  border-radius: 2px;
  z-index: 3;
  position: relative;
  display: inline-block;
}
.c-frame__overlap-long:before, .c-frame__overlap-long:after {
  content: "";
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  background-color: #FFF;
  padding: 5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 33.3333333333%;
  width: 100%;
}
.c-frame__overlap-long:before {
  transform: rotate(2deg);
  z-index: 2;
}
.c-frame__overlap-long:after {
  transform: rotate(1deg);
  z-index: 1;
}
.c-frame__overlap-wrap {
  margin: 2rem 0;
}
.c-frame__overlap--sm {
  display: inline-block;
  position: relative;
}
.c-frame__overlap--sm img {
  width: 100%;
  height: auto;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  background-color: #FFF;
  padding: 1rem;
  border-radius: 0.125rem;
  z-index: 3;
  position: relative;
  display: inline-block;
}
.c-frame__overlap--sm:before, .c-frame__overlap--sm:after {
  content: "";
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #FFF;
  padding: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 33.3333333333%;
  width: 100%;
}
.c-frame__overlap--sm:before {
  transform: rotate(4deg);
  z-index: 2;
}
.c-frame__overlap--sm:after {
  transform: rotate(2deg);
  z-index: 1;
}
.c-frame__overlap--xs {
  display: inline-block;
  position: relative;
}
.c-frame__overlap--xs img {
  width: 100%;
  height: auto;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  background-color: #FFF;
  padding: 0.5rem;
  border-radius: 0.125rem;
  z-index: 3;
  position: relative;
  display: inline-block;
}
.c-frame__overlap--xs:before, .c-frame__overlap--xs:after {
  content: "";
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #FFF;
  padding: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 33.3333333333%;
  width: 100%;
}
.c-frame__overlap--xs:before {
  transform: rotate(4deg);
  z-index: 2;
}
.c-frame__overlap--xs:after {
  transform: rotate(2deg);
  z-index: 1;
}

.c-frame__polaroid {
  background-color: #FFF;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-frame__polaroid {
    padding: 0.5rem;
  }
}
.c-frame__polaroid p {
  text-align: center;
  line-height: 1.125;
  font-size: 0.9rem;
  padding: 0.25rem 0;
}
.c-frame__polaroid img {
  width: 100%;
  height: auto;
}
.c-frame__polaroid-rd {
  background-color: #FFF;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 1rem;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .c-frame__polaroid-rd {
    padding: 5px;
  }
}
.c-frame__polaroid-rd img {
  width: 100%;
  height: auto;
  position: relative;
  display: inline-block;
  border-radius: 22px;
}

.c-frame__bracket {
  padding: 1.25rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  .c-frame__bracket {
    padding: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .c-frame__bracket {
    padding: 0.5rem;
  }
}
.c-frame__bracket:before, .c-frame__bracket:after {
  position: absolute;
  content: "";
}
.c-frame__bracket:before {
  top: 0;
  left: 25%;
  right: 0;
  bottom: 25%;
}
.c-frame__bracket:after {
  top: 25%;
  left: 0;
  right: 25%;
  bottom: 0;
}

.c-frame__with--pin {
  position: relative;
}
.c-frame__with--pin:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  right: 50%;
  z-index: 1;
  background: url(../images/pin.png) center center/contain no-repeat;
  width: 2.5rem;
  height: 50px;
  margin: 0 -1.25rem;
  top: -2rem;
}
@media screen and (max-width: 767px) {
  .c-frame__with--pin:before {
    width: 20px;
    height: 25px;
    margin: 0 -10px;
    top: -1rem;
  }
}
.c-frame__with--tape {
  position: relative;
}
.c-frame__with--tape:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  right: 50%;
  z-index: 1;
  background: url(../images/tape.png) center center/contain no-repeat;
  width: 100px;
  height: 31px;
  margin: 0 -50px;
  top: -13px;
}
@media screen and (max-width: 767px) {
  .c-frame__with--tape:before {
    width: 64px;
    height: 24px;
    margin: 0 -32px;
    top: -10px;
  }
}

.c-frame__note {
  width: 100%;
  background-color: #FFF;
  color: #696969;
  border: solid 1px #E6E6E6;
  padding: 0.3em 2em 2em;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-flow: row wrap;
}
@media only screen and (max-width: 767px) {
  .c-frame__note {
    padding: 0.3em 1em 2em;
  }
}
.c-frame__note--line {
  background-color: #FFF;
  width: 100%;
  background-image: linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #FFF 0%, #FFF 100%), linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 97.5%, #646464 100%);
  background-size: 8px 100%, 100% 2em;
  line-height: 2em;
  padding: 2em 0 0.2em;
}
@media only screen and (max-width: 767px) {
  .c-frame__note--line {
    line-height: 2.05em;
  }
}
.c-frame__note--line strong {
  display: block;
  color: var(--deepcolor);
  margin-bottom: 2em;
}
.c-frame__note--line span {
  display: inline-block;
  width: 5em;
}

[class*=c-heading__] {
  position: relative;
}
[class*=c-heading__] small {
  display: block;
}

[class*=c-heading__]:first-child {
  margin-top: 0;
}

[class*=c-heading__]:last-child {
  margin-bottom: 0;
}

.multiline {
  line-height: 1.5;
}

[class*=c-heading__].en {
  line-height: 0.75;
}

[class*=c-heading__].en small {
  line-height: 1;
  letter-spacing: 0;
  text-indent: 0;
}

[class*=container] > h3[class*=c-heading__]:last-child {
  margin-bottom: 0;
}

.c-heading {
  position: relative;
  z-index: 1;
  max-width: var(--container-width);
  margin: auto;
}

.c-heading__devider {
  margin-top: calc(var(--section-padding) * var(--heading-padding-sm));
  margin-bottom: calc(var(--clearance-padding) * var(--heading-margin));
}
.c-heading__devider::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 5em;
  height: 2px;
  content: "";
}
.c-heading__devider.text-center:after {
  left: 50%;
  right: 50%;
  margin: 0 -2.5em;
}
@media only screen and (min-width: 992px) {
  .c-heading__devider.text-center.text-lg-start:after {
    left: 0;
    right: auto;
    margin: 0;
  }
}
.c-heading__devider.text-end:after {
  left: auto;
  right: 0;
}
.c-heading__devider--sm {
  padding-bottom: calc(var(--section-padding) * var(--heading-padding-sm) + 2px);
}
.c-heading__devider--sm::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2em;
  height: 2px;
  content: "";
}
.c-heading__devider--sm.text-center:before {
  left: 50%;
  right: 50%;
  margin: 0 -1em;
}
@media only screen and (min-width: 992px) {
  .c-heading__devider--sm.text-center.text-lg-start:before {
    left: 0;
    right: auto;
    margin: 0;
  }
}
.c-heading__devider--sm.text-end:before {
  left: auto;
  right: 0;
}

.c-heading__margin {
  margin-bottom: calc(var(--clearance-padding) * var(--heading-margin) * var(--heading-margin));
}
@media only screen and (max-width: 1399px) {
  .c-heading__margin {
    margin-bottom: calc(var(--clearance-padding) / 1.25 * var(--heading-margin));
  }
}
@media only screen and (max-width: 1199px) {
  .c-heading__margin {
    margin-bottom: calc(var(--clearance-padding) / 1.25 * var(--heading-margin));
  }
}
@media only screen and (max-width: 991px) {
  .c-heading__margin {
    margin-bottom: calc(var(--clearance-padding) / 1.25 * var(--heading-margin));
  }
}
@media only screen and (max-width: 767px) {
  .c-heading__margin {
    margin-bottom: calc(var(--clearance-padding) / 1.25 * var(--heading-margin));
  }
}
.c-heading__margin--first {
  margin-bottom: calc(var(--clearance-padding) * var(--heading-margin));
}
.c-heading__margin--large {
  margin-bottom: calc(var(--clearance-padding) * var(--heading-margin) + var(--clearance-padding));
}
.c-heading__margin--sm {
  margin-bottom: calc(var(--clearance-padding) / 1.25 * var(--heading-margin-sm));
}
@media only screen and (max-width: 1399px) {
  .c-heading__margin--sm {
    margin-bottom: calc(var(--clearance-padding) / 1.25 * var(--heading-margin-sm));
  }
}
@media only screen and (max-width: 1199px) {
  .c-heading__margin--sm {
    margin-bottom: calc(var(--clearance-padding) / 1.25 * var(--heading-margin-sm));
  }
}
@media only screen and (max-width: 991px) {
  .c-heading__margin--sm {
    margin-bottom: calc(var(--clearance-padding) / 1 * var(--heading-margin-sm));
  }
}
@media only screen and (max-width: 767px) {
  .c-heading__margin--sm {
    margin-bottom: calc(var(--clearance-padding) / 1 * var(--heading-margin-sm));
  }
}
.c-heading__margin--sm--first {
  margin-bottom: calc(var(--section-padding) * var(--heading-margin-sm));
}

.c-heading__headline {
  border-top: var(--heading-border-top) solid var(--rgb-heading-border);
  padding-top: 0.5rem;
  display: block;
}

.c-heading__footline {
  border-bottom: var(--heading-border-bottom) solid var(--rgb-heading-border);
  padding-bottom: 0.5em;
  display: block;
}

.c-heading__leftline {
  border-left: var(--heading-border-left) solid var(--rgb-heading-border);
  padding-left: 0.66em;
  display: block;
}

.c-hero__link {
  position: relative;
  display: block;
  overflow: hidden;
}
.c-hero__link--thin {
  position: relative;
  display: block;
  overflow: hidden;
}
.c-hero__link--image {
  background-color: #000;
  overflow: hidden;
}
.c-hero__link--image img {
  transform: scale(1);
  width: 100%;
  height: auto;
  transition: transform 0.6s;
}
.c-hero__link:hover .c-hero__link--image img {
  transform: scale(1.05);
  transition: transform 1.2s;
}
.c-hero__link--title {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1em;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
.c-hero__link--title h4 {
  font-size: 1.75em;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 991px) {
  .c-hero__link--title h4 {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .c-hero__link--title h4 {
    font-size: 1.25em;
  }
}
.c-hero__link--title:after {
  background-color: var(--accentcolor);
  color: #FFF;
  border-radius: 6rem;
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-family: var(--font-rubik);
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 1em;
  padding: 0.5em 1em;
  display: block;
  content: "View More";
}
@media only screen and (max-width: 991px) {
  .c-hero__link--title:after {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 767px) {
  .c-hero__link--title:after {
    font-size: 0.8em;
  }
}

.c-hero__dummy {
  position: relative;
  display: block;
  overflow: hidden;
}
.c-hero__dummy--image {
  background-color: #000;
  overflow: hidden;
}
.c-hero__dummy--image img {
  transform: scale(1);
  width: 100%;
  height: auto;
  transition: transform 0.6s;
}
.c-hero__dummy--title {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1em;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
.c-hero__dummy--title h4 {
  font-size: 1.75em;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 991px) {
  .c-hero__dummy--title h4 {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .c-hero__dummy--title h4 {
    font-size: 1.25em;
  }
}

.c-hero__icon {
  position: relative;
  display: block;
  overflow: hidden;
}
.c-hero__icon--image {
  background-color: #000;
  overflow: hidden;
  padding: 5rem;
}
@media only screen and (max-width: 1399px) {
  .c-hero__icon--image {
    padding: 4rem;
  }
}
@media only screen and (max-width: 1199px) {
  .c-hero__icon--image {
    padding: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .c-hero__icon--image {
    padding: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-hero__icon--image {
    padding: 1.5rem;
  }
}
.c-hero__icon--image img {
  transform: scale(1);
  width: 100%;
  height: auto;
  transition: transform 0.6s;
}
.c-hero__icon--title {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1em;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
.c-hero__icon--title h4 {
  font-size: 1.25em;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 991px) {
  .c-hero__icon--title h4 {
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 767px) {
  .c-hero__icon--title h4 {
    font-size: 1.125em;
  }
}

.c-lead, .c-lead--xs, .c-lead--sm, .c-lead--md, .c-lead--lg, .c-lead--xl, .c-lead--xxl {
  line-height: 2;
  margin: -0.5em 0;
}
@media only screen and (max-width: 767px) {
  .c-lead, .c-lead--xs, .c-lead--sm, .c-lead--md, .c-lead--lg, .c-lead--xl, .c-lead--xxl {
    line-height: 1.75;
    margin: -0.375em 0;
  }
}
.c-lead small, .c-lead--xs small, .c-lead--sm small, .c-lead--md small, .c-lead--lg small, .c-lead--xl small, .c-lead--xxl small {
  font-size: 0.66em;
  display: block;
}

.c-lead {
  font-size: calc(1.125em * var(--sm-rate));
}

.c-lead--xs {
  font-size: calc(1.25em * var(--sm-rate));
}

.c-lead--sm {
  font-size: calc(1.33em * var(--sm-rate));
}

.c-lead--md {
  font-size: calc(1.5em * var(--sm-rate));
}

.c-lead--lg {
  font-size: calc(1.66em * var(--sm-rate));
}

.c-lead--xl {
  font-size: calc(1.75em * var(--sm-rate));
}

.c-lead--xxl {
  font-size: calc(2em * var(--sm-rate));
}

.c-text__link, .c-text__link:hover, .c-text__link:active, .c-text__link:focus {
  color: var(--rgb-link);
  text-decoration: underline;
  word-break: break-word;
}
.c-text__link:hover, .c-text__link:active, .c-text__link:focus {
  text-decoration: none;
}
.c-text__link--light, .c-text__link--light:hover, .c-text__link--light:active, .c-text__link--light:focus, .c-text__link--dark, .c-text__link--dark:hover, .c-text__link--dark:active, .c-text__link--dark:focus {
  text-decoration: underline;
}
.c-text__link--light:hover, .c-text__link--light:active, .c-text__link--light:focus, .c-text__link--dark:hover, .c-text__link--dark:active, .c-text__link--dark:focus {
  text-decoration: none;
}

.c-image__link:hover img {
  opacity: 0.75;
}

.c-list__check, .c-list__decimal, .c-list__minus, .c-list__square, .c-list__circle, .c-list__disc {
  margin: 0;
  padding: 0;
}

.c-list__disc {
  list-style: disc outside;
}
.c-list__disc li {
  margin-left: 2em;
}
.c-list__disc li .kome {
  display: block;
}
.c-list__disc--lg {
  list-style: disc outside;
  font-size: 1.125em;
}
.c-list__disc--lg li {
  margin-left: 2em;
}
.c-list__disc--lg li .kome {
  display: block;
}

.c-list__circle {
  list-style: none;
}
.c-list__circle > li {
  padding-left: 2em;
}
.c-list__circle > li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  width: 2em;
  margin-left: -2em;
  color: #99CAD0;
  font-weight: 700;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-list__circle > li:before {
    line-height: 1.5;
  }
}

.c-list__square {
  list-style: none;
  counter-reset: square;
}
.c-list__square li {
  line-height: 1.52;
  padding-left: 3em;
}
.c-list__square li:before {
  background-color: var(--deepcolor);
  color: #FFF;
  border-radius: 0.5rem;
  font-weight: 700;
  counter-increment: square;
  content: "" counter(square) "";
  text-align: center;
  display: inline-block;
  margin-right: 1em;
  margin-left: -3em;
  padding-top: 0.25em;
  width: 2em;
  height: 2em;
}
.c-list__square li + li {
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .c-list__square li + li {
    margin-top: 0.25rem;
  }
}
.c-list__square strong {
  margin-right: 1em;
  font-weight: 800;
}

.c-list__minus {
  list-style: none;
}
.c-list__minus > li {
  display: inline-block;
}
.c-list__minus > li:before {
  content: "-";
  display: inline-block;
  width: 1em;
  color: #212121;
  font-weight: 700;
}
.c-list__minus > li + li {
  margin-left: 1em;
}

.c-list__decimal {
  list-style: decimal;
}
.c-list__decimal li {
  margin-left: 1.5em;
}

.c-list__check {
  list-style: none;
}
.c-list__check li {
  padding-left: 2em;
}
.c-list__check li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  width: 2em;
  margin-left: -2em;
  color: var(--checkcolor);
  font-weight: 700;
}
.c-list__check--lg {
  list-style: none;
}
.c-list__check--lg li {
  font-size: calc(1.25em * var(--heading-rate));
  padding-left: 2em;
}
.c-list__check--lg li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  width: 2em;
  margin-left: -2em;
  color: var(--checkcolor);
  font-weight: 700;
}
.c-list__check--circle {
  list-style: none;
}
.c-list__check--circle li {
  font-weight: 700;
  padding-left: 2em;
}
.c-list__check--circle li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  margin-left: -2em;
  width: 2em;
  display: inline-block;
  content: "\f058";
}

.c-list__bracket {
  list-style: none;
  counter-reset: bracket;
}
.c-list__bracket > li {
  line-height: 1.5;
  padding-left: 3em;
}
.c-list__bracket > li p {
  margin-bottom: 0.33em;
}
.c-list__bracket > li:before {
  counter-increment: bracket;
  content: "（" counter(bracket) "）";
  text-align: center;
  display: inline-block;
  margin-left: -3em;
  width: 3em;
}
.c-list__bracket > li + li {
  margin-top: 0.5em;
}
.c-list__bracket > li p {
  margin: 0.5em 0 0.25em;
}

.c-list__counter--circle, .c-list__counter--square {
  list-style: none;
  counter-reset: counter;
}
.c-list__counter--circle li, .c-list__counter--square li {
  font-size: calc(1.25em * var(--sm-rate));
  line-height: 1.25;
  font-weight: 500;
  padding-left: 2.5em;
}
.c-list__counter--circle li:not(:first-child), .c-list__counter--square li:not(:first-child) {
  margin-top: 1em;
}
.c-list__counter--circle li:before, .c-list__counter--square li:before {
  counter-increment: counter;
  content: "" counter(counter) "";
  background-color: var(--rgb-list-counter);
  color: var(--rgb-white);
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: -2.5em;
  margin-right: 0.5em;
  width: 2em;
  height: 2em;
  text-align: center;
}

.c-list__counter--circle li:before {
  border-radius: 50%;
}

.c-kome {
  padding-left: 1.5em;
}
.c-kome:before {
  content: "※";
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
}
.c-kome + .c-kome {
  margin-top: 0;
}
.c-kome__caution {
  color: var(--cautioncolor);
  padding-left: 1.5em;
}
.c-kome__caution:before {
  content: "※";
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
}
.c-kome__caution + .c-kome__caution {
  margin-top: 0;
}
.c-kome__caution--small {
  color: var(--cautioncolor);
  font-size: 0.75em;
  line-height: 1.25;
  padding-left: 1.25em;
}
.c-kome__caution--small:before {
  content: "※";
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
}
.c-kome__caution--small + .c-kome__caution--small__red--small {
  margin-top: 0.5rem !important;
}

p.check, div.check {
  padding-left: 2em;
}

p.check:before, div.check:before {
  content: "\f14a";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  width: 2em;
  margin-left: -2em;
  color: var(--maincolor);
  font-weight: 700;
}

.check-large {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-large li {
  padding-left: 1.5em;
  font-size: 1.25em;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .check-large li {
    font-size: 1.125em;
  }
}
.check-large li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
  color: #212121;
  font-weight: 700;
}

.checklist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.checklist li {
  line-height: 1;
  display: inline-block;
  font-weight: 700;
  background-color: #FFF;
  margin: 2px;
}

.checklist li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  width: 1.5em;
  color: #0d81c3;
  font-weight: 700;
  text-align: left;
}

.js-mainimage__cover, .js-mainimage__contain {
  position: relative;
  overflow: hidden;
  background-color: var(--rgb-lightgray);
  display: flex;
}
.js-mainimage__cover img, .js-mainimage__contain img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.js-mainimage__contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

.js-mainimage__cover img {
  -o-object-fit: cover;
     object-fit: cover;
}

.c-mainimage {
  position: relative;
}

.c-mainimage__text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-mainimage__slogan,
.c-mainimage__catch,
.c-mainimage__lead {
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  display: block;
}

.c-scrolldown {
  position: absolute;
  right: calc(var(--padding-x) * 0.5);
  bottom: calc(var(--padding-x) * 0.5);
  z-index: 998;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.c-scrolldown:before, .c-scrolldown:after {
  position: absolute;
  content: "";
}
.c-scrolldown:after {
  animation: circlemove 2s ease-in-out infinite, cirlemovehide 2s ease-out infinite;
}
@keyframes circlemove {
  0% {
    bottom: var(--scroll-ball-start);
  }
  100% {
    bottom: var(--scroll-ball-goal);
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.c-scrolldown span {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  position: absolute;
}

.c-days__flow--image img {
  width: 100%;
  height: auto;
}
.c-days__flow--text .c-box--sm {
  border-radius: 1rem;
}
@media only screen and (max-width: 1199px) {
  .c-days__flow--text .c-box--sm {
    border-radius: 0.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-days__flow--text .c-box--sm {
    border-radius: 0.5rem;
  }
}
.c-days__flow--text .c-box--sm .c-box__body strong {
  font-size: 1.5em;
  line-height: 1.75;
  margin-bottom: 1rem;
  padding: 0.5rem 0;
  display: block;
}
@media only screen and (max-width: 1199px) {
  .c-days__flow--text .c-box--sm .c-box__body strong {
    font-size: 1.25em;
    line-height: 1.5;
    margin-bottom: 0.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-days__flow--text .c-box--sm .c-box__body strong {
    font-size: 1.125em;
    line-height: 1.25;
    margin-bottom: 0.5rem;
  }
}
.c-days__flow--text .c-box--sm .c-box__body strong:last-child {
  margin-bottom: 0;
}
.c-days__flow--morning, .c-days__flow--noon {
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .c-days__flow--morning, .c-days__flow--noon {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
  }
}
.c-days__flow--morning .c-days__flow--text, .c-days__flow--noon .c-days__flow--text {
  flex: 0 1 calc(50% + 7rem);
}
@media only screen and (max-width: 991px) {
  .c-days__flow--morning .c-days__flow--text, .c-days__flow--noon .c-days__flow--text {
    flex: 0 1 calc(50% + 5rem);
  }
}
@media only screen and (max-width: 575px) {
  .c-days__flow--morning .c-days__flow--text, .c-days__flow--noon .c-days__flow--text {
    flex: 0 1 100%;
  }
}
.c-days__flow--morning .c-days__flow--text dl, .c-days__flow--noon .c-days__flow--text dl {
  display: flex;
}
.c-days__flow--morning .c-days__flow--text dl + dl, .c-days__flow--noon .c-days__flow--text dl + dl {
  margin-top: 2rem;
}
@media only screen and (max-width: 991px) {
  .c-days__flow--morning .c-days__flow--text dl + dl, .c-days__flow--noon .c-days__flow--text dl + dl {
    margin-top: 1.5rem;
  }
}
.c-days__flow--morning .c-days__flow--text dl dt, .c-days__flow--noon .c-days__flow--text dl dt {
  flex: 0 1 14rem;
  padding: 0 2rem;
}
@media only screen and (max-width: 1399px) {
  .c-days__flow--morning .c-days__flow--text dl dt, .c-days__flow--noon .c-days__flow--text dl dt {
    padding: 0 1.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .c-days__flow--morning .c-days__flow--text dl dt, .c-days__flow--noon .c-days__flow--text dl dt {
    padding: 0 1rem;
    flex: 0 1 10rem;
  }
}
@media only screen and (max-width: 575px) {
  .c-days__flow--morning .c-days__flow--text dl dt, .c-days__flow--noon .c-days__flow--text dl dt {
    padding: 0;
    order: 1;
    flex: 0 1 8rem;
  }
}
.c-days__flow--morning .c-days__flow--text dl dt > strong, .c-days__flow--noon .c-days__flow--text dl dt > strong {
  color: #fff;
  border-radius: 4rem;
  font-size: 1.5em;
  line-height: 1.5;
  text-align: center;
  display: block;
  padding: 0.5rem 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .c-days__flow--morning .c-days__flow--text dl dt > strong, .c-days__flow--noon .c-days__flow--text dl dt > strong {
    font-size: 1.25em;
    line-height: 1.25;
    margin-bottom: 0.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-days__flow--morning .c-days__flow--text dl dt > strong, .c-days__flow--noon .c-days__flow--text dl dt > strong {
    font-size: 1.125em;
    line-height: 1.125;
  }
}
@media only screen and (max-width: 575px) {
  .c-days__flow--morning .c-days__flow--text dl dt > strong, .c-days__flow--noon .c-days__flow--text dl dt > strong {
    width: 7rem;
  }
}
.c-days__flow--morning .c-days__flow--text dl dd, .c-days__flow--noon .c-days__flow--text dl dd {
  flex: 0 1 calc(100% - 14rem);
}
@media only screen and (max-width: 991px) {
  .c-days__flow--morning .c-days__flow--text dl dd, .c-days__flow--noon .c-days__flow--text dl dd {
    flex: 0 1 calc(100% - 10rem);
  }
}
@media only screen and (max-width: 575px) {
  .c-days__flow--morning .c-days__flow--text dl dd, .c-days__flow--noon .c-days__flow--text dl dd {
    flex: 0 1 calc(100% - 8rem);
  }
}
.c-days__flow--morning .c-days__flow--image, .c-days__flow--noon .c-days__flow--image {
  flex: 0 1 calc(50% - 7rem);
}
@media only screen and (max-width: 991px) {
  .c-days__flow--morning .c-days__flow--image, .c-days__flow--noon .c-days__flow--image {
    flex: 0 1 calc(50% - 5rem);
  }
}
@media only screen and (max-width: 575px) {
  .c-days__flow--morning .c-days__flow--image, .c-days__flow--noon .c-days__flow--image {
    flex: 0 1 calc(100% - 8rem);
  }
}
.c-days__flow--morning::after, .c-days__flow--noon::after {
  margin: -2px;
  width: 2px;
  position: absolute;
  top: 2.5rem;
  left: 50%;
  right: 50%;
  bottom: -2.5rem;
  content: "";
}
@media only screen and (max-width: 1399px) {
  .c-days__flow--morning::after, .c-days__flow--noon::after {
    top: 2rem;
    bottom: -2rem;
  }
}
@media only screen and (max-width: 991px) {
  .c-days__flow--morning::after, .c-days__flow--noon::after {
    top: 2rem;
    bottom: -1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-days__flow--morning::after, .c-days__flow--noon::after {
    top: 2rem;
    bottom: -1.25rem;
  }
}
@media only screen and (max-width: 575px) {
  .c-days__flow--morning::after, .c-days__flow--noon::after {
    left: calc(3.5rem - 1px);
    right: auto;
  }
}
.c-days__flow--morning:last-child::after, .c-days__flow--noon:last-child::after {
  display: none;
}
.c-days__flow--morning + .c-days__flow, .c-days__flow--noon + .c-days__flow {
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .c-days__flow--morning + .c-days__flow, .c-days__flow--noon + .c-days__flow {
    margin-top: 2rem;
  }
}
.c-days__flow--morning dt strong {
  background-color: var(--morningcolor);
}
.c-days__flow--morning::after {
  background-color: var(--morningcolor);
}
.c-days__flow--morning:last-child::after {
  display: none;
}
.c-days__flow--morning + .c-days__flow--morning {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 1399px) {
  .c-days__flow--morning + .c-days__flow--morning {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .c-days__flow--morning + .c-days__flow--morning {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-days__flow--morning + .c-days__flow--morning {
    margin-top: 1.25rem;
  }
}
.c-days__flow--noon dt strong {
  background-color: var(--nooncolor);
}
.c-days__flow--noon::after {
  background-color: var(--nooncolor);
}
.c-days__flow--noon + .c-days__flow--noon {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 1399px) {
  .c-days__flow--noon + .c-days__flow--noon {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .c-days__flow--noon + .c-days__flow--noon {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-days__flow--noon + .c-days__flow--noon {
    margin-top: 1.25rem;
  }
}
.c-days__flow--noon dl {
  position: relative;
}
.c-days__flow--noon dl::after {
  background-color: var(--nooncolor);
  margin: -2px;
  width: 2px;
  position: absolute;
  top: 2.5rem;
  right: calc(7rem + 1px);
  bottom: -2rem;
  content: "";
}
@media only screen and (max-width: 1399px) {
  .c-days__flow--noon dl::after {
    top: 2rem;
    right: calc(5rem + 1px);
    bottom: -2rem;
  }
}
@media only screen and (max-width: 991px) {
  .c-days__flow--noon dl::after {
    top: 2rem;
    bottom: -1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-days__flow--noon dl::after {
    top: 2rem;
    bottom: -1.25rem;
  }
}
@media only screen and (max-width: 575px) {
  .c-days__flow--noon dl::after {
    left: calc(3.5rem - 1px);
    right: auto;
  }
}
.c-days__flow--noon dl:last-child::after {
  display: none;
}
.c-days__events--left .c-days__flow--text {
  order: 1;
}
@media only screen and (max-width: 575px) {
  .c-days__events--left .c-days__flow--text {
    order: 2;
  }
}
.c-days__events--left .c-days__flow--text dt {
  order: 2;
}
.c-days__events--left .c-days__flow--text dd {
  order: 1;
}
@media only screen and (max-width: 575px) {
  .c-days__events--left .c-days__flow--text strong {
    text-align: left;
  }
}
.c-days__events--left .c-days__flow--image {
  order: 2;
}
@media only screen and (max-width: 575px) {
  .c-days__events--left .c-days__flow--image {
    order: 3;
    margin-top: 1rem;
  }
}
.c-days__events--right .c-days__flow--text {
  order: 2;
}
@media only screen and (max-width: 575px) {
  .c-days__events--right .c-days__flow--text {
    order: 2;
  }
}
.c-days__events--right .c-days__flow--text dt {
  order: 1;
}
.c-days__events--right .c-days__flow--text dd {
  order: 2;
}
.c-days__events--right .c-days__flow--image {
  order: 1;
}
@media only screen and (max-width: 575px) {
  .c-days__events--right .c-days__flow--image {
    order: 3;
    margin-top: 1rem;
  }
}

.c-time__flow {
  width: 100%;
  display: table;
}
.c-time__flow dt, .c-time__flow dd {
  display: table-cell;
  vertical-align: top;
}
.c-time__flow dt {
  background-color: var(--accentcolor);
  color: #fff;
  text-align: center;
  padding: 0 1rem;
  width: 6rem;
}
@media only screen and (max-width: 767px) {
  .c-time__flow dt {
    padding: 0 0.5rem;
    width: 4rem;
  }
}
.c-time__flow dd {
  padding-left: 1em;
}
.c-time__flow + .c-time__flow {
  margin-top: 2rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-time__flow + .c-time__flow {
    margin-top: 1rem;
  }
}
.c-time__flow + .c-time__flow::before {
  background-color: var(--accentcolor);
  width: 2px;
  display: block;
  position: absolute;
  top: -2rem;
  left: 2.5rem;
  bottom: 100%;
  content: "";
}
@media only screen and (max-width: 767px) {
  .c-time__flow + .c-time__flow::before {
    top: -1rem;
    left: 1.75rem;
  }
}

.c-item__price {
  padding: 1rem;
  text-align: right;
  line-height: 1;
  background: var(--graycolor);
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .c-item__price {
    margin: 0.75rem 0;
    padding: 0.5rem;
  }
}
.c-item__cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #DDD;
  margin: 0 0 1rem;
  padding: 1rem 0;
}
@media only screen and (max-width: 575px) {
  .c-item__cart {
    display: block;
  }
}
.c-item__number, .c-item__details, .c-item__cartin {
  padding: 0;
}
@media only screen and (max-width: 575px) {
  .c-item__number, .c-item__details, .c-item__cartin {
    margin-top: 5px;
  }
}
.c-item__number--inner {
  display: flex;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .c-item__number--inner {
    margin-bottom: 10px;
    width: 100%;
  }
}
.c-item__number--inner dt, .c-item__number--inner dd {
  white-space: nowrap;
}
.c-item__number--inner dt {
  padding-right: 1em;
}
@media only screen and (max-width: 575px) {
  .c-item__number--inner dt {
    text-align: right;
  }
}
.c-item__number--inner dd {
  display: flex;
  align-items: center;
}
.c-item__number--inner dd input[type=text] {
  text-align: center;
}
.c-item__number--inner dd .c-button__link {
  width: 11.25rem;
}
@media only screen and (max-width: 1199px) {
  .c-item__number--inner dd .c-button__link {
    width: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .c-item__number--inner dd .c-button__link {
    width: 210px;
  }
}
@media only screen and (max-width: 767px) {
  .c-item__number--inner dd .c-button__link {
    width: 120px;
  }
}
@media only screen and (max-width: 575px) {
  .c-item__number--inner dd .c-button__link {
    width: 100%;
  }
}

.c-cart__flow {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.c-cart__flow--no, .c-cart__flow--bar {
  display: table-cell;
  vertical-align: middle;
}
.c-cart__flow--no {
  width: 4rem;
}
@media only screen and (max-width: 767px) {
  .c-cart__flow--no {
    width: 2rem;
  }
}
.c-cart__start, .c-cart__halfway, .c-cart__goal {
  display: table-cell;
  vertical-align: top;
}
.c-cart__progress {
  margin-bottom: 0.75rem;
  width: 100%;
  display: table;
  vertical-align: middle;
}
.c-cart__progress--bar {
  width: 100%;
  height: 0.25rem;
}
.c-cart__progress--sofar {
  background: var(--sofarcolor);
  color: #FFF;
}
.c-cart__progress--yet {
  background: var(--yetcolor);
  color: #FFF;
}
.c-cart__progress--noline {
  background: transparent;
}
.c-cart__square--no {
  width: 4rem;
  height: 4rem;
  font-size: 2em;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .c-cart__square--no {
    font-size: 1em;
    width: 2rem;
    height: 2rem;
  }
}
.c-cart__text--sofar, .c-cart__text--yet {
  font-size: 0.9em;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-cart__text--sofar, .c-cart__text--yet {
    font-size: 0.75em;
  }
}
@media only screen and (max-width: 575px) {
  .c-cart__text--sofar, .c-cart__text--yet {
    line-height: 1.25;
  }
}
.c-cart__text--sofar {
  color: var(--sofarcolor);
  font-weight: 700;
}
.c-cart__text--yet {
  color: var(--yetcolor);
}
.c-cart__item--image {
  padding: 1px;
  width: 10rem;
}
@media only screen and (max-width: 991px) {
  .c-cart__item--image {
    width: 7.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-cart__item--image {
    width: 5rem;
  }
}
.c-cart__item--image img {
  width: 100%;
  height: auto;
}
.c-cart__item--name {
  font-weight: 700;
}
.c-cart__item--price {
  width: 6rem;
  text-align: center;
}
.c-cart__item--number {
  width: 6rem;
  text-align: center;
}
.c-cart__item--change {
  width: 6rem;
  text-align: center;
}
.c-cart__item--change .c-button__size--xs {
  padding: 0.5em;
  width: 4rem;
  margin: 0 auto;
}
.c-cart__item--subtotal {
  width: 6rem;
  text-align: center;
}
.c-cart__item--delete {
  width: 6rem;
  text-align: center;
}
.c-cart__item--delete .c-button__size--xs {
  padding: 0.5em;
  width: 4rem;
  margin: 0 auto;
}
.c-cart__item--ordernumber {
  width: 20rem;
}

.c-table__cart th {
  text-align: center;
  background-color: var(--graycolor);
}
.c-table__log th {
  background-color: var(--graycolor);
}

.c-cart__item--included {
  margin: 1rem -1rem -1rem;
  background: #efefef;
  padding: 0.5rem 1rem;
  text-align: right;
}

@media only screen and (max-width: 991px) {
  .c-cart__item-included {
    margin: 0.75rem -0.75rem -0.75rem;
    padding: 0.375rem 0.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-cart__item-included {
    margin: 0.5rem -0.5rem -0.5rem;
    padding: 0.25rem 0.5rem;
  }
}
.ttl-tb {
  margin-top: 1rem;
}

.ttl-tb th {
  padding: 2px 10px;
  width: auto;
  border-bottom: 1px dotted #999;
}

.ttl-tb td {
  padding: 2px 10px;
  text-align: right;
  width: 25rem;
  font-size: 1.5em;
  border-bottom: 1px dotted #999;
}

.ttl-tb td small {
  font-size: 0.66em;
}

.c-order__list th, .c-order__list td {
  text-align: center;
}

.c-pagetitle {
  position: relative;
  background: #EFEFEF;
  scroll-margin-top: var(--header-height);
}
.c-pagetitle .c-title {
  color: var(--rgb-white);
  font-size: 3em;
  text-align: center;
  text-transform: capitalize;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: auto;
  height: auto;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .c-pagetitle .c-title {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagetitle .c-title {
    font-size: 2em;
  }
}

.c-pagetitle__image {
  background-color: #EFEFEF;
  overflow: hidden;
  height: 20rem;
  display: block;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .c-pagetitle__image {
    height: 15rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagetitle__image {
    height: 10rem;
  }
}
.c-pagetitle__image > img {
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

/* sub-title */
.c-subtitle {
  background-color: #FFF;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.c-subtitle__image {
  background-color: #F5F5F5;
  overflow: hidden;
  display: block;
}
.c-subtitle__image > img {
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.c-subtitle .c-title {
  background: #FFF;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  padding: 1em 2em;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .c-subtitle .c-title {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-subtitle .c-title {
    font-size: 1.5rem;
    padding: 0.5em 1em;
  }
}
.c-subtitle .c-title small {
  font-size: 0.75em;
  line-height: 1.5;
  font-weight: 600;
  white-space: nowrap;
  margin-top: 0.5em;
  display: block;
}
@media only screen and (max-width: 991px) {
  .c-subtitle .c-title small {
    font-size: 0.55em;
  }
}
@media only screen and (max-width: 767px) {
  .c-subtitle .c-title small {
    font-size: 0.6em;
  }
}

.breadcrumb {
  padding: 0.5rem 0;
  margin: 0;
  border-bottom: 1px dashed var(--rgb-linegray);
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 0.9em;
  }
}

/* phone,fax */
.c-phone--lg img, .c-phone--md img, .c-phone--sm img,
.c-facsimile--lg img, .c-facsimile--md img, .c-facsimile--sm img {
  margin-right: 0.33rem;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .c-phone--lg img, .c-phone--md img, .c-phone--sm img,
  .c-facsimile--lg img, .c-facsimile--md img, .c-facsimile--sm img {
    height: 1.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-phone--lg img, .c-phone--md img, .c-phone--sm img,
  .c-facsimile--lg img, .c-facsimile--md img, .c-facsimile--sm img {
    height: 1.75rem;
  }
}

.nav-pills.c-nav__pills--catalog {
  margin: 0 -1px;
}
.nav-pills.c-nav__pills--catalog .nav-item {
  padding: 0 1px;
  flex: 1 1 25%;
  margin-bottom: 2px;
}
@media only screen and (max-width: 575px) {
  .nav-pills.c-nav__pills--catalog .nav-item {
    flex: 1 1 50%;
  }
}
.nav-pills.c-nav__pills--catalog .nav-item .nav-link {
  background-color: #EFEFEF;
  color: #666;
  border-radius: 0;
  font-size: 1rem;
  line-height: 1;
  padding: 1rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .nav-pills.c-nav__pills--catalog .nav-item .nav-link {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .nav-pills.c-nav__pills--catalog .nav-item .nav-link {
    font-size: 1rem;
    padding: 1rem 0.75rem;
  }
}
.nav-pills.c-nav__pills--catalog .nav-item .nav-link:after {
  content: "";
  position: absolute;
  top: calc(100% - 4px);
  left: 50%;
  right: 50%;
  margin: 0 -2em;
  border-bottom: 10px solid #CCC;
  display: block;
  z-index: 1;
}
.nav-pills.c-nav__pills--catalog .nav-item .nav-link:hover, .nav-pills.c-nav__pills--catalog .nav-item .nav-link:active, .nav-pills.c-nav__pills--catalog .nav-item .nav-link:focus {
  color: var(--maincolor);
}
.nav-pills.c-nav__pills--catalog .nav-item .nav-link.active {
  color: var(--maincolor);
}
.nav-pills.c-nav__pills--catalog .nav-item .nav-link.active:after {
  border-color: var(--maincolor);
}
.nav-pills.c-nav__pills--news .nav-item {
  margin-right: 2px;
  margin-bottom: 2px;
}
.nav-pills.c-nav__pills--news .nav-item .nav-link {
  background-color: var(--pills-background);
  color: var(--pills-text);
  border-radius: 0;
  font-size: 1rem;
  line-height: 1;
  padding: 1rem;
  font-weight: 700;
  position: relative;
  min-width: 6em;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .nav-pills.c-nav__pills--news .nav-item .nav-link {
    width: auto;
    padding: 1rem 0.75rem;
    min-width: 5.5em;
  }
}
@media only screen and (max-width: 767px) {
  .nav-pills.c-nav__pills--news .nav-item .nav-link {
    font-size: 1rem;
    padding: 1rem 0.5rem;
    min-width: 5em;
  }
}
.nav-pills.c-nav__pills--news .nav-item .nav-link:after {
  content: "";
  position: absolute;
  top: calc(100% - 4px);
  left: 50%;
  right: 50%;
  margin: 0 -2em;
  border-bottom: 10px solid #999;
  display: block;
}
.nav-pills.c-nav__pills--news .nav-item .nav-link:hover, .nav-pills.c-nav__pills--news .nav-item .nav-link:active, .nav-pills.c-nav__pills--news .nav-item .nav-link:focus {
  color: var(--pills-text);
}
.nav-pills.c-nav__pills--news .nav-item .nav-link.active {
  color: var(--pills-text);
}
.nav-pills.c-nav__pills--news .nav-item .nav-link.active:after {
  border-color: var(--maincolor);
}

.tab-content {
  padding: 2rem;
}
@media only screen and (max-width: 991px) {
  .tab-content {
    padding: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .tab-content {
    padding: 1rem;
  }
}

.tab-content {
  background-color: var(--tab-content-background);
}

.c-poster__overflow {
  margin: calc(var(--gap-xxl) * var(--gap-rate)) 0;
}
.c-poster__overflow:first-child {
  margin-top: 0;
}
.c-poster__overflow:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .c-poster__overflow {
    padding: calc(var(--gap-xxl) * var(--gap-rate)) 0;
  }
}
.c-poster__overflow--image {
  width: calc(100% + var(--gap-xxl) + 50vw - var(--container-width) * 0.5);
}
@media only screen and (max-width: 991px) {
  .c-poster__overflow--image {
    width: 100vw;
  }
}
.c-poster__overflow--image .u-bg__cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 991px) {
  .c-poster__overflow--image .u-bg__cover {
    position: static;
  }
  .c-poster__overflow--image .u-bg__cover img {
    position: static;
  }
}
.c-poster__overflow--text {
  position: relative;
  z-index: 1;
  padding: calc(var(--gap-xxl) * var(--gap-rate)) 0;
}
.c-poster__overflow--top {
  padding-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .c-poster__overflow--top:last-child {
    margin-bottom: calc(var(--gap-xxl) * var(--gap-rate) * -1);
  }
}
.c-poster__overflow--top .c-poster__overflow--image {
  margin-top: calc(var(--gap-xxl) * var(--gap-rate) * -1);
}
@media only screen and (max-width: 991px) {
  .c-poster__overflow--top .c-poster__overflow--image {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .c-poster__overflow--top .c-poster__overflow--text {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .c-poster__overflow--top .c-poster__overflow--text {
    padding-top: 0;
  }
}
.c-poster__overflow--bottom {
  padding-top: 0;
}
@media only screen and (max-width: 991px) {
  .c-poster__overflow--bottom:last-child {
    margin-top: 0;
    padding-bottom: 0;
  }
}
.c-poster__overflow--bottom .c-poster__overflow--image {
  margin-top: calc(var(--gap-xxl) * var(--gap-rate) * 1);
  margin-bottom: calc(var(--gap-xxl) * var(--gap-rate) * -1);
}
@media only screen and (max-width: 991px) {
  .c-poster__overflow--bottom .c-poster__overflow--image {
    margin-bottom: calc(var(--gap-xxl) * var(--gap-rate) * -2);
  }
}
@media only screen and (min-width: 992px) {
  .c-poster__overflow--bottom .c-poster__overflow--text {
    padding-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .c-poster__overflow--bottom .c-poster__overflow--text {
    padding-bottom: 0;
  }
}
.c-poster__overflow--left, .c-poster__overflow--right {
  position: relative;
}
.c-poster__overflow--left .c-poster__overflow--image, .c-poster__overflow--right .c-poster__overflow--image {
  position: relative;
}
.c-poster__overflow--left .c-poster__overflow--image {
  margin-right: calc(var(--gap-xxl) * var(--gap-rate) * -1);
  margin-left: calc((50vw - var(--container-width) * 0.5) * -1);
}
@media only screen and (max-width: 991px) {
  .c-poster__overflow--left .c-poster__overflow--image {
    margin-left: calc(var(--padding-x) * -0.5);
    margin-right: calc(var(--padding-x) * -0.5);
  }
}
.c-poster__overflow--left .c-poster__overflow--text {
  margin-left: calc(var(--gap-xxl) * var(--gap-rate) * -2);
  padding-left: var(--clearance-padding);
}
@media only screen and (max-width: 991px) {
  .c-poster__overflow--left .c-poster__overflow--text {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
  }
}
.c-poster__overflow--right .c-poster__overflow--image {
  margin-left: calc(var(--gap-xxl) * var(--gap-rate) * -1);
  margin-right: calc((50vw - var(--container-width) * 0.5) * -1);
}
@media only screen and (max-width: 991px) {
  .c-poster__overflow--right .c-poster__overflow--image {
    margin-left: calc(var(--padding-x) * -0.5);
    margin-right: calc(var(--padding-x) * -0.5);
  }
}
.c-poster__overflow--right .c-poster__overflow--text {
  margin-right: calc(var(--gap-xxl) * var(--gap-rate) * -2);
  padding-right: calc(var(--gap-xxl) * var(--gap-rate));
}
@media only screen and (max-width: 991px) {
  .c-poster__overflow--right .c-poster__overflow--text {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-right: 0;
  }
}

.c-newspaper__scroll {
  height: 12rem;
  overflow-y: auto;
  overflow-x: hidden;
}

.c-newspaper__article {
  display: table;
  padding: 1em 0;
  width: 100%;
  border-bottom: 1px dotted var(--darkgraycolor);
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .c-newspaper__article {
    display: block;
  }
}
.c-newspaper__date, .c-newspaper__comment, .c-newspaper__detail {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 991px) {
  .c-newspaper__date, .c-newspaper__comment, .c-newspaper__detail {
    display: block;
  }
}

.c-newspaper__date {
  font-weight: 700;
  width: 12.5em;
  padding-right: 1rem;
  line-height: 1.75;
}
@media only screen and (max-width: 991px) {
  .c-newspaper__date {
    width: 20em;
    display: flex;
    align-items: center;
    padding: 0;
    border: none;
  }
}
@media only screen and (max-width: 575px) {
  .c-newspaper__date {
    width: 100%;
    justify-content: space-between;
  }
}
.c-newspaper__date .date {
  color: var(--rgb-text);
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.c-newspaper__date .date .new {
  background-color: var(--accentcolor);
  color: var(--rgb-white);
  font-size: 0.75em;
  line-height: 1;
  margin-left: 1em;
  padding: 0.25em 0.5em;
}

.c-newspaper__icon {
  background-color: var(--maincolor);
  color: var(--rgb-white);
  font-size: 0.75em;
  line-height: 1rem;
  text-align: center;
  padding: 0 0.25em;
  width: 100%;
  min-height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .c-newspaper__icon {
    width: 8rem;
  }
}
@media only screen and (max-width: 575px) {
  .c-newspaper__icon {
    width: 50%;
  }
}

.c-newspaper__comment {
  line-height: 1.75;
  padding-left: 1em;
  display: table;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .c-newspaper__comment {
    display: block;
    padding: 1rem 0 0;
    line-height: 1.75;
  }
}
.c-newspaper__title {
  color: var(--rgb-text);
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 575px) {
  .c-newspaper__image {
    padding-right: 0;
    width: 12em;
    margin: 0 auto 1em;
  }
}

.c-newspaper__detail {
  padding: 0.25em 0 0.25em 1.5em;
  width: 10em;
}
@media only screen and (max-width: 991px) {
  .c-newspaper__detail {
    margin: 1em 0 0 auto;
  }
}
@media only screen and (max-width: 575px) {
  .c-newspaper__detail {
    padding: 0;
  }
}

.c-signature {
  font-size: 1.5em;
  font-family: "Yuji Syuku", serif;
}
@media only screen and (max-width: 991px) {
  .c-signature {
    font-size: 1.33em;
  }
}
@media only screen and (max-width: 767px) {
  .c-signature {
    font-size: 1.25em;
  }
}
.c-signature small {
  font-size: 0.75em;
  margin-right: 1em;
}

.c-box__item--list {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.75);
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-box__item--list .item-box {
    padding: 15px;
  }
}
.c-box__item--list .c-box__body {
  padding: 1.5rem;
}
.c-box__item--list hr {
  margin: 15px 0;
}
.c-box__item--list + .c-box__item--list {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .c-box__item--list + .c-box__item--list {
    margin-top: 15px;
  }
}
.c-box__item--detail {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  padding: 45px;
  background: rgba(255, 255, 255, 0.75);
}
@media only screen and (max-width: 767px) {
  .c-box__item--detail .item-detail-box {
    padding: 15px;
  }
}
.c-box__item--detail th, .c-box__item--detail td {
  padding: 9px;
}
@media only screen and (max-width: 767px) {
  .c-box__item--detail th, .c-box__item--detail td {
    padding: 4px;
  }
}
.c-box__item--detail th {
  width: 7em;
  text-align: center;
}

.c-title__category {
  position: relative;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 20px;
  padding-bottom: 25px;
}
.c-title__category span {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-title__category span {
    position: relative;
    z-index: 1;
    font-size: 21px;
  }
}

.c-title__item--list {
  border-bottom: 1px dotted #666;
  font-weight: bold;
  font-size: 18px;
  background: #005bab;
  color: #FFF;
  margin: -19px -19px 20px;
  text-align: center;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .c-title__item--list {
    font-size: 16px;
    margin: -14px -14px 15px;
    padding: 15px;
  }
}
.c-title__item--list h4 + .item-price {
  border-top: none;
}
.c-title__item--detail {
  border-bottom: 1px dotted #666;
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 24px;
  background: #005bab;
  color: #FFF;
  margin: -44px -44px 45px;
  padding: 29px 44px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-title__item--detail {
    padding-bottom: 10px;
    font-size: 16px;
    margin: -14px -14px 15px;
    padding: 15px;
  }
}
.c-title__item--detail h4 + .item-price {
  border-top: none;
}

.c-category__sort {
  background: rgba(96, 57, 32, 0.75);
  margin: 30px 0;
  padding: 10px;
}

.c-catalog__item--img {
  margin: -19px -19px 19px;
}
@media only screen and (max-width: 767px) {
  .c-catalog__item--img {
    margin: -14px -14px 15px;
  }
}
.c-catalog__item--img:last-child {
  margin: -19px;
}
@media only screen and (max-width: 767px) {
  .c-catalog__item--img:last-child {
    margin: -14px;
  }
}

.c-price {
  padding: 30px;
  text-align: right;
  line-height: 1;
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  .c-price {
    margin: 10px 0;
    padding: 15px;
  }
}
.c-price:first-child {
  margin-top: 0;
}
.c-price:last-child {
  margin-bottom: 0;
}

.c-cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .c-cart {
    display: block;
  }
}
.c-cart .c-button {
  width: 200px;
}
@media only screen and (max-width: 575px) {
  .c-cart .c-button {
    width: 100%;
  }
}

.c-number {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .c-number {
    margin-bottom: 10px;
    width: 100%;
  }
}
.c-number dt {
  padding-right: 1em;
}
@media only screen and (max-width: 575px) {
  .c-number dd {
    text-align: right;
  }
}
.c-number dd input {
  text-align: center;
  width: 5em;
}

.c-item__number, .c-item__details, .c-item__cartin {
  padding: 0;
}
@media only screen and (max-width: 575px) {
  .c-item__number, .c-item__details, .c-item__cartin {
    margin-top: 5px;
  }
}

.c-item__number {
  display: flex;
  align-items: center;
}

table {
  border-spacing: 0;
  border-collapse: separate;
  width: 100%;
}

th, td {
  line-height: 1.75;
  padding: 1em 1.5em;
}

th {
  text-align: left;
}

.c-table {
  margin-top: -1px;
}

.c-table__size--sm {
  font-size: 0.9em;
}
@media only screen and (max-width: 767px) {
  .c-table__size--sm {
    font-size: 0.75em;
  }
}
.c-table__size th, .c-table__size td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.c-table__size td a img {
  vertical-align: middle;
}

.c-table__line--horizontal {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.c-table__line--horizontal th, .c-table__line--horizontal td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.c-table__line--vertical {
  border-left: 1px solid rgba(0, 0, 0, 0.125);
}
.c-table__line--vertical th, .c-table__line--vertical td {
  border-right: 1px solid rgba(0, 0, 0, 0.125);
}
.c-table__line--tile {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-left: 1px solid rgba(0, 0, 0, 0.125);
}
.c-table__line--tile th, .c-table__line--tile td {
  border-right: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.c-table__mode--light th {
  background-color: rgba(0, 0, 0, 0.05);
}
.c-table__mode--light td {
  background-color: rgba(255, 255, 255, 0.5);
}
.c-table__mode--dark th {
  background-color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}
.c-table__mode--dark td {
  background-color: rgba(255, 255, 255, 0.1);
}
.c-table__mode--opaque th {
  background-color: #E6E6E6;
}
.c-table__mode--opaque td {
  background-color: rgb(255, 255, 255);
}

.c-table__padding--sm table {
  border-top: none;
}
.c-table__padding--sm th, .c-table__padding--sm td {
  line-height: 1.75;
  padding: 0.5rem;
}
@media only screen and (max-width: 991px) {
  .c-table__padding--sm th, .c-table__padding--sm td {
    padding: 0.33rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-table__padding--sm th, .c-table__padding--sm td {
    padding: 0.25rem;
  }
}

.c-th__horizontal th {
  white-space: nowrap;
  text-align: center;
}
.c-th__horizontal td:first-child {
  white-space: nowrap;
  text-align: center;
}

.c-th__vertical th {
  white-space: nowrap;
  width: 1%;
}
.c-th__vertical td {
  width: 99%;
}

@media only screen and (max-width: 1199px) {
  .c-table__break--lg th, .c-table__break--lg td {
    display: block;
    width: 100%;
  }
}
.c-table__break--lg th {
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (max-width: 1199px) {
  .c-table__break--lg th {
    line-height: 1;
    width: auto;
  }
}
@media only screen and (max-width: 991px) {
  .c-table__break--md th, .c-table__break--md td {
    display: block;
    width: 100%;
  }
}
.c-table__break--md th {
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (max-width: 991px) {
  .c-table__break--md th {
    line-height: 1;
    width: auto;
  }
}
.c-table__break--md td dl {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .c-table__break--md td dl {
    display: block;
  }
}
.c-table__break--md td dl dt, .c-table__break--md td dl dd {
  display: table-cell;
}
@media only screen and (max-width: 575px) {
  .c-table__break--md td dl {
    display: block;
  }
}
.c-table__break--md td dl dt {
  width: 11em;
}
.c-table__break--md td dl + dl {
  border-top: 1px solid #DDD;
  padding-top: 10px;
  margin-top: 10px;
}

.c-table__break--xs th, .c-table__break--xs td {
  line-height: 1.5;
}
@media only screen and (max-width: 575px) {
  .c-table__break--xs th, .c-table__break--xs td {
    display: block;
    font-size: 0.9em;
  }
}
.c-table__break--xs th {
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (max-width: 575px) {
  .c-table__break--xs th {
    width: 100%;
  }
}
.c-table__break--xs td span[data-action] {
  color: var(--rgb-text);
}
.c-table__break--xs td dl {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .c-table__break--xs td dl {
    display: block;
  }
}
.c-table__break--xs td dl dt, .c-table__break--xs td dl dd {
  display: table-cell;
}
@media only screen and (max-width: 575px) {
  .c-table__break--xs td dl {
    display: block;
  }
}
.c-table__break--xs td dl dt {
  width: 11em;
}
.c-table__break--xs td dl + dl {
  border-top: 1px solid #DDD;
  padding-top: 10px;
  margin-top: 10px;
}

.c-table__break--none th, .c-table__break--none td {
  line-height: 1.5;
}
.c-table__break--none th {
  width: 9em;
}
.c-table__break--none td a, .c-table__break--none td span[data-action] {
  color: #212121 !important;
}
.c-table__break--none td dl {
  display: table;
  width: 100%;
}
.c-table__break--none td dl + dl {
  border-top: 1px solid #DDD;
  padding-top: 10px;
  margin-top: 10px;
}
.c-table__break--none td dl + dl dt, .c-table__break--none td dl + dl dd {
  display: table-cell;
}
.c-table__break--none td dl + dl dt {
  width: 9em;
}
.c-table__break--none:not(:first-child) {
  margin-top: 2rem;
}

.c-table__vertical th, .c-table__vertical td {
  white-space: nowrap;
}
@media only screen and (max-width: 991px) {
  .c-table__vertical th, .c-table__vertical td {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-table__vertical th, .c-table__vertical td {
    font-size: 0.75rem;
  }
}

.c-table__both th, .c-table__both td {
  white-space: nowrap;
}
@media only screen and (max-width: 991px) {
  .c-table__both th, .c-table__both td {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-table__both th, .c-table__both td {
    font-size: 0.75rem;
  }
}

.c-table__survey {
  border-spacing: 0.5rem;
  border-collapse: separate;
  width: 100%;
  border: none;
  table-layout: fixed;
}
@media only screen and (max-width: 767px) {
  .c-table__survey {
    border-spacing: 0.25rem;
  }
}
.c-table__survey th, .c-table__survey td {
  padding: 0.5em;
}
@media only screen and (max-width: 767px) {
  .c-table__survey th, .c-table__survey td {
    padding: 0.25em;
  }
}
.c-table__survey td {
  text-align: center;
}
.c-table__survey td.empty {
  border: 1px solid transparent;
}
.c-table__survey td.off {
  border: 1px solid #999;
}
.c-table__survey td.on {
  border: 1px solid var(--accentcolor);
  background-color: var(--accentcolor);
  color: #FFF;
}

@media only screen and (max-width: 1399px) {
  .table-responsive-xl {
    padding-top: 1px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl .c-table {
    width: 200%;
  }
}
@media only screen and (max-width: 1199px) {
  .table-responsive-lg {
    padding-top: 1px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg .c-table {
    width: 125%;
  }
}
@media only screen and (max-width: 991px) {
  .table-responsive-lg, .table-responsive-md {
    padding-top: 1px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg .c-table, .table-responsive-md .c-table {
    width: 150%;
  }
}
@media only screen and (max-width: 767px) {
  .table-responsive-lg, .table-responsive-md, .table-responsive-sm {
    padding-top: 1px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg .c-table, .table-responsive-md .c-table, .table-responsive-sm .c-table {
    width: 175%;
  }
}
@media only screen and (max-width: 575px) {
  .table-responsive-lg, .table-responsive-md, .table-responsive-sm, .table-responsive-xs {
    padding-top: 1px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg .c-table, .table-responsive-md .c-table, .table-responsive-sm .c-table, .table-responsive-xs .c-table {
    width: 250%;
  }
}

.c-table__layout--fixed {
  table-layout: fixed;
}
.c-table__layout--fixed th, .c-table__layout--fixed td {
  text-align: center !important;
}

.year {
  display: flex;
  justify-content: space-between;
}

.seireki:before {
  content: "（";
}

.seireki:after {
  content: "年)";
}

/* scroll-hint */
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.p-header {
  background-color: var(--rgb-white);
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 991px) {
  .p-header {
    height: var(--header-height);
  }
}
.p-header.js-scroll {
  background-color: var(--rgb-white);
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 991px) {
  .p-header.js-scroll {
    background-color: var(--rgb-white);
  }
}

.p-header__logo a img, .p-header__logo a svg, .p-header__logo a:hover img, .p-header__logo a:hover svg, .p-header__logo a:active img, .p-header__logo a:active svg, .p-header__logo a:focus img, .p-header__logo a:focus svg {
  vertical-align: top;
  width: auto;
  height: 1.7vw;
}
@media only screen and (max-width: 2000px) {
  .p-header__logo a img, .p-header__logo a svg, .p-header__logo a:hover img, .p-header__logo a:hover svg, .p-header__logo a:active img, .p-header__logo a:active svg, .p-header__logo a:focus img, .p-header__logo a:focus svg {
    height: auto;
  }
}
@media only screen and (max-width: 1199px) {
  .p-header__logo a img, .p-header__logo a svg, .p-header__logo a:hover img, .p-header__logo a:hover svg, .p-header__logo a:active img, .p-header__logo a:active svg, .p-header__logo a:focus img, .p-header__logo a:focus svg {
    height: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-header__logo a img, .p-header__logo a svg, .p-header__logo a:hover img, .p-header__logo a:hover svg, .p-header__logo a:active img, .p-header__logo a:active svg, .p-header__logo a:focus img, .p-header__logo a:focus svg {
    height: 2rem;
  }
}

.p-input-group {
  background-color: var(--maincolor);
  padding: 1px;
  border-radius: 0.3rem;
}

.p-input-group-text {
  border-color: var(--maincolor);
}
.p-input-group-text + input {
  border-top-color: var(--maincolor);
  border-bottom-color: var(--maincolor);
}

.p-bgc__gradation {
  background: linear-gradient(to right, var(--gradstart) 50%, var(--gradend) 75%);
  border-top: 1px solid var(--rgb-white);
}

.container-fluid {
  padding: 0 2.5rem;
}
@media only screen and (max-width: 1399px) {
  .container-fluid {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .container-fluid {
    padding: 0 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .container-fluid {
    padding: 0 1rem;
  }
}

.p-box__header--in {
  border-bottom: 1px dashed var(--maincolor);
  font-family: var(--font-round);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-flow: column wrap;
}
.p-box__header--in small {
  font-size: 1em;
  line-height: 1;
  font-weight: 700;
}
.p-box__header--in small + strong {
  margin-top: 0.5rem;
}
.p-box__header--in strong {
  font-size: 1.5em;
  line-height: 1;
  font-weight: 700;
}

@media only screen and (min-width: 992px) {
  .p-header__nav {
    align-items: flex-end;
  }
}
.p-header__nav .navbar-toggler {
  background-color: var(--rgb-white);
}
.p-header__nav .navbar-toggler[aria-expanded=false] .navbar-toggler-icon:before, .p-header__nav .navbar-toggler[aria-expanded=false] .navbar-toggler-icon:after, .p-header__nav .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:before, .p-header__nav .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:after {
  background-color: var(--rgb-text);
}
.p-header__nav .navbar-toggler[aria-expanded=false] small, .p-header__nav .navbar-toggler[aria-expanded=true] small {
  color: var(--rgb-text);
}
.p-header__nav .navbar-toggler[aria-expanded=false] .navbar-toggler-icon {
  background-color: var(--rgb-text);
}
@media only screen and (max-width: 991px) {
  .p-header__nav--navbar {
    padding: 0;
  }
}
.p-header__nav--navbar .navbar-nav .nav-item + .nav-item {
  margin-left: 2rem;
}
@media only screen and (max-width: 1199px) {
  .p-header__nav--navbar .navbar-nav .nav-item + .nav-item {
    margin-left: 1em;
  }
}
@media only screen and (max-width: 991px) {
  .p-header__nav--navbar .navbar-nav .nav-item + .nav-item {
    margin-left: 0;
  }
}
.p-header__nav--navbar .navbar-nav .nav-item .nav-link {
  color: var(--rgb-text);
  font-size: 0.75em;
  font-weight: 300;
  text-transform: uppercase;
  padding: 1rem 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .p-header__nav--navbar .navbar-nav .nav-item .nav-link {
    background-color: var(--rgb-white);
    color: var(--rgb-text);
    display: flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 575px) {
  .p-header__nav--navbar .navbar-nav .nav-item .nav-link {
    padding: 0.75rem 1rem;
  }
}
.p-header__nav--navbar .navbar-nav .nav-item .nav-link:before {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 0.5em;
  display: inline-block;
  content: attr(data-label);
}
@media only screen and (max-width: 991px) {
  .p-header__nav--navbar .navbar-nav .nav-item .nav-link:before {
    margin-bottom: 0;
  }
}
.p-header__nav--navbar .navbar-nav .nav-item .nav-link:after {
  border-bottom: var(--nav-border-active) solid transparent;
  /*display: none; */
  content: "";
}
.p-header__nav--navbar .navbar-nav .nav-item .nav-link:hover, .p-header__nav--navbar .navbar-nav .nav-item .nav-link:active, .p-header__nav--navbar .navbar-nav .nav-item .nav-link:focus, .p-header__nav--navbar .navbar-nav .nav-item .nav-link.active {
  color: var(--rgb-text);
}
@media only screen and (max-width: 991px) {
  .p-header__nav--navbar .navbar-nav .nav-item .nav-link:hover, .p-header__nav--navbar .navbar-nav .nav-item .nav-link:active, .p-header__nav--navbar .navbar-nav .nav-item .nav-link:focus, .p-header__nav--navbar .navbar-nav .nav-item .nav-link.active {
    background-color: var(--rgb-nav);
    color: var(--rgb-white);
  }
}
@media only screen and (max-width: 991px) and (max-width: 991px) {
  .p-header__nav--navbar .navbar-nav .nav-item .nav-link:hover .l-header__nav--icon i.fa, .p-header__nav--navbar .navbar-nav .nav-item .nav-link:active .l-header__nav--icon i.fa, .p-header__nav--navbar .navbar-nav .nav-item .nav-link:focus .l-header__nav--icon i.fa, .p-header__nav--navbar .navbar-nav .nav-item .nav-link.active .l-header__nav--icon i.fa {
    color: var(--rgb-white);
  }
}
.p-header__nav--navbar .navbar-nav .nav-item .nav-link:hover:after, .p-header__nav--navbar .navbar-nav .nav-item .nav-link:active:after, .p-header__nav--navbar .navbar-nav .nav-item .nav-link:focus:after, .p-header__nav--navbar .navbar-nav .nav-item .nav-link.active:after {
  content: "";
  border-color: var(--rgb-hover);
}
.p-header__nav--call {
  color: var(--maincolor);
  font-size: 1.5em;
  line-height: 0.75;
  font-weight: 700;
  margin-left: 1em;
  width: 12.5rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-header__nav--call:before {
  font-size: 0.75em;
}
.p-header__nav--call span[data-action=call] {
  font-weight: 700;
}
.p-header__nav--call .p-header__call--table th, .p-header__nav--call .p-header__call--table td {
  padding: 0;
}
.p-header__nav--call .p-header__call--table th {
  padding: 0 0.5em;
  font-size: 0.66em;
  color: var(--rgb-white);
}
.p-header__nav--call .p-header__call--table td {
  padding-left: 0.5em;
  line-height: 0.75;
}
.p-header__nav--map {
  font-size: 1.5em;
  margin-left: 1rem;
}
.p-header__nav--map a, .p-header__nav--map a:hover, .p-header__nav--map a:active, .p-header__nav--map a:focus {
  color: var(--darkgraycolor);
}
.p-header__nav--recept {
  margin-left: 1rem;
  font-size: 0.9em;
}
.p-header__nav--contact {
  color: var(--rgb-white);
  margin-bottom: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .p-header__nav--contact {
    display: none;
  }
}
.p-header__nav--post, .p-header__nav--post:hover, .p-header__nav--post:active, .p-header__nav--post:focus {
  background-color: var(--rgb-nav);
  color: var(--rgb-white);
  font-size: 0.75em;
  line-height: 1;
  width: 9.5rem;
  height: var(--header-height);
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
.p-header__nav--post:before, .p-header__nav--post:hover:before, .p-header__nav--post:active:before, .p-header__nav--post:focus:before {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 0.5em;
  display: inline-block;
  text-transform: uppercase;
  content: attr(data-label);
}
@media only screen and (max-width: 991px) {
  .p-header__nav--post:before, .p-header__nav--post:hover:before, .p-header__nav--post:active:before, .p-header__nav--post:focus:before {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1399px) {
  .p-header__nav--post, .p-header__nav--post:hover, .p-header__nav--post:active, .p-header__nav--post:focus {
    width: 9rem;
  }
}
@media only screen and (max-width: 1199px) {
  .p-header__nav--post, .p-header__nav--post:hover, .p-header__nav--post:active, .p-header__nav--post:focus {
    width: 8.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .p-header__nav--post, .p-header__nav--post:hover, .p-header__nav--post:active, .p-header__nav--post:focus {
    display: none;
  }
}
.p-header__nav--post:hover, .p-header__nav--post:active, .p-header__nav--post:focus {
  opacity: 0.75;
}
.p-header__nav--social {
  color: var(--rgb-white);
  height: 3rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .p-header__nav--social {
    display: none;
  }
}
.p-header__nav--social a, .p-header__nav--social a:hover, .p-header__nav--social a:active, .p-header__nav--social a:focus {
  display: block;
}
.p-header__nav--social a img, .p-header__nav--social a:hover img, .p-header__nav--social a:active img, .p-header__nav--social a:focus img {
  width: auto;
  height: 2rem;
}
.p-header__nav--social a + a, .p-header__nav--social a + a:hover, .p-header__nav--social a + a:active, .p-header__nav--social a + a:focus, .p-header__nav--social a:hover + a, .p-header__nav--social a:hover + a:hover, .p-header__nav--social a:hover + a:active, .p-header__nav--social a:hover + a:focus, .p-header__nav--social a:active + a, .p-header__nav--social a:active + a:hover, .p-header__nav--social a:active + a:active, .p-header__nav--social a:active + a:focus, .p-header__nav--social a:focus + a, .p-header__nav--social a:focus + a:hover, .p-header__nav--social a:focus + a:active, .p-header__nav--social a:focus + a:focus {
  margin-left: 1rem;
}

@media only screen and (max-width: 991px) {
  .js-scroll .navbar-expand-lg .navbar-nav .nav-item .nav-link:hover, .js-scroll .navbar-expand-lg .navbar-nav .nav-item .nav-link:active, .js-scroll .navbar-expand-lg .navbar-nav .nav-item .nav-link:focus, .js-scroll .navbar-expand-lg .navbar-nav .nav-item .nav-link.active {
    color: var(--rgb-white);
  }
}
.dropdown-menu {
  margin-top: 0 !important;
}

.dropdown-item {
  font-weight: 300;
}

::-moz-selection {
  background-color: var(--rgb-main);
  color: var(--rgb-white);
}

::selection {
  background-color: var(--rgb-main);
  color: var(--rgb-white);
}

::-moz-selection {
  background-color: var(--rgb-main);
  color: var(--rgb-white);
}

.container-lg {
  max-width: var(--container-width);
}
@media only screen and (max-width: 991px) {
  .container-lg {
    max-width: 100vw;
  }
}

[class*=container] {
  padding: 0;
}
@media only screen and (max-width: 991px) {
  [class*=container] {
    padding-left: calc(var(--padding-x) * 0.5);
    padding-right: calc(var(--padding-x) * 0.5);
  }
}

.c-phone--lg, .c-phone--md, .c-phone--sm, .c-phone--xs, .c-facsimile--lg, .c-facsimile--md, .c-facsimile--sm, .c-facsimile--xs {
  line-height: 0.75;
  font-weight: 500;
}
.c-phone--lg:before, .c-phone--md:before, .c-phone--sm:before, .c-phone--xs:before, .c-facsimile--lg:before, .c-facsimile--md:before, .c-facsimile--sm:before, .c-facsimile--xs:before {
  font-size: 0.75em;
}
.c-phone--lg [data-action=call], .c-phone--md [data-action=call], .c-phone--sm [data-action=call], .c-phone--xs [data-action=call], .c-facsimile--lg [data-action=call], .c-facsimile--md [data-action=call], .c-facsimile--sm [data-action=call], .c-facsimile--xs [data-action=call] {
  color: var(--rgb-text);
}
.c-phone--lg, .c-facsimile--lg {
  font-size: calc(2.5em * var(--md-rate));
}
.c-phone--md, .c-facsimile--md {
  font-size: calc(2em * var(--sm-rate));
}
.c-phone--sm, .c-facsimile--sm {
  font-size: calc(1.5em * var(--sm-rate));
}
.c-phone--xs, .c-facsimile--xs {
  font-size: calc(1.33em * var(--sm-rate));
}

.c-button__link, .c-button__link:hover, .c-button__link:active, .c-button__link:focus {
  font-weight: 300;
}
.c-button__link span:after, .c-button__link:hover span:after, .c-button__link:active span:after, .c-button__link:focus span:after {
  font-weight: 300;
}

.p-section__carpet:before {
  background-color: var(--rgb-carpet);
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}

.p-outer__index {
  background: url(../images/index-outer__background.png) center top/cover no-repeat;
}

.p-outer .c-box__no {
  background-color: #FFF;
  color: var(--maincolor);
  border-radius: 6rem;
  font-size: 3em;
  font-family: var(--font-rocknroll);
  font-weight: 400;
  margin: -4.5rem auto;
  width: 9rem;
  height: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-outer .c-box__icon--sm {
  background-color: #FFF;
  margin-top: 4.5rem;
  padding: 3rem 1.5rem;
  padding-top: 0;
  width: 100%;
}
.p-outer .c-box__icon--title {
  font-size: 1.5em;
  line-height: 1.5;
}
@media only screen and (max-width: 1399px) {
  .p-outer .c-box__icon--title {
    font-size: 1.33em;
  }
}
@media only screen and (max-width: 767px) {
  .p-outer .c-box__icon--title {
    padding: 3.5rem 0 0rem;
  }
}
.p-outer .c-hero__jostling--title {
  background-color: rgba(0, 0, 0, 0.33);
  text-align: center;
}
.p-outer .c-hero__jostling--title h4 {
  font-size: 2.25em;
  text-transform: uppercase;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .p-outer .c-hero__jostling--title h4 {
    font-size: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .p-outer .c-hero__jostling--title h4 {
    font-size: 1.5em;
  }
}
.p-outer .c-hero__jostling--title h4 span {
  color: #FFF;
  display: block;
}
.p-outer .c-hero__jostling--title h4:before {
  color: #FFF;
  border-bottom: 1px solid #FFF;
  font-size: 0.5em;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: calc(var(--clearance-padding) * var(--heading-padding) / 3 * 2);
  padding-bottom: calc(var(--clearance-padding) * var(--heading-padding) / 3);
  width: -moz-min-content;
  width: min-content;
  content: attr(data-label);
}
.p-outer .c-hero__jostling--title h4:after {
  background-color: var(--maincolor);
  color: #FFF;
  border: 1px solid var(--maincolor);
  font-size: 0.4em;
  line-height: 0.75;
  border-radius: 6rem;
  margin: 2em auto 0;
  padding: 0.5em 1em;
  content: "View More";
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
}
.p-outer .c-hero__link .c-hero__link--title {
  background-color: rgba(73, 88, 95, 0.5);
  transition: background-color 0.3s;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
@media only screen and (max-width: 991px) {
  .p-outer .c-hero__link .c-hero__link--title {
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
}
.p-outer .c-hero__link:hover .c-hero__link--title, .p-outer .c-hero__link:active .c-hero__link--title, .p-outer .c-hero__link:focus .c-hero__link--title {
  background-color: rgba(73, 88, 95, 0.25);
  transition: background-color 0.6s;
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
}
.p-outer .c-hero__link .c-hero__link--title {
  padding: 2.5rem;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 1399px) {
  .p-outer .c-hero__link .c-hero__link--title {
    padding: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .p-outer .c-hero__link .c-hero__link--title {
    padding: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .p-outer .c-hero__link .c-hero__link--title {
    padding: 1rem;
  }
}
.p-outer .c-hero__link .c-hero__link--title:after {
  background-color: transparent;
  color: var(--palecolor);
  border: 1px solid var(--palecolor);
  border-radius: 0;
  font-size: 1em;
  line-height: 0.75;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin: 2em auto 0;
  padding: 0.5em 1em;
  content: "View More";
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
  font-weight: 500;
  position: absolute;
  right: 2.5rem;
  bottom: 2.5rem;
}
@media only screen and (max-width: 1399px) {
  .p-outer .c-hero__link .c-hero__link--title:after {
    right: 2rem;
    bottom: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .p-outer .c-hero__link .c-hero__link--title:after {
    right: 1.5rem;
    bottom: 1.5rem;
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 575px) {
  .p-outer .c-hero__link .c-hero__link--title:after {
    right: 1rem;
    bottom: 1rem;
    font-size: 0.75em;
  }
}
.p-outer .c-hero__link .c-hero__link--title h4 {
  font-size: 2em;
  line-height: 1.5;
  text-transform: uppercase;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .p-outer .c-hero__link .c-hero__link--title h4 {
    font-size: 1.75em;
  }
}
@media only screen and (max-width: 767px) {
  .p-outer .c-hero__link .c-hero__link--title h4 {
    font-size: 1.25em;
  }
}
.p-outer .c-hero__link .c-hero__link--title h4 span {
  color: #FFF;
  display: block;
}
.p-outer .c-hero__link--thin .c-hero__link--title {
  background-color: rgba(73, 88, 95, 0.5);
  transition: background-color 0.3s;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  filter: grayscale(1);
}
@media only screen and (max-width: 991px) {
  .p-outer .c-hero__link--thin .c-hero__link--title {
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
}
.p-outer .c-hero__link--thin:hover .c-hero__link--title, .p-outer .c-hero__link--thin:active .c-hero__link--title, .p-outer .c-hero__link--thin:focus .c-hero__link--title, .p-outer .c-hero__link--thin.active .c-hero__link--title {
  background-color: rgba(73, 88, 95, 0.25);
  transition: background-color 0.6s;
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
  filter: grayscale(0);
}
.p-outer .c-hero__link--thin .c-hero__link--title {
  padding: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 1399px) {
  .p-outer .c-hero__link--thin .c-hero__link--title {
    padding: 1.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .p-outer .c-hero__link--thin .c-hero__link--title {
    padding: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .p-outer .c-hero__link--thin .c-hero__link--title {
    padding: 0.5rem;
  }
}
.p-outer .c-hero__link--thin .c-hero__link--title:after {
  background-color: transparent;
  color: var(--palecolor);
  border: 1px solid var(--palecolor);
  border-radius: 0;
  font-size: 1em;
  line-height: 0.75;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin: 2em auto 0;
  padding: 0.5em 1em;
  content: "View More";
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
  font-weight: 500;
  position: absolute;
  right: 2.5rem;
  bottom: 2.5rem;
  display: none;
}
@media only screen and (max-width: 1399px) {
  .p-outer .c-hero__link--thin .c-hero__link--title:after {
    right: 2rem;
    bottom: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .p-outer .c-hero__link--thin .c-hero__link--title:after {
    right: 1.5rem;
    bottom: 1.5rem;
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 575px) {
  .p-outer .c-hero__link--thin .c-hero__link--title:after {
    right: 1rem;
    bottom: 1rem;
    font-size: 0.75em;
  }
}
.p-outer .c-hero__link--thin .c-hero__link--title h4 {
  font-size: 1.25em;
  line-height: 1.5;
  text-transform: uppercase;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .p-outer .c-hero__link--thin .c-hero__link--title h4 {
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 767px) {
  .p-outer .c-hero__link--thin .c-hero__link--title h4 {
    font-size: 1em;
  }
}
.p-outer .c-hero__link--thin .c-hero__link--title h4 span {
  color: #FFF;
  display: block;
}

.p-th--appeal {
  background-color: var(--subcolor) !important;
  color: #FFF;
  font-size: 1.125em;
  font-weight: 700;
}

.p-td--appeal {
  background-color: #FCF5DE !important;
  font-size: 1.125em;
  font-weight: 700;
}

.p-table__layout--fixed {
  table-layout: fixed;
}
.p-table__layout--fixed th {
  width: 75%;
}
@media only screen and (max-width: 991px) {
  .p-table__layout--fixed th {
    width: 75%;
  }
}
@media only screen and (max-width: 575px) {
  .p-table__layout--fixed th {
    width: 19em;
  }
}

@media only screen and (max-width: 991px) {
  .p-table__combined {
    border-top-color: transparent;
  }
}

.p-frame__about {
  border: 1px solid #FFF;
  padding: calc(var(--clearance-padding) * var(--heading-margin) + 20px);
  position: relative;
}
@media only screen and (max-width: 991px) {
  .p-frame__about {
    padding: calc(var(--clearance-padding) * var(--heading-margin) + 15px);
  }
}
@media only screen and (max-width: 767px) {
  .p-frame__about {
    padding: calc(var(--clearance-padding) * var(--heading-margin) + 10px);
  }
}
.p-frame__about:before {
  border: 1px solid #FFF;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  content: "";
}
@media only screen and (max-width: 991px) {
  .p-frame__about:before {
    top: 7.5px;
    left: 7.5px;
    right: 7.5px;
    bottom: 7.5px;
  }
}
@media only screen and (max-width: 767px) {
  .p-frame__about:before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
}

.p-lead__underline {
  border-bottom: 1px solid var(--maincolor);
  padding-bottom: 0.25em;
}
@media only screen and (max-width: 767px) {
  .p-lead__underline {
    padding-bottom: 0.125em;
  }
}
.p-lead__underline--light {
  border-bottom: 1px solid #FFF;
  padding-bottom: 0.25em;
}
@media only screen and (max-width: 767px) {
  .p-lead__underline--light {
    padding-bottom: 0.125em;
  }
}

.p-sansserif {
  font-family: var(--font-barlow-semi);
  line-height: 1.75em;
}

.p-sans {
  font-family: var(--font-yakuhan);
  line-height: 1.75em;
}

.p-capitalize {
  text-transform: capitalize;
}

.u-bgc__white--half {
  background-color: rgba(255, 255, 255, 0.25);
}

.u-bgc__white--quat {
  background-color: rgba(255, 255, 255, 0.1);
}

.p-footer__nav--social {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-footer__nav--social a, .p-footer__nav--social a:hover, .p-footer__nav--social a:active, .p-footer__nav--social a:focus {
  display: block;
  margin: 0 1rem;
  padding: 0.6rem 0;
}
.p-footer__nav--social img {
  width: auto;
  height: 2rem;
}

span[data-aos] {
  display: inline-block;
}

.u-writing__mode--vertical {
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.a1 {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}
.a1 .c-box__body {
  width: 100%;
}

.p-button__bottom {
  margin: 0 3rem 3rem;
}
@media only screen and (max-width: 991px) {
  .p-button__bottom {
    margin: 0 2rem 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-button__bottom {
    margin: 0 1rem 1rem;
  }
}

.pattern-paleblue__check--slash {
  background: url(../images/common/pattern-paleblue__check--slash.png) center center;
}
.pattern-paleblue__check--slash .p-heading__index1 {
  color: var(--rgb-text);
}
.pattern-paleblue__check--slash .p-heading__index1:before {
  background-color: #FFF;
  color: rgb(156, 210, 255);
}

.p-box__item, .p-box__item:hover, .p-box__item:active, .p-box__item:focus {
  background-color: #FFF;
  box-shadow: 0.25rem 0.5rem 1rem rgba(var(--textrgbcolor) 0.15);
  padding: 1.25rem;
  display: block;
}
.p-box__item--category {
  background-color: var(--maincolor);
  color: #FFF;
  border-radius: 0.125rem;
  font-size: 0.9em;
  line-height: 1.25;
  margin: 0 0 1.5rem;
  padding: 0.5em 1em;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p-box__item--date {
  font-weight: 700;
  padding: 0.5em 0;
}
.p-box__item--title {
  font-size: 1em;
  line-height: 1.5;
  font-weight: 700;
}

.p-section__devider {
  margin: 0;
}

.p-hour__open {
  margin-top: 1rem;
  display: flex;
  align-items: flex-start;
}
.p-hour__open dt, .p-hour__open dd {
  padding: 0.5rem 1rem;
  line-height: 1.5;
}
.p-hour__open dt {
  width: 7em;
  text-align: center;
}

.p-hour__close {
  margin-top: 1px;
  display: flex;
  align-items: flex-start;
}
.p-hour__close dt, .p-hour__close dd {
  padding: 0.5rem 1rem;
  line-height: 1.25;
}
.p-hour__close dt {
  width: 7em;
  text-align: center;
}

.p-timetable__caution {
  width: auto;
  margin-top: 0.5rem;
}
.p-timetable__caution th, .p-timetable__caution td {
  padding: 0;
  vertical-align: top;
}
.p-timetable__caution th {
  padding-right: 0.5rem;
}

[class*=u-arrow]:after {
  font-weight: 400;
}

.p-icon__category {
  background-color: rgb(255, 255, 255);
  padding: 0.5em 1em;
  line-height: 1;
  border: 2px solid transparent;
  font-weight: 700;
  position: absolute;
  top: -19px;
  right: 3rem;
}
@media only screen and (max-width: 991px) {
  .p-icon__category {
    top: -21px;
    right: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-icon__category {
    top: -23px;
    right: 1rem;
  }
}

.p-table--center th, .p-table--center td {
  text-align: center;
}
.p-table__th-td--center th, .p-table__th-td--center td {
  text-align: center;
}
.p-table__th-td--center th:first-child {
  width: 9em;
}
@media only screen and (max-width: 575px) {
  .p-table__th-td--center th:first-child {
    width: 11em;
  }
}
.p-table__th-td--center th:not(:first-child) {
  text-align: center;
}
.p-table__th-td--center td {
  text-align: center;
}
.p-table__th-td--center tr:nth-of-type(2) th:first-child {
  width: auto;
}
.p-table__td--center th:first-child {
  width: 17em;
}
@media only screen and (max-width: 575px) {
  .p-table__td--center th:first-child {
    width: 11em;
  }
}
.p-table__td--center th:not(:first-child) {
  text-align: center;
}
.p-table__td--center td {
  text-align: center;
}
.p-table__td--center-sub th:first-child {
  width: 17em;
}
@media only screen and (max-width: 575px) {
  .p-table__td--center-sub th:first-child {
    width: 11em;
  }
}
.p-table__td--center-sub th:not(:first-child) {
  text-align: center;
}
.p-table__td--center-sub td {
  text-align: center;
}
.p-table__td--center-sub tr:nth-of-type(2) th:first-child {
  width: auto;
  text-align: center;
}
.p-table__mode--lineup {
  background-color: rgba(255, 255, 255, 0.5);
}
.p-table__mode--lineup th {
  background-color: var(--thcolor);
  color: rgba(255, 255, 255, 0.9);
}
.p-table__td--highlight {
  background-color: var(--td-highlightcolor);
}
.p-table__thermo--spec-a th:first-child {
  width: 9em;
  text-align: center;
}
.p-table__thermo--spec-a th:not(:first-child) {
  text-align: center;
}
.p-table__thermo--spec-a td.p-table__td--highlight {
  text-align: center;
  width: 8em;
}
@media only screen and (max-width: 575px) {
  .p-table__thermo--spec-a.c-table__break--xs th {
    width: 100%;
  }
}
.p-table__thermo--spec-b th:first-child {
  width: 17em;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .p-table__thermo--spec-b th:first-child {
    width: 11em;
  }
}
.p-table__thermo--spec-b th:not(:first-child) {
  text-align: center;
}
.p-table__thermo--spec-b td.p-table__td--highlight {
  text-align: center;
  width: 8em;
}
.p-table__thermo--spec-c th:first-child {
  width: 12em;
}
@media only screen and (max-width: 575px) {
  .p-table__thermo--spec-c th:first-child {
    width: 11em;
  }
}
.p-table__thermo--spec-c th:not(:first-child) {
  text-align: center;
}
.p-table__thermo--spec-c td {
  text-align: center;
}

.p-alfabetic {
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.c-box__heading--light .p-alfabetic {
  text-indent: 0.2em;
}

.u-bgc__white {
  background-color: rgb(255, 255, 255);
}

th {
  font-weight: 500;
}

.text-article strong {
  font-weight: 500;
}

.p-index__company {
  background: url(../images/index-company__background.jpg) right bottom/cover no-repeat;
  color: var(--rgb-white);
}

.p-about__policy--list {
  list-style: none;
  counter-reset: policy;
}
.p-about__policy--list > li {
  line-height: 1.5;
  padding: 3rem 2.5rem 2rem;
  position: relative;
}
.p-about__policy--list > li p {
  margin-bottom: 0.33em;
}
.p-about__policy--list > li:before {
  counter-increment: policy;
  content: "0" counter(policy) "";
  color: var(--maincolor);
  font-size: 3em;
  line-height: 0.75;
  font-weight: 700;
  position: absolute;
  top: -0.375em;
}
.p-about__policy--list > li + li {
  margin-top: 2rem;
}
.p-about__policy--list > li p {
  margin: 0.5em 0 0.25em;
}
.p-about__policy--list > li:nth-of-type(1) {
  background-color: rgba(var(--palergbcolor), 1);
}
.p-about__policy--list > li:nth-of-type(2) {
  background-color: rgba(var(--palergbcolor), 0.67);
}
.p-about__policy--list > li:nth-of-type(3) {
  background-color: rgba(var(--palergbcolor), 0.33);
}

.p-section__decoration {
  margin-top: -3rem;
  position: absolute;
  right: calc(50% + 385px);
  z-index: 1;
}
.p-section__decoration img {
  width: auto;
  height: 20rem;
}

.js-diary {
  overflow: hidden;
  position: relative;
}

.swiper-button-next, .swiper-button-prev {
  color: var(--swiper-navigation-color);
}

.p-box__line {
  width: 100%;
  border-left: 2px solid var(--maincolor);
  border-right: 2px solid var(--maincolor);
  position: relative;
}
.p-box__line .p-text__bible {
  font-size: 1.125em;
  font-family: var(--font-zen-old-mincho);
  font-weight: 700;
  text-align: center;
}
.p-box__line--heading {
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: 0;
  font-size: 0.8em;
  line-height: 1;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  padding: 0 1em;
}
.p-box__line--heading span {
  display: block;
  text-align: right;
  background-color: var(--rgb-white);
  padding: 0 0.5em;
  margin-bottom: -0.5em;
}
.p-box__line--top {
  border-top: 2px solid var(--maincolor);
  border-bottom: 2px solid var(--maincolor);
  padding: 2rem 2rem 2.5rem;
}
@media only screen and (max-width: 991px) {
  .p-box__extend--padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p-box__extend--padding .c-box__body {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.p-sdgs__aim {
  width: 100%;
}
.p-sdgs__aim th, .p-sdgs__aim td {
  padding: 0;
  vertical-align: top;
}
@media only screen and (max-width: 575px) {
  .p-sdgs__aim th, .p-sdgs__aim td {
    display: block;
  }
}
.p-sdgs__aim th {
  width: 164px;
}
@media only screen and (max-width: 1199px) {
  .p-sdgs__aim th {
    width: 120px;
  }
}
.p-sdgs__aim td {
  padding-left: 2rem;
}
@media only screen and (max-width: 1399px) {
  .p-sdgs__aim td {
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .p-sdgs__aim td {
    padding-left: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.p-sdgs__aim td strong {
  border-bottom: 1px dashed var(--accentcolor);
  font-weight: 700;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  display: block;
}
.p-sdgs__aim:not(:first-child) {
  margin-top: 1rem;
}

.p-mainimage__cover {
  background-color: var(--rgb-black);
  width: 100%;
}
@media screen and (orientation: landscape) {
  .p-mainimage__cover {
    height: calc(100vh - var(--header-height));
  }
}
@media screen and (orientation: portrait) {
  .p-mainimage__cover {
    height: 66vw;
  }
}
@media only screen and (orientation: portrait) and (max-width: 575px) {
  .p-mainimage__cover {
    height: 100vw;
  }
}
.p-mainimage__cover img {
  opacity: 0.8;
}

.p-mainimage__text {
  color: var(--rgb-white);
  padding: calc(var(--padding-x));
}

.p-mainimage__copy {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.p-mainimage__catch {
  font-size: 2.6vw;
  line-height: 1.75;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 2000px) {
  .p-mainimage__catch {
    font-size: calc(3.25em * var(--lg-rate));
  }
}
.p-mainimage__catch .p-effect__revealing--target {
  filter: drop-shadow(0 0 0.2vw rgba(0, 0, 0, 0.25));
}
@media only screen and (max-width: 2000px) {
  .p-mainimage__catch .p-effect__revealing--target {
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
  }
}
.p-mainimage__catch em {
  background-color: var(--rgb-vermilion);
  text-shadow: none;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  margin: 0.2vw;
  padding: 0.2vw;
}
@media only screen and (max-width: 2000px) {
  .p-mainimage__catch em {
    margin: 4px;
    padding: 4px;
  }
}

.p-mainimage__lead {
  font-size: 1.4vw;
  line-height: 1.5;
  margin-top: 1em;
}
@media only screen and (max-width: 2000px) {
  .p-mainimage__lead {
    font-size: calc(1.75em * var(--sm-rate));
  }
}
.p-mainimage__lead .p-effect__revealing--target {
  filter: drop-shadow(0 0 0.2vw rgba(0, 0, 0, 0.25));
}
@media only screen and (max-width: 2000px) {
  .p-mainimage__lead .p-effect__revealing--target {
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
  }
}

.c-scrolldown {
  filter: drop-shadow(0 0 0.2vw rgba(0, 0, 0, 0.25));
}
@media only screen and (max-width: 2000px) {
  .c-scrolldown {
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
  }
}
@media only screen and (max-width: 991px) {
  .c-scrolldown {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .c-scrolldown {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .c-scrolldown {
    display: none;
  }
}
.c-scrolldown:before, .c-scrolldown:after {
  background-color: var(--rgb-white);
  filter: drop-shadow(0 0 0.2vw rgba(0, 0, 0, 0.25));
}
@media only screen and (max-width: 2000px) {
  .c-scrolldown:before, .c-scrolldown:after {
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
  }
}
.c-scrolldown:before {
  width: 0.1vw;
  height: 5.6vw;
  left: 0.25vw;
  bottom: 0;
}
@media only screen and (max-width: 2000px) {
  .c-scrolldown:before {
    width: 0.125rem;
    height: 7rem;
    left: 0.3125rem;
  }
}
.c-scrolldown:after {
  border-radius: 50%;
  width: 0.6vw;
  height: 0.6vw;
  left: 0;
  bottom: 0;
  --scroll-ball-start: 5.3vw;
  --scroll-ball-goal: -.3vw;
}
@media only screen and (max-width: 2000px) {
  .c-scrolldown:after {
    width: 0.75rem;
    height: 0.75rem;
    --scroll-ball-start: 6.625rem;
    --scroll-ball-goal: -.375rem;
  }
}
.c-scrolldown span {
  color: var(--rgb-white);
  font-size: 0.72vw;
  line-height: 0.75;
  font-weight: 700;
  width: -moz-max-content;
  width: max-content;
  left: 0;
  bottom: 6.4vw;
}
@media only screen and (max-width: 2000px) {
  .c-scrolldown span {
    font-size: 0.9em;
    width: 0.75rem;
    bottom: 8rem;
  }
}

.p-heading__index1--dark, .p-heading__index1--light {
  font-size: calc(1.33em * var(--sm-rate));
  line-height: 1.5;
}
.p-heading__index1--dark span, .p-heading__index1--light span {
  font-weight: 500;
  display: block;
  text-transform: uppercase;
}
.p-heading__index1--dark::before, .p-heading__index1--light::before {
  font-size: calc(3.5em * var(--md-rate));
  line-height: 0.75;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  display: block;
  width: -moz-max-content;
  width: max-content;
  content: attr(data-label);
}
.text-center.p-heading__index1--dark span, .text-center.p-heading__index1--light span {
  margin: 0 auto;
}
.text-center.p-heading__index1--dark::before, .text-center.p-heading__index1--light::before {
  text-indent: 0.05em;
  margin-left: auto;
  margin-right: auto;
}
.text-center.p-heading__index1--dark::after, .text-center.p-heading__index1--light::after {
  margin-left: auto;
  margin-right: auto;
}

.p-heading__index1--light::before {
  color: var(--rgb-main);
}
.p-heading__index1--light span:before {
  color: var(--rgb-text);
}
.p-heading__index1--dark::before {
  color: var(--rgb-white);
}
.p-heading__index1--dark span {
  color: var(--rgb-white);
}
.p-heading__index1--dark span:before {
  color: var(--rgb-text);
}

.p-heading__index1a {
  font-size: 1.25em;
  line-height: 1.25;
}
@media only screen and (max-width: 991px) {
  .p-heading__index1a {
    font-size: 1.125em;
  }
}
.p-heading__index1a strong {
  font-weight: 700;
  display: inline-block;
}
.p-heading__index1a span {
  color: var(--subcolor);
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  font-family: var(--font-zen-old-mincho);
}
.p-heading__index1a span:before {
  color: var(--graycolor);
  margin-right: 0.5em;
  content: "─";
}
.p-heading__index1a::before {
  color: var(--rgb-text);
  font-size: 2.5em;
  line-height: 0.75;
  font-family: var(--font-zen-old-mincho);
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: calc(var(--clearance-padding) * var(--heading-margin) / 1.5);
  width: -moz-max-content;
  width: max-content;
  content: attr(data-label);
}
@media only screen and (max-width: 991px) {
  .p-heading__index1a::before {
    font-size: 1.75em;
  }
}
.p-heading__index1a.text-center span {
  margin: 0 auto;
}
.p-heading__index1a.text-center span:after {
  color: var(--graycolor);
  margin-left: 0.5em;
  content: "─";
}
.p-heading__index1a.text-center::after {
  margin-left: auto;
  margin-right: auto;
}
.p-heading__index1a--light {
  font-size: 1.25em;
  line-height: 1.25;
}
@media only screen and (max-width: 1399px) {
  .p-heading__index1a--light {
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 1199px) {
  .p-heading__index1a--light {
    font-size: 1.125em;
  }
}
.p-heading__index1a--light strong {
  font-weight: 700;
  display: inline-block;
}
.p-heading__index1a--light span {
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}
.p-heading__index1a--light::before {
  color: var(--rgb-white);
  font-size: 4.25em;
  line-height: 0.75;
  font-family: var(--font-rubik);
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: calc(var(--clearance-padding) * var(--heading-margin) / 4);
  padding-bottom: calc(var(--clearance-padding) * var(--heading-padding) / 6);
  width: -moz-max-content;
  width: max-content;
  content: attr(data-label);
}
@media only screen and (max-width: 575px) {
  .p-heading__index1a--light::before {
    font-size: 3em;
  }
}
.p-heading__index1a--light.text-center span {
  margin: 0 auto;
}
.p-heading__index1a--light.text-center::after {
  margin-left: auto;
  margin-right: auto;
}
.c-box__image--over, .p-heading__index2--dark, .p-heading__index2--light {
  font-size: calc(1.25em * var(--sm-rate));
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 1em;
}
.c-box__image--over:not(:first-child), .p-heading__index2--dark:not(:first-child), .p-heading__index2--light:not(:first-child) {
  margin-top: 2em;
}
.c-box__image--over strong, .p-heading__index2--dark strong, .p-heading__index2--light strong {
  font-weight: 500;
  display: inline-block;
}
.c-box__image--over .c-heading__footline, .p-heading__index2--dark .c-heading__footline, .p-heading__index2--light .c-heading__footline {
  text-transform: uppercase;
  border-bottom-width: 2px;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (max-width: 575px) {
  .c-box__image--over .c-heading__footline, .p-heading__index2--dark .c-heading__footline, .p-heading__index2--light .c-heading__footline {
    margin: 0 auto;
  }
}

.p-heading__index2--light .c-heading__leftline {
  color: var(--rgb-accent);
  border-left-color: var(--rgb-accent);
}
.p-heading__index2--light .c-heading__footline {
  border-bottom-color: var(--rgb-accent);
}
.p-heading__index2--dark span {
  color: var(--rgb-white);
}
.p-heading__index2--dark span:before {
  color: var(--rgb-text);
}

.c-box__image--over {
  margin-bottom: 0;
}

:root {
  --news-date:10rem;
  --news-icon:8rem;
  --news-comment:calc(100% - var(--news-detail));
  --news-detail:1rem;
  --news-image:10rem;
}

@media only screen and (max-width: 1199px) {
  :root {
    --news-date:10rem;
  }
}
@media only screen and (max-width: 575px) {
  :root {
    --news-date:100%;
    --news-image:100%;
  }
}
.p-newspaper {
  background-color: rgba(255, 255, 255, 0.25);
  border-top: 1px solid var(--graycolor);
}
.p-newspaper .c-newspaper__scroll {
  height: auto;
}
.p-newspaper .c-newspaper__article {
  padding: 1em;
  width: 100%;
  border-bottom: 1px solid var(--graycolor);
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 1199px) {
  .p-newspaper .c-newspaper__article {
    display: block;
  }
}
.p-newspaper .c-newspaper__article--link {
  padding: 1em;
  width: 100%;
  border-bottom: 1px solid var(--graycolor);
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .p-newspaper .c-newspaper__article--link {
    display: block;
  }
}
.p-newspaper .c-newspaper__article--link:hover, .p-newspaper .c-newspaper__article--link:active, .p-newspaper .c-newspaper__article--link:focus {
  background-color: var(--graycolor);
}
@media only screen and (max-width: 991px) {
  .p-newspaper .c-newspaper__article--link {
    display: block;
  }
}
.p-newspaper .c-newspaper__date {
  flex: 0 0 var(--news-date);
  padding-right: 0;
  font-weight: 500;
}
@media only screen and (max-width: 1199px) {
  .p-newspaper .c-newspaper__date {
    width: 100%;
  }
}
.p-newspaper .c-newspaper__date--inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: var(--news-date);
}
.p-newspaper .c-newspaper__updated {
  background-color: transparent;
  color: var(--maincolor);
  font-size: 1;
  line-height: 1;
  padding: 0;
  width: -moz-max-content;
  width: max-content;
}
.p-newspaper .c-newspaper__icon {
  font-size: 0.75em;
  background-color: var(--textcolor);
  color: #FFF;
  line-height: 1.5;
  padding: 0.25em;
  text-align: center;
  flex: 0 0 var(--news-icon);
  max-width: var(--news-icon);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-newspaper .c-newspaper__icon span {
  width: 10em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-newspaper .c-newspaper__comment {
  line-height: 1.75;
  padding-left: 3rem;
  display: flex;
  align-items: center;
  flex: 0 0 calc(100% - var(--news-date));
}
@media only screen and (max-width: 1399px) {
  .p-newspaper .c-newspaper__comment {
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 1199px) {
  .p-newspaper .c-newspaper__comment {
    width: 100%;
    padding-left: 0;
    margin-top: 0.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .p-newspaper .c-newspaper__comment {
    line-height: 1.75;
  }
}
@media only screen and (max-width: 575px) {
  .p-newspaper .c-newspaper__comment {
    justify-content: space-between;
  }
}
.p-newspaper .c-newspaper__comment--inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex: 0 0 calc(100% - var(--news-detail));
}
@media only screen and (max-width: 575px) {
  .p-newspaper .c-newspaper__comment--inner {
    flex-flow: row wrap;
  }
}
.p-newspaper .c-newspaper__text {
  flex: 0 0 calc(100% - var(--news-image) - 2rem);
}
@media only screen and (max-width: 575px) {
  .p-newspaper .c-newspaper__text {
    flex: 0 0 100%;
    order: 2;
  }
}
.p-newspaper .c-newspaper__image {
  flex: 0 0 var(--news-image);
  margin-top: 0;
}
@media only screen and (max-width: 575px) {
  .p-newspaper .c-newspaper__image {
    flex: 0 0 100%;
    order: 1;
  }
}
.p-newspaper .c-newspaper__detail {
  flex: 0 0 var(--news-detail);
  padding: 0;
  font-weight: 900;
  color: var(--maincolor);
}
.p-newspaper .c-newspaper__detail .fa {
  font-weight: 400;
}
.p-newspaper__detail .c-newspaper__date {
  flex: 0 0 var(--news-date);
  padding-right: 0;
  font-weight: 500;
}
@media only screen and (max-width: 1199px) {
  .p-newspaper__detail .c-newspaper__date {
    width: 100%;
  }
}
.p-newspaper__detail .c-newspaper__date--inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: var(--news-date);
}
.p-newspaper__detail .c-newspaper__updated {
  background-color: transparent;
  color: var(--maincolor);
  font-size: 1;
  line-height: 1;
  padding: 0;
  width: -moz-max-content;
  width: max-content;
}
.p-newspaper__detail .c-newspaper__icon {
  font-size: 0.75em;
  background-color: var(--textcolor);
  color: #FFF;
  line-height: 1.5;
  padding: 0.25em;
  text-align: center;
  flex: 0 0 var(--news-icon);
  max-width: var(--news-icon);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-newspaper__detail .c-newspaper__icon span {
  width: 10em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-newspaper__detail .c-newspaper__comment {
  line-height: 1.75;
  padding-left: 3rem;
  display: flex;
  align-items: center;
  flex: 0 0 calc(100% - var(--news-date));
}
@media only screen and (max-width: 1399px) {
  .p-newspaper__detail .c-newspaper__comment {
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 1199px) {
  .p-newspaper__detail .c-newspaper__comment {
    width: 100%;
    padding-left: 0;
    margin-top: 0.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .p-newspaper__detail .c-newspaper__comment {
    line-height: 1.75;
  }
}
@media only screen and (max-width: 575px) {
  .p-newspaper__detail .c-newspaper__comment {
    justify-content: space-between;
  }
}
.p-newspaper__detail .c-newspaper__comment--inner {
  display: flex;
  align-items: center;
  flex: 0 0 calc(100% - var(--news-detail));
}
@media only screen and (max-width: 575px) {
  .p-newspaper__detail .c-newspaper__comment--inner {
    flex: 0 0 calc(100% - var(--news-detail) * 2);
  }
}

.html-title {
  font-weight: 500;
}

.p-recruit__joinus {
  margin-top: var(--border-hairline);
  background-color: var(--rgb-beige);
  color: var(--rgb-white);
}
@media only screen and (max-width: 575px) {
  .p-recruit__joinus {
    padding-top: calc(66vw + var(--clearance-padding));
  }
}
.p-recruit__joinus:before {
  background: url(../images/recruit-joinus__picture01.jpg) center center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
  content: "";
}
@media only screen and (max-width: 575px) {
  .p-recruit__joinus:before {
    height: 66vw;
    right: 0;
    bottom: auto;
  }
}

.p-company__philosophy {
  margin-top: var(--border-hairline);
  background-color: var(--rgb-beige);
  color: var(--rgb-white);
}
@media only screen and (max-width: 991px) {
  .p-company__philosophy {
    padding-bottom: calc(66vw + var(--clearance-padding));
  }
}
.p-company__philosophy:before {
  background: url(../images/company-philosophy__picture01.jpg) left center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  content: "";
}
@media only screen and (max-width: 991px) {
  .p-company__philosophy:before {
    height: 66vw;
    top: auto;
    left: 0;
  }
}

.p-icon__sdgs {
  white-space: nowrap;
}
.p-icon__sdgs img {
  width: 8rem;
  height: auto;
}
@media only screen and (max-width: 575px) {
  .p-icon__sdgs img {
    width: 25vw;
    height: auto;
  }
}

.p-contents__list {
  list-style: none;
  margin: -0.5rem;
  display: flex;
  flex-flow: row wrap;
}
@media only screen and (max-width: 767px) {
  .p-contents__list {
    margin: -0.25rem;
  }
}
.p-contents__list li {
  flex: 1 1 calc(50% - 1rem);
  background-color: var(--graycolor);
  text-align: center;
  font-weight: 700;
  margin: 0.5rem;
  padding: 1rem;
}
@media only screen and (max-width: 991px) {
  .p-contents__list li {
    flex: 1 1 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-contents__list li {
    margin: 0.25rem;
  }
}

.table-responsive {
  padding-top: 1px;
}

.p-table__timetable {
  table-layout: fixed;
}
.p-table__timetable th, .p-table__timetable td {
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .p-table__timetable th, .p-table__timetable td {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 991px) {
  .p-table__timetable th, .p-table__timetable td {
    font-size: 0.75em;
  }
}
.p-table__timetable th {
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.05);
}
.p-table__timetable td {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0;
}
.p-table__timetable td div {
  line-height: 1.5;
  padding: 1rem;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
@media only screen and (max-width: 991px) {
  .p-table__timetable td div {
    height: 4rem;
  }
}
.p-table__timetable td[rowspan="2"] {
  vertical-align: bottom;
  height: 12rem;
}
@media only screen and (max-width: 991px) {
  .p-table__timetable td[rowspan="2"] {
    height: 8rem;
  }
}
.p-table__timetable td[rowspan="2"] div {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  height: 9rem;
}
@media only screen and (max-width: 991px) {
  .p-table__timetable td[rowspan="2"] div {
    height: 6rem;
  }
}

.p-access__root {
  list-style: none;
  counter-reset: root;
}
.p-access__root .p-root__step {
  line-height: 1.5;
  padding-left: 1.5em;
}
.p-access__root .p-root__step p {
  margin-bottom: 0.33em;
}
.p-access__root .p-root__step:before {
  counter-increment: root;
  content: "" counter(root) ".";
  display: inline-block;
  margin-left: -1.5em;
  width: 1.5em;
}
.p-access__root .p-root__step + li {
  margin-top: 1em;
}
.p-access__root .p-root__step p {
  margin: 0.5em 0 0.25em;
}

.p-columns__list {
  -moz-column-count: 4;
       column-count: 4;
}
@media only screen and (max-width: 1199px) {
  .p-columns__list {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media only screen and (max-width: 991px) {
  .p-columns__list {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media only screen and (max-width: 575px) {
  .p-columns__list {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.p-example__list li {
  border-bottom: 1px dashed rgb(var(--awozora-dark));
}

.c-timeline__history {
  margin: 0 auto;
  position: relative;
}
.c-timeline__history dl {
  display: flex;
}
.c-timeline__history dt, .c-timeline__history dd {
  display: block;
}
.c-timeline__history dt {
  font-weight: 700;
  flex: 0 0 10rem;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .c-timeline__history dt {
    padding-left: 3rem;
  }
}
.c-timeline__history dt:before {
  border-left: 2px solid var(--base-main);
  content: "";
  position: absolute;
  top: 0;
  left: calc(1rem - 1px);
  bottom: -1.5rem;
}
@media only screen and (min-width: 576px) {
  .c-timeline__history dt:before {
    display: none;
  }
}
.c-timeline__history dd {
  padding-left: 3rem;
  flex: 0 0 calc(100% - 10rem);
  position: relative;
}
@media only screen and (max-width: 575px) {
  .c-timeline__history dd {
    padding-left: 0;
  }
}
.c-timeline__history dd:before {
  border-left: 2px solid var(--base-main);
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  bottom: -1.5rem;
}
@media only screen and (max-width: 575px) {
  .c-timeline__history dd:before {
    display: none;
  }
}
.c-timeline__history:last-child dt:before, .c-timeline__history:last-child dd:before {
  display: none;
}
.c-timeline__history + .c-timeline__history {
  margin-top: 1rem;
}

.c-timeline__circle, .c-timeline__square {
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
  position: absolute;
  top: 0;
  left: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .c-timeline__circle, .c-timeline__square {
    left: 0rem;
  }
}

.c-timeline__circle {
  background-color: var(--base-main);
}

.c-timeline__square {
  background-color: var(--graycolor);
}

.c-timeline__arrow {
  color: var(--base-main);
  font-size: 2em;
  position: absolute;
  left: 9rem;
  bottom: -1rem;
}
@media only screen and (max-width: 575px) {
  .c-timeline__arrow {
    left: 0;
  }
}

.mtc30 {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .sikaku {
    position: absolute;
    top: 0px;
    left: -5px;
    width: 30px;
    height: 30px;
    background: #eee;
    color: #eee;
  }
  .yajirusi {
    position: absolute;
    bottom: -20px;
    left: -5px;
    font-size: 30px;
    color: #0c407d;
  }
  .history dl {
    margin: 0px;
    padding: 0px;
  }
  .history dt {
    float: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 180%;
    margin: 0px;
    padding: 15px 0px 0px 20px;
    border-left: solid 1px rgba(12, 64, 125, 0.5);
  }
  .history dd {
    font-size: 14px;
    font-weight: normal;
    line-height: 180%;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    border-left: solid 1px rgba(12, 64, 125, 0.5);
  }
}
.p-flow__title--before, .p-flow__title--after {
  font-size: 1.25em;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1em 1em 0.75em;
  width: 6em;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  background-color: #FFF;
}
@media only screen and (max-width: 991px) {
  .p-flow__title--before, .p-flow__title--after {
    font-size: 1.125em;
    padding: 0.75em 0.75em 0.5em;
  }
}
@media only screen and (max-width: 575px) {
  .p-flow__title--before, .p-flow__title--after {
    font-size: 1.125em;
    padding: 0.5em 0.5em 0.25em;
  }
}

.p-flow__text {
  padding: 1.5rem;
}
@media only screen and (max-width: 991px) {
  .p-flow__text {
    padding: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .p-flow__text {
    padding: 0.5rem;
  }
}

.c-flow__before-after--main.c-flow__break--xs, .c-flow__before-after--deep.c-flow__break--xs, .c-flow__before-after--accent.c-flow__break--xs, .c-flow__before-after--darkgray.c-flow__break--xs {
  width: 100%;
}

.c-box__news--title {
  border-top: 1px solid #DDD;
}

.p-catalog__new {
  background-color: var(--accentcolor);
  color: #FFF;
  font-size: 0.9em;
  line-height: 1;
  text-transform: uppercase;
  padding: 0.5em 1em;
  position: absolute;
  top: 0;
  right: 0;
}

.p-catalog__navigation {
  background-color: #FFF;
  color: var(--textcolor);
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .p-catalog__navigation {
    flex-flow: row wrap;
    justify-content: flex-end;
  }
}
.p-catalog__navigation--fraction {
  line-height: 1;
  margin-right: auto;
}
@media only screen and (max-width: 1199px) {
  .p-catalog__navigation--fraction {
    flex: 0 0 100%;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  .p-catalog__navigation--fraction {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .p-catalog__navigation--fraction {
    margin-bottom: 1rem;
  }
}
.p-catalog__navigation--sort {
  margin-right: 0.5rem;
}
@media only screen and (max-width: 575px) {
  .p-catalog__navigation--sort {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .p-catalog__navigation--paging {
    flex: 0 0 100%;
  }
}

.p-item__soldout {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--graycolor);
  padding: 0.5rem;
}

.u-strike__through {
  text-decoration: line-through;
}

.p-activities__article {
  position: relative;
}
.p-activities__article:not(:first-child) {
  margin-top: 3rem;
}
@media only screen and (max-width: 991px) {
  .p-activities__article:not(:first-child) {
    margin-top: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-activities__article:not(:first-child) {
    margin-top: 2rem;
  }
}

.p-activities__date {
  font-weight: 700;
  line-height: 1.75;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .p-activities__date {
    padding: 0;
    border: none;
  }
}
@media only screen and (max-width: 575px) {
  .p-activities__date {
    width: 100%;
    justify-content: space-between;
  }
}
.p-activities__date .date {
  color: var(--textcolor);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
}
.p-activities__date .date .new {
  background-color: var(--accentcolor);
  color: #FFF;
  font-size: 0.75em;
  line-height: 1;
  margin-left: 1em;
  padding: 0.25em 0.5em;
}

.p-activities__icon {
  background-color: var(--base-main);
  color: #FFF;
  font-size: 0.75em;
  line-height: 1rem;
  text-align: center;
  margin-left: 1rem;
  padding: 0 0.25em;
  width: -moz-max-content;
  width: max-content;
  min-width: 10rem;
  min-height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .p-activities__icon {
    width: 50%;
  }
}

.p-activities__comment {
  line-height: 1.75;
  margin: 1rem 0;
}
@media only screen and (max-width: 991px) {
  .p-activities__comment {
    display: block;
    line-height: 1.75;
  }
}
.p-activities__title {
  font-size: 1.125em;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: var(--deepcolor);
}

.p-activities__image {
  margin-top: 1rem;
}
@media only screen and (max-width: 575px) {
  .p-activities__image {
    width: 12em;
    margin: 0 auto 1em;
    padding-right: 0;
  }
}

.p-activities__detail {
  width: 10rem;
  position: absolute;
  right: 2rem;
  bottom: -27px;
}
@media only screen and (max-width: 991px) {
  .p-activities__detail {
    right: 1.5rem;
    bottom: -23px;
  }
}
@media only screen and (max-width: 767px) {
  .p-activities__detail {
    right: 1rem;
    bottom: -17px;
  }
}
@media only screen and (max-width: 575px) {
  .p-activities__detail {
    bottom: -17px;
  }
}

.p-box__events {
  margin-top: 4rem;
  background: #fff;
  border: 2px solid #FFF;
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.1);
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .p-box__events {
    margin-top: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-box__events {
    margin-top: 3rem;
  }
}
.p-box__events h3 {
  margin: -4rem auto 0;
  width: 8rem;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .p-box__events h3 {
    margin: -3.5rem auto 0;
    width: 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-box__events h3 {
    margin: -3rem auto 0;
    width: 6rem;
  }
}
.p-box__events h3 span {
  text-shadow: 3px 3px 0 #FFF;
  font-size: 4em;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .p-box__events h3 span {
    text-shadow: 2px 2px 0 #FFF;
    font-size: 3.5em;
  }
}
@media only screen and (max-width: 767px) {
  .p-box__events h3 span {
    text-shadow: 1px 1px 0 #FFF;
    font-size: 3em;
  }
}
.p-box__events h3 img {
  width: 100%;
  height: auto;
}

.c-list__events {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.c-list__events + .c-list__events {
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .c-list__events + .c-list__events {
    margin-top: 0.25rem;
  }
}
.c-list__events dt, .c-list__events dd {
  line-height: 2rem;
}
@media only screen and (max-width: 767px) {
  .c-list__events dt, .c-list__events dd {
    line-height: 1.25rem;
  }
}
.c-list__events dt {
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 4rem;
  flex: 0 0 4rem;
}
@media only screen and (max-width: 767px) {
  .c-list__events dt {
    flex: 0 0 2.5rem;
    line-height: 2.5rem;
  }
}
.c-list__events dd {
  flex: 1 1 calc(100% - 4rem);
  padding: 1rem 0;
  padding-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .c-list__events dd {
    flex: 1 1 calc(100% - 2.5rem);
    padding: 0.75rem 0;
    padding-left: 0.75rem;
  }
}

.p-week__lunch {
  display: flex;
}
@media only screen and (max-width: 575px) {
  .p-week__lunch {
    flex-flow: row wrap;
  }
}

.p-week__day {
  flex: 1 1 20%;
  margin-left: -1px;
}
@media only screen and (max-width: 575px) {
  .p-week__day {
    flex: 1 1 33.3333333333%;
    max-width: 33.3333333333%;
    margin-top: -1px;
  }
}
.p-week__day th, .p-week__day td {
  text-align: center;
}

.p-progress__arrow {
  display: flex;
  align-items: center;
}
.p-progress__arrow::before, .p-progress__arrow::after {
  content: "";
}
.p-progress__arrow::before {
  width: 100%;
  height: 5px;
  background-color: var(--textcolor);
  display: block;
  flex: 0 0 calc(100% - 30px);
}
.p-progress__arrow::after {
  border-width: 10px 30px;
  border-style: solid;
  border-color: transparent transparent transparent var(--textcolor);
  flex: 0 0 30px;
  overflow: hidden;
}

.p-stock__color {
  list-style: none;
}

.p-stock__silver--off, .p-stock__silver--on, .p-stock__silver--caution, .p-stock__ivory--off, .p-stock__ivory--on, .p-stock__ivory--caution, .p-stock__white--off, .p-stock__white--on, .p-stock__white--caution, .p-stock__blue--off, .p-stock__blue--on, .p-stock__blue--caution, .p-stock__yellow--off, .p-stock__yellow--on, .p-stock__yellow--caution, .p-stock__red--off, .p-stock__red--on, .p-stock__red--caution, .p-stock__orange--off, .p-stock__orange--on, .p-stock__orange--caution, .p-stock__black--off, .p-stock__black--on, .p-stock__black--caution {
  text-align: left;
  white-space: nowrap;
}
.p-stock__silver--off:before, .p-stock__silver--on:before, .p-stock__silver--caution:before, .p-stock__ivory--off:before, .p-stock__ivory--on:before, .p-stock__ivory--caution:before, .p-stock__white--off:before, .p-stock__white--on:before, .p-stock__white--caution:before, .p-stock__blue--off:before, .p-stock__blue--on:before, .p-stock__blue--caution:before, .p-stock__yellow--off:before, .p-stock__yellow--on:before, .p-stock__yellow--caution:before, .p-stock__red--off:before, .p-stock__red--on:before, .p-stock__red--caution:before, .p-stock__orange--off:before, .p-stock__orange--on:before, .p-stock__orange--caution:before, .p-stock__black--off:before, .p-stock__black--on:before, .p-stock__black--caution:before {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
}
.p-stock__silver--off, .p-stock__ivory--off, .p-stock__white--off, .p-stock__blue--off, .p-stock__yellow--off, .p-stock__red--off, .p-stock__orange--off, .p-stock__black--off {
  color: rgb(204, 204, 204);
}
.p-stock__silver--on, .p-stock__ivory--on, .p-stock__white--on, .p-stock__blue--on, .p-stock__yellow--on, .p-stock__red--on, .p-stock__orange--on, .p-stock__black--on {
  font-weight: 700;
}
.p-stock__silver--caution, .p-stock__ivory--caution, .p-stock__white--caution, .p-stock__blue--caution, .p-stock__yellow--caution, .p-stock__red--caution, .p-stock__orange--caution, .p-stock__black--caution {
  font-weight: 700;
}
.p-stock__silver--caution:before, .p-stock__ivory--caution:before, .p-stock__white--caution:before, .p-stock__blue--caution:before, .p-stock__yellow--caution:before, .p-stock__red--caution:before, .p-stock__orange--caution:before, .p-stock__black--caution:before {
  font-weight: 400;
  content: "\f2ec";
}

.p-pagetitle {
  background-color: transparent;
}
.p-pagetitle__image {
  background-color: var(--rgb-black);
  overflow: hidden;
  height: 20rem;
  display: block;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .p-pagetitle__image {
    height: 15rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-pagetitle__image {
    height: 10rem;
  }
}
.p-pagetitle__image > img {
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  opacity: 0.75;
}
.p-pagetitle .c-title {
  font-size: calc(1.66em * var(--sm-rate));
  font-weight: 500;
}
.p-pagetitle .c-title:before {
  font-size: calc(3em * var(--sm-rate));
  line-height: 0.75;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.33em;
  content: attr(data-label);
}
.p-pagetitle .c-title small {
  background-color: var(--subcolor);
  color: #FFF;
  font-size: 0.5em;
  line-height: 1;
  font-weight: 700;
  display: block;
  margin-top: 2rem;
  padding: 0.5em 1em;
}
.p-heading__page1--dark, .p-heading__page1--light {
  font-size: calc(1.33em * var(--sm-rate));
  line-height: 1.5;
}
.p-heading__page1--dark span, .p-heading__page1--light span {
  font-weight: 500;
  display: block;
  text-transform: uppercase;
}
.p-heading__page1--dark::before, .p-heading__page1--light::before {
  font-size: calc(2.5em * var(--sm-rate));
  line-height: 1.125;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: -0.1875em;
  margin-bottom: 0.4375em;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  content: attr(data-label);
}
.text-center.p-heading__page1--dark span, .text-center.p-heading__page1--light span {
  margin: 0 auto;
}
.text-center.p-heading__page1--dark::before, .text-center.p-heading__page1--light::before {
  text-indent: 0.05em;
  margin-left: auto;
  margin-right: auto;
}
.text-center.p-heading__page1--dark::after, .text-center.p-heading__page1--light::after {
  margin-left: auto;
  margin-right: auto;
}

.p-heading__page1--light::before {
  color: var(--rgb-main);
}
.p-heading__page1--light span:before {
  color: var(--rgb-text);
}
.p-heading__page1--dark::before {
  color: var(--rgb-white);
}
.p-heading__page1--dark span {
  color: var(--rgb-white);
}
.p-heading__page1--dark span:before {
  color: var(--rgb-text);
}

.p-heading__page1a--dark, .p-heading__page1a--light {
  font-size: calc(1.33em * var(--sm-rate));
  line-height: 1.5;
}
.p-heading__page1a--dark span, .p-heading__page1a--light span {
  font-weight: 500;
  display: block;
}
.p-heading__page1a--dark::before, .p-heading__page1a--light::before {
  font-size: calc(2.5em * var(--sm-rate));
  line-height: 1.125;
  font-weight: 700;
  margin-top: -0.1875em;
  margin-bottom: 0.4375em;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  content: attr(data-label);
}
.text-center.p-heading__page1a--dark span, .text-center.p-heading__page1a--light span {
  margin: 0 auto;
}
.text-center.p-heading__page1a--dark::before, .text-center.p-heading__page1a--light::before {
  text-indent: 0.05em;
  margin-left: auto;
  margin-right: auto;
}
.text-center.p-heading__page1a--dark::after, .text-center.p-heading__page1a--light::after {
  margin-left: auto;
  margin-right: auto;
}

.p-heading__page1a--light::before {
  color: var(--rgb-main);
}
.p-heading__page1a--light span:before {
  color: var(--rgb-text);
}
.p-heading__page1a--dark::before {
  color: var(--rgb-white);
}
.p-heading__page1a--dark span {
  color: var(--rgb-white);
}
.p-heading__page1a--dark span:before {
  color: var(--rgb-text);
}

.c-box__image--over, .p-heading__page2--dark, .p-heading__page2--light {
  font-size: calc(1.25em * var(--sm-rate));
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: calc(1.5em * var(--lg-rate));
}
.c-box__image--over:not(:first-child), .p-heading__page2--dark:not(:first-child), .p-heading__page2--light:not(:first-child) {
  margin-top: calc(3em * var(--lg-rate));
}
.c-box__image--over strong, .p-heading__page2--dark strong, .p-heading__page2--light strong {
  font-weight: 500;
  display: inline-block;
}
.c-box__image--over .c-heading__footline, .p-heading__page2--dark .c-heading__footline, .p-heading__page2--light .c-heading__footline {
  text-transform: uppercase;
  border-bottom-width: 2px;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (max-width: 575px) {
  .c-box__image--over .c-heading__footline, .p-heading__page2--dark .c-heading__footline, .p-heading__page2--light .c-heading__footline {
    margin: 0 auto;
  }
}

.p-heading__page2--light .c-heading__leftline {
  color: var(--rgb-accent);
  border-left-color: var(--rgb-accent);
}
.p-heading__page2--light .c-heading__footline {
  border-bottom-color: var(--rgb-accent);
}
.p-heading__page2--dark span {
  color: var(--rgb-white);
}
.p-heading__page2--dark span:before {
  color: var(--rgb-text);
}

.c-box__image--over {
  margin-bottom: 0;
}

[data-aos][data-aos][data-aos-duration="0"], body[data-aos-duration="0"] [data-aos] {
  transition-duration: 0s;
}

[data-aos][data-aos][data-aos-delay="50"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="50"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="50"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="50"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="50"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="50"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="50"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="50"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="50"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="50"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="50"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 50ms;
}
[data-aos][data-aos][data-aos-delay="50"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="50"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="50"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="50"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 50ms;
}

[data-aos][data-aos][data-aos-delay="100"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="100"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="100"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="100"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="100"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="100"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="100"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="100"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="100"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="100"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="100"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 100ms;
}
[data-aos][data-aos][data-aos-delay="100"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="100"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="100"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="100"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 100ms;
}

[data-aos][data-aos][data-aos-delay="150"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="150"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="150"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="150"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="150"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="150"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="150"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="150"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="150"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="150"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="150"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 150ms;
}
[data-aos][data-aos][data-aos-delay="150"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="150"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="150"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="150"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 150ms;
}

[data-aos][data-aos][data-aos-delay="200"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="200"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="200"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="200"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="200"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="200"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="200"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="200"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="200"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="200"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="200"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 200ms;
}
[data-aos][data-aos][data-aos-delay="200"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="200"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="200"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="200"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 200ms;
}

[data-aos][data-aos][data-aos-delay="250"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="250"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="250"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="250"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="250"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="250"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="250"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="250"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="250"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="250"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="250"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 250ms;
}
[data-aos][data-aos][data-aos-delay="250"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="250"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="250"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="250"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 250ms;
}

[data-aos][data-aos][data-aos-delay="300"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="300"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="300"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="300"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="300"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="300"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="300"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="300"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="300"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="300"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="300"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 300ms;
}
[data-aos][data-aos][data-aos-delay="300"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="300"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="300"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="300"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 300ms;
}

[data-aos][data-aos][data-aos-delay="350"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="350"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="350"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="350"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="350"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="350"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="350"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="350"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="350"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="350"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="350"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 350ms;
}
[data-aos][data-aos][data-aos-delay="350"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="350"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="350"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="350"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 350ms;
}

[data-aos][data-aos][data-aos-delay="400"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="400"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="400"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="400"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="400"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="400"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="400"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="400"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="400"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="400"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="400"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 400ms;
}
[data-aos][data-aos][data-aos-delay="400"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="400"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="400"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="400"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 400ms;
}

[data-aos][data-aos][data-aos-delay="450"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="450"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="450"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="450"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="450"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="450"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="450"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="450"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="450"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="450"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="450"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 450ms;
}
[data-aos][data-aos][data-aos-delay="450"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="450"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="450"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="450"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 450ms;
}

[data-aos][data-aos][data-aos-delay="500"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="500"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="500"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="500"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="500"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="500"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="500"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="500"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="500"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="500"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="500"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 500ms;
}
[data-aos][data-aos][data-aos-delay="500"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="500"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="500"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="500"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 500ms;
}

[data-aos][data-aos][data-aos-delay="550"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="550"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="550"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="550"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="550"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="550"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="550"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="550"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="550"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="550"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="550"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 550ms;
}
[data-aos][data-aos][data-aos-delay="550"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="550"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="550"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="550"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 550ms;
}

[data-aos][data-aos][data-aos-delay="600"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="600"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="600"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="600"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="600"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="600"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="600"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="600"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="600"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="600"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="600"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 600ms;
}
[data-aos][data-aos][data-aos-delay="600"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="600"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="600"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="600"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 600ms;
}

[data-aos][data-aos][data-aos-delay="650"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="650"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="650"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="650"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="650"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="650"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="650"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="650"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="650"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="650"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="650"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 650ms;
}
[data-aos][data-aos][data-aos-delay="650"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="650"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="650"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="650"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 650ms;
}

[data-aos][data-aos][data-aos-delay="700"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="700"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="700"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="700"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="700"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="700"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="700"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="700"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="700"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="700"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="700"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 700ms;
}
[data-aos][data-aos][data-aos-delay="700"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="700"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="700"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="700"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 700ms;
}

[data-aos][data-aos][data-aos-delay="750"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="750"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="750"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="750"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="750"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="750"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="750"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="750"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="750"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="750"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="750"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 750ms;
}
[data-aos][data-aos][data-aos-delay="750"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="750"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="750"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="750"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 750ms;
}

[data-aos][data-aos][data-aos-delay="800"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="800"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="800"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="800"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="800"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="800"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="800"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="800"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="800"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="800"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="800"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 800ms;
}
[data-aos][data-aos][data-aos-delay="800"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="800"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="800"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="800"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 800ms;
}

[data-aos][data-aos][data-aos-delay="850"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="850"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="850"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="850"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="850"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="850"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="850"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="850"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="850"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="850"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="850"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 850ms;
}
[data-aos][data-aos][data-aos-delay="850"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="850"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="850"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="850"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 850ms;
}

[data-aos][data-aos][data-aos-delay="900"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="900"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="900"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="900"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="900"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="900"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="900"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="900"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="900"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="900"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="900"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 900ms;
}
[data-aos][data-aos][data-aos-delay="900"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="900"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="900"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="900"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 900ms;
}

[data-aos][data-aos][data-aos-delay="950"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="950"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="950"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="950"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="950"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="950"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="950"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="950"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="950"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="950"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="950"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 950ms;
}
[data-aos][data-aos][data-aos-delay="950"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="950"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="950"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="950"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 950ms;
}

[data-aos][data-aos][data-aos-delay="1000"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="1000"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="1000"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="1000"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1000"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1000"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1000"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1000"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="1000"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="1000"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="1000"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 1000ms;
}
[data-aos][data-aos][data-aos-delay="1000"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1000"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1000"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1000"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 1000ms;
}

[data-aos][data-aos][data-aos-delay="1050"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="1050"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="1050"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="1050"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1050"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1050"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1050"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1050"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="1050"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="1050"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="1050"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 1050ms;
}
[data-aos][data-aos][data-aos-delay="1050"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1050"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1050"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1050"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 1050ms;
}

[data-aos][data-aos][data-aos-delay="1100"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="1100"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="1100"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="1100"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1100"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1100"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1100"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1100"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="1100"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="1100"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="1100"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 1100ms;
}
[data-aos][data-aos][data-aos-delay="1100"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1100"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1100"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1100"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 1100ms;
}

[data-aos][data-aos][data-aos-delay="1150"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="1150"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="1150"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="1150"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1150"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1150"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1150"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1150"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="1150"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="1150"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="1150"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 1150ms;
}
[data-aos][data-aos][data-aos-delay="1150"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1150"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1150"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1150"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 1150ms;
}

[data-aos][data-aos][data-aos-delay="1200"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="1200"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="1200"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="1200"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1200"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1200"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1200"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1200"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="1200"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="1200"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="1200"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 1200ms;
}
[data-aos][data-aos][data-aos-delay="1200"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1200"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1200"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1200"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 1200ms;
}

[data-aos][data-aos][data-aos-delay="1250"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="1250"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="1250"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="1250"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1250"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1250"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1250"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1250"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="1250"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="1250"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="1250"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 1250ms;
}
[data-aos][data-aos][data-aos-delay="1250"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1250"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1250"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1250"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 1250ms;
}

[data-aos][data-aos][data-aos-delay="1300"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="1300"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="1300"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="1300"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1300"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1300"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1300"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1300"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="1300"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="1300"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="1300"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 1300ms;
}
[data-aos][data-aos][data-aos-delay="1300"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1300"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1300"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1300"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 1300ms;
}

[data-aos][data-aos][data-aos-delay="1350"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="1350"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="1350"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="1350"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1350"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1350"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1350"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1350"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="1350"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="1350"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="1350"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 1350ms;
}
[data-aos][data-aos][data-aos-delay="1350"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1350"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1350"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1350"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 1350ms;
}

[data-aos][data-aos][data-aos-delay="1400"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="1400"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="1400"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="1400"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1400"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1400"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1400"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1400"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="1400"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="1400"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="1400"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 1400ms;
}
[data-aos][data-aos][data-aos-delay="1400"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1400"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1400"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1400"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 1400ms;
}

[data-aos][data-aos][data-aos-delay="1450"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="1450"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="1450"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="1450"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1450"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1450"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1450"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1450"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="1450"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="1450"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="1450"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 1450ms;
}
[data-aos][data-aos][data-aos-delay="1450"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1450"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1450"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1450"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 1450ms;
}

[data-aos][data-aos][data-aos-delay="1500"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="1500"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="1500"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="1500"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1500"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1500"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1500"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1500"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="1500"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="1500"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="1500"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 1500ms;
}
[data-aos][data-aos][data-aos-delay="1500"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1500"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1500"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1500"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 1500ms;
}

[data-aos][data-aos][data-aos-delay="1550"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="1550"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="1550"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="1550"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1550"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1550"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1550"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1550"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="1550"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="1550"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="1550"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 1550ms;
}
[data-aos][data-aos][data-aos-delay="1550"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1550"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1550"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1550"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 1550ms;
}

[data-aos][data-aos][data-aos-delay="1600"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="1600"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="1600"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="1600"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1600"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1600"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1600"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1600"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="1600"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="1600"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="1600"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 1600ms;
}
[data-aos][data-aos][data-aos-delay="1600"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1600"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1600"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1600"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 1600ms;
}

[data-aos][data-aos][data-aos-delay="1650"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="1650"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="1650"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="1650"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1650"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1650"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1650"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1650"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="1650"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="1650"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="1650"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 1650ms;
}
[data-aos][data-aos][data-aos-delay="1650"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1650"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1650"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1650"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 1650ms;
}

[data-aos][data-aos][data-aos-delay="1700"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="1700"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="1700"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="1700"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1700"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1700"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1700"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1700"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="1700"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="1700"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="1700"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 1700ms;
}
[data-aos][data-aos][data-aos-delay="1700"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1700"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1700"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1700"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 1700ms;
}

[data-aos][data-aos][data-aos-delay="1750"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="1750"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="1750"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="1750"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1750"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1750"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1750"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1750"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="1750"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="1750"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="1750"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 1750ms;
}
[data-aos][data-aos][data-aos-delay="1750"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1750"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1750"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1750"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 1750ms;
}

[data-aos][data-aos][data-aos-delay="1800"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="1800"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="1800"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="1800"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1800"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1800"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1800"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1800"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="1800"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="1800"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="1800"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 1800ms;
}
[data-aos][data-aos][data-aos-delay="1800"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1800"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1800"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1800"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 1800ms;
}

[data-aos][data-aos][data-aos-delay="1850"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="1850"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="1850"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="1850"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1850"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1850"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1850"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1850"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="1850"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="1850"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="1850"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 1850ms;
}
[data-aos][data-aos][data-aos-delay="1850"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1850"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1850"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1850"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 1850ms;
}

[data-aos][data-aos][data-aos-delay="1900"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="1900"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="1900"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="1900"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1900"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1900"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1900"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1900"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="1900"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="1900"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="1900"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 1900ms;
}
[data-aos][data-aos][data-aos-delay="1900"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1900"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1900"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1900"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 1900ms;
}

[data-aos][data-aos][data-aos-delay="1950"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="1950"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="1950"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="1950"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1950"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1950"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1950"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1950"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="1950"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="1950"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="1950"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 1950ms;
}
[data-aos][data-aos][data-aos-delay="1950"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1950"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1950"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="1950"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 1950ms;
}

[data-aos][data-aos][data-aos-delay="2000"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="2000"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="2000"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="2000"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2000"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2000"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2000"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2000"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="2000"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="2000"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="2000"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 2000ms;
}
[data-aos][data-aos][data-aos-delay="2000"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2000"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2000"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2000"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 2000ms;
}

[data-aos][data-aos][data-aos-delay="2050"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="2050"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="2050"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="2050"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2050"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2050"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2050"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2050"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="2050"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="2050"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="2050"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 2050ms;
}
[data-aos][data-aos][data-aos-delay="2050"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2050"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2050"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2050"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 2050ms;
}

[data-aos][data-aos][data-aos-delay="2100"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="2100"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="2100"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="2100"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2100"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2100"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2100"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2100"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="2100"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="2100"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="2100"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 2100ms;
}
[data-aos][data-aos][data-aos-delay="2100"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2100"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2100"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2100"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 2100ms;
}

[data-aos][data-aos][data-aos-delay="2150"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="2150"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="2150"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="2150"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2150"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2150"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2150"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2150"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="2150"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="2150"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="2150"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 2150ms;
}
[data-aos][data-aos][data-aos-delay="2150"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2150"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2150"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2150"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 2150ms;
}

[data-aos][data-aos][data-aos-delay="2200"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="2200"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="2200"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="2200"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2200"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2200"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2200"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2200"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="2200"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="2200"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="2200"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 2200ms;
}
[data-aos][data-aos][data-aos-delay="2200"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2200"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2200"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2200"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 2200ms;
}

[data-aos][data-aos][data-aos-delay="2250"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="2250"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="2250"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="2250"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2250"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2250"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2250"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2250"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="2250"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="2250"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="2250"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 2250ms;
}
[data-aos][data-aos][data-aos-delay="2250"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2250"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2250"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2250"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 2250ms;
}

[data-aos][data-aos][data-aos-delay="2300"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="2300"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="2300"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="2300"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2300"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2300"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2300"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2300"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="2300"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="2300"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="2300"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 2300ms;
}
[data-aos][data-aos][data-aos-delay="2300"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2300"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2300"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2300"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 2300ms;
}

[data-aos][data-aos][data-aos-delay="2350"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="2350"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="2350"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="2350"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2350"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2350"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2350"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2350"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="2350"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="2350"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="2350"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 2350ms;
}
[data-aos][data-aos][data-aos-delay="2350"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2350"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2350"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2350"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 2350ms;
}

[data-aos][data-aos][data-aos-delay="2400"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="2400"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="2400"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="2400"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2400"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2400"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2400"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2400"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="2400"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="2400"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="2400"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 2400ms;
}
[data-aos][data-aos][data-aos-delay="2400"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2400"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2400"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2400"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 2400ms;
}

[data-aos][data-aos][data-aos-delay="2450"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="2450"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="2450"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="2450"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2450"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2450"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2450"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2450"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="2450"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="2450"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="2450"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 2450ms;
}
[data-aos][data-aos][data-aos-delay="2450"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2450"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2450"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2450"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 2450ms;
}

[data-aos][data-aos][data-aos-delay="2500"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="2500"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="2500"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="2500"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2500"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2500"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2500"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2500"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="2500"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="2500"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="2500"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 2500ms;
}
[data-aos][data-aos][data-aos-delay="2500"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2500"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2500"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2500"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 2500ms;
}

[data-aos][data-aos][data-aos-delay="2550"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="2550"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="2550"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="2550"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2550"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2550"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2550"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2550"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="2550"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="2550"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="2550"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 2550ms;
}
[data-aos][data-aos][data-aos-delay="2550"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2550"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2550"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2550"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 2550ms;
}

[data-aos][data-aos][data-aos-delay="2600"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="2600"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="2600"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="2600"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2600"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2600"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2600"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2600"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="2600"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="2600"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="2600"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 2600ms;
}
[data-aos][data-aos][data-aos-delay="2600"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2600"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2600"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2600"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 2600ms;
}

[data-aos][data-aos][data-aos-delay="2650"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="2650"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="2650"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="2650"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2650"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2650"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2650"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2650"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="2650"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="2650"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="2650"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 2650ms;
}
[data-aos][data-aos][data-aos-delay="2650"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2650"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2650"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2650"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 2650ms;
}

[data-aos][data-aos][data-aos-delay="2700"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="2700"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="2700"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="2700"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2700"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2700"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2700"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2700"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="2700"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="2700"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="2700"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 2700ms;
}
[data-aos][data-aos][data-aos-delay="2700"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2700"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2700"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2700"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 2700ms;
}

[data-aos][data-aos][data-aos-delay="2750"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="2750"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="2750"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="2750"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2750"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2750"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2750"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2750"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="2750"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="2750"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="2750"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 2750ms;
}
[data-aos][data-aos][data-aos-delay="2750"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2750"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2750"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2750"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 2750ms;
}

[data-aos][data-aos][data-aos-delay="2800"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="2800"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="2800"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="2800"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2800"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2800"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2800"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2800"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="2800"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="2800"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="2800"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 2800ms;
}
[data-aos][data-aos][data-aos-delay="2800"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2800"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2800"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2800"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 2800ms;
}

[data-aos][data-aos][data-aos-delay="2850"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="2850"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="2850"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="2850"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2850"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2850"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2850"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2850"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="2850"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="2850"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="2850"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 2850ms;
}
[data-aos][data-aos][data-aos-delay="2850"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2850"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2850"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2850"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 2850ms;
}

[data-aos][data-aos][data-aos-delay="2900"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="2900"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="2900"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="2900"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2900"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2900"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2900"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2900"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="2900"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="2900"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="2900"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 2900ms;
}
[data-aos][data-aos][data-aos-delay="2900"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2900"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2900"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2900"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 2900ms;
}

[data-aos][data-aos][data-aos-delay="2950"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="2950"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="2950"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="2950"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2950"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2950"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2950"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2950"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="2950"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="2950"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="2950"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 2950ms;
}
[data-aos][data-aos][data-aos-delay="2950"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2950"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2950"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="2950"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 2950ms;
}

[data-aos][data-aos][data-aos-delay="3000"].p-effect__revealing--top:before, [data-aos][data-aos][data-aos-delay="3000"].p-effect__revealing--left:before, [data-aos][data-aos][data-aos-delay="3000"].p-effect__revealing--right:before, [data-aos][data-aos][data-aos-delay="3000"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}
[data-aos][data-aos][data-aos-delay="3000"].p-effect__revealing--top .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="3000"].p-effect__revealing--left .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="3000"].p-effect__revealing--right .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="3000"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].p-effect__revealing--top.aos-animate:before, [data-aos][data-aos][data-aos-delay="3000"].p-effect__revealing--left.aos-animate:before, [data-aos][data-aos][data-aos-delay="3000"].p-effect__revealing--right.aos-animate:before, [data-aos][data-aos][data-aos-delay="3000"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 3000ms;
}
[data-aos][data-aos][data-aos-delay="3000"].p-effect__revealing--top.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="3000"].p-effect__revealing--left.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="3000"].p-effect__revealing--right.aos-animate .p-effect__revealing--target, [data-aos][data-aos][data-aos-delay="3000"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 3000ms;
}

.p-effect__revealing--top.aos-animate, .p-effect__revealing--left.aos-animate, .p-effect__revealing--right.aos-animate, .p-effect__revealing--bottom.aos-animate {
  position: relative;
  overflow: hidden;
}
.p-effect__revealing--top.aos-animate:before, .p-effect__revealing--left.aos-animate:before, .p-effect__revealing--right.aos-animate:before, .p-effect__revealing--bottom.aos-animate:before {
  background-color: var(--rgb-revealing);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.p-effect__revealing--top.aos-animate .p-effect__revealing--target, .p-effect__revealing--left.aos-animate .p-effect__revealing--target, .p-effect__revealing--right.aos-animate .p-effect__revealing--target, .p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  opacity: 0;
  position: relative;
  z-index: 1;
  display: block;
  animation: effect-revealing-target 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1 forwards;
}
@keyframes effect-revealing-target {
  0% {
    opacity: 0;
  }
  51% {
    opacity: 0;
  }
  52% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.p-effect__revealing--left.aos-animate:before {
  animation: effect-revealing-left 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1 forwards;
}
@keyframes effect-revealing-left {
  0% {
    transform: translateX(-101%);
  }
  15% {
    transform: translateX(-101%);
  }
  50% {
    transform: translateX(0%);
  }
  65% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(101%);
  }
}
.p-effect__revealing--right.aos-animate:before {
  animation: effect-revealing-right 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1 forwards;
}
@keyframes effect-revealing-right {
  0% {
    transform: translateX(101%);
  }
  15% {
    transform: translateX(101%);
  }
  50% {
    transform: translateX(0%);
  }
  65% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-101%);
  }
}
.p-effect__revealing--top.aos-animate:before {
  animation: effect-revealing-top 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1 forwards;
}
@keyframes effect-revealing-top {
  0% {
    transform: translateY(-101%);
  }
  15% {
    transform: translateY(-101%);
  }
  50% {
    transform: translateY(0%);
  }
  65% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(101%);
  }
}
.p-effect__revealing--bottom.aos-animate:before {
  animation: effect-revealing-bottom 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1 forwards;
}
@keyframes effect-revealing-bottom {
  0% {
    transform: translateY(101%);
  }
  15% {
    transform: translateY(101%);
  }
  50% {
    transform: translateY(0%);
  }
  65% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-101%);
  }
}

.p-footer__contact {
  background-color: var(--rgb-black);
  padding: var(--clearance-padding) 0;
  position: relative;
}
.p-footer__contact:before {
  background: url(../images/common/footer-contact__background.jpg) center center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.75;
  content: "";
}
.p-footer__contact span[data-action=call] {
  color: var(--rgb-white);
}
.p-footer__contact--recept {
  width: auto;
  margin: 1rem auto 0;
}
.p-footer__contact--recept th, .p-footer__contact--recept td {
  font-size: 1em;
  line-height: 1.5;
  padding: 0;
}
.p-footer__contact--recept th {
  width: 4.5rem;
}
.p-footer__contact--recept td:before {
  margin-right: 0.5em;
  content: "/";
}

.p-box__contact {
  background-color: rgba(186, 167, 110, 0.8);
  color: var(--rgb-white);
  padding: calc(var(--gap-lg) * var(--gap-rate));
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}
.p-box__contact h4 {
  font-size: 1.25em;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-box__contact h4 .p-footer__icon {
  font-size: 1.5rem;
}
.p-box__contact h4 .p-footer__icon i {
  font-weight: 900;
}
.p-box__contact h4 span + span {
  margin-left: 0.5em;
}
.p-box__contact .c-phone--lg {
  line-height: 1.3;
}
@media only screen and (max-width: 991px) {
  .p-box__contact .c-phone--lg {
    line-height: 1;
  }
}
.p-box__contact .u-image__arrow--right, .p-box__contact .u-image__arrow--right:hover, .p-box__contact .u-image__arrow--right:active, .p-box__contact .u-image__arrow--right:focus {
  width: calc(100% - 4rem);
  margin-left: 2rem;
}

.p-footer__information {
  padding: calc(var(--clearance-padding) / 2) 0;
}
.p-footer__information span[data-action=call] {
  color: var(--rgb-whtie) !important;
  font-weight: 300;
}
.p-footer__information--inner {
  display: flex;
  justify-content: space-between;
}

.p-footer__logo {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 991px) {
  .p-footer__logo {
    text-align: center;
  }
}
.p-footer__logo img {
  width: auto;
  vertical-align: top;
  width: auto;
  height: 1.7vw;
}
@media only screen and (max-width: 2000px) {
  .p-footer__logo img {
    height: auto;
  }
}
@media only screen and (max-width: 1199px) {
  .p-footer__logo img {
    height: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-footer__logo img {
    height: 2rem;
  }
}

.p-footer__links {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .p-footer__links {
    justify-content: center;
  }
}

.p-footer__link {
  display: block;
  border: 1px solid var(--rgb-linegray);
}
.p-footer__link img {
  width: 10rem;
  height: auto;
}
@media only screen and (max-width: 575px) {
  .p-footer__link img {
    max-width: 7.5rem;
  }
}
.p-footer__link:not(:first-child) {
  margin-left: 1em;
}

.p-footer__wave--top, .p-footer__wave--bottom {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
}
.p-footer__wave--top svg, .p-footer__wave--bottom svg {
  width: 100%;
  height: 6rem;
}
.p-footer__wave--top {
  top: 0;
}
.p-footer__wave--bottom {
  bottom: 0;
}

@media only screen and (max-width: 991px) {
  .p-footer__location {
    justify-content: center;
  }
}

.p-footer__location--name {
  flex: 0 0 100%;
  margin: 1rem 0 0.5rem;
}
@media only screen and (max-width: 991px) {
  .p-footer__location--name {
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .p-footer__location--pzip {
    flex: 0 0 100%;
    text-align: center;
    margin: 0;
  }
}

.p-footer__location--freedial {
  display: flex;
}
@media only screen and (max-width: 575px) {
  .p-footer__location--freedial {
    justify-content: center;
  }
}
.p-footer__location--freedial:before {
  background: url(../images/common/freedial-mark.png) left center/contain no-repeat;
  width: 34px;
  height: 20px;
  margin-right: 0.33em;
  display: block;
  content: "";
}

@media only screen and (max-width: 575px) {
  .p-footer__location--phone, .p-footer__location--facsimile {
    text-align: center;
  }
}

.p-footer__location--phone + .p-footer__location--facsimile:before {
  content: "　|　FAX.";
  margin-right: 0.33em;
}
.p-footer__location--phone .l-footer__location--googlemaps a, .p-footer__location--phone .l-footer__location--googlemaps a:hover, .p-footer__location--phone .l-footer__location--googlemaps a:active, .p-footer__location--phone .l-footer__location--googlemaps a:focus {
  color: var(--rgb-main);
}

.p-footer__sitemap {
  padding: 0;
  display: block;
}
@media only screen and (max-width: 991px) {
  .p-footer__sitemap {
    display: none;
  }
}
.p-footer__sitemap--title {
  font-size: 1.125em;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.p-footer__sitemap .l-footer__sitemap--menu {
  line-height: 1.75;
}
.p-footer__sitemap .l-footer__sitemap--item:not(:first-child) {
  margin-left: 0;
}
.p-footer__sitemap .l-footer__sitemap--link {
  font-size: 1em;
  font-weight: 300;
}
@media only screen and (max-width: 1199px) {
  .p-footer__sitemap .l-footer__sitemap--link {
    font-size: 0.9em;
  }
}
.p-footer__sitemap .l-footer__sitemap--horizontal {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 0 -0.5em;
}
.p-footer__sitemap .l-footer__sitemap--horizontal .l-footer__sitemap--link, .p-footer__sitemap .l-footer__sitemap--horizontal .l-footer__sitemap--link:hover, .p-footer__sitemap .l-footer__sitemap--horizontal .l-footer__sitemap--link:active, .p-footer__sitemap .l-footer__sitemap--horizontal .l-footer__sitemap--link:focus {
  color: var(--rgb-text);
  margin: -2px 0.25em;
  padding: 2px 0.25em;
  display: inline-block;
}
.p-footer__sitemap .l-footer__sitemap--horizontal .l-footer__sitemap--link:hover, .p-footer__sitemap .l-footer__sitemap--horizontal .l-footer__sitemap--link:active, .p-footer__sitemap .l-footer__sitemap--horizontal .l-footer__sitemap--link:focus {
  background-color: var(--rgb-nav);
  color: var(--rgb-white);
  border-radius: 2px;
}
.p-footer__sitemap .l-footer__sitemap--horizontal:not(:first-child) {
  margin-top: 0.5rem;
}
.p-footer__sitemap .l-footer__sitemap--vertical .l-footer__sitemap--link, .p-footer__sitemap .l-footer__sitemap--vertical .l-footer__sitemap--link:hover, .p-footer__sitemap .l-footer__sitemap--vertical .l-footer__sitemap--link:active, .p-footer__sitemap .l-footer__sitemap--vertical .l-footer__sitemap--link:focus {
  color: var(--rgb-text);
}
.p-footer__sitemap .l-footer__sitemap--vertical .l-footer__sitemap--link:hover, .p-footer__sitemap .l-footer__sitemap--vertical .l-footer__sitemap--link:active, .p-footer__sitemap .l-footer__sitemap--vertical .l-footer__sitemap--link:focus {
  color: var(--maincolor);
}
.p-footer__sitemap .l-footer__sitemap--vertical .l-footer__sitemap--link:before {
  content: "-";
}
.p-footer__sitemap .l-footer__sitemap--vertical:not(:first-child) {
  margin-left: 4em;
}
@media only screen and (max-width: 1399px) {
  .p-footer__sitemap .l-footer__sitemap--vertical:not(:first-child) {
    margin-left: 3em;
  }
}
@media only screen and (max-width: 1199px) {
  .p-footer__sitemap .l-footer__sitemap--vertical:not(:first-child) {
    margin-left: 2em;
  }
}

.p-footer__copyright--footer {
  background-color: var(--rgb-copyright);
  color: var(--rgb-white);
  text-align: center;
  padding: 0.25em 0;
}

.js-pagetop {
  background-image: url('data:image/svg+xml;utf8,<svg width="41" height="41" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41 41"><circle cx="20.5" cy="20.5" r="20.5" style="fill:%23999"/><polyline points="10 24.9 20.05 16 31 25" style="fill:none; stroke:%23fff; stroke-miterlimit:10; stroke-width:2px;"/></svg>');
  width: 4rem;
  height: 4rem;
  background-size: contain;
  right: 1rem;
  bottom: 1rem;
}
@media only screen and (max-width: 991px) {
  .js-pagetop {
    width: 2.25rem;
    height: 2.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
  }
}

.gallery-slider {
  position: relative;
}

.main-slides,
.thumbnail-slides-wrapper {
  overflow: hidden;
  position: relative;
}

.main-slides {
  width: 100%;
  padding-bottom: 66.6666666667%;
  margin-bottom: 10px;
}
.main-slides .prev, .main-slides .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  cursor: pointer;
  z-index: 100;
}
.main-slides .prev i, .main-slides .next i {
  font-weight: 100;
  color: var(--rgb-hover);
}
.main-slides .prev {
  left: 10px;
}
.main-slides .next {
  right: 10px;
}
.main-slides .main-slide {
  background-color: var(--rgb-lightgray);
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s;
}
.main-slides .main-slide.active {
  opacity: 1;
}
.main-slides .main-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.thumbnail-slides-wrapper {
  overflow-x: hidden;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.thumbnail-slides-wrapper .thumbnail-slides {
  display: flex;
  position: relative;
  transition: transform 0.5s;
}
.thumbnail-slides-wrapper .thumbnail-slides .thumbnail-slide {
  cursor: pointer;
  margin-right: 1px;
  width: 6rem;
  height: 4rem;
  min-width: 6rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.thumbnail-slides-wrapper .thumbnail-slides .thumbnail-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.thumbnail-slides-wrapper .thumbnail-slides .thumbnail-slide.active {
  border: 2px solid var(--rgb-active);
  opacity: 1;
}

.gs-wrapper,
.gs-overlay {
  pointer-events: none;
  transition: opacity 0.3s;
  opacity: 0;
}
.gs-wrapper.active,
.gs-overlay.active {
  pointer-events: auto;
  opacity: 1;
}

.gs-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gs-wrapper .gs-close {
  background-color: transparent;
  color: rgb(255, 255, 255);
  border: none;
  font-size: 3rem;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  margin-top: -14px;
  margin-right: -14px;
  width: 44px;
  height: 44px;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 10060;
  caret-color: transparent;
  outline: none;
  box-shadow: none;
}
.gs-wrapper .gs-close .gs-image {
  touch-action: none;
  width: 80%;
  height: 80%;
}
.gs-wrapper .gs-close .gs-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.gs-overlay {
  background: rgb(0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 1035;
}
.gs-overlay.active {
  opacity: 0.7;
}

.js-pagetop {
  position: fixed;
  z-index: 999;
  opacity: 0;
  cursor: default;
  transition: 0.2s;
}
.js-pagetop.is-active {
  opacity: 1;
  transition: 0.6s;
  cursor: pointer;
}/*# sourceMappingURL=base.css.map */


.c-list__counter--policy {
  list-style: none;
  counter-reset: counter;
}
 .c-list__counter--policy td {
  line-height: 1.25;
  padding: 0.5em;
}
.c-list__counter--policy td:not(:first-child) {
  margin-top: 1em;
}

.policy_head{
  font-size: calc(1.5em * var(--sm-rate));
  font-weight: 600;
}

.policy_text{
font-size: calc(1.25em * var(--sm-rate));
font-weight: 400;
}

@media only screen and (max-width: 991px) {
  .policy_head{
  font-size: calc(1.2em * var(--sm-rate));
}

.policy_text{
font-size: calc(1.1em * var(--sm-rate));
}
}


.indent-1{
  padding-left:1em;
  text-indent: -1em;
}