@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&family=Yuji+Syuku:wght@400&display=fallback");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/icon?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0");
@font-face {
  font-family: "Zen Maru Gothic";
  src: url("https://fonts.gstatic.com/s/zenmarugothic/v16/o-0SIpIxzW5b-RxT-6A8jWAtCp-k6Cp2NqD0lNmc0DbQUnIZ7kZUNZMp2Vc.2.woff2") format("woff2");
  font-weight: 400;
  ascent-override: 102%; /* 上方向に調整 */
}
@font-face {
  font-family: "Zen Maru Gothic";
  src: url("https://fonts.gstatic.com/s/zenmarugothic/v16/o-0XIpIxzW5b-RxT-6A8jWAtCp-cUW1COfKK_7mX3yPCWUgO7n9RJZk8vDuG3WM.2.woff2") format("woff2");
  font-weight: 700;
  ascent-override: 102%; /* 上方向に調整 */
}
@font-face {
  font-family: "Yuji Syuku";
  src: url("https://fonts.gstatic.com/s/yujisyuku/v10/HI_JiZQSLqB9pfG6PlROyw.woff2") format("woff2");
  font-weight: 400;
  ascent-override: 110%;
  descent-override: 90%;
}
:root {
  --font-family-round: "Zen Maru Gothic",sans-serif;
  --font-oswald:"Oswald",sans-serif;
  --font-blush: "Yuji Syuku",serif;
  --font-inter-tight: "Inter Tight", sans-serif;
  --font-formal-script: "Petit Formal Script", serif;
}

:root {
  --rgb-teal: rgb(0, 174, 178);
  --rgb-whiteteal: rgb(51 250 255);
  --rgb-waterteal: rgb(25 250 255);
  --rgb-paleteal: rgb(12 250 255);
  --rgb-lightteal: rgb(0 224 229);
  --rgb-darkteal: rgb(0 124 127);
  --rgb-deepteal: rgb(0 74 76);
  --rgb-leaf: rgb(144 195 31);
  --rgb-green: rgb(7 145 58);
  --rgb-amber: var(--mof-amber-900);
  --marker-green: rgb(0,174,178, .25);
  --rgb-gray:rgba(0,0,0,.1);
  --rgb-whitegray:rgb(250,250,250);
  --rgb-watergray:rgb(245,245,245);
  --rgb-palegray:rgb(240,240,240);
  --rgb-lightgray:rgb(230,230,230);
  --rgb-negativegray:rgb(153,153,153);
  --rgb-middlegray:rgb(160,160,160);
  --rgb-darkgray:rgb(90,90,90);
  --rgb-deepgray:rgb(30,30,30);
  --rgb-bluegray:rgb(73,88,95);
  --rgb-background-line: rgb(240,240,240);
}

:root {
  --rgb-base-text:var(--rgb-black);
  --rgb-selection:var(--rgb-black);
  --rgb-accent: var(--rgb-red);
  --rgb-header:var(--rgb-white);
  --rgb-nav:var(--rgb-white);
  --rgb-hover:var(--rgb-white);
  --rgb-active:var(--rgb-white);
  --rgb-link:var(--rgb-teal);
  --rgb-toggler: var(--rgb-teal);
  --rgb-revealing:var(--rgb-red);
  --section-background-reverse-image:none;
  --section-background-reverse-color:var(--rgb-teal);
  --rgb-contact:var(--rgb-teal);
  --rgb-footer:var(--rgb-white);
  --rgb-sitemap:var(--rgb-white);
  --rgb-copyright:var(--rgb-teal);
  --rgb-herolink: var(--rgb-black);
  --rgb-carpet:rgba(186,167,110,.1);
  --rgb-heading-light-gradation:none;
  --rgb-heading-light-color:var(--rgb-watergray);
  --rgb-heading-dark-gradation:none;
  --rgb-heading-dark-color:var(--rgb-teal);
  --pills-background: var(--rgb-beige);
  --pills-text: var(--rgb-white);
  --tab-content-background: var(--rgb-carpet);
  --rgb-cussion:rgb(40,80,190);
  --rgb-phone:#00A02C;
  --rgb-facsimile:#1FB783;
  --rgb-updated:var(--rgb-caution);
  --rgb-caution:rgb(255,0,0);
  --rgb-regist:rgb(29,153,255);
  --rgb-color:rgb(92,181,255);
  --rgb-cart:rgb(29,153,255);
  --heading-white: rgb(255,255,255);
  --heading-black: rgb(0,0,0);
  --rgb-heading-border: var(--rgb-main);
  --rgb-linegray: rgb(222,222,222);
  --rgb-flow: var(--rgb-teal);
  --rgb-flowno: var(--rgb-teal);
  --rgb-flow-icon: var(--rgb-teal);
  --rgb-list-marker: var(--rgb-teal);
  --rgb-faq: var(--rgb-teal);
  --rgb-faq-summary: var(--rgb-white);
  --rgb-category-heading-gradation:none;
  --rgb-category-heading-color:var(--rgb-teal);
  --rgb-side-link: var(--rgb-white);
  --rgb-side-hover: var(--rgb-lightgray);
  --rgb-side-active: var(--rgb-red);
  --rgb-paging: var(--rgb-black);
  --rgb-paging-text: var(--rgb-black);
  --rgb-paging-background: var(--rgb-white);
  --rgb-paging-border: var(--rgb-linegray);
  --rgb-paging-hover: var(--rgb-lightgray);
  --rgb-paging-current: var(--rgb-teal);
  --rgb-form: var(--rgb-teal);
  --rgb-required: var(--rgb-caution);
  --rgb-optional: var(--rgb-black);
  --rgb-faqtag: var(--rgb-teal);
  --rgb-morning: var(--rgb-lightteal);
  --rgb-noon: var(--rgb-red);
  --rgb-check: var(--rgb-teal);
  --rgb-td-heading: rgba(0, 0, 0, 0.05);
}

:root {
  --padding-x: 4rem;
  --padding-x-half: calc(var(--padding-x) * .5);
  --container-width: 84rem;
  --container-half: calc(var(--container-width) * .5);
  --gap-rate: 1;
  --gap-xxl: 4rem;
  --gap-xl: 3rem;
  --gap-lg: 2rem;
  --gap-md: 1.5rem;
  --gap-sm: 1rem;
  --gap-xs: .5rem;
  --gap-xxs: .25rem;
  --box-rate: var(--responsive-rate);
  --responsive-rate: 1;
  --xl-rate: 1;
  --lg-rate: 1;
  --md-rate: 1;
  --sm-rate: 1;
  --xs-rate: 1;
}
@media screen and (max-width: 1399px) {
  :root {
    --padding-x: 4rem;
  }
}
@media screen and (max-width: 1199px) {
  :root {
    --padding-x: 3rem;
  }
}
@media screen and (max-width: 991px) {
  :root {
    --padding-x: 3rem;
  }
}
@media screen and (max-width: 575px) {
  :root {
    --padding-x: 2.5rem;
  }
}
@media screen and (max-width: 1399px) {
  :root {
    --container-width: 74rem;
  }
}
@media screen and (max-width: 1199px) {
  :root {
    --container-width: 57rem;
  }
}
@media screen and (max-width: 991px) {
  :root {
    --container-width: 100%;
  }
}
@media screen and (max-width: 1399px) {
  :root {
    --gap-rate: .85;
  }
}
@media screen and (max-width: 1199px) {
  :root {
    --gap-rate: .7;
  }
}
@media screen and (max-width: 991px) {
  :root {
    --gap-rate: .55;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --gap-rate: .4;
  }
}
@media screen and (max-width: 1399px) {
  :root {
    --responsive-rate: .85;
  }
}
@media screen and (max-width: 1199px) {
  :root {
    --responsive-rate: .7;
  }
}
@media screen and (max-width: 991px) {
  :root {
    --responsive-rate: .55;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --responsive-rate: .4;
  }
}
@media screen and (max-width: 1399px) {
  :root {
    --xl-rate: .875;
  }
}
@media screen and (max-width: 1199px) {
  :root {
    --xl-rate: .75;
  }
}
@media screen and (max-width: 991px) {
  :root {
    --xl-rate: .625;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --xl-rate: .5;
  }
}
@media screen and (max-width: 1399px) {
  :root {
    --lg-rate: .9;
  }
}
@media screen and (max-width: 1199px) {
  :root {
    --lg-rate: .8;
  }
}
@media screen and (max-width: 991px) {
  :root {
    --lg-rate: .7;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --lg-rate: .6;
  }
}
@media screen and (max-width: 1399px) {
  :root {
    --md-rate: .925;
  }
}
@media screen and (max-width: 1199px) {
  :root {
    --md-rate: .85;
  }
}
@media screen and (max-width: 991px) {
  :root {
    --md-rate: .775;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --md-rate: .7;
  }
}
@media screen and (max-width: 1399px) {
  :root {
    --sm-rate: .95;
  }
}
@media screen and (max-width: 1199px) {
  :root {
    --sm-rate: .9;
  }
}
@media screen and (max-width: 991px) {
  :root {
    --sm-rate: .85;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --sm-rate: .8;
  }
}
@media screen and (max-width: 1399px) {
  :root {
    --xs-rate: .975;
  }
}
@media screen and (max-width: 1199px) {
  :root {
    --xs-rate: .95;
  }
}
@media screen and (max-width: 991px) {
  :root {
    --xs-rate: .925;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --xs-rate: .9;
  }
}

:root {
  --heading-margin: .66;
  --section-padding:6rem;
  --clearance-padding:calc(var(--section-padding) * var(--responsive-rate));
  --section-margin:6rem;
  --devider-margin:calc(var(--section-padding) * var(--responsive-rate));
  --header-height: 6.4vw;
  --header-height-scroll: 6.4vw;
  --width-scrollbar:calc(100% - 100vw);
  --leftline-border-width: .1875rem;
  --underline-border-width: .125rem;
  --nav-border-active: .1875rem;
  --contact-th-width: 15em;
  --width-side: 16rem;
  --width-gap: 4rem;
  --width-main: calc(100% - var(--width-side) - var(--width-gap));
  --leading-trim-ja: calc((1em - 1lh) * .5);
  --leading-trim-en: calc((1cap - 1lh) * .5);
}
@media screen and (max-width: 991px) {
  :root {
    --header-height: 9vw;
  }
}
@media screen and (max-width: 575px) {
  :root {
    --header-height: 16vw;
  }
}
@media screen and (max-width: 991px) {
  :root {
    --header-height-scroll: 9vw;
  }
}
@media screen and (max-width: 575px) {
  :root {
    --header-height-scroll: 16vw;
  }
}

:root {
  --button-font-size: 1em;
  --button-font-weight: 700;
  --button-padding: 1em;
  --button-text-transform: uppercase;
  --button-border-width: .0625rem;
  --rgb-slide: var(--rgb-brown-gray);
  --rgb-button:var(--rgb-leaf);
  --rgb-flat-gradation: none;
  --rgb-flat-gradation-hover: none;
  --rgb-flat:var(--rgb-brown-gray);
  --rgb-flat-hover:var(--rgb-leaf);
  --rgb-blend-gradation: none;
  --rgb-blend-gradation-hover: none;
  --rgb-blend:var(--rgb-leaf);
  --rgb-flat-text:var(--rgb-white);
  --rgb-custom-text:var(--rgb-black);
  --rgb-invert-text:var(--rgb-black);
  --rgb-solid-text:var(--rgb-black);
  --rgb-outline-text:var(--rgb-black);
  --rgb-negative: var(--rgb-negativegray);
  --button-border-color: var(--rgb-flat);
}

.c-button {
  font-family: var(--font-serif);
}

.u-arrow__fixed--left, .u-arrow__fixed--right {
  width: 100%;
  text-align: center;
}

.u-arrow__fixed--left::before {
  position: absolute;
  left: 1em;
}

.u-arrow__fixed--right::after {
  position: absolute;
  right: 0;
}

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

.mx-auto {
  display: block;
}

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

/* glid-gutter */
.f-column__gap--hairline, .f-column__gap--none, .f-column__gap--xxs, .f-column__gap--xs, .f-column__gap--sm, .f-column__gap--md, .f-column__gap--lg, .f-column__gap--xl, .f-column__gap--xxl, .f-column--xs, .f-column--sm, .f-column--md, .f-column--lg, .f-column--xl, .f-column__xxl {
  display: flex;
  flex-wrap: wrap;
}
.f-column__gap--hairline > *, .f-column__gap--none > *, .f-column__gap--xxs > *, .f-column__gap--xs > *, .f-column__gap--sm > *, .f-column__gap--md > *, .f-column__gap--lg > *, .f-column__gap--xl > *, .f-column__gap--xxl > *, .f-column--xs > *, .f-column--sm > *, .f-column--md > *, .f-column--lg > *, .f-column--xl > *, .f-column__xxl > * {
  flex-shrink: 0;
  width: 100%;
  max-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);
}
@media screen and (max-width: 2000px) {
  .f-column__xxl {
    margin-left: calc(var(--gap-lg) * var(--gap-rate) * -1);
    margin-right: calc(var(--gap-lg) * var(--gap-rate) * -1);
  }
}
@media screen and (max-width: 991px) {
  .f-column__xxl {
    margin-left: calc(var(--gap-md) * var(--gap-rate) * -1);
    margin-right: calc(var(--gap-md) * 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));
}
@media screen and (max-width: 2000px) {
  .f-column__xxl > [class*=col-xxl] {
    padding-left: calc(var(--gap-lg) * var(--gap-rate));
    padding-right: calc(var(--gap-lg) * var(--gap-rate));
  }
}
@media screen and (max-width: 991px) {
  .f-column__xxl > [class*=col-xxl] {
    padding-left: calc(var(--gap-md) * var(--gap-rate));
    padding-right: calc(var(--gap-md) * 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 screen and (max-width: 2000px) {
  .f-column--xl {
    margin-left: calc(var(--gap-lg) * var(--gap-rate) * -1);
    margin-right: calc(var(--gap-lg) * var(--gap-rate) * -1);
  }
}
@media 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 screen and (max-width: 2000px) {
  .f-column--xl > [class*=col-xl] {
    padding-left: calc(var(--gap-lg) * var(--gap-rate));
    padding-right: calc(var(--gap-lg) * var(--gap-rate));
  }
}
@media 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 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);
}
@media screen and (max-width: 2000px) {
  .f-column__gap--xxl {
    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 screen and (max-width: 991px) {
  .f-column__gap--xxl {
    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--xxl > [class*=col-xxl] {
  padding-left: calc(var(--gap-xxl) * var(--gap-rate));
  padding-right: calc(var(--gap-xxl) * var(--gap-rate));
  margin-bottom: calc(var(--gap-xxl) * var(--gap-rate) * 2);
}
@media screen and (max-width: 2000px) {
  .f-column__gap--xxl > [class*=col-xxl] {
    padding-left: calc(var(--gap-lg) * var(--gap-rate));
    padding-right: calc(var(--gap-lg) * var(--gap-rate));
    margin-bottom: calc(var(--gap-lg) * var(--gap-rate) * 2);
  }
}
@media screen and (max-width: 991px) {
  .f-column__gap--xxl > [class*=col-xxl] {
    padding-left: calc(var(--gap-md) * var(--gap-rate));
    padding-right: calc(var(--gap-md) * var(--gap-rate));
    margin-bottom: calc(var(--gap-md) * var(--gap-rate) * 2);
  }
}

.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 screen and (max-width: 1199px) {
  .f-column__gap--xl {
    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 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 screen and (max-width: 1199px) {
  .f-column__gap--xl > [class*=col-xl] {
    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 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 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 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));
}

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

/* .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: -0.0625rem;
}
.f-column__gap--hairline > [class*=col] {
  padding: 0.0625rem;
}

.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 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 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 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 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 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%;
  }
}
[class*=container] {
  position: relative;
  z-index: 99;
}

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

.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, .well {
  margin: 1rem 0;
  padding: 1rem;
}
.alert-xs, .well-xs {
  margin: calc(1.5rem * var(--responsive-rate)) 0;
  padding: calc(1.5rem * var(--responsive-rate));
}
.alert-sm, .well-sm {
  margin: calc(2rem * var(--responsive-rate)) 0;
  padding: calc(2rem * var(--responsive-rate));
}
.alert-md, .well-md {
  margin: calc(2.5rem * var(--responsive-rate)) 0;
  padding: calc(2.5rem * var(--responsive-rate));
}
.alert-lg, .well-lg {
  margin: calc(3rem * var(--responsive-rate)) 0;
  padding: calc(3rem * var(--responsive-rate));
}
.alert-xl, .well-xl {
  margin: calc(3.5rem * var(--responsive-rate)) 0;
  padding: calc(3.5rem * var(--responsive-rate));
}
.alert-xxl, .well-xxl {
  margin: calc(4rem * var(--responsive-rate)) 0;
  padding: calc(4rem * var(--responsive-rate));
}

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

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

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

img {
  vertical-align: bottom;
}

html {
  font-size: 0.8vw;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 2000px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  html {
    overflow-y: overlay;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.25vw;
  }
}
@media 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);
}

body {
  color: var(--rgb-base-text);
  min-width: 100%;
  overflow-x: clip;
  position: relative;
}

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

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

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

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

main, footer {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0;
}

b, strong {
  font-weight: inherit;
}

small {
  font-size: 0.75em;
}

a, button {
  background-color: transparent;
  color: var(--rgb-link);
  outline: 0;
  text-decoration: none;
}
a:hover, a:active, a:focus, button:hover, button:active, button:focus {
  opacity: 1;
}

a[href="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  a[href="tel:"] {
    pointer-events: initial;
  }
}

span[data-action=call] {
  white-space: nowrap;
}

button {
  cursor: pointer;
}

.l-container__width--mobile, .l-container__width--xsmall, .l-container__width--small, .l-container__width--medium, .l-container__width--large, .l-container__width--all {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--padding-x) * 0.5);
  padding-right: calc(var(--padding-x) * 0.5);
}

.l-container__width--full {
  max-width: 100%;
  overflow-x: clip;
}

.l-container__width--all {
  max-width: 100%;
}

.l-container__width--large {
  max-width: var(--container-width);
}

.l-container__width--medium {
  max-width: 73rem;
}

.l-container__width--small {
  max-width: 57rem;
}

.l-container__width--xsmall {
  max-width: 50rem;
}

.l-container__width--mobile {
  max-width: 100%;
}

.l-header {
  padding: 0 calc(var(--padding-x) * 0.5);
  height: var(--header-height);
  display: block flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
}

.l-header__inner--top {
  display: block flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 991px) {
  .l-header__inner--top {
    padding: 0;
    height: var(--header-height);
    flex-wrap: nowrap;
  }
}

.l-header__inner--bottom {
  display: block flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 991px) {
  .l-header__inner--bottom {
    padding: 0;
    height: var(--header-height);
    flex-wrap: nowrap;
  }
}

.l-header__logo {
  font-size: 1em;
  position: relative;
}
.l-header__logo a, .l-header__logo a:hover, .l-header__logo a:active, .l-header__logo a:focus {
  display: block flow;
}
.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;
}

.l-header__nav {
  display: block flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 991px) {
  .l-header__nav {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.l-header__nav--contact {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 991px) {
  .l-header__nav--contact {
    display: none;
  }
}

.l-header__nav--links {
  margin-bottom: 0.25rem;
  display: block flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .l-header__nav--links {
    display: none;
  }
}

.l-header__nav--search {
  display: block flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 991px) {
  .l-header__nav--search {
    margin: 0;
    padding: 0.75rem 1rem;
  }
}

.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: block flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1399px) {
  .l-header__nav--right {
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .l-header__nav--right {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .l-header__nav--right {
    display: none;
  }
}

.navbar-toggler {
  border: none;
  border-radius: 0;
  overflow: hidden;
  font-size: 1em;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: var(--header-height);
  height: var(--header-height);
  position: relative;
  z-index: 9998;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  outline: 0;
  box-shadow: none;
}
.navbar-toggler small {
  font-size: 0.75em;
  line-height: 0.75;
  font-weight: 700;
  text-align: center;
  margin-top: 6px;
  padding: 0;
  display: block;
  position: relative;
}
@media screen and (max-width: 991px) {
  .navbar-toggler small {
    margin-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .navbar-toggler small {
    margin-top: 0;
  }
}

.navbar-toggler-icon {
  margin: 1rem 0;
  width: 2rem;
  height: 0.25rem;
  position: relative;
  display: block;
  background-image: none;
}
@media screen and (max-width: 991px) {
  .navbar-toggler-icon {
    margin: 2.25vw 0;
    width: 4.5vw;
    height: 3px;
  }
}
@media screen and (max-width: 575px) {
  .navbar-toggler-icon {
    margin: 4vw 0;
    width: 8vw;
    height: 2px;
  }
}
.navbar-toggler-icon:before, .navbar-toggler-icon:after {
  display: block;
  width: 2rem;
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  content: "";
}
@media screen and (max-width: 991px) {
  .navbar-toggler-icon:before, .navbar-toggler-icon:after {
    width: 4.5vw;
    height: 3px;
  }
}
@media screen and (max-width: 575px) {
  .navbar-toggler-icon:before, .navbar-toggler-icon:after {
    width: 8vw;
    height: 2px;
  }
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon, .navbar-toggler[aria-expanded=false] .navbar-toggler-icon {
  transition: background-color 0.6s;
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:before, .navbar-toggler[aria-expanded=false] .navbar-toggler-icon:before, .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:after, .navbar-toggler[aria-expanded=false] .navbar-toggler-icon:after {
  transition: 0.6s;
}
.navbar-toggler[aria-expanded=false] .navbar-toggler-icon:before {
  top: -10px;
  transform: rotate(0deg);
}
@media screen and (max-width: 991px) {
  .navbar-toggler[aria-expanded=false] .navbar-toggler-icon:before {
    top: -9px;
  }
}
@media 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 screen and (max-width: 991px) {
  .navbar-toggler[aria-expanded=false] .navbar-toggler-icon:after {
    bottom: -9px;
  }
}
@media screen and (max-width: 767px) {
  .navbar-toggler[aria-expanded=false] .navbar-toggler-icon:after {
    bottom: -6px;
  }
}

.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-expand-lg {
  padding: 0;
}
@media screen and (max-width: 991px) {
  .navbar-expand-lg .navbar-collapse {
    border: none;
    margin-top: 0;
    padding: 0;
    position: fixed;
    top: var(--header-height);
    left: 0;
    right: 0;
    z-index: 999;
  }
}
.navbar-expand-lg .navbar-collapse .container-fluid {
  background: transparent;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .navbar-expand-lg .navbar-collapse .container-fluid {
    -webkit-overflow-scrolling: touch;
    min-height: 1px;
    height: calc(100dvh - var(--header-height));
  }
}
.navbar-expand-lg > .container {
  padding: 0;
}
@media screen and (max-width: 991px) {
  .navbar-expand-lg > .container {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .navbar-expand-lg .navbar-nav {
    border-top: 1px solid var(--rgb-linegray);
    padding: 0;
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 0;
    padding-left: 0;
    border-bottom: 1px solid var(--rgb-linegray);
    display: block;
    flex: 1 1 100%;
    max-width: 100%;
    height: auto;
  }
}
.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  background-color: transparent;
  text-align: center;
  white-space: nowrap;
  position: relative;
  transition: 0s;
}
@media screen and (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-item .nav-link {
    border: none;
    text-align: left;
    text-shadow: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
  }
}
.navbar-expand-lg .navbar-nav .nav-item .nav-link:after {
  content: "";
  border-bottom: var(--nav-border-active) solid transparent;
  /*display: none; */
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  transition: 0.3s;
}
@media 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: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;
  opacity: 1;
}
.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 {
  left: 0;
  right: 0;
  transition: 0.3s;
  content: "";
}

@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: var(--rgb-white);
  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: var(--rgb-white);
    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: var(--rgb-white);
  opacity: 1;
}
.dropdown-item:hover:before, .dropdown-item:active:before, .dropdown-item:focus:before, .dropdown-item.active:before {
  color: var(--rgb-white);
}
.l-outer {
  background: transparent;
  position: relative;
  z-index: 9;
}

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

.l-outer__liquid {
  justify-content: center;
  width: 100%;
}

.l-outer__solid {
  margin: auto;
  padding: var(--clearance-padding) calc(var(--padding-x) * 0.5) 0;
  width: 100%;
  max-width: var(--container-width);
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .l-outer__solid {
    padding: var(--clearance-padding) calc(var(--padding-x) * 0.5) 0;
  }
}
.l-outer__solid > .l-outer__side {
  position: relative;
  flex: 0 0 var(--width-side);
}
@media screen and (max-width: 991px) {
  .l-outer__solid > .l-outer__side {
    flex: 0 0 100%;
    z-index: 99;
  }
}
.l-outer__solid > .l-outer__side > .l-outer__side + .l-outer__side {
  display: none;
}
@media screen and (max-width: 991px) {
  .l-outer__solid > .l-outer__side > .l-outer__side + .l-outer__side {
    margin: 4rem 0;
    display: none;
  }
}
@media 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: 0 0 var(--width-main);
}
@media screen and (max-width: 991px) {
  .l-outer__solid > .l-outer__main {
    flex: 0 0 100%;
  }
}

.l-section__clearance--narrow--bottom, .l-section__clearance--wide, .l-section__clearance--narrow, .l-section__clearance--bottom, .l-section__clearance--top, .l-section__clearance--fluid, .l-section__clearance--hairline, .l-section__clearance, .l-section {
  position: relative;
  scroll-margin-top: var(--header-height);
}

.l-section {
  container-type: inline-size;
  --window-size: 100cqw;
  --scrollbar-width: calc(100vw - var(--window-size));
}
@property --window-size {
  .l-section {
    syntax: "<length>";
    initial-value: 0px;
    inherits: true;
  }
}

.l-section__clearance {
  padding-top: var(--clearance-padding);
  padding-bottom: var(--clearance-padding);
}

.l-section__clearance--hairline {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.l-section__clearance--fluid {
  padding: calc(var(--padding-x) * 0.5);
}
@media screen and (max-width: 991px) {
  .l-section__clearance--fluid {
    padding: calc(var(--padding-x) * 0.5) 0;
  }
}

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

.l-section__clearance--bottom {
  padding-bottom: var(--clearance-padding);
}

.l-section__clearance--narrow {
  padding-top: calc(var(--clearance-padding) * 0.5);
  padding-bottom: calc(var(--clearance-padding) * 0.5);
}

.l-section__clearance--wide {
  padding-top: calc(var(--clearance-padding) * 2);
  padding-bottom: calc(var(--clearance-padding) * 2);
}

.l-section__clearance--narrow--bottom {
  padding-top: 0;
  padding-bottom: calc(var(--clearance-padding) * 0.5);
}

.l-section__clearance--responsive {
  padding: var(--clearance-padding) 0;
  scroll-margin-top: var(--header-height);
}
@media screen and (max-width: 575px) {
  .l-section__clearance--responsive {
    padding: var(--clearance-padding) 0 0;
  }
}

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

.l-section__separate {
  position: relative;
}
@media screen and (max-width: 991px) {
  .l-section__separate {
    display: flex;
    flex-flow: column nowrap;
  }
}

.l-section__separate--text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-flow: column nowrap;
}
@media screen and (max-width: 991px) {
  .l-section__separate--text {
    flex: 0 0 100%;
    order: 1;
    position: static;
  }
}

.l-section__separate--heading {
  width: 100%;
  padding-top: var(--clearance-padding);
  padding-bottom: calc(var(--clearance-padding) * var(--heading-margin-rate) * 0.5);
}

.l-section__separate--body {
  padding-top: calc(var(--clearance-padding) * var(--heading-margin-rate) * 0.5);
  padding-bottom: var(--clearance-padding);
  flex-grow: 1;
}

@media screen and (max-width: 991px) {
  .l-section__separate--image {
    padding: var(--clearance-padding) calc(var(--padding-x) * 0.5);
    flex: 0 0 100%;
    order: 2;
  }
}
.l-section__separate--image img {
  position: relative;
  z-index: 9 !important;
}

.l-section__image--devider {
  position: relative;
}
.l-section__image--devider .u-bg__cover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.l-footer {
  position: relative;
  z-index: 99;
}

.l-footer__contact {
  position: relative;
}

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

.l-footer__information {
  position: relative;
}

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

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

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

.l-footer__location {
  display: flex;
  flex-flow: row wrap;
  line-height: 1.5;
}
.l-footer__location a:hover, .l-footer__location a:active, .l-footer__location a:focus {
  opacity: 1;
}

.l-footer__location--zipcode::before {
  content: "〒";
}

.l-footer__location--marker {
  margin-left: 0.5em;
}

.l-footer__location--phone::before, .l-footer__location--facsimile::before, .l-footer__location--freedial::before, .l-footer__location--compatible::before, .l-footer__location--mail::before {
  display: inline-block;
  margin-right: 0.33em;
}

.l-footer__location--phone::before {
  content: "TEL. ";
}

.l-footer__location--facsimile::before {
  content: "FAX. ";
}

.l-footer__location--mail::before {
  content: "E-mail. ";
}

.l-footer__location--freedial::before {
  content: "TEL. / FAX.";
}

.l-footer__location--hour {
  line-height: 1.5;
}

.l-footer__location--holiday::before {
  content: "/";
  margin: 0 0.33em;
}
.l-footer__location--holiday:not(:first-child) {
  margin-top: 0.5rem;
}
.l-footer__location--holiday p + p {
  margin: 0;
}

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

.l-footer__sitemap--menu {
  list-style: none;
  display: flex;
}
.l-footer__sitemap--menu .l-footer__sitemap--item {
  position: relative;
}
.l-footer__sitemap--menu .l-footer__sitemap--link, .l-footer__sitemap--menu .l-footer__sitemap--link:hover, .l-footer__sitemap--menu .l-footer__sitemap--link:active, .l-footer__sitemap--menu .l-footer__sitemap--link:focus {
  white-space: nowrap;
  opacity: 1;
  display: block;
}
.l-footer__sitemap--menu[data-direction=horizontal] {
  flex-flow: row nowrap;
  align-items: center;
}
.l-footer__sitemap--menu[data-direction=horizontal] .l-footer__sitemap--link, .l-footer__sitemap--menu[data-direction=horizontal] .l-footer__sitemap--link:hover, .l-footer__sitemap--menu[data-direction=horizontal] .l-footer__sitemap--link:active, .l-footer__sitemap--menu[data-direction=horizontal] .l-footer__sitemap--link:focus {
  border-radius: 0.125rem;
  line-height: 1;
  margin: -0.25em 0.5em;
  padding: 0.25em 0.5em;
  display: block;
}
.l-footer__sitemap--menu[data-direction=vertical] {
  flex-flow: column wrap;
}
.l-footer__sitemap--menu[data-direction=vertical] .l-footer__sitemap--link:before, .l-footer__sitemap--menu[data-direction=vertical] .l-footer__sitemap--link:hover:before, .l-footer__sitemap--menu[data-direction=vertical] .l-footer__sitemap--link:active:before, .l-footer__sitemap--menu[data-direction=vertical] .l-footer__sitemap--link:focus:before {
  font-size: 1em;
  line-height: 1;
  text-align: center;
  font-family: "Font Awesome 5 Pro";
  width: 1em;
}
.l-footer__sitemap--menu[data-direction=vertical] .l-footer__sitemap--link:hover, .l-footer__sitemap--menu[data-direction=vertical] .l-footer__sitemap--link:active, .l-footer__sitemap--menu[data-direction=vertical] .l-footer__sitemap--link:focus {
  text-decoration: underline;
  text-underline-position: under;
}

.l-footer__copyright {
  display: block;
}

.c-box__float {
  box-shadow: 0 0 2rem 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;
}

[data-heading=transparent] {
  background-image: none;
  background-color: transparent;
  color: inherit;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

[data-heading=transparent-sm] {
  background-image: none;
  background-color: transparent;
  color: inherit;
  font-size: calc(1.125em * var(--xs-rate));
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

[data-heading=transparent-md] {
  background-image: none;
  background-color: transparent;
  color: inherit;
  font-size: calc(1.25em * var(--sm-rate));
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

[data-heading=transparent-lg] {
  background-image: none;
  background-color: transparent;
  color: inherit;
  font-size: calc(1.5em * var(--sm-rate));
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

[data-heading=transparent-xl] {
  background-image: none;
  background-color: transparent;
  color: inherit;
  font-size: calc(2em * var(--sm-rate));
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

[data-heading=transparent-xxl] {
  background-image: none;
  background-color: transparent;
  color: inherit;
  font-size: calc(3em * var(--sm-rate));
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

[data-heading=light] {
  background-image: var(--rgb-heading-light-gradation);
  background-color: var(--rgb-heading-light-color);
  color: var(--rgb-base-text);
  font-size: 1em;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

[data-heading=light-sm] {
  background-image: var(--rgb-heading-light-gradation);
  background-color: var(--rgb-heading-light-color);
  color: var(--rgb-base-text);
  font-size: calc(1.125em * var(--xs-rate));
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

[data-heading=light-md] {
  background-image: var(--rgb-heading-light-gradation);
  background-color: var(--rgb-heading-light-color);
  color: var(--rgb-base-text);
  font-size: calc(1.25em * var(--sm-rate));
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

[data-heading=light-lg] {
  background-image: var(--rgb-heading-light-gradation);
  background-color: var(--rgb-heading-light-color);
  color: var(--rgb-base-text);
  font-size: calc(1.5em * var(--sm-rate));
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

[data-heading=light-xl] {
  background-image: var(--rgb-heading-light-gradation);
  background-color: var(--rgb-heading-light-color);
  color: var(--rgb-base-text);
  font-size: calc(2em * var(--sm-rate));
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

[data-heading=light-xxl] {
  background-image: var(--rgb-heading-light-gradation);
  background-color: var(--rgb-heading-light-color);
  color: var(--rgb-base-text);
  font-size: calc(3em * var(--sm-rate));
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

[data-heading=dark] {
  background-image: var(--rgb-heading-dark-gradation);
  background-color: var(--rgb-heading-dark-color);
  color: rgba(255, 255, 255, 0.95);
  font-size: 1em;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

[data-heading=dark-sm] {
  background-image: var(--rgb-heading-dark-gradation);
  background-color: var(--rgb-heading-dark-color);
  color: rgba(255, 255, 255, 0.95);
  font-size: calc(1.125em * var(--xs-rate));
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

[data-heading=dark-md] {
  background-image: var(--rgb-heading-dark-gradation);
  background-color: var(--rgb-heading-dark-color);
  color: rgba(255, 255, 255, 0.95);
  font-size: calc(1.25em * var(--sm-rate));
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

[data-heading=dark-lg] {
  background-image: var(--rgb-heading-dark-gradation);
  background-color: var(--rgb-heading-dark-color);
  color: rgba(255, 255, 255, 0.95);
  font-size: calc(1.5em * var(--sm-rate));
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

[data-heading=dark-xl] {
  background-image: var(--rgb-heading-dark-gradation);
  background-color: var(--rgb-heading-dark-color);
  color: rgba(255, 255, 255, 0.95);
  font-size: calc(2em * var(--sm-rate));
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

[data-heading=dark-xxl] {
  background-image: var(--rgb-heading-dark-gradation);
  background-color: var(--rgb-heading-dark-color);
  color: rgba(255, 255, 255, 0.95);
  font-size: calc(3em * var(--sm-rate));
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

[data-heading=light-category] {
  background-image: var(--rgb-heading-light-gradation);
  background-color: var(--rgb-heading-light-color);
  color: var(--rgb-base-text);
  font-size: 1em;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  text-align: left;
}

[data-heading=light-category-sm] {
  background-image: var(--rgb-heading-light-gradation);
  background-color: var(--rgb-heading-light-color);
  color: var(--rgb-base-text);
  font-size: calc(1.125em * var(--xs-rate));
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

[data-heading=light-category-md] {
  background-image: var(--rgb-heading-light-gradation);
  background-color: var(--rgb-heading-light-color);
  color: var(--rgb-base-text);
  font-size: calc(1.25em * var(--sm-rate));
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  text-align: left;
}

[data-heading=light-category-lg] {
  background-image: var(--rgb-heading-light-gradation);
  background-color: var(--rgb-heading-light-color);
  color: var(--rgb-base-text);
  font-size: calc(1.5em * var(--sm-rate));
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  text-align: left;
}

[data-heading=light-category-xl] {
  background-image: var(--rgb-heading-light-gradation);
  background-color: var(--rgb-heading-light-color);
  color: var(--rgb-base-text);
  font-size: calc(2em * var(--sm-rate));
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  text-align: left;
}

[data-heading=light-category-xxl] {
  background-image: var(--rgb-heading-light-gradation);
  background-color: var(--rgb-heading-light-color);
  color: var(--rgb-base-text);
  font-size: calc(3em * var(--sm-rate));
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  text-align: left;
}

.c-box--xs .c-box__heading {
  padding: 0.75em calc(var(--gap-xs) * var(--box-rate));
}
.c-box--xs .c-box__heading--thin {
  padding: 0.5em calc(var(--gap-xs) * var(--box-rate));
}
.c-box--xs .c-box__heading--heavy {
  padding: 1.5em calc(var(--gap-xs) * var(--box-rate));
}
.c-box--xs .c-box__body, .c-box--xs .c-box__file {
  padding: calc(var(--gap-xs) * var(--box-rate) * 2) calc(var(--gap-xs) * var(--box-rate) * 2);
}

.c-box--sm .c-box__heading {
  padding: 0.75em calc(var(--gap-sm) * var(--box-rate) * 2);
}
.c-box--sm .c-box__heading--thin {
  padding: 0.5em calc(var(--gap-sm) * var(--box-rate) * 2);
}
.c-box--sm .c-box__heading--heavy {
  padding: 1.5em calc(var(--gap-sm) * var(--box-rate) * 2);
}
.c-box--sm .c-box__body, .c-box--sm .c-box__file {
  padding: calc(var(--gap-sm) * var(--box-rate) * 2) calc(var(--gap-sm) * var(--box-rate) * 2);
}

.c-box--md .c-box__heading {
  padding: 0.75em calc(var(--gap-md) * var(--box-rate) * 2);
}
.c-box--md .c-box__heading--thin {
  padding: 0.5em calc(var(--gap-md) * var(--box-rate) * 2);
}
.c-box--md .c-box__heading--heavy {
  padding: 1.5em calc(var(--gap-md) * var(--box-rate) * 2);
}
.c-box--md .c-box__body, .c-box--md .c-box__file {
  padding: calc(var(--gap-md) * var(--box-rate) * 2) calc(var(--gap-md) * var(--box-rate) * 2);
}

.c-box--lg .c-box__heading {
  padding: 0.75em calc(var(--gap-lg) * var(--box-rate) * 2);
}
.c-box--lg .c-box__heading--thin {
  padding: 0.5em calc(var(--gap-lg) * var(--box-rate) * 2);
}
.c-box--lg .c-box__heading--heavy {
  padding: 1.5em calc(var(--gap-lg) * var(--box-rate) * 2);
}
.c-box--lg .c-box__body, .c-box--lg .c-box__file {
  padding: calc(var(--gap-lg) * var(--box-rate) * 2) calc(var(--gap-lg) * var(--box-rate) * 2);
}

.c-box--xl .c-box__heading {
  padding: 0.75em calc(var(--gap-xl) * var(--box-rate) * 2);
}
.c-box--xl .c-box__heading--thin {
  padding: 0.5em calc(var(--gap-xl) * var(--box-rate) * 2);
}
.c-box--xl .c-box__heading--heavy {
  padding: 1.5em calc(var(--gap-xl) * var(--box-rate) * 2);
}
.c-box--xl .c-box__body, .c-box--xl .c-box__file {
  padding: calc(var(--gap-xl) * var(--box-rate) * 2) calc(var(--gap-xl) * var(--box-rate) * 2);
}

.c-box--xxl .c-box__heading {
  padding: 0.75em calc(var(--gap-xxl) * var(--box-rate) * 2);
}
.c-box--xxl .c-box__heading--thin {
  padding: 0.5em calc(var(--gap-xxl) * var(--box-rate) * 2);
}
.c-box--xxl .c-box__heading--heavy {
  padding: 1.5em calc(var(--gap-xxl) * var(--box-rate) * 2);
}
.c-box--xxl .c-box__body, .c-box--xxl .c-box__file {
  padding: calc(var(--gap-xxl) * var(--box-rate) * 2) calc(var(--gap-xxl) * var(--box-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: block 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 screen and (max-width: 767px) {
  .c-box--sm .c-box__image--inset {
    padding: 2rem;
  }
}

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

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

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

.c-box__access {
  padding: 0.0625rem;
  border-bottom: 0.0625rem solid var(--rgb-linegray);
}

.c-box__file, .c-box__date, .c-box__body {
  line-height: 1.75;
}

.c-box__body + .c-box__body {
  border-top: 1px dashed var(--rgb-linegray);
}

.c-box__date {
  border-top: 1px solid var(--rgb-linegray);
  line-height: 0.75;
  padding-right: 1rem;
  display: block flex;
  justify-content: flex-start;
  align-items: center;
}
.c-box__date:first-child {
  border-top: none;
}
.c-box__date .c-box__date--new {
  font-size: 0.66em;
  line-height: 0.75;
  color: var(--rgb-new);
  margin-left: 2rem;
}

.c-box__file {
  border-top: 1px dashed var(--rgb-linegray);
}

.c-box__icon {
  background-color: var(--rgb-white);
  border-radius: 6rem;
  font-size: 3em;
  margin: -4.5rem auto;
  width: 9rem;
  height: 9rem;
  display: block flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .c-box__icon {
    font-size: 2.5em;
    width: 7.5rem;
    height: 7.5rem;
    margin: -3.75rem auto;
  }
}
@media screen and (max-width: 767px) {
  .c-box__icon {
    font-size: 2em;
    width: 6rem;
    height: 6rem;
    margin: -3rem auto;
  }
}

.c-box__icon--md {
  background-color: var(--rgb-white);
  margin-top: calc(4.5rem * var(--md-rate));
  padding: calc(2rem * var(--md-rate));
  padding-top: 0;
  width: 100%;
}

.c-box__icon--disc {
  border-top: 1px dashed var(--maincolor);
  font-size: 1.25em;
  font-weight: 700;
  text-align: center;
  padding: 1.5rem 0;
}
@media screen and (max-width: 991px) {
  .c-box__icon--disc {
    font-size: 1.125em;
    padding: 1rem 0;
  }
}
@media screen and (max-width: 767px) {
  .c-box__icon--disc {
    font-size: 1.125em;
    padding: 0.5rem 0;
  }
}

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

.c-box--xs:not(:first-of-type) {
  margin-top: 1rem;
}

.c-box--sm:not(:first-of-type) {
  margin-top: 1.5rem;
}

.c-box--md:not(:first-of-type) {
  margin-top: 2rem;
}

.c-box--lg:not(:first-of-type) {
  margin-top: 3rem;
}

.c-box--xl:not(:first-of-type) {
  margin-top: 4rem;
}

[class*=c-box].u-bgc__white {
  color: var(--rgb-base-text);
}

a[class*=c-box], a[class*=c-box]:hover, a[class*=c-box]:active, a[class*=c-box]:focus {
  scale: 1;
  transition: scale 0.3s;
  display: block flow;
}
a[class*=c-box]:hover, a[class*=c-box]:active, a[class*=c-box]:focus {
  scale: 1.05;
  transition: scale 0.6s;
}

a.c-button, button.c-button, input[type=submit].c-button {
  white-space: normal;
  text-decoration: none;
  font-size: var(--button-font-size);
  line-height: 1.5;
  font-weight: var(--button-font-weight);
  text-transform: var(--button-text-transform);
  width: 100%;
  display: block flex;
  flex-flow: row wrap;
  align-items: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 1;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, opacity 0.15s ease-in-out;
}
a.c-button small, button.c-button small, input[type=submit].c-button small {
  flex: 1 1 100%;
  font-weight: 700;
  font-size: 0.75em;
}
a.c-button[data-type=link], button.c-button[data-type=link], input[type=submit].c-button[data-type=link] {
  justify-content: center;
}
a.c-button[data-type=file], button.c-button[data-type=file], input[type=submit].c-button[data-type=file] {
  justify-content: flex-start;
}

[data-type=dummy] {
  white-space: normal;
  text-decoration: none;
  font-size: var(--button-font-size);
  line-height: 1.5;
  font-weight: var(--button-font-weight);
  text-transform: var(--button-text-transform);
  width: 100%;
  display: block flex;
  flex-flow: row wrap;
  align-items: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 1;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, opacity 0.15s ease-in-out;
  justify-content: center;
}
[data-type=dummy] small {
  flex: 1 1 100%;
  font-weight: 700;
  font-size: 0.75em;
}

a.c-button[data-font=xxl], button.c-button[data-font=xxl], input[type=submit].c-button[data-font=xxl] {
  font-size: calc(var(--button-font-size) * 2 * var(--md-rate));
}
a.c-button[data-font=xl], button.c-button[data-font=xl], input[type=submit].c-button[data-font=xl] {
  font-size: calc(var(--button-font-size) * 1.75 * var(--md-rate));
}
a.c-button[data-font=lg], button.c-button[data-font=lg], input[type=submit].c-button[data-font=lg] {
  font-size: calc(var(--button-font-size) * 1.5 * var(--sm-rate));
}
a.c-button[data-font=md], button.c-button[data-font=md], input[type=submit].c-button[data-font=md] {
  font-size: calc(var(--button-font-size) * 1.25 * var(--sm-rate));
}
a.c-button[data-font=sm], button.c-button[data-font=sm], input[type=submit].c-button[data-font=sm] {
  font-size: calc(var(--button-font-size) * 0.75 * var(--xs-rate));
}
a.c-button[data-font=xs], button.c-button[data-font=xs], input[type=submit].c-button[data-font=xs] {
  font-size: calc(var(--button-font-size) * 0.66 * var(--xs-rate));
}

.c-button__width--inline {
  display: block flex;
}
.c-button__width--inline .c-button {
  padding-right: 1.5rem;
  width: -moz-max-content;
  width: max-content;
}

.c-button__width--220 {
  display: block flex;
}
.c-button__width--220 .c-button {
  max-width: 11vw;
}
@media screen and (max-width: 2000px) {
  .c-button__width--220 .c-button {
    max-width: 220px;
  }
}
@media screen and (max-width: 575px) {
  .c-button__width--220 .c-button {
    max-width: 100%;
  }
}

.c-button__width--330 {
  display: block flex;
}
.c-button__width--330 .c-button {
  max-width: 16.5vw;
}
@media screen and (max-width: 2000px) {
  .c-button__width--330 .c-button {
    max-width: 330px;
  }
}
@media screen and (max-width: 575px) {
  .c-button__width--330 .c-button {
    max-width: 100%;
  }
}

.c-button__width--440 {
  display: block flex;
}
.c-button__width--440 .c-button {
  max-width: 22vw;
}
@media screen and (max-width: 2000px) {
  .c-button__width--440 .c-button {
    max-width: 440px;
  }
}
@media screen and (max-width: 575px) {
  .c-button__width--440 .c-button {
    max-width: 100%;
  }
}

.c-button__width--660 {
  display: block flex;
}
.c-button__width--660 .c-button {
  max-width: 33vw;
}
@media screen and (max-width: 2000px) {
  .c-button__width--660 .c-button {
    max-width: 660px;
  }
}
@media screen and (max-width: 991px) {
  .c-button__width--660 .c-button {
    max-width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .c-button__width--660 .c-button {
    max-width: 100%;
  }
}

a.c-button[data-height=zero], a.c-button[data-height=zero]:hover, a.c-button[data-height=zero]:active, a.c-button[data-height=zero]:focus, button.c-button[data-height=zero], button.c-button[data-height=zero]:hover, button.c-button[data-height=zero]:active, button.c-button[data-height=zero]:focus, input[type=submit].c-button[data-height=zero], input[type=submit].c-button[data-height=zero]:hover, input[type=submit].c-button[data-height=zero]:active, input[type=submit].c-button[data-height=zero]:focus {
  padding: 0;
}
a.c-button[data-height=thin], a.c-button[data-height=thin]:hover, a.c-button[data-height=thin]:active, a.c-button[data-height=thin]:focus, button.c-button[data-height=thin], button.c-button[data-height=thin]:hover, button.c-button[data-height=thin]:active, button.c-button[data-height=thin]:focus, input[type=submit].c-button[data-height=thin], input[type=submit].c-button[data-height=thin]:hover, input[type=submit].c-button[data-height=thin]:active, input[type=submit].c-button[data-height=thin]:focus {
  padding: calc(var(--button-padding) * 0.5) 1em;
}
a.c-button[data-height=thin].c-button__texture--flat, a.c-button[data-height=thin].c-button__texture--multiply, a.c-button[data-height=thin].c-button__texture--screen, a.c-button[data-height=thin].c-button__texture--overlay, a.c-button[data-height=thin]:hover.c-button__texture--flat, a.c-button[data-height=thin]:hover.c-button__texture--multiply, a.c-button[data-height=thin]:hover.c-button__texture--screen, a.c-button[data-height=thin]:hover.c-button__texture--overlay, a.c-button[data-height=thin]:active.c-button__texture--flat, a.c-button[data-height=thin]:active.c-button__texture--multiply, a.c-button[data-height=thin]:active.c-button__texture--screen, a.c-button[data-height=thin]:active.c-button__texture--overlay, a.c-button[data-height=thin]:focus.c-button__texture--flat, a.c-button[data-height=thin]:focus.c-button__texture--multiply, a.c-button[data-height=thin]:focus.c-button__texture--screen, a.c-button[data-height=thin]:focus.c-button__texture--overlay, button.c-button[data-height=thin].c-button__texture--flat, button.c-button[data-height=thin].c-button__texture--multiply, button.c-button[data-height=thin].c-button__texture--screen, button.c-button[data-height=thin].c-button__texture--overlay, button.c-button[data-height=thin]:hover.c-button__texture--flat, button.c-button[data-height=thin]:hover.c-button__texture--multiply, button.c-button[data-height=thin]:hover.c-button__texture--screen, button.c-button[data-height=thin]:hover.c-button__texture--overlay, button.c-button[data-height=thin]:active.c-button__texture--flat, button.c-button[data-height=thin]:active.c-button__texture--multiply, button.c-button[data-height=thin]:active.c-button__texture--screen, button.c-button[data-height=thin]:active.c-button__texture--overlay, button.c-button[data-height=thin]:focus.c-button__texture--flat, button.c-button[data-height=thin]:focus.c-button__texture--multiply, button.c-button[data-height=thin]:focus.c-button__texture--screen, button.c-button[data-height=thin]:focus.c-button__texture--overlay, input[type=submit].c-button[data-height=thin].c-button__texture--flat, input[type=submit].c-button[data-height=thin].c-button__texture--multiply, input[type=submit].c-button[data-height=thin].c-button__texture--screen, input[type=submit].c-button[data-height=thin].c-button__texture--overlay, input[type=submit].c-button[data-height=thin]:hover.c-button__texture--flat, input[type=submit].c-button[data-height=thin]:hover.c-button__texture--multiply, input[type=submit].c-button[data-height=thin]:hover.c-button__texture--screen, input[type=submit].c-button[data-height=thin]:hover.c-button__texture--overlay, input[type=submit].c-button[data-height=thin]:active.c-button__texture--flat, input[type=submit].c-button[data-height=thin]:active.c-button__texture--multiply, input[type=submit].c-button[data-height=thin]:active.c-button__texture--screen, input[type=submit].c-button[data-height=thin]:active.c-button__texture--overlay, input[type=submit].c-button[data-height=thin]:focus.c-button__texture--flat, input[type=submit].c-button[data-height=thin]:focus.c-button__texture--multiply, input[type=submit].c-button[data-height=thin]:focus.c-button__texture--screen, input[type=submit].c-button[data-height=thin]:focus.c-button__texture--overlay {
  padding: calc(var(--button-padding) * 0.5 + var(--button-border-width)) var(--button-padding);
}
a.c-button[data-height=flat], a.c-button[data-height=flat]:hover, a.c-button[data-height=flat]:active, a.c-button[data-height=flat]:focus, button.c-button[data-height=flat], button.c-button[data-height=flat]:hover, button.c-button[data-height=flat]:active, button.c-button[data-height=flat]:focus, input[type=submit].c-button[data-height=flat], input[type=submit].c-button[data-height=flat]:hover, input[type=submit].c-button[data-height=flat]:active, input[type=submit].c-button[data-height=flat]:focus {
  padding: var(--button-padding) 1em;
}
a.c-button[data-height=flat].c-button__texture--flat, a.c-button[data-height=flat].c-button__texture--multiply, a.c-button[data-height=flat].c-button__texture--screen, a.c-button[data-height=flat].c-button__texture--overlay, a.c-button[data-height=flat]:hover.c-button__texture--flat, a.c-button[data-height=flat]:hover.c-button__texture--multiply, a.c-button[data-height=flat]:hover.c-button__texture--screen, a.c-button[data-height=flat]:hover.c-button__texture--overlay, a.c-button[data-height=flat]:active.c-button__texture--flat, a.c-button[data-height=flat]:active.c-button__texture--multiply, a.c-button[data-height=flat]:active.c-button__texture--screen, a.c-button[data-height=flat]:active.c-button__texture--overlay, a.c-button[data-height=flat]:focus.c-button__texture--flat, a.c-button[data-height=flat]:focus.c-button__texture--multiply, a.c-button[data-height=flat]:focus.c-button__texture--screen, a.c-button[data-height=flat]:focus.c-button__texture--overlay, button.c-button[data-height=flat].c-button__texture--flat, button.c-button[data-height=flat].c-button__texture--multiply, button.c-button[data-height=flat].c-button__texture--screen, button.c-button[data-height=flat].c-button__texture--overlay, button.c-button[data-height=flat]:hover.c-button__texture--flat, button.c-button[data-height=flat]:hover.c-button__texture--multiply, button.c-button[data-height=flat]:hover.c-button__texture--screen, button.c-button[data-height=flat]:hover.c-button__texture--overlay, button.c-button[data-height=flat]:active.c-button__texture--flat, button.c-button[data-height=flat]:active.c-button__texture--multiply, button.c-button[data-height=flat]:active.c-button__texture--screen, button.c-button[data-height=flat]:active.c-button__texture--overlay, button.c-button[data-height=flat]:focus.c-button__texture--flat, button.c-button[data-height=flat]:focus.c-button__texture--multiply, button.c-button[data-height=flat]:focus.c-button__texture--screen, button.c-button[data-height=flat]:focus.c-button__texture--overlay, input[type=submit].c-button[data-height=flat].c-button__texture--flat, input[type=submit].c-button[data-height=flat].c-button__texture--multiply, input[type=submit].c-button[data-height=flat].c-button__texture--screen, input[type=submit].c-button[data-height=flat].c-button__texture--overlay, input[type=submit].c-button[data-height=flat]:hover.c-button__texture--flat, input[type=submit].c-button[data-height=flat]:hover.c-button__texture--multiply, input[type=submit].c-button[data-height=flat]:hover.c-button__texture--screen, input[type=submit].c-button[data-height=flat]:hover.c-button__texture--overlay, input[type=submit].c-button[data-height=flat]:active.c-button__texture--flat, input[type=submit].c-button[data-height=flat]:active.c-button__texture--multiply, input[type=submit].c-button[data-height=flat]:active.c-button__texture--screen, input[type=submit].c-button[data-height=flat]:active.c-button__texture--overlay, input[type=submit].c-button[data-height=flat]:focus.c-button__texture--flat, input[type=submit].c-button[data-height=flat]:focus.c-button__texture--multiply, input[type=submit].c-button[data-height=flat]:focus.c-button__texture--screen, input[type=submit].c-button[data-height=flat]:focus.c-button__texture--overlay {
  padding: calc(var(--button-padding) + var(--button-border-width)) 1em;
}
a.c-button[data-height=heavy], a.c-button[data-height=heavy]:hover, a.c-button[data-height=heavy]:active, a.c-button[data-height=heavy]:focus, button.c-button[data-height=heavy], button.c-button[data-height=heavy]:hover, button.c-button[data-height=heavy]:active, button.c-button[data-height=heavy]:focus, input[type=submit].c-button[data-height=heavy], input[type=submit].c-button[data-height=heavy]:hover, input[type=submit].c-button[data-height=heavy]:active, input[type=submit].c-button[data-height=heavy]:focus {
  padding: calc(var(--button-padding) * 2) var(--button-padding);
}
@media screen and (max-width: 991px) {
  a.c-button[data-height=heavy], a.c-button[data-height=heavy]:hover, a.c-button[data-height=heavy]:active, a.c-button[data-height=heavy]:focus, button.c-button[data-height=heavy], button.c-button[data-height=heavy]:hover, button.c-button[data-height=heavy]:active, button.c-button[data-height=heavy]:focus, input[type=submit].c-button[data-height=heavy], input[type=submit].c-button[data-height=heavy]:hover, input[type=submit].c-button[data-height=heavy]:active, input[type=submit].c-button[data-height=heavy]:focus {
    padding: 2.5em var(--button-padding);
  }
}
@media screen and (max-width: 767px) {
  a.c-button[data-height=heavy], a.c-button[data-height=heavy]:hover, a.c-button[data-height=heavy]:active, a.c-button[data-height=heavy]:focus, button.c-button[data-height=heavy], button.c-button[data-height=heavy]:hover, button.c-button[data-height=heavy]:active, button.c-button[data-height=heavy]:focus, input[type=submit].c-button[data-height=heavy], input[type=submit].c-button[data-height=heavy]:hover, input[type=submit].c-button[data-height=heavy]:active, input[type=submit].c-button[data-height=heavy]:focus {
    padding: 2em var(--button-padding);
  }
}
a.c-button[data-height=heavy].c-button__texture--flat, a.c-button[data-height=heavy].c-button__texture--multiply, a.c-button[data-height=heavy].c-button__texture--screen, a.c-button[data-height=heavy].c-button__texture--overlay, a.c-button[data-height=heavy]:hover.c-button__texture--flat, a.c-button[data-height=heavy]:hover.c-button__texture--multiply, a.c-button[data-height=heavy]:hover.c-button__texture--screen, a.c-button[data-height=heavy]:hover.c-button__texture--overlay, a.c-button[data-height=heavy]:active.c-button__texture--flat, a.c-button[data-height=heavy]:active.c-button__texture--multiply, a.c-button[data-height=heavy]:active.c-button__texture--screen, a.c-button[data-height=heavy]:active.c-button__texture--overlay, a.c-button[data-height=heavy]:focus.c-button__texture--flat, a.c-button[data-height=heavy]:focus.c-button__texture--multiply, a.c-button[data-height=heavy]:focus.c-button__texture--screen, a.c-button[data-height=heavy]:focus.c-button__texture--overlay, button.c-button[data-height=heavy].c-button__texture--flat, button.c-button[data-height=heavy].c-button__texture--multiply, button.c-button[data-height=heavy].c-button__texture--screen, button.c-button[data-height=heavy].c-button__texture--overlay, button.c-button[data-height=heavy]:hover.c-button__texture--flat, button.c-button[data-height=heavy]:hover.c-button__texture--multiply, button.c-button[data-height=heavy]:hover.c-button__texture--screen, button.c-button[data-height=heavy]:hover.c-button__texture--overlay, button.c-button[data-height=heavy]:active.c-button__texture--flat, button.c-button[data-height=heavy]:active.c-button__texture--multiply, button.c-button[data-height=heavy]:active.c-button__texture--screen, button.c-button[data-height=heavy]:active.c-button__texture--overlay, button.c-button[data-height=heavy]:focus.c-button__texture--flat, button.c-button[data-height=heavy]:focus.c-button__texture--multiply, button.c-button[data-height=heavy]:focus.c-button__texture--screen, button.c-button[data-height=heavy]:focus.c-button__texture--overlay, input[type=submit].c-button[data-height=heavy].c-button__texture--flat, input[type=submit].c-button[data-height=heavy].c-button__texture--multiply, input[type=submit].c-button[data-height=heavy].c-button__texture--screen, input[type=submit].c-button[data-height=heavy].c-button__texture--overlay, input[type=submit].c-button[data-height=heavy]:hover.c-button__texture--flat, input[type=submit].c-button[data-height=heavy]:hover.c-button__texture--multiply, input[type=submit].c-button[data-height=heavy]:hover.c-button__texture--screen, input[type=submit].c-button[data-height=heavy]:hover.c-button__texture--overlay, input[type=submit].c-button[data-height=heavy]:active.c-button__texture--flat, input[type=submit].c-button[data-height=heavy]:active.c-button__texture--multiply, input[type=submit].c-button[data-height=heavy]:active.c-button__texture--screen, input[type=submit].c-button[data-height=heavy]:active.c-button__texture--overlay, input[type=submit].c-button[data-height=heavy]:focus.c-button__texture--flat, input[type=submit].c-button[data-height=heavy]:focus.c-button__texture--multiply, input[type=submit].c-button[data-height=heavy]:focus.c-button__texture--screen, input[type=submit].c-button[data-height=heavy]:focus.c-button__texture--overlay {
  padding: calc(var(--button-padding) * 2 + var(--button-border-width)) var(--button-padding);
}
@media screen and (max-width: 991px) {
  a.c-button[data-height=heavy].c-button__texture--flat, a.c-button[data-height=heavy].c-button__texture--multiply, a.c-button[data-height=heavy].c-button__texture--screen, a.c-button[data-height=heavy].c-button__texture--overlay, a.c-button[data-height=heavy]:hover.c-button__texture--flat, a.c-button[data-height=heavy]:hover.c-button__texture--multiply, a.c-button[data-height=heavy]:hover.c-button__texture--screen, a.c-button[data-height=heavy]:hover.c-button__texture--overlay, a.c-button[data-height=heavy]:active.c-button__texture--flat, a.c-button[data-height=heavy]:active.c-button__texture--multiply, a.c-button[data-height=heavy]:active.c-button__texture--screen, a.c-button[data-height=heavy]:active.c-button__texture--overlay, a.c-button[data-height=heavy]:focus.c-button__texture--flat, a.c-button[data-height=heavy]:focus.c-button__texture--multiply, a.c-button[data-height=heavy]:focus.c-button__texture--screen, a.c-button[data-height=heavy]:focus.c-button__texture--overlay, button.c-button[data-height=heavy].c-button__texture--flat, button.c-button[data-height=heavy].c-button__texture--multiply, button.c-button[data-height=heavy].c-button__texture--screen, button.c-button[data-height=heavy].c-button__texture--overlay, button.c-button[data-height=heavy]:hover.c-button__texture--flat, button.c-button[data-height=heavy]:hover.c-button__texture--multiply, button.c-button[data-height=heavy]:hover.c-button__texture--screen, button.c-button[data-height=heavy]:hover.c-button__texture--overlay, button.c-button[data-height=heavy]:active.c-button__texture--flat, button.c-button[data-height=heavy]:active.c-button__texture--multiply, button.c-button[data-height=heavy]:active.c-button__texture--screen, button.c-button[data-height=heavy]:active.c-button__texture--overlay, button.c-button[data-height=heavy]:focus.c-button__texture--flat, button.c-button[data-height=heavy]:focus.c-button__texture--multiply, button.c-button[data-height=heavy]:focus.c-button__texture--screen, button.c-button[data-height=heavy]:focus.c-button__texture--overlay, input[type=submit].c-button[data-height=heavy].c-button__texture--flat, input[type=submit].c-button[data-height=heavy].c-button__texture--multiply, input[type=submit].c-button[data-height=heavy].c-button__texture--screen, input[type=submit].c-button[data-height=heavy].c-button__texture--overlay, input[type=submit].c-button[data-height=heavy]:hover.c-button__texture--flat, input[type=submit].c-button[data-height=heavy]:hover.c-button__texture--multiply, input[type=submit].c-button[data-height=heavy]:hover.c-button__texture--screen, input[type=submit].c-button[data-height=heavy]:hover.c-button__texture--overlay, input[type=submit].c-button[data-height=heavy]:active.c-button__texture--flat, input[type=submit].c-button[data-height=heavy]:active.c-button__texture--multiply, input[type=submit].c-button[data-height=heavy]:active.c-button__texture--screen, input[type=submit].c-button[data-height=heavy]:active.c-button__texture--overlay, input[type=submit].c-button[data-height=heavy]:focus.c-button__texture--flat, input[type=submit].c-button[data-height=heavy]:focus.c-button__texture--multiply, input[type=submit].c-button[data-height=heavy]:focus.c-button__texture--screen, input[type=submit].c-button[data-height=heavy]:focus.c-button__texture--overlay {
    padding: calc(2.5em + var(--button-border-width)) var(--button-padding);
  }
}
@media screen and (max-width: 767px) {
  a.c-button[data-height=heavy].c-button__texture--flat, a.c-button[data-height=heavy].c-button__texture--multiply, a.c-button[data-height=heavy].c-button__texture--screen, a.c-button[data-height=heavy].c-button__texture--overlay, a.c-button[data-height=heavy]:hover.c-button__texture--flat, a.c-button[data-height=heavy]:hover.c-button__texture--multiply, a.c-button[data-height=heavy]:hover.c-button__texture--screen, a.c-button[data-height=heavy]:hover.c-button__texture--overlay, a.c-button[data-height=heavy]:active.c-button__texture--flat, a.c-button[data-height=heavy]:active.c-button__texture--multiply, a.c-button[data-height=heavy]:active.c-button__texture--screen, a.c-button[data-height=heavy]:active.c-button__texture--overlay, a.c-button[data-height=heavy]:focus.c-button__texture--flat, a.c-button[data-height=heavy]:focus.c-button__texture--multiply, a.c-button[data-height=heavy]:focus.c-button__texture--screen, a.c-button[data-height=heavy]:focus.c-button__texture--overlay, button.c-button[data-height=heavy].c-button__texture--flat, button.c-button[data-height=heavy].c-button__texture--multiply, button.c-button[data-height=heavy].c-button__texture--screen, button.c-button[data-height=heavy].c-button__texture--overlay, button.c-button[data-height=heavy]:hover.c-button__texture--flat, button.c-button[data-height=heavy]:hover.c-button__texture--multiply, button.c-button[data-height=heavy]:hover.c-button__texture--screen, button.c-button[data-height=heavy]:hover.c-button__texture--overlay, button.c-button[data-height=heavy]:active.c-button__texture--flat, button.c-button[data-height=heavy]:active.c-button__texture--multiply, button.c-button[data-height=heavy]:active.c-button__texture--screen, button.c-button[data-height=heavy]:active.c-button__texture--overlay, button.c-button[data-height=heavy]:focus.c-button__texture--flat, button.c-button[data-height=heavy]:focus.c-button__texture--multiply, button.c-button[data-height=heavy]:focus.c-button__texture--screen, button.c-button[data-height=heavy]:focus.c-button__texture--overlay, input[type=submit].c-button[data-height=heavy].c-button__texture--flat, input[type=submit].c-button[data-height=heavy].c-button__texture--multiply, input[type=submit].c-button[data-height=heavy].c-button__texture--screen, input[type=submit].c-button[data-height=heavy].c-button__texture--overlay, input[type=submit].c-button[data-height=heavy]:hover.c-button__texture--flat, input[type=submit].c-button[data-height=heavy]:hover.c-button__texture--multiply, input[type=submit].c-button[data-height=heavy]:hover.c-button__texture--screen, input[type=submit].c-button[data-height=heavy]:hover.c-button__texture--overlay, input[type=submit].c-button[data-height=heavy]:active.c-button__texture--flat, input[type=submit].c-button[data-height=heavy]:active.c-button__texture--multiply, input[type=submit].c-button[data-height=heavy]:active.c-button__texture--screen, input[type=submit].c-button[data-height=heavy]:active.c-button__texture--overlay, input[type=submit].c-button[data-height=heavy]:focus.c-button__texture--flat, input[type=submit].c-button[data-height=heavy]:focus.c-button__texture--multiply, input[type=submit].c-button[data-height=heavy]:focus.c-button__texture--screen, input[type=submit].c-button[data-height=heavy]:focus.c-button__texture--overlay {
    padding: calc(2em + var(--button-border-width)) var(--button-padding);
  }
}

.c-button__circle--heavy, .c-button__circle--thin, .c-button__circle--flat {
  width: -moz-max-content;
  width: max-content;
}
.c-button__circle--heavy span, .c-button__circle--thin span, .c-button__circle--flat span {
  width: 1.125em;
  height: 1.125em;
  display: block 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 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 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 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 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 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 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;
  }
}

a[data-hover=flat], button[data-hover=flat], input[data-hover=flat] {
  background-image: var(--rgb-flat-gradation);
  background-color: var(--rgb-flat);
  color: var(--rgb-flat-text);
  border: none;
}
a[data-hover=flat]:hover, a[data-hover=flat]:active, a[data-hover=flat]:focus, button[data-hover=flat]:hover, button[data-hover=flat]:active, button[data-hover=flat]:focus, input[data-hover=flat]:hover, input[data-hover=flat]:active, input[data-hover=flat]:focus {
  background-image: var(--rgb-flat-gradation-hover);
  background-color: var(--rgb-flat-hover);
}
a[data-hover=multiply], a[data-hover=screen], a[data-hover=overlay], button[data-hover=multiply], button[data-hover=screen], button[data-hover=overlay], input[data-hover=multiply], input[data-hover=screen], input[data-hover=overlay] {
  background-image: var(--rgb-blend-gradation);
  background-color: var(--rgb-blend);
  color: var(--rgb-white);
  border: none;
}
a[data-hover=solid], button[data-hover=solid], input[data-hover=solid] {
  background-color: var(--rgb-white);
  border: var(--button-border-width) solid var(--button-border-color);
  color: var(--rgb-flat);
}
a[data-hover=solid]:hover, a[data-hover=solid]:active, a[data-hover=solid]:focus, button[data-hover=solid]:hover, button[data-hover=solid]:active, button[data-hover=solid]:focus, input[data-hover=solid]:hover, input[data-hover=solid]:active, input[data-hover=solid]:focus {
  background-color: var(--rgb-flat);
  color: var(--rgb-custom-text);
}
a[data-hover=outline], button[data-hover=outline], input[data-hover=outline] {
  background-color: transparent;
  border: var(--button-border-width) solid var(--button-border-color);
  color: var(--rgb-flat);
}
a[data-hover=outline]:hover, a[data-hover=outline]:active, a[data-hover=outline]:focus, button[data-hover=outline]:hover, button[data-hover=outline]:active, button[data-hover=outline]:focus, input[data-hover=outline]:hover, input[data-hover=outline]:active, input[data-hover=outline]:focus {
  background-color: var(--rgb-flat);
  color: var(--rgb-custom-text);
}
a[data-hover=white], button[data-hover=white], input[data-hover=white] {
  background-color: var(--rgb-white);
  border: var(--button-border-width) solid var(--rgb-white);
  color: var(--rgb-button-text);
}
a[data-hover=white]:hover, a[data-hover=white]:active, a[data-hover=white]:focus, button[data-hover=white]:hover, button[data-hover=white]:active, button[data-hover=white]:focus, input[data-hover=white]:hover, input[data-hover=white]:active, input[data-hover=white]:focus {
  background-color: transparent;
  border: var(--button-border-width) solid var(--rgb-white);
  color: var(--rgb-white);
}
a[data-hover=monochrome], button[data-hover=monochrome], input[data-hover=monochrome] {
  background-color: var(--rgb-white);
  border: var(--button-border-width) solid var(--rgb-black);
  color: var(--rgb-black);
}
a[data-hover=monochrome]:hover, a[data-hover=monochrome]:active, a[data-hover=monochrome]:focus, button[data-hover=monochrome]:hover, button[data-hover=monochrome]:active, button[data-hover=monochrome]:focus, input[data-hover=monochrome]:hover, input[data-hover=monochrome]:active, input[data-hover=monochrome]:focus {
  background-color: var(--rgb-black);
  border-color: var(--rgb-black);
  color: var(--rgb-white);
}
a[data-hover=negative], button[data-hover=negative], input[data-hover=negative] {
  background-color: var(--rgb-white);
  border: var(--button-border-width) solid var(--rgb-negative);
  color: var(--rgb-negativegray);
}
a[data-hover=negative]:hover, a[data-hover=negative]:active, a[data-hover=negative]:focus, button[data-hover=negative]:hover, button[data-hover=negative]:active, button[data-hover=negative]:focus, input[data-hover=negative]:hover, input[data-hover=negative]:active, input[data-hover=negative]:focus {
  background-color: var(--rgb-watergray);
  border-color: var(--rgb-negative);
  color: var(--rgb-negative);
}
a[data-hover=invert], button[data-hover=invert], input[data-hover=invert] {
  background-color: transparent;
  border: var(--button-border-width) solid var(--rgb-white);
  color: var(--rgb-white);
}
a[data-hover=invert]:hover, a[data-hover=invert]:active, a[data-hover=invert]:focus, button[data-hover=invert]:hover, button[data-hover=invert]:active, button[data-hover=invert]:focus, input[data-hover=invert]:hover, input[data-hover=invert]:active, input[data-hover=invert]:focus {
  background-color: rgba(255, 255, 255, 0.25);
  color: var(--rgb-invert-text);
  border-color: var(--rgb-white);
}

[data-rounded=xs] {
  overflow: hidden;
  border-radius: 0.125rem;
}

[data-rounded=sm] {
  overflow: hidden;
  border-radius: 0.25rem;
}

[data-rounded=sm] {
  overflow: hidden;
  border-radius: 0.5rem;
}

[data-rounded=lg] {
  overflow: hidden;
  border-radius: 0.75rem;
}

[data-rounded=xl] {
  overflow: hidden;
  border-radius: 1rem;
}

[data-rounded=xxl] {
  overflow: hidden;
  border-radius: 2rem;
}

[data-rounded=all] {
  overflow: hidden;
  border-radius: calc(infinity * 1rem);
}

a[data-motion=right], button[data-motion=right], input[type=submit][data-motion=right] {
  position: relative;
  overflow: hidden;
}
a[data-motion=right]::before, a[data-motion=right]::after, button[data-motion=right]::before, button[data-motion=right]::after, input[type=submit][data-motion=right]::before, input[type=submit][data-motion=right]::after {
  content: "";
}
a[data-motion=right] span, a[data-motion=right]::after, button[data-motion=right] span, button[data-motion=right]::after, input[type=submit][data-motion=right] span, input[type=submit][data-motion=right]::after {
  position: relative;
  z-index: 1;
}
a[data-motion=right]::before, button[data-motion=right]::before, input[type=submit][data-motion=right]::before {
  margin-right: 0;
  width: 100%;
  display: block flow;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
a[data-motion=right]:hover::before, a[data-motion=right]:active::before, a[data-motion=right]:focus::before, a[data-motion=right].active::before, button[data-motion=right]:hover::before, button[data-motion=right]:active::before, button[data-motion=right]:focus::before, button[data-motion=right].active::before, input[type=submit][data-motion=right]:hover::before, input[type=submit][data-motion=right]:active::before, input[type=submit][data-motion=right]:focus::before, input[type=submit][data-motion=right].active::before {
  left: 0;
}
a[data-motion=right][data-hover=flat] span, a[data-motion=right][data-hover=flat]::after, button[data-motion=right][data-hover=flat] span, button[data-motion=right][data-hover=flat]::after, input[type=submit][data-motion=right][data-hover=flat] span, input[type=submit][data-motion=right][data-hover=flat]::after {
  color: var(--rgb-flat-text);
  animation: animation-flat-text-out 0.5s ease-out 1 forwards;
}
@keyframes animation-flat-text-out {
  0% {
    color: var(--rgb-flat-text);
  }
  20% {
    color: var(--rgb-flat-text);
  }
  80% {
    color: var(--rgb-flat-text);
  }
  100% {
    color: var(--rgb-flat-text);
  }
}
a[data-motion=right][data-hover=flat]::before, button[data-motion=right][data-hover=flat]::before, input[type=submit][data-motion=right][data-hover=flat]::before {
  background-color: var(--rgb-flat-hover);
  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;
  }
}
a[data-motion=right][data-hover=flat]:hover, a[data-motion=right][data-hover=flat]:active, a[data-motion=right][data-hover=flat]:focus, a[data-motion=right][data-hover=flat].active, button[data-motion=right][data-hover=flat]:hover, button[data-motion=right][data-hover=flat]:active, button[data-motion=right][data-hover=flat]:focus, button[data-motion=right][data-hover=flat].active, input[type=submit][data-motion=right][data-hover=flat]:hover, input[type=submit][data-motion=right][data-hover=flat]:active, input[type=submit][data-motion=right][data-hover=flat]:focus, input[type=submit][data-motion=right][data-hover=flat].active {
  background-color: var(--rgb-flat);
}
a[data-motion=right][data-hover=flat]:hover span, a[data-motion=right][data-hover=flat]:hover::after, a[data-motion=right][data-hover=flat]:active span, a[data-motion=right][data-hover=flat]:active::after, a[data-motion=right][data-hover=flat]:focus span, a[data-motion=right][data-hover=flat]:focus::after, a[data-motion=right][data-hover=flat].active span, a[data-motion=right][data-hover=flat].active::after, button[data-motion=right][data-hover=flat]:hover span, button[data-motion=right][data-hover=flat]:hover::after, button[data-motion=right][data-hover=flat]:active span, button[data-motion=right][data-hover=flat]:active::after, button[data-motion=right][data-hover=flat]:focus span, button[data-motion=right][data-hover=flat]:focus::after, button[data-motion=right][data-hover=flat].active span, button[data-motion=right][data-hover=flat].active::after, input[type=submit][data-motion=right][data-hover=flat]:hover span, input[type=submit][data-motion=right][data-hover=flat]:hover::after, input[type=submit][data-motion=right][data-hover=flat]:active span, input[type=submit][data-motion=right][data-hover=flat]:active::after, input[type=submit][data-motion=right][data-hover=flat]:focus span, input[type=submit][data-motion=right][data-hover=flat]:focus::after, input[type=submit][data-motion=right][data-hover=flat].active span, input[type=submit][data-motion=right][data-hover=flat].active::after {
  color: var(--rgb-flat-text-hover);
  animation: animation-flat-text-hover 0.5s ease-in 1 forwards;
}
@keyframes animation-flat-text-hover {
  0% {
    color: var(--rgb-flat-text-hover);
  }
  20% {
    color: var(--rgb-flat-text-hover);
  }
  80% {
    color: var(--rgb-flat-text-hover);
  }
  100% {
    color: var(--rgb-flat-text-hover);
  }
}
a[data-motion=right][data-hover=flat]:hover::before, a[data-motion=right][data-hover=flat]:active::before, a[data-motion=right][data-hover=flat]:focus::before, a[data-motion=right][data-hover=flat].active::before, button[data-motion=right][data-hover=flat]:hover::before, button[data-motion=right][data-hover=flat]:active::before, button[data-motion=right][data-hover=flat]:focus::before, button[data-motion=right][data-hover=flat].active::before, input[type=submit][data-motion=right][data-hover=flat]:hover::before, input[type=submit][data-motion=right][data-hover=flat]:active::before, input[type=submit][data-motion=right][data-hover=flat]:focus::before, input[type=submit][data-motion=right][data-hover=flat].active::before {
  background-color: var(--rgb-flat-hover);
  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%;
  }
}
a[data-motion=right][data-hover=multiply] span, a[data-motion=right][data-hover=multiply]::after, button[data-motion=right][data-hover=multiply] span, button[data-motion=right][data-hover=multiply]::after, input[type=submit][data-motion=right][data-hover=multiply] span, input[type=submit][data-motion=right][data-hover=multiply]::after {
  color: var(--rgb-multiply-text);
  animation: animation-multiply-text-out 0.5s ease-out 1 forwards;
}
@keyframes animation-multiply-text-out {
  0% {
    color: var(--rgb-multiply-text);
  }
  20% {
    color: var(--rgb-multiply-text);
  }
  80% {
    color: var(--rgb-multiply-text);
  }
  100% {
    color: var(--rgb-multiply-text);
  }
}
a[data-motion=right][data-hover=multiply]::before, button[data-motion=right][data-hover=multiply]::before, input[type=submit][data-motion=right][data-hover=multiply]::before {
  background-image: var(--rgb-blend-gradation);
  background-color: var(--rgb-blend);
  mix-blend-mode: multiply;
  animation: animation-multiply-background-out 0.5s ease-out 1 forwards;
}
@keyframes animation-multiply-background-out {
  0% {
    width: 100%;
  }
  20% {
    width: 100%;
  }
  80% {
    width: 0;
  }
  100% {
    width: 0;
  }
}
a[data-motion=right][data-hover=multiply]:hover, a[data-motion=right][data-hover=multiply]:active, a[data-motion=right][data-hover=multiply]:focus, a[data-motion=right][data-hover=multiply].active, button[data-motion=right][data-hover=multiply]:hover, button[data-motion=right][data-hover=multiply]:active, button[data-motion=right][data-hover=multiply]:focus, button[data-motion=right][data-hover=multiply].active, input[type=submit][data-motion=right][data-hover=multiply]:hover, input[type=submit][data-motion=right][data-hover=multiply]:active, input[type=submit][data-motion=right][data-hover=multiply]:focus, input[type=submit][data-motion=right][data-hover=multiply].active {
  background-image: var(--rgb-blend-gradation);
  background-color: var(--rgb-blend);
}
a[data-motion=right][data-hover=multiply]:hover span, a[data-motion=right][data-hover=multiply]:hover::after, a[data-motion=right][data-hover=multiply]:active span, a[data-motion=right][data-hover=multiply]:active::after, a[data-motion=right][data-hover=multiply]:focus span, a[data-motion=right][data-hover=multiply]:focus::after, a[data-motion=right][data-hover=multiply].active span, a[data-motion=right][data-hover=multiply].active::after, button[data-motion=right][data-hover=multiply]:hover span, button[data-motion=right][data-hover=multiply]:hover::after, button[data-motion=right][data-hover=multiply]:active span, button[data-motion=right][data-hover=multiply]:active::after, button[data-motion=right][data-hover=multiply]:focus span, button[data-motion=right][data-hover=multiply]:focus::after, button[data-motion=right][data-hover=multiply].active span, button[data-motion=right][data-hover=multiply].active::after, input[type=submit][data-motion=right][data-hover=multiply]:hover span, input[type=submit][data-motion=right][data-hover=multiply]:hover::after, input[type=submit][data-motion=right][data-hover=multiply]:active span, input[type=submit][data-motion=right][data-hover=multiply]:active::after, input[type=submit][data-motion=right][data-hover=multiply]:focus span, input[type=submit][data-motion=right][data-hover=multiply]:focus::after, input[type=submit][data-motion=right][data-hover=multiply].active span, input[type=submit][data-motion=right][data-hover=multiply].active::after {
  color: var(--rgb-multiply-text);
  animation: animation-multiply-text-hover 0.5s ease-in 1 forwards;
}
@keyframes animation-multiply-text-hover {
  0% {
    color: var(--rgb-multiply-text);
  }
  20% {
    color: var(--rgb-multiply-text);
  }
  80% {
    color: var(--rgb-multiply-text);
  }
  100% {
    color: var(--rgb-multiply-text);
  }
}
a[data-motion=right][data-hover=multiply]:hover::before, a[data-motion=right][data-hover=multiply]:active::before, a[data-motion=right][data-hover=multiply]:focus::before, a[data-motion=right][data-hover=multiply].active::before, button[data-motion=right][data-hover=multiply]:hover::before, button[data-motion=right][data-hover=multiply]:active::before, button[data-motion=right][data-hover=multiply]:focus::before, button[data-motion=right][data-hover=multiply].active::before, input[type=submit][data-motion=right][data-hover=multiply]:hover::before, input[type=submit][data-motion=right][data-hover=multiply]:active::before, input[type=submit][data-motion=right][data-hover=multiply]:focus::before, input[type=submit][data-motion=right][data-hover=multiply].active::before {
  background-image: var(--rgb-blend-gradation);
  background-color: var(--rgb-blend);
  mix-blend-mode: multiply;
  animation: animation-multiply-background-hover 0.5s ease-in 1 forwards;
}
@keyframes animation-multiply-background-hover {
  0% {
    width: 0;
  }
  20% {
    width: 0;
  }
  80% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
a[data-motion=right][data-hover=screen] span, a[data-motion=right][data-hover=screen]::after, button[data-motion=right][data-hover=screen] span, button[data-motion=right][data-hover=screen]::after, input[type=submit][data-motion=right][data-hover=screen] span, input[type=submit][data-motion=right][data-hover=screen]::after {
  color: var(--rgb-screen-text);
  animation: animation-screen-text-out 0.5s ease-out 1 forwards;
}
@keyframes animation-screen-text-out {
  0% {
    color: var(--rgb-screen-text);
  }
  20% {
    color: var(--rgb-screen-text);
  }
  80% {
    color: var(--rgb-screen-text);
  }
  100% {
    color: var(--rgb-screen-text);
  }
}
a[data-motion=right][data-hover=screen]::before, button[data-motion=right][data-hover=screen]::before, input[type=submit][data-motion=right][data-hover=screen]::before {
  background-image: var(--rgb-blend-gradation);
  background-color: var(--rgb-blend);
  mix-blend-mode: screen;
  animation: animation-screen-background-out 0.5s ease-out 1 forwards;
}
@keyframes animation-screen-background-out {
  0% {
    width: 100%;
  }
  20% {
    width: 100%;
  }
  80% {
    width: 0;
  }
  100% {
    width: 0;
  }
}
a[data-motion=right][data-hover=screen]:hover, a[data-motion=right][data-hover=screen]:active, a[data-motion=right][data-hover=screen]:focus, a[data-motion=right][data-hover=screen].active, button[data-motion=right][data-hover=screen]:hover, button[data-motion=right][data-hover=screen]:active, button[data-motion=right][data-hover=screen]:focus, button[data-motion=right][data-hover=screen].active, input[type=submit][data-motion=right][data-hover=screen]:hover, input[type=submit][data-motion=right][data-hover=screen]:active, input[type=submit][data-motion=right][data-hover=screen]:focus, input[type=submit][data-motion=right][data-hover=screen].active {
  background-image: var(--rgb-blend-gradation);
  background-color: var(--rgb-blend);
}
a[data-motion=right][data-hover=screen]:hover span, a[data-motion=right][data-hover=screen]:hover::after, a[data-motion=right][data-hover=screen]:active span, a[data-motion=right][data-hover=screen]:active::after, a[data-motion=right][data-hover=screen]:focus span, a[data-motion=right][data-hover=screen]:focus::after, a[data-motion=right][data-hover=screen].active span, a[data-motion=right][data-hover=screen].active::after, button[data-motion=right][data-hover=screen]:hover span, button[data-motion=right][data-hover=screen]:hover::after, button[data-motion=right][data-hover=screen]:active span, button[data-motion=right][data-hover=screen]:active::after, button[data-motion=right][data-hover=screen]:focus span, button[data-motion=right][data-hover=screen]:focus::after, button[data-motion=right][data-hover=screen].active span, button[data-motion=right][data-hover=screen].active::after, input[type=submit][data-motion=right][data-hover=screen]:hover span, input[type=submit][data-motion=right][data-hover=screen]:hover::after, input[type=submit][data-motion=right][data-hover=screen]:active span, input[type=submit][data-motion=right][data-hover=screen]:active::after, input[type=submit][data-motion=right][data-hover=screen]:focus span, input[type=submit][data-motion=right][data-hover=screen]:focus::after, input[type=submit][data-motion=right][data-hover=screen].active span, input[type=submit][data-motion=right][data-hover=screen].active::after {
  color: var(--rgb-screen-text);
  animation: animation-screen-text-hover 0.5s ease-in 1 forwards;
}
@keyframes animation-screen-text-hover {
  0% {
    color: var(--rgb-screen-text);
  }
  20% {
    color: var(--rgb-screen-text);
  }
  80% {
    color: var(--rgb-screen-text);
  }
  100% {
    color: var(--rgb-screen-text);
  }
}
a[data-motion=right][data-hover=screen]:hover::before, a[data-motion=right][data-hover=screen]:active::before, a[data-motion=right][data-hover=screen]:focus::before, a[data-motion=right][data-hover=screen].active::before, button[data-motion=right][data-hover=screen]:hover::before, button[data-motion=right][data-hover=screen]:active::before, button[data-motion=right][data-hover=screen]:focus::before, button[data-motion=right][data-hover=screen].active::before, input[type=submit][data-motion=right][data-hover=screen]:hover::before, input[type=submit][data-motion=right][data-hover=screen]:active::before, input[type=submit][data-motion=right][data-hover=screen]:focus::before, input[type=submit][data-motion=right][data-hover=screen].active::before {
  background-image: var(--rgb-blend-gradation);
  background-color: var(--rgb-blend);
  mix-blend-mode: screen;
  animation: animation-screen-background-hover 0.5s ease-in 1 forwards;
}
@keyframes animation-screen-background-hover {
  0% {
    width: 0;
  }
  20% {
    width: 0;
  }
  80% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
a[data-motion=right][data-hover=overlay] span, a[data-motion=right][data-hover=overlay]::after, button[data-motion=right][data-hover=overlay] span, button[data-motion=right][data-hover=overlay]::after, input[type=submit][data-motion=right][data-hover=overlay] span, input[type=submit][data-motion=right][data-hover=overlay]::after {
  color: var(--rgb-white);
  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);
  }
}
a[data-motion=right][data-hover=overlay]::before, button[data-motion=right][data-hover=overlay]::before, input[type=submit][data-motion=right][data-hover=overlay]::before {
  background-image: var(--rgb-blend-gradation);
  background-color: var(--rgb-blend);
  mix-blend-mode: overlay;
  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;
  }
}
a[data-motion=right][data-hover=overlay]:hover, a[data-motion=right][data-hover=overlay]:active, a[data-motion=right][data-hover=overlay]:focus, a[data-motion=right][data-hover=overlay].active, button[data-motion=right][data-hover=overlay]:hover, button[data-motion=right][data-hover=overlay]:active, button[data-motion=right][data-hover=overlay]:focus, button[data-motion=right][data-hover=overlay].active, input[type=submit][data-motion=right][data-hover=overlay]:hover, input[type=submit][data-motion=right][data-hover=overlay]:active, input[type=submit][data-motion=right][data-hover=overlay]:focus, input[type=submit][data-motion=right][data-hover=overlay].active {
  background-image: var(--rgb-blend-gradation);
  background-color: var(--rgb-blend);
}
a[data-motion=right][data-hover=overlay]:hover span, a[data-motion=right][data-hover=overlay]:hover::after, a[data-motion=right][data-hover=overlay]:active span, a[data-motion=right][data-hover=overlay]:active::after, a[data-motion=right][data-hover=overlay]:focus span, a[data-motion=right][data-hover=overlay]:focus::after, a[data-motion=right][data-hover=overlay].active span, a[data-motion=right][data-hover=overlay].active::after, button[data-motion=right][data-hover=overlay]:hover span, button[data-motion=right][data-hover=overlay]:hover::after, button[data-motion=right][data-hover=overlay]:active span, button[data-motion=right][data-hover=overlay]:active::after, button[data-motion=right][data-hover=overlay]:focus span, button[data-motion=right][data-hover=overlay]:focus::after, button[data-motion=right][data-hover=overlay].active span, button[data-motion=right][data-hover=overlay].active::after, input[type=submit][data-motion=right][data-hover=overlay]:hover span, input[type=submit][data-motion=right][data-hover=overlay]:hover::after, input[type=submit][data-motion=right][data-hover=overlay]:active span, input[type=submit][data-motion=right][data-hover=overlay]:active::after, input[type=submit][data-motion=right][data-hover=overlay]:focus span, input[type=submit][data-motion=right][data-hover=overlay]:focus::after, input[type=submit][data-motion=right][data-hover=overlay].active span, input[type=submit][data-motion=right][data-hover=overlay].active::after {
  color: var(--rgb-white);
  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);
  }
}
a[data-motion=right][data-hover=overlay]:hover::before, a[data-motion=right][data-hover=overlay]:active::before, a[data-motion=right][data-hover=overlay]:focus::before, a[data-motion=right][data-hover=overlay].active::before, button[data-motion=right][data-hover=overlay]:hover::before, button[data-motion=right][data-hover=overlay]:active::before, button[data-motion=right][data-hover=overlay]:focus::before, button[data-motion=right][data-hover=overlay].active::before, input[type=submit][data-motion=right][data-hover=overlay]:hover::before, input[type=submit][data-motion=right][data-hover=overlay]:active::before, input[type=submit][data-motion=right][data-hover=overlay]:focus::before, input[type=submit][data-motion=right][data-hover=overlay].active::before {
  background-image: var(--rgb-blend-gradation);
  background-color: var(--rgb-blend);
  mix-blend-mode: overlay;
  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%;
  }
}
a[data-motion=right][data-hover=white] span, a[data-motion=right][data-hover=white]::after, button[data-motion=right][data-hover=white] span, button[data-motion=right][data-hover=white]::after, input[type=submit][data-motion=right][data-hover=white] span, input[type=submit][data-motion=right][data-hover=white]::after {
  color: var(--rgb-flat-text);
  animation: animation-white-text-out 0.5s ease-out 1 forwards;
}
@keyframes animation-white-text-out {
  0% {
    color: var(--rgb-white);
  }
  20% {
    color: var(--rgb-white);
  }
  80% {
    color: var(--rgb-flat-text);
  }
  100% {
    color: var(--rgb-flat-text);
  }
}
a[data-motion=right][data-hover=white]::before, button[data-motion=right][data-hover=white]::before, input[type=submit][data-motion=right][data-hover=white]::before {
  left: auto;
  right: 0;
  background-color: var(--rgb-white);
  animation: animation-white-background-out 0.5s ease-out 1 forwards;
}
@keyframes animation-white-background-out {
  0% {
    width: 0;
  }
  20% {
    width: 0;
  }
  80% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
a[data-motion=right][data-hover=white]:hover span, a[data-motion=right][data-hover=white]:hover::after, a[data-motion=right][data-hover=white]:active span, a[data-motion=right][data-hover=white]:active::after, a[data-motion=right][data-hover=white]:focus span, a[data-motion=right][data-hover=white]:focus::after, a[data-motion=right][data-hover=white].active span, a[data-motion=right][data-hover=white].active::after, button[data-motion=right][data-hover=white]:hover span, button[data-motion=right][data-hover=white]:hover::after, button[data-motion=right][data-hover=white]:active span, button[data-motion=right][data-hover=white]:active::after, button[data-motion=right][data-hover=white]:focus span, button[data-motion=right][data-hover=white]:focus::after, button[data-motion=right][data-hover=white].active span, button[data-motion=right][data-hover=white].active::after, input[type=submit][data-motion=right][data-hover=white]:hover span, input[type=submit][data-motion=right][data-hover=white]:hover::after, input[type=submit][data-motion=right][data-hover=white]:active span, input[type=submit][data-motion=right][data-hover=white]:active::after, input[type=submit][data-motion=right][data-hover=white]:focus span, input[type=submit][data-motion=right][data-hover=white]:focus::after, input[type=submit][data-motion=right][data-hover=white].active span, input[type=submit][data-motion=right][data-hover=white].active::after {
  color: var(--rgb-flat-text);
  animation: animation-white-text-hover 0.5s ease-in 1 forwards;
}
@keyframes animation-white-text-hover {
  0% {
    color: var(--rgb-flat-text);
  }
  20% {
    color: var(--rgb-flat-text);
  }
  80% {
    color: var(--rgb-white);
  }
  100% {
    color: var(--rgb-white);
  }
}
a[data-motion=right][data-hover=white]:hover::before, a[data-motion=right][data-hover=white]:active::before, a[data-motion=right][data-hover=white]:focus::before, a[data-motion=right][data-hover=white].active::before, button[data-motion=right][data-hover=white]:hover::before, button[data-motion=right][data-hover=white]:active::before, button[data-motion=right][data-hover=white]:focus::before, button[data-motion=right][data-hover=white].active::before, input[type=submit][data-motion=right][data-hover=white]:hover::before, input[type=submit][data-motion=right][data-hover=white]:active::before, input[type=submit][data-motion=right][data-hover=white]:focus::before, input[type=submit][data-motion=right][data-hover=white].active::before {
  left: auto;
  right: 0;
  background-color: var(--rgb-white);
  animation: animation-white-background-hover 0.5s ease-in 1 forwards;
}
@keyframes animation-white-background-hover {
  0% {
    width: 100%;
  }
  20% {
    width: 100%;
  }
  80% {
    width: 0;
  }
  100% {
    width: 0;
  }
}
a[data-motion=right][data-hover=gradation], button[data-motion=right][data-hover=gradation], input[type=submit][data-motion=right][data-hover=gradation] {
  background-image: var(--rgb-gradation-hover);
}
a[data-motion=right][data-hover=gradation] span, a[data-motion=right][data-hover=gradation]::after, button[data-motion=right][data-hover=gradation] span, button[data-motion=right][data-hover=gradation]::after, input[type=submit][data-motion=right][data-hover=gradation] span, input[type=submit][data-motion=right][data-hover=gradation]::after {
  color: var(--rgb-white);
}
a[data-motion=right][data-hover=gradation]::before, button[data-motion=right][data-hover=gradation]::before, input[type=submit][data-motion=right][data-hover=gradation]::before {
  background-image: var(--rgb-gradation);
  animation: animation-grad-background-out 0.5s ease-out 1 forwards;
}
@keyframes animation-grad-background-out {
  0% {
    width: 0%;
  }
  20% {
    width: 0%;
  }
  80% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
a[data-motion=right][data-hover=gradation]:hover, a[data-motion=right][data-hover=gradation]:active, a[data-motion=right][data-hover=gradation]:focus, a[data-motion=right][data-hover=gradation].active, button[data-motion=right][data-hover=gradation]:hover, button[data-motion=right][data-hover=gradation]:active, button[data-motion=right][data-hover=gradation]:focus, button[data-motion=right][data-hover=gradation].active, input[type=submit][data-motion=right][data-hover=gradation]:hover, input[type=submit][data-motion=right][data-hover=gradation]:active, input[type=submit][data-motion=right][data-hover=gradation]:focus, input[type=submit][data-motion=right][data-hover=gradation].active {
  background-image: var(--rgb-gradation);
}
a[data-motion=right][data-hover=gradation]:hover span, a[data-motion=right][data-hover=gradation]:hover::after, a[data-motion=right][data-hover=gradation]:active span, a[data-motion=right][data-hover=gradation]:active::after, a[data-motion=right][data-hover=gradation]:focus span, a[data-motion=right][data-hover=gradation]:focus::after, a[data-motion=right][data-hover=gradation].active span, a[data-motion=right][data-hover=gradation].active::after, button[data-motion=right][data-hover=gradation]:hover span, button[data-motion=right][data-hover=gradation]:hover::after, button[data-motion=right][data-hover=gradation]:active span, button[data-motion=right][data-hover=gradation]:active::after, button[data-motion=right][data-hover=gradation]:focus span, button[data-motion=right][data-hover=gradation]:focus::after, button[data-motion=right][data-hover=gradation].active span, button[data-motion=right][data-hover=gradation].active::after, input[type=submit][data-motion=right][data-hover=gradation]:hover span, input[type=submit][data-motion=right][data-hover=gradation]:hover::after, input[type=submit][data-motion=right][data-hover=gradation]:active span, input[type=submit][data-motion=right][data-hover=gradation]:active::after, input[type=submit][data-motion=right][data-hover=gradation]:focus span, input[type=submit][data-motion=right][data-hover=gradation]:focus::after, input[type=submit][data-motion=right][data-hover=gradation].active span, input[type=submit][data-motion=right][data-hover=gradation].active::after {
  color: var(--rgb-white);
}
a[data-motion=right][data-hover=gradation]:hover::before, a[data-motion=right][data-hover=gradation]:active::before, a[data-motion=right][data-hover=gradation]:focus::before, a[data-motion=right][data-hover=gradation].active::before, button[data-motion=right][data-hover=gradation]:hover::before, button[data-motion=right][data-hover=gradation]:active::before, button[data-motion=right][data-hover=gradation]:focus::before, button[data-motion=right][data-hover=gradation].active::before, input[type=submit][data-motion=right][data-hover=gradation]:hover::before, input[type=submit][data-motion=right][data-hover=gradation]:active::before, input[type=submit][data-motion=right][data-hover=gradation]:focus::before, input[type=submit][data-motion=right][data-hover=gradation].active::before {
  background-image: var(--rgb-gradation-hover);
  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%;
  }
}
a[data-motion=right][data-hover=solid] span, a[data-motion=right][data-hover=solid]::after, button[data-motion=right][data-hover=solid] span, button[data-motion=right][data-hover=solid]::after, input[type=submit][data-motion=right][data-hover=solid] span, input[type=submit][data-motion=right][data-hover=solid]::after {
  color: var(--rgb-white);
  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-flat);
  }
  100% {
    color: var(--rgb-flat);
  }
}
a[data-motion=right][data-hover=solid]::before, button[data-motion=right][data-hover=solid]::before, input[type=submit][data-motion=right][data-hover=solid]::before {
  background-color: var(--rgb-flat);
  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;
  }
}
a[data-motion=right][data-hover=solid]:hover, a[data-motion=right][data-hover=solid]:active, a[data-motion=right][data-hover=solid]:focus, a[data-motion=right][data-hover=solid].active, button[data-motion=right][data-hover=solid]:hover, button[data-motion=right][data-hover=solid]:active, button[data-motion=right][data-hover=solid]:focus, button[data-motion=right][data-hover=solid].active, input[type=submit][data-motion=right][data-hover=solid]:hover, input[type=submit][data-motion=right][data-hover=solid]:active, input[type=submit][data-motion=right][data-hover=solid]:focus, input[type=submit][data-motion=right][data-hover=solid].active {
  background-color: var(--rgb-white);
}
a[data-motion=right][data-hover=solid]:hover span, a[data-motion=right][data-hover=solid]:hover::after, a[data-motion=right][data-hover=solid]:active span, a[data-motion=right][data-hover=solid]:active::after, a[data-motion=right][data-hover=solid]:focus span, a[data-motion=right][data-hover=solid]:focus::after, a[data-motion=right][data-hover=solid].active span, a[data-motion=right][data-hover=solid].active::after, button[data-motion=right][data-hover=solid]:hover span, button[data-motion=right][data-hover=solid]:hover::after, button[data-motion=right][data-hover=solid]:active span, button[data-motion=right][data-hover=solid]:active::after, button[data-motion=right][data-hover=solid]:focus span, button[data-motion=right][data-hover=solid]:focus::after, button[data-motion=right][data-hover=solid].active span, button[data-motion=right][data-hover=solid].active::after, input[type=submit][data-motion=right][data-hover=solid]:hover span, input[type=submit][data-motion=right][data-hover=solid]:hover::after, input[type=submit][data-motion=right][data-hover=solid]:active span, input[type=submit][data-motion=right][data-hover=solid]:active::after, input[type=submit][data-motion=right][data-hover=solid]:focus span, input[type=submit][data-motion=right][data-hover=solid]:focus::after, input[type=submit][data-motion=right][data-hover=solid].active span, input[type=submit][data-motion=right][data-hover=solid].active::after {
  color: var(--rgb-flat);
  animation: animation-solid-text-hover 0.5s ease-in 1 forwards;
}
@keyframes animation-solid-text-hover {
  0% {
    color: var(--rgb-flat);
  }
  20% {
    color: var(--rgb-flat);
  }
  80% {
    color: var(--rgb-white);
  }
  100% {
    color: var(--rgb-white);
  }
}
a[data-motion=right][data-hover=solid]:hover::before, a[data-motion=right][data-hover=solid]:active::before, a[data-motion=right][data-hover=solid]:focus::before, a[data-motion=right][data-hover=solid].active::before, button[data-motion=right][data-hover=solid]:hover::before, button[data-motion=right][data-hover=solid]:active::before, button[data-motion=right][data-hover=solid]:focus::before, button[data-motion=right][data-hover=solid].active::before, input[type=submit][data-motion=right][data-hover=solid]:hover::before, input[type=submit][data-motion=right][data-hover=solid]:active::before, input[type=submit][data-motion=right][data-hover=solid]:focus::before, input[type=submit][data-motion=right][data-hover=solid].active::before {
  background-color: var(--rgb-flat);
  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%;
  }
}
a[data-motion=right][data-hover=outline] span, a[data-motion=right][data-hover=outline]::after, button[data-motion=right][data-hover=outline] span, button[data-motion=right][data-hover=outline]::after, input[type=submit][data-motion=right][data-hover=outline] span, input[type=submit][data-motion=right][data-hover=outline]::after {
  color: var(--rgb-white);
  animation: animation-outline-text-out 0.5s ease-out 1 forwards;
}
@keyframes animation-outline-text-out {
  0% {
    color: var(--rgb-outline-text);
  }
  20% {
    color: var(--rgb-outline-text);
  }
  80% {
    color: var(--rgb-flat);
  }
  100% {
    color: var(--rgb-flat);
  }
}
a[data-motion=right][data-hover=outline]::before, button[data-motion=right][data-hover=outline]::before, input[type=submit][data-motion=right][data-hover=outline]::before {
  background-color: var(--rgb-flat);
  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;
  }
}
a[data-motion=right][data-hover=outline]:hover, a[data-motion=right][data-hover=outline]:active, a[data-motion=right][data-hover=outline]:focus, a[data-motion=right][data-hover=outline].active, button[data-motion=right][data-hover=outline]:hover, button[data-motion=right][data-hover=outline]:active, button[data-motion=right][data-hover=outline]:focus, button[data-motion=right][data-hover=outline].active, input[type=submit][data-motion=right][data-hover=outline]:hover, input[type=submit][data-motion=right][data-hover=outline]:active, input[type=submit][data-motion=right][data-hover=outline]:focus, input[type=submit][data-motion=right][data-hover=outline].active {
  background-color: transparent;
}
a[data-motion=right][data-hover=outline]:hover span, a[data-motion=right][data-hover=outline]:hover::after, a[data-motion=right][data-hover=outline]:active span, a[data-motion=right][data-hover=outline]:active::after, a[data-motion=right][data-hover=outline]:focus span, a[data-motion=right][data-hover=outline]:focus::after, a[data-motion=right][data-hover=outline].active span, a[data-motion=right][data-hover=outline].active::after, button[data-motion=right][data-hover=outline]:hover span, button[data-motion=right][data-hover=outline]:hover::after, button[data-motion=right][data-hover=outline]:active span, button[data-motion=right][data-hover=outline]:active::after, button[data-motion=right][data-hover=outline]:focus span, button[data-motion=right][data-hover=outline]:focus::after, button[data-motion=right][data-hover=outline].active span, button[data-motion=right][data-hover=outline].active::after, input[type=submit][data-motion=right][data-hover=outline]:hover span, input[type=submit][data-motion=right][data-hover=outline]:hover::after, input[type=submit][data-motion=right][data-hover=outline]:active span, input[type=submit][data-motion=right][data-hover=outline]:active::after, input[type=submit][data-motion=right][data-hover=outline]:focus span, input[type=submit][data-motion=right][data-hover=outline]:focus::after, input[type=submit][data-motion=right][data-hover=outline].active span, input[type=submit][data-motion=right][data-hover=outline].active::after {
  color: var(--rgb-white);
  animation: animation-outline-text-hover 0.5s ease-in 1 forwards;
}
@keyframes animation-outline-text-hover {
  0% {
    color: var(--rgb-flat);
  }
  20% {
    color: var(--rgb-flat);
  }
  80% {
    color: var(--rgb-white);
  }
  100% {
    color: var(--rgb-white);
  }
}
a[data-motion=right][data-hover=outline]:hover::before, a[data-motion=right][data-hover=outline]:active::before, a[data-motion=right][data-hover=outline]:focus::before, a[data-motion=right][data-hover=outline].active::before, button[data-motion=right][data-hover=outline]:hover::before, button[data-motion=right][data-hover=outline]:active::before, button[data-motion=right][data-hover=outline]:focus::before, button[data-motion=right][data-hover=outline].active::before, input[type=submit][data-motion=right][data-hover=outline]:hover::before, input[type=submit][data-motion=right][data-hover=outline]:active::before, input[type=submit][data-motion=right][data-hover=outline]:focus::before, input[type=submit][data-motion=right][data-hover=outline].active::before {
  background-color: var(--rgb-flat);
  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%;
  }
}
a[data-motion=right][data-hover=invert] span, a[data-motion=right][data-hover=invert]::after, button[data-motion=right][data-hover=invert] span, button[data-motion=right][data-hover=invert]::after, input[type=submit][data-motion=right][data-hover=invert] span, input[type=submit][data-motion=right][data-hover=invert]::after {
  color: var(--rgb-white);
  animation: animation-invert-text-out 0.5s ease-out 1 forwards;
}
@keyframes animation-invert-text-out {
  0% {
    color: var(--rgb-invert-text);
  }
  20% {
    color: var(--rgb-invert-text);
  }
  80% {
    color: var(--rgb-white);
  }
  100% {
    color: var(--rgb-white);
  }
}
a[data-motion=right][data-hover=invert]::before, button[data-motion=right][data-hover=invert]::before, input[type=submit][data-motion=right][data-hover=invert]::before {
  background-color: var(--rgb-white);
  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;
  }
}
a[data-motion=right][data-hover=invert]:hover, a[data-motion=right][data-hover=invert]:active, a[data-motion=right][data-hover=invert]:focus, a[data-motion=right][data-hover=invert].active, button[data-motion=right][data-hover=invert]:hover, button[data-motion=right][data-hover=invert]:active, button[data-motion=right][data-hover=invert]:focus, button[data-motion=right][data-hover=invert].active, input[type=submit][data-motion=right][data-hover=invert]:hover, input[type=submit][data-motion=right][data-hover=invert]:active, input[type=submit][data-motion=right][data-hover=invert]:focus, input[type=submit][data-motion=right][data-hover=invert].active {
  background-color: transparent;
}
a[data-motion=right][data-hover=invert]:hover span, a[data-motion=right][data-hover=invert]:hover::after, a[data-motion=right][data-hover=invert]:active span, a[data-motion=right][data-hover=invert]:active::after, a[data-motion=right][data-hover=invert]:focus span, a[data-motion=right][data-hover=invert]:focus::after, a[data-motion=right][data-hover=invert].active span, a[data-motion=right][data-hover=invert].active::after, button[data-motion=right][data-hover=invert]:hover span, button[data-motion=right][data-hover=invert]:hover::after, button[data-motion=right][data-hover=invert]:active span, button[data-motion=right][data-hover=invert]:active::after, button[data-motion=right][data-hover=invert]:focus span, button[data-motion=right][data-hover=invert]:focus::after, button[data-motion=right][data-hover=invert].active span, button[data-motion=right][data-hover=invert].active::after, input[type=submit][data-motion=right][data-hover=invert]:hover span, input[type=submit][data-motion=right][data-hover=invert]:hover::after, input[type=submit][data-motion=right][data-hover=invert]:active span, input[type=submit][data-motion=right][data-hover=invert]:active::after, input[type=submit][data-motion=right][data-hover=invert]:focus span, input[type=submit][data-motion=right][data-hover=invert]:focus::after, input[type=submit][data-motion=right][data-hover=invert].active span, input[type=submit][data-motion=right][data-hover=invert].active::after {
  color: var(--rgb-white);
  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-invert-text);
  }
  100% {
    color: var(--rgb-invert-text);
  }
}
a[data-motion=right][data-hover=invert]:hover::before, a[data-motion=right][data-hover=invert]:active::before, a[data-motion=right][data-hover=invert]:focus::before, a[data-motion=right][data-hover=invert].active::before, button[data-motion=right][data-hover=invert]:hover::before, button[data-motion=right][data-hover=invert]:active::before, button[data-motion=right][data-hover=invert]:focus::before, button[data-motion=right][data-hover=invert].active::before, input[type=submit][data-motion=right][data-hover=invert]:hover::before, input[type=submit][data-motion=right][data-hover=invert]:active::before, input[type=submit][data-motion=right][data-hover=invert]:focus::before, input[type=submit][data-motion=right][data-hover=invert].active::before {
  background-color: var(--rgb-white);
  color: var(--rgb-invert-text);
  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%;
  }
}
a[data-motion=right].c-button__texture--outline-footline span, a[data-motion=right].c-button__texture--outline-footline::after, button[data-motion=right].c-button__texture--outline-footline span, button[data-motion=right].c-button__texture--outline-footline::after, input[type=submit][data-motion=right].c-button__texture--outline-footline span, input[type=submit][data-motion=right].c-button__texture--outline-footline::after {
  color: var(--rgb-white);
  animation: animation-outline-footline-text-out 0.5s ease-out 1 forwards;
}
@keyframes animation-outline-footline-text-out {
  0% {
    color: var(--rgb-white);
  }
  20% {
    color: var(--rgb-white);
  }
  80% {
    color: var(--rgb-flat);
  }
  100% {
    color: var(--rgb-flat);
  }
}
a[data-motion=right].c-button__texture--outline-footline::before, button[data-motion=right].c-button__texture--outline-footline::before, input[type=submit][data-motion=right].c-button__texture--outline-footline::before {
  background-color: var(--rgb-flat);
  color: var(--rgb-white);
  animation: animation-outline-footline-background-out 0.5s ease-out 1 forwards;
}
@keyframes animation-outline-footline-background-out {
  0% {
    width: 100%;
  }
  20% {
    width: 100%;
  }
  80% {
    width: 0;
  }
  100% {
    width: 0;
  }
}
a[data-motion=right].c-button__texture--outline-footline:hover, a[data-motion=right].c-button__texture--outline-footline:active, a[data-motion=right].c-button__texture--outline-footline:focus, button[data-motion=right].c-button__texture--outline-footline:hover, button[data-motion=right].c-button__texture--outline-footline:active, button[data-motion=right].c-button__texture--outline-footline:focus, input[type=submit][data-motion=right].c-button__texture--outline-footline:hover, input[type=submit][data-motion=right].c-button__texture--outline-footline:active, input[type=submit][data-motion=right].c-button__texture--outline-footline:focus {
  background-color: transparent;
  opacity: 1 !important;
}
a[data-motion=right].c-button__texture--outline-footline:hover span, a[data-motion=right].c-button__texture--outline-footline:hover::after, a[data-motion=right].c-button__texture--outline-footline:active span, a[data-motion=right].c-button__texture--outline-footline:active::after, a[data-motion=right].c-button__texture--outline-footline:focus span, a[data-motion=right].c-button__texture--outline-footline:focus::after, button[data-motion=right].c-button__texture--outline-footline:hover span, button[data-motion=right].c-button__texture--outline-footline:hover::after, button[data-motion=right].c-button__texture--outline-footline:active span, button[data-motion=right].c-button__texture--outline-footline:active::after, button[data-motion=right].c-button__texture--outline-footline:focus span, button[data-motion=right].c-button__texture--outline-footline:focus::after, input[type=submit][data-motion=right].c-button__texture--outline-footline:hover span, input[type=submit][data-motion=right].c-button__texture--outline-footline:hover::after, input[type=submit][data-motion=right].c-button__texture--outline-footline:active span, input[type=submit][data-motion=right].c-button__texture--outline-footline:active::after, input[type=submit][data-motion=right].c-button__texture--outline-footline:focus span, input[type=submit][data-motion=right].c-button__texture--outline-footline:focus::after {
  color: var(--rgb-flat);
  animation: animation-outline-footline-text-hover 0.5s ease-in 1 forwards;
}
@keyframes animation-outline-footline-text-hover {
  0% {
    color: var(--rgb-flat);
  }
  20% {
    color: var(--rgb-flat);
  }
  80% {
    color: var(--rgb-white);
  }
  100% {
    color: var(--rgb-white);
  }
}
a[data-motion=right].c-button__texture--outline-footline:hover::before, a[data-motion=right].c-button__texture--outline-footline:active::before, a[data-motion=right].c-button__texture--outline-footline:focus::before, button[data-motion=right].c-button__texture--outline-footline:hover::before, button[data-motion=right].c-button__texture--outline-footline:active::before, button[data-motion=right].c-button__texture--outline-footline:focus::before, input[type=submit][data-motion=right].c-button__texture--outline-footline:hover::before, input[type=submit][data-motion=right].c-button__texture--outline-footline:active::before, input[type=submit][data-motion=right].c-button__texture--outline-footline:focus::before {
  background-color: var(--rgb-flat);
  color: var(--rgb-white);
  animation: animation-outline-footline-background-hover 0.5s ease-in 1 forwards;
}
@keyframes animation-outline-footline-background-hover {
  0% {
    width: 0;
  }
  20% {
    width: 0;
  }
  80% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
a[data-motion=right].c-button__texture--footline span, a[data-motion=right].c-button__texture--footline::before, a[data-motion=right].c-button__texture--footline::after, button[data-motion=right].c-button__texture--footline span, button[data-motion=right].c-button__texture--footline::before, button[data-motion=right].c-button__texture--footline::after, input[type=submit][data-motion=right].c-button__texture--footline span, input[type=submit][data-motion=right].c-button__texture--footline::before, input[type=submit][data-motion=right].c-button__texture--footline::after {
  color: var(--rgb-flat-text);
}
a[data-motion=right].c-button__texture--footline::before, a[data-motion=right].c-button__texture--footline::after, button[data-motion=right].c-button__texture--footline::before, button[data-motion=right].c-button__texture--footline::after, input[type=submit][data-motion=right].c-button__texture--footline::before, input[type=submit][data-motion=right].c-button__texture--footline::after {
  background-color: var(--rgb-flat);
  width: 100%;
  height: var(--button-border-width);
}
a[data-motion=right].c-button__texture--footline::before, button[data-motion=right].c-button__texture--footline::before, input[type=submit][data-motion=right].c-button__texture--footline::before {
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0.5;
  display: block flow;
}
a[data-motion=right].c-button__texture--footline::after, button[data-motion=right].c-button__texture--footline::after, input[type=submit][data-motion=right].c-button__texture--footline::after {
  color: var(--rgb-flat-text);
  z-index: 3;
  mix-blend-mode: multiply;
  right: 0;
  animation: animation-footline-background-out 0.5s ease-out 1 forwards;
}
@keyframes animation-footline-background-out {
  0% {
    width: 100%;
  }
  20% {
    width: 100%;
  }
  80% {
    width: 0;
  }
  100% {
    width: 0;
  }
}
a[data-motion=right].c-button__texture--footline:hover, a[data-motion=right].c-button__texture--footline:active, a[data-motion=right].c-button__texture--footline:focus, button[data-motion=right].c-button__texture--footline:hover, button[data-motion=right].c-button__texture--footline:active, button[data-motion=right].c-button__texture--footline:focus, input[type=submit][data-motion=right].c-button__texture--footline:hover, input[type=submit][data-motion=right].c-button__texture--footline:active, input[type=submit][data-motion=right].c-button__texture--footline:focus {
  background-color: transparent;
  opacity: 1 !important;
}
a[data-motion=right].c-button__texture--footline:hover span, a[data-motion=right].c-button__texture--footline:hover::before, a[data-motion=right].c-button__texture--footline:hover::after, a[data-motion=right].c-button__texture--footline:active span, a[data-motion=right].c-button__texture--footline:active::before, a[data-motion=right].c-button__texture--footline:active::after, a[data-motion=right].c-button__texture--footline:focus span, a[data-motion=right].c-button__texture--footline:focus::before, a[data-motion=right].c-button__texture--footline:focus::after, button[data-motion=right].c-button__texture--footline:hover span, button[data-motion=right].c-button__texture--footline:hover::before, button[data-motion=right].c-button__texture--footline:hover::after, button[data-motion=right].c-button__texture--footline:active span, button[data-motion=right].c-button__texture--footline:active::before, button[data-motion=right].c-button__texture--footline:active::after, button[data-motion=right].c-button__texture--footline:focus span, button[data-motion=right].c-button__texture--footline:focus::before, button[data-motion=right].c-button__texture--footline:focus::after, input[type=submit][data-motion=right].c-button__texture--footline:hover span, input[type=submit][data-motion=right].c-button__texture--footline:hover::before, input[type=submit][data-motion=right].c-button__texture--footline:hover::after, input[type=submit][data-motion=right].c-button__texture--footline:active span, input[type=submit][data-motion=right].c-button__texture--footline:active::before, input[type=submit][data-motion=right].c-button__texture--footline:active::after, input[type=submit][data-motion=right].c-button__texture--footline:focus span, input[type=submit][data-motion=right].c-button__texture--footline:focus::before, input[type=submit][data-motion=right].c-button__texture--footline:focus::after {
  color: var(--rgb-flat-text);
}
a[data-motion=right].c-button__texture--footline:hover::before, a[data-motion=right].c-button__texture--footline:active::before, a[data-motion=right].c-button__texture--footline:focus::before, button[data-motion=right].c-button__texture--footline:hover::before, button[data-motion=right].c-button__texture--footline:active::before, button[data-motion=right].c-button__texture--footline:focus::before, input[type=submit][data-motion=right].c-button__texture--footline:hover::before, input[type=submit][data-motion=right].c-button__texture--footline:active::before, input[type=submit][data-motion=right].c-button__texture--footline:focus::before {
  color: var(--rgb-flat-text);
  left: 0;
  right: 0;
  z-index: 2;
  display: block flow;
}
a[data-motion=right].c-button__texture--footline:hover::after, a[data-motion=right].c-button__texture--footline:active::after, a[data-motion=right].c-button__texture--footline:focus::after, button[data-motion=right].c-button__texture--footline:hover::after, button[data-motion=right].c-button__texture--footline:active::after, button[data-motion=right].c-button__texture--footline:focus::after, input[type=submit][data-motion=right].c-button__texture--footline:hover::after, input[type=submit][data-motion=right].c-button__texture--footline:active::after, input[type=submit][data-motion=right].c-button__texture--footline:focus::after {
  background-color: var(--rgb-flat);
  color: var(--rgb-flat-text);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: var(--button-border-width);
  content: "";
  animation: animation-footline-background-hover 0.5s ease-in 1 forwards;
}
@keyframes animation-footline-background-hover {
  0% {
    width: 0;
  }
  20% {
    width: 0;
  }
  80% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
a.c-button__link .u-arrow__chevron--right.c-button__motion--arrow::after, a.c-button__link .u-arrow__chevron--down.c-button__motion--arrow::after, button.c-button__link .u-arrow__chevron--right.c-button__motion--arrow::after, button.c-button__link .u-arrow__chevron--down.c-button__motion--arrow::after, input[type=submit].c-button__link .u-arrow__chevron--right.c-button__motion--arrow::after, input[type=submit].c-button__link .u-arrow__chevron--down.c-button__motion--arrow::after {
  transform: translateX(0);
  transition: transform 0.3s;
}
a.c-button__link:hover .u-arrow__chevron--right.c-button__motion--arrow::after, a.c-button__link:hover .u-arrow__chevron--down.c-button__motion--arrow::after, button.c-button__link:hover .u-arrow__chevron--right.c-button__motion--arrow::after, button.c-button__link:hover .u-arrow__chevron--down.c-button__motion--arrow::after, input[type=submit].c-button__link:hover .u-arrow__chevron--right.c-button__motion--arrow::after, input[type=submit].c-button__link:hover .u-arrow__chevron--down.c-button__motion--arrow::after {
  transform: translateX(0.5em);
  transition: transform 0.6s;
}

.c-carpet__top--bottom, .c-carpet__bottom, .c-carpet__top, .c-carpet__right, .c-carpet__right--top, .c-carpet__right--top-short, .c-carpet__right--bottom, .c-carpet__right--short, .c-carpet__left, .c-carpet__left--top, .c-carpet__left--top-short, .c-carpet__left--bottom, .c-carpet__left--short {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-carpet__top--bottom:before, .c-carpet__bottom:before, .c-carpet__top:before, .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, .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 {
  background-color: var(--rgb-carpet);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
}
@media screen and (max-width: 1399px) {
  .c-carpet__top--bottom:before, .c-carpet__bottom:before, .c-carpet__top:before, .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, .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 {
    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 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 screen and (max-width: 1399px) {
  .c-carpet__left--top:before {
    left: 0;
  }
}
@media 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 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 screen and (max-width: 1399px) {
  .c-carpet__left--bottom:before {
    left: 0;
  }
}
@media 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 screen and (max-width: 1399px) {
  .c-carpet__left--short:before {
    left: 0;
  }
}
.c-carpet__left--short .c-title__index1 {
  padding-bottom: 6rem;
}
@media screen and (max-width: 1199px) {
  .c-carpet__left--short .c-title__index1 {
    padding-bottom: 6.25vw;
  }
}
@media 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 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 screen and (max-width: 1399px) {
  .c-carpet__right--top:before {
    left: 0;
  }
}
@media 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 screen and (max-width: 1399px) {
  .c-carpet__right--bottom:before {
    left: 0;
  }
}
@media 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 screen and (max-width: 1399px) {
  .c-carpet__right--short:before {
    left: 0;
  }
}
.c-carpet__top:before {
  width: 100%;
  top: 10rem;
}

.c-carpet__bottom:before {
  width: 100%;
  bottom: 10rem;
}

.c-carpet__top--bottom:before {
  width: 100%;
  top: 10rem;
  bottom: 10rem;
}

.c-category__heading {
  background-image: var(--rgb-category-heading-gradation);
  background-color: var(--rgb-category-heading-color);
  color: var(--rgb-white);
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1px;
  padding: 1rem;
  width: 100%;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .c-category__heading {
    pointer-events: all;
    display: block flow;
  }
}
.c-category__heading .fa {
  display: none;
}
@media screen and (max-width: 991px) {
  .c-category__heading .fa {
    display: inline flow-root;
    margin-left: 1rem;
  }
}
.c-category__heading + input[type=checkbox] {
  display: none;
}

.c-category__navigation {
  background-color: transparent;
  list-style: none;
  display: block flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 991px) {
  .c-category__navigation {
    flex: 0 0 100%;
  }
}

.c-category__column1 .c-category__navigation--item {
  flex: 1 1 100%;
  max-width: 100%;
}
.c-category__column2 .c-category__navigation--item {
  flex: 1 1 50%;
  max-width: 50%;
}
.c-category__column3 .c-category__navigation--item {
  flex: 1 1 33.3333333333%;
  max-width: 33.3333333333%;
}
.c-category__column4 .c-category__navigation--item {
  flex: 1 1 25%;
  max-width: 25%;
}
.c-category__column5 .c-category__navigation--item {
  flex: 1 1 20%;
  max-width: 20%;
}
.c-category__column6 .c-category__navigation--item {
  flex: 1 1 16.6666666666%;
  max-width: 16.6666666666%;
}
.c-category__column7 .c-category__navigation--item {
  flex: 1 1 14.2857142857%;
  max-width: 14.2857142857%;
}
.c-category__column8 .c-category__navigation--item {
  flex: 1 1 12.5%;
  max-width: 12.5%;
}

@media screen and (max-width: 991px) {
  [class*=c-category__column] {
    display: block flow;
  }
  [class*=c-category__column] .c-category__navigation--item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.c-category__navigation--link, .c-category__navigation--link:hover, .c-category__navigation--link:active, .c-category__navigation--link:focus {
  font-size: 1em;
  line-height: 1.5;
  margin: 0;
  padding: 1em;
  display: block flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .c-category__navigation--link, .c-category__navigation--link:hover, .c-category__navigation--link:active, .c-category__navigation--link:focus {
    padding: 1em;
  }
}
@media screen and (max-width: 767px) {
  .c-category__navigation--link, .c-category__navigation--link:hover, .c-category__navigation--link:active, .c-category__navigation--link:focus {
    font-size: 0.3em;
    padding: 1em;
  }
}
.c-category__navigation--link.active {
  opacity: 1;
}

.l-outer__main .c-category__heading {
  display: none;
}
@media screen and (max-width: 991px) {
  .l-outer__main .c-category__heading {
    display: block;
    pointer-events: all;
  }
}
.l-outer__main .c-category__navigation {
  margin: -0.5px;
}
@media screen and (max-width: 991px) {
  .l-outer__main .c-category__navigation {
    margin: 0;
  }
}
.l-outer__main .c-category__navigation--item {
  border-bottom: none;
  padding: 0.5px;
}
@media screen and (max-width: 991px) {
  .l-outer__main .c-category__navigation--item {
    padding: 0;
  }
}
.l-outer__main .c-category__navigation--link, .l-outer__main .c-category__navigation--link:hover, .l-outer__main .c-category__navigation--link:active, .l-outer__main .c-category__navigation--link:focus {
  display: block flex;
  justify-content: center;
  align-items: center;
  border: none;
  font-size: 0.9em;
  margin: 0;
  display: block flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .l-outer__main .c-category__navigation--link, .l-outer__main .c-category__navigation--link:hover, .l-outer__main .c-category__navigation--link:active, .l-outer__main .c-category__navigation--link:focus {
    border: none;
    opacity: 1;
  }
}
.l-outer__main .c-category__navigation--link {
  background-color: var(--category-nav-link);
  color: var(--rgb-white);
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .l-outer__main .c-category__navigation--link {
    background-color: var(--rgb-white);
    color: var(--rgb-base-text);
  }
}
.l-outer__main .c-category__navigation--link:hover, .l-outer__main .c-category__navigation--link:active, .l-outer__main .c-category__navigation--link:focus, .l-outer__main .c-category__navigation--link.active {
  background-color: var(--category-nav-hover);
  color: var(--rgb-white);
  opacity: 0.9;
}
@media screen and (max-width: 991px) {
  .l-outer__main .c-category__navigation--link:hover, .l-outer__main .c-category__navigation--link:active, .l-outer__main .c-category__navigation--link:focus, .l-outer__main .c-category__navigation--link.active {
    background-color: var(--rgb-palegray);
    color: var(--rgb-base-text);
  }
}
.l-outer__main .c-category__navigation--link.active {
  background-color: var(--category-nav-active);
  color: var(--rgb-white);
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .l-outer__main .c-category__navigation--link.active {
    background-color: var(--rgb-palegray);
    color: var(--rgb-base-text);
  }
}

@media screen and (max-width: 991px) {
  .l-outer__side.order-1 {
    margin-bottom: var(--clearance-padding);
  }
}
.l-outer__side .c-category__heading {
  display: block flow;
  width: 100%;
}
.l-outer__side .c-category__navigation {
  display: block flow;
}
.l-outer__side .c-category__navigation--item {
  border-bottom: 1px solid var(--rgb-linegray);
}
@media screen and (max-width: 991px) {
  .l-outer__side .c-category__navigation--item {
    border-bottom: none;
  }
}
.l-outer__side .c-category__navigation--link, .l-outer__side .c-category__navigation--link:hover, .l-outer__side .c-category__navigation--link:active, .l-outer__side .c-category__navigation--link:focus, .l-outer__side .c-category__navigation--link.active {
  border: none;
  font-size: 0.9em;
  margin: 0;
  display: block flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .l-outer__side .c-category__navigation--link, .l-outer__side .c-category__navigation--link:hover, .l-outer__side .c-category__navigation--link:active, .l-outer__side .c-category__navigation--link:focus, .l-outer__side .c-category__navigation--link.active {
    border: none;
    opacity: 1;
  }
}
.l-outer__side .c-category__navigation--link {
  background-color: var(--rgb-white);
  color: var(--rgb-base-text);
}
.l-outer__side .c-category__navigation--link:hover, .l-outer__side .c-category__navigation--link:active, .l-outer__side .c-category__navigation--link:focus {
  background-color: var(--rgb-palegray);
  color: var(--rgb-base-text);
}
.l-outer__side .c-category__navigation--link.active {
  background-color: var(--rgb-palegray);
  color: var(--rgb-base-text);
}

.c-category__heading + input[type=checkbox]:checked + .c-category__navigation, .c-category__heading + input[type=checkbox]:checked + .c-category__navigation .c-category-navigation--item {
  max-height: 9999vh;
}

@media screen and (max-width: 991px) {
  input[type=checkbox] + .c-category__navigation .c-category__navigation--item {
    border-bottom: 0px solid var(--rgb-linegray);
  }
  input[type=checkbox] + .c-category__navigation .c-category__navigation--item .c-category__navigation--link {
    line-height: 0;
    padding: 0 1.5rem;
    visibility: hidden;
    opacity: 0;
    transition: padding 0.2s, line-height 0.2s, visibility 0.2s, opacity 0.2s;
  }
}

@media screen and (max-width: 991px) {
  input[type=checkbox]:checked + .c-category__navigation .c-category__navigation--item {
    border-bottom: 1px solid var(--rgb-linegray);
  }
  input[type=checkbox]:checked + .c-category__navigation .c-category__navigation--item .c-category__navigation--link {
    line-height: 1.25;
    padding: 1rem 1.5rem;
    visibility: visible;
    opacity: 1;
    transition: padding 0.2s, line-height 0.2s, visibility 0.2s, opacity 0.2s;
  }
}

.paging {
  display: block flex;
  justify-content: center;
}
.paging .paging-text {
  display: block flow;
  cursor: pointer;
}
.paging .paging-text a, .paging .paging-text a:hover, .paging .paging-text a:active, .paging .paging-text a:focus, .paging .paging-text.current {
  font-size: 1.125rem;
  font-weight: 300;
  text-decoration: none;
  margin: 0 0.125rem;
  padding: 0;
  width: 3rem;
  height: 3rem;
  display: block flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .paging .paging-text a, .paging .paging-text a:hover, .paging .paging-text a:active, .paging .paging-text a:focus, .paging .paging-text.current {
    font-size: 1rem;
    width: 2rem;
    height: 2rem;
  }
}
.paging .paging-text a i.fa, .paging .paging-text a:hover i.fa, .paging .paging-text a:active i.fa, .paging .paging-text a:focus i.fa, .paging .paging-text.current i.fa {
  font-weight: 300;
}
.paging .paging-text a {
  background-color: var(--rgb-paging-background);
  color: var(--rgb-base-text);
  border: 0.0625rem solid var(--rgb-paging-border);
}
.paging .paging-text a:hover, .paging .paging-text a:active, .paging .paging-text a:focus {
  background-color: var(--rgb-paging-hover);
  color: var(--rgb-paging-text);
  border: 0.0625rem solid var(--rgb-paging-border);
  opacity: 1;
  font-weight: 500;
}
.paging .paging-text a:hover i.fa, .paging .paging-text a:active i.fa, .paging .paging-text a:focus i.fa {
  font-weight: 500;
}
.paging .paging-text.current {
  background-color: var(--rgb-paging-current);
  color: var(--rgb-white);
  border: 0.0625rem solid var(--rgb-paging-current);
}

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

.l-grid__column12 {
  display: block grid;
  grid-template-columns: repeat(12, 1fr);
}

.l-grid__gap--xxl {
  gap: calc(8rem * var(--responsive-rate));
}

.l-grid__gap--xl {
  gap: calc(6rem * var(--responsive-rate));
}

.l-grid__gap--lg {
  gap: calc(4rem * var(--responsive-rate));
}

.l-grid__gap--md {
  gap: calc(3rem * var(--responsive-rate));
}

.l-grid__gap--sm {
  gap: calc(2rem * var(--responsive-rate));
}

.l-grid__gap--xs {
  gap: calc(1rem * var(--responsive-rate));
}

.l-grid__gap--hairline {
  gap: 0.125rem;
}

.l-grid__gap--none {
  gap: 0;
}

.l-align__items--start {
  align-items: start;
}

.l-align__items--center {
  align-items: center;
}

.l-align__items--end {
  align-items: end;
}

.l-justify__items--start {
  justify-items: start;
}

.l-justify__items--center {
  justify-items: center;
}

.l-justify__items--end {
  justify-items: end;
}

.l-align__content--start {
  align-content: start;
}

.l-align__content--center {
  align-content: center;
}

.l-align__content--end {
  align-content: end;
}

.l-justify__content--start {
  justify-content: start;
}

.l-justify__content--center {
  justify-content: center;
}

.l-justify__content--end {
  justify-content: end;
}

.l-column--span1 {
  grid-column: auto/span 1;
}

.l-column--span2 {
  grid-column: auto/span 2;
}

.l-column--span3 {
  grid-column: auto/span 3;
}

.l-column--span4 {
  grid-column: auto/span 4;
}

.l-column--span5 {
  grid-column: auto/span 5;
}

.l-column--span6 {
  grid-column: auto/span 6;
}

.l-column--span7 {
  grid-column: auto/span 7;
}

.l-column--span8 {
  grid-column: auto/span 8;
}

.l-column--span9 {
  grid-column: auto/span 9;
}

.l-column--span10 {
  grid-column: auto/span 10;
}

.l-column--span11 {
  grid-column: auto/span 11;
}

.l-column--span12 {
  grid-column: auto/span 12;
}

.l-start--span1 {
  grid-column-start: 1;
}

.l-start--span2 {
  grid-column-start: 2;
}

.l-start--span3 {
  grid-column-start: 3;
}

.l-start--span4 {
  grid-column-start: 4;
}

@media screen and (min-width: 576px) {
  .l-column__sm--span1 {
    grid-column: auto/span 1;
  }
  .l-column__sm--span2 {
    grid-column: auto/span 2;
  }
  .l-column__sm--span3 {
    grid-column: auto/span 3;
  }
  .l-column__sm--span4 {
    grid-column: auto/span 4;
  }
  .l-column__sm--span5 {
    grid-column: auto/span 5;
  }
  .l-column__sm--span6 {
    grid-column: auto/span 6;
  }
  .l-column__sm--span7 {
    grid-column: auto/span 7;
  }
  .l-column__sm--span8 {
    grid-column: auto/span 8;
  }
  .l-column__sm--span9 {
    grid-column: auto/span 9;
  }
  .l-column__sm--span10 {
    grid-column: auto/span 10;
  }
  .l-column__sm--span11 {
    grid-column: auto/span 11;
  }
  .l-column__sm--span12 {
    grid-column: auto/span 12;
  }
  .l-start__sm--span1 {
    grid-column-start: 1;
  }
  .l-start__sm--span2 {
    grid-column-start: 2;
  }
  .l-start__sm--span3 {
    grid-column-start: 3;
  }
  .l-start__sm--span4 {
    grid-column-start: 4;
  }
}
@media screen and (min-width: 768px) {
  .l-column__md--span1 {
    grid-column: auto/span 1;
  }
  .l-column__md--span2 {
    grid-column: auto/span 2;
  }
  .l-column__md--span3 {
    grid-column: auto/span 3;
  }
  .l-column__md--span4 {
    grid-column: auto/span 4;
  }
  .l-column__md--span5 {
    grid-column: auto/span 5;
  }
  .l-column__md--span6 {
    grid-column: auto/span 6;
  }
  .l-column__md--span7 {
    grid-column: auto/span 7;
  }
  .l-column__md--span8 {
    grid-column: auto/span 8;
  }
  .l-column__md--span9 {
    grid-column: auto/span 9;
  }
  .l-column__md--span10 {
    grid-column: auto/span 10;
  }
  .l-column__md--span11 {
    grid-column: auto/span 11;
  }
  .l-column__md--span12 {
    grid-column: auto/span 12;
  }
  .l-start__md--span1 {
    grid-column-start: 1;
  }
  .l-start__md--span2 {
    grid-column-start: 2;
  }
  .l-start__md--span3 {
    grid-column-start: 3;
  }
  .l-start__md--span4 {
    grid-column-start: 4;
  }
}
@media screen and (min-width: 992px) {
  .l-column__lg--span1 {
    grid-column: auto/span 1;
  }
  .l-column__lg--span2 {
    grid-column: auto/span 2;
  }
  .l-column__lg--span3 {
    grid-column: auto/span 3;
  }
  .l-column__lg--span4 {
    grid-column: auto/span 4;
  }
  .l-column__lg--span5 {
    grid-column: auto/span 5;
  }
  .l-column__lg--span6 {
    grid-column: auto/span 6;
  }
  .l-column__lg--span7 {
    grid-column: auto/span 7;
  }
  .l-column__lg--span8 {
    grid-column: auto/span 8;
  }
  .l-column__lg--span9 {
    grid-column: auto/span 9;
  }
  .l-column__lg--span10 {
    grid-column: auto/span 10;
  }
  .l-column__lg--span11 {
    grid-column: auto/span 11;
  }
  .l-column__lg--span12 {
    grid-column: auto/span 12;
  }
  .l-start__lg--span1 {
    grid-column-start: 2;
  }
  .l-start__lg--span2 {
    grid-column-start: 2;
  }
  .l-start__lg--span3 {
    grid-column-start: 3;
  }
  .l-start__lg--span4 {
    grid-column-start: 4;
  }
}
@media screen and (min-width: 1200px) {
  .l-column__xl--span1 {
    grid-column: auto/span 1;
  }
  .l-column__xl--span2 {
    grid-column: auto/span 2;
  }
  .l-column__xl--span3 {
    grid-column: auto/span 3;
  }
  .l-column__xl--span4 {
    grid-column: auto/span 4;
  }
  .l-column__xl--span5 {
    grid-column: auto/span 5;
  }
  .l-column__xl--span6 {
    grid-column: auto/span 6;
  }
  .l-column__xl--span7 {
    grid-column: auto/span 7;
  }
  .l-column__xl--span8 {
    grid-column: auto/span 8;
  }
  .l-column__xl--span9 {
    grid-column: auto/span 9;
  }
  .l-column__xl--span10 {
    grid-column: auto/span 10;
  }
  .l-column__xl--span11 {
    grid-column: auto/span 11;
  }
  .l-column__xl--span12 {
    grid-column: auto/span 12;
  }
  .l-start__xl--span1 {
    grid-column-start: 1;
  }
  .l-start__xl--span2 {
    grid-column-start: 2;
  }
  .l-start__xl--span3 {
    grid-column-start: 3;
  }
  .l-start__xl--span4 {
    grid-column-start: 4;
  }
}
@media screen and (min-width: 1400px) {
  .l-column__xxl--span1 {
    grid-column: auto/span 1;
  }
  .l-column__xxl--span2 {
    grid-column: auto/span 2;
  }
  .l-column__xxl--span3 {
    grid-column: auto/span 3;
  }
  .l-column__xxl--span4 {
    grid-column: auto/span 4;
  }
  .l-column__xxl--span5 {
    grid-column: auto/span 5;
  }
  .l-column__xxl--span6 {
    grid-column: auto/span 6;
  }
  .l-column__xxl--span7 {
    grid-column: auto/span 7;
  }
  .l-column__xxl--span8 {
    grid-column: auto/span 8;
  }
  .l-column__xxl--span9 {
    grid-column: auto/span 9;
  }
  .l-column__xxl--span10 {
    grid-column: auto/span 10;
  }
  .l-column__xxl--span11 {
    grid-column: auto/span 11;
  }
  .l-column__xxl--span12 {
    grid-column: auto/span 12;
  }
  .l-start__xxl--span1 {
    grid-column-start: 1;
  }
  .l-start__xxl--span2 {
    grid-column-start: 2;
  }
  .l-start__xxl--span3 {
    grid-column-start: 3;
  }
  .l-start__xxl--span4 {
    grid-column-start: 4;
  }
}
.c-box__drawer {
  background-color: var(--rgb-white);
  word-wrap: break-word;
  position: relative;
}
.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);
  color: var(--rgb-white);
  font-size: 1.25rem;
  line-height: 1.25;
  padding: 1.5rem 9rem 1.5rem 3rem;
  display: block flow;
  position: relative;
  overflow: hidden;
  opacity: 1;
}
@media 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, .c-box__drawer dt a:hover:after, .c-box__drawer dt a:active:after, .c-box__drawer dt a:focus:after, .c-box__drawer dt span:after {
  color: var(--rgb-white);
  line-height: 24px;
  font-family: "Font Awesome 5 Pro";
  margin: -12px 0;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  bottom: 50%;
}
.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 screen and (max-width: 767px) {
  .c-box__drawer--inner {
    padding: 1rem;
  }
}

.c-box__drawer + .c-box__drawer {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-box__drawer + .c-box__drawer {
    margin-top: 1rem;
  }
}

.c-drawer__faq {
  border: 0.0625rem solid var(--rgb-linegray);
  display: block flow;
  position: relative;
  word-wrap: break-word;
  background-color: var(--rgb-white);
}
.c-drawer__faq:not(:first-of-type) {
  margin-top: 2rem;
}
.c-drawer__faq summary {
  background-color: var(--rgb-faq);
  color: var(--rgb-faq-summary);
  font-size: calc(1.25em * var(--sm-rate));
  line-height: 1.5;
  font-weight: 500;
  padding: 1em 3em 1em 4em;
  display: block flow;
  position: relative;
  overflow: hidden;
}
.c-drawer__faq summary::before {
  color: var(--rgb-faq-mark);
  font-size: 3.5em;
  line-height: 0.5;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0.25em;
  right: 0;
  bottom: 0;
  content: "Q";
  overflow: hidden;
  opacity: 0.2;
}
.c-drawer__faq summary::after {
  color: var(--rgb-faq-mark);
  font-size: 1.125em;
  line-height: 1;
  position: absolute;
  top: 50%;
  bottom: 50%;
  right: 0;
  margin: -0.5em 1em;
  content: "\e145";
  font-family: "Material Icons";
}
.c-drawer__faq[open] summary::after {
  content: "\e15b";
}

.js-drawer {
  overflow: hidden;
  transition: height 0.4s ease-in-out;
}

.c-drawer__faq--answer {
  background-color: var(--rgb-faq-answer);
  padding: calc(2rem * var(--responsive-rate));
}

.c-floating__link {
  background-color: var(--graycolor);
  box-shadow: 0 0 6rem rgba(0, 0, 0, 0);
  display: block flow;
  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: var(--rgb-white);
  font-size: 1.5em;
  font-family: "Font Awesome 5 Pro";
  display: block 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: var(--rgb-white);
  border-top: 0.0625rem solid var(--rgb-flow);
  border-bottom: 0.0625rem solid var(--rgb-flow);
  scroll-margin-top: calc(var(--header-height));
  width: 100%;
  position: relative;
}
.c-flow__article .c-flow__icon {
  background-color: var(--rgb-white);
  border: 0.125rem solid var(--rgb-flow-icon);
  border-radius: 50%;
  color: var(--rgb-flow-icon);
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  margin: 0.5em auto;
  width: 4rem;
  height: 4rem;
  display: block flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-flow__article .c-flow__icon {
    font-size: 1.5rem;
    width: 3rem;
    height: 3rem;
  }
}
.c-flow__article .c-flow__heading {
  color: var(--rgb-flow);
  font-size: calc(1.5em * var(--sm-rate));
  text-align: center;
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1199px) {
  .c-flow__article .c-flow__heading {
    margin-top: 0.75em;
    margin-bottom: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .c-flow__article .c-flow__heading {
    margin-top: 0.5em;
    margin-bottom: 1em;
  }
}
.c-flow__article .c-flow__heading:first-child {
  margin-top: 0;
}
.c-flow__article .c-flow__heading:last-child {
  margin-bottom: 0;
}
.c-flow__article p {
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .c-flow__article p {
    line-height: 1.5;
  }
}
.c-flow__article hr {
  margin: 1rem 0;
}

.c-flow__horizontal {
  display: block grid;
  gap: 2rem;
}
@media screen and (max-width: 1399px) {
  .c-flow__horizontal {
    gap: 1.75rem;
  }
}
@media screen and (max-width: 1199px) {
  .c-flow__horizontal {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .c-flow__horizontal {
    gap: 1.25rem;
  }
}
@media screen and (max-width: 575px) {
  .c-flow__horizontal {
    gap: 1rem;
  }
}
.c-flow__horizontal .c-flow__article {
  border-left: 0.0625rem solid var(--rgb-flow);
  border-right: 0.0625rem solid var(--rgb-flow);
  padding: calc(2rem * var(--responsive-rate));
}
@media screen and (max-width: 1399px) {
  .c-flow__horizontal .c-flow__article {
    padding: 1.75rem;
  }
}
@media screen and (max-width: 1199px) {
  .c-flow__horizontal .c-flow__article {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .c-flow__horizontal .c-flow__article {
    padding: 1.25rem;
  }
}
@media screen and (max-width: 575px) {
  .c-flow__horizontal .c-flow__article {
    padding: 1rem;
  }
}
.c-flow__horizontal .c-flow__article::before, .c-flow__horizontal .c-flow__article::after {
  border-width: 1.75rem;
  border-style: solid;
  margin: -1.75rem 0;
  position: absolute;
  content: "";
}
@media screen and (max-width: 1399px) {
  .c-flow__horizontal .c-flow__article::before, .c-flow__horizontal .c-flow__article::after {
    border-width: 1.5rem;
    margin: -1.5rem 0;
  }
}
@media screen and (max-width: 1199px) {
  .c-flow__horizontal .c-flow__article::before, .c-flow__horizontal .c-flow__article::after {
    border-width: 1.25rem;
    margin: -1.25rem 0;
  }
}
@media screen and (max-width: 991px) {
  .c-flow__horizontal .c-flow__article::before, .c-flow__horizontal .c-flow__article::after {
    border-width: 1rem;
    margin: -1rem 0;
  }
}
@media screen and (max-width: 575px) {
  .c-flow__horizontal .c-flow__article::before, .c-flow__horizontal .c-flow__article::after {
    border-width: 0.75rem;
    margin: -0.75rem 0;
  }
}
.c-flow__horizontal .c-flow__article::before {
  z-index: 3;
}
.c-flow__horizontal .c-flow__article::after {
  z-index: 2;
}
.c-flow__horizontal .c-flow__article:last-child::before, .c-flow__horizontal .c-flow__article:last-child::after {
  display: none;
}
.c-flow__horizontal .c-flow__article .c-flow__image {
  margin: 0 calc(-1.5rem * var(--responsive-rate)) calc(1.5rem * var(--responsive-rate));
}
@media screen and (min-width: 1400px) {
  .c-flow__horizontal.c-flow__break--xl {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}
@media screen and (max-width: 1399px) {
  .c-flow__horizontal.c-flow__break--xl {
    grid-template-rows: repeat(auto-fit, minmax(100px, 1fr));
  }
}
@media screen and (max-width: 1399px) {
  .c-flow__horizontal.c-flow__break--xl .c-flow__article::before, .c-flow__horizontal.c-flow__break--xl .c-flow__article::after {
    margin: 0 -1.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .c-flow__horizontal.c-flow__break--xl .c-flow__article::before, .c-flow__horizontal.c-flow__break--xl .c-flow__article::after {
    margin: 0 -1.25rem;
  }
}
@media screen and (max-width: 991px) {
  .c-flow__horizontal.c-flow__break--xl .c-flow__article::before, .c-flow__horizontal.c-flow__break--xl .c-flow__article::after {
    margin: 0 -1rem;
  }
}
@media screen and (max-width: 575px) {
  .c-flow__horizontal.c-flow__break--xl .c-flow__article::before, .c-flow__horizontal.c-flow__break--xl .c-flow__article::after {
    margin: 0 -0.75rem;
  }
}
@media screen and (min-width: 1400px) {
  .c-flow__horizontal.c-flow__break--xl .c-flow__article::before, .c-flow__horizontal.c-flow__break--xl .c-flow__article::after {
    top: 50%;
    bottom: 50%;
  }
}
@media screen and (max-width: 1399px) {
  .c-flow__horizontal.c-flow__break--xl .c-flow__article::before, .c-flow__horizontal.c-flow__break--xl .c-flow__article::after {
    left: 50%;
    right: 50%;
  }
}
@media screen and (min-width: 1400px) {
  .c-flow__horizontal.c-flow__break--xl .c-flow__article::before {
    border-color: transparent transparent transparent var(--rgb-white);
    left: calc(100% - 0.0625rem);
  }
}
@media screen and (max-width: 1399px) {
  .c-flow__horizontal.c-flow__break--xl .c-flow__article::before {
    border-color: var(--rgb-white) transparent transparent transparent;
    top: calc(100% - 0.0625rem);
  }
}
@media screen and (min-width: 1400px) {
  .c-flow__horizontal.c-flow__break--xl .c-flow__article::after {
    border-color: transparent transparent transparent var(--rgb-flow);
    left: 100%;
  }
}
@media screen and (max-width: 1399px) {
  .c-flow__horizontal.c-flow__break--xl .c-flow__article::after {
    border-color: var(--rgb-flow) transparent transparent transparent;
    top: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .c-flow__horizontal.c-flow__break--lg {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}
@media screen and (max-width: 1199px) {
  .c-flow__horizontal.c-flow__break--lg {
    grid-template-rows: repeat(auto-fit, minmax(100px, 1fr));
  }
}
@media screen and (max-width: 1199px) {
  .c-flow__horizontal.c-flow__break--lg .c-flow__article::before, .c-flow__horizontal.c-flow__break--lg .c-flow__article::after {
    margin: 0 -1.25rem;
  }
}
@media screen and (max-width: 991px) {
  .c-flow__horizontal.c-flow__break--lg .c-flow__article::before, .c-flow__horizontal.c-flow__break--lg .c-flow__article::after {
    margin: 0 -1rem;
  }
}
@media screen and (max-width: 575px) {
  .c-flow__horizontal.c-flow__break--lg .c-flow__article::before, .c-flow__horizontal.c-flow__break--lg .c-flow__article::after {
    margin: 0 -0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-flow__horizontal.c-flow__break--lg .c-flow__article::before, .c-flow__horizontal.c-flow__break--lg .c-flow__article::after {
    top: 50%;
    bottom: 50%;
  }
}
@media screen and (max-width: 1199px) {
  .c-flow__horizontal.c-flow__break--lg .c-flow__article::before, .c-flow__horizontal.c-flow__break--lg .c-flow__article::after {
    left: 50%;
    right: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .c-flow__horizontal.c-flow__break--lg .c-flow__article::before {
    border-color: transparent transparent transparent var(--rgb-white);
    left: calc(100% - 0.0625rem);
  }
}
@media screen and (max-width: 1199px) {
  .c-flow__horizontal.c-flow__break--lg .c-flow__article::before {
    border-color: var(--rgb-white) transparent transparent transparent;
    top: calc(100% - 0.0625rem);
  }
}
@media screen and (min-width: 1200px) {
  .c-flow__horizontal.c-flow__break--lg .c-flow__article::after {
    border-color: transparent transparent transparent var(--rgb-flow);
    left: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .c-flow__horizontal.c-flow__break--lg .c-flow__article::after {
    border-color: var(--rgb-flow) transparent transparent transparent;
    top: 100%;
  }
}
@media screen and (min-width: 992px) {
  .c-flow__horizontal.c-flow__break--md {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}
@media screen and (max-width: 991px) {
  .c-flow__horizontal.c-flow__break--md {
    grid-template-rows: repeat(auto-fit, minmax(100px, 1fr));
  }
}
@media screen and (max-width: 991px) {
  .c-flow__horizontal.c-flow__break--md .c-flow__article::before, .c-flow__horizontal.c-flow__break--md .c-flow__article::after {
    margin: 0 -1rem;
  }
}
@media screen and (max-width: 575px) {
  .c-flow__horizontal.c-flow__break--md .c-flow__article::before, .c-flow__horizontal.c-flow__break--md .c-flow__article::after {
    margin: 0 -0.75rem;
  }
}
@media screen and (min-width: 992px) {
  .c-flow__horizontal.c-flow__break--md .c-flow__article::before, .c-flow__horizontal.c-flow__break--md .c-flow__article::after {
    top: 50%;
    bottom: 50%;
  }
}
@media screen and (max-width: 991px) {
  .c-flow__horizontal.c-flow__break--md .c-flow__article::before, .c-flow__horizontal.c-flow__break--md .c-flow__article::after {
    left: 50%;
    right: 50%;
  }
}
@media screen and (min-width: 992px) {
  .c-flow__horizontal.c-flow__break--md .c-flow__article::before {
    border-color: transparent transparent transparent var(--rgb-white);
    left: calc(100% - 0.0625rem);
  }
}
@media screen and (max-width: 991px) {
  .c-flow__horizontal.c-flow__break--md .c-flow__article::before {
    border-color: var(--rgb-white) transparent transparent transparent;
    top: calc(100% - 0.0625rem);
  }
}
@media screen and (min-width: 992px) {
  .c-flow__horizontal.c-flow__break--md .c-flow__article::after {
    border-color: transparent transparent transparent var(--rgb-flow);
    left: 100%;
  }
}
@media screen and (max-width: 991px) {
  .c-flow__horizontal.c-flow__break--md .c-flow__article::after {
    border-color: var(--rgb-flow) transparent transparent transparent;
    top: 100%;
  }
}
@media screen and (min-width: 576px) {
  .c-flow__horizontal.c-flow__break--xs {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}
@media screen and (max-width: 575px) {
  .c-flow__horizontal.c-flow__break--xs {
    grid-template-rows: repeat(auto-fit, minmax(100px, 1fr));
  }
}
@media screen and (max-width: 575px) {
  .c-flow__horizontal.c-flow__break--xs .c-flow__article::before, .c-flow__horizontal.c-flow__break--xs .c-flow__article::after {
    margin: 0 -0.75rem;
  }
}
@media screen and (min-width: 576px) {
  .c-flow__horizontal.c-flow__break--xs .c-flow__article::before, .c-flow__horizontal.c-flow__break--xs .c-flow__article::after {
    top: 50%;
    bottom: 50%;
  }
}
@media screen and (max-width: 575px) {
  .c-flow__horizontal.c-flow__break--xs .c-flow__article::before, .c-flow__horizontal.c-flow__break--xs .c-flow__article::after {
    left: 50%;
    right: 50%;
  }
}
@media screen and (min-width: 576px) {
  .c-flow__horizontal.c-flow__break--xs .c-flow__article::before {
    border-color: transparent transparent transparent var(--rgb-white);
    left: calc(100% - 0.0625rem);
  }
}
@media screen and (max-width: 575px) {
  .c-flow__horizontal.c-flow__break--xs .c-flow__article::before {
    border-color: var(--rgb-white) transparent transparent transparent;
    top: calc(100% - 0.0625rem);
  }
}
@media screen and (min-width: 576px) {
  .c-flow__horizontal.c-flow__break--xs .c-flow__article::after {
    border-color: transparent transparent transparent var(--rgb-flow);
    left: 100%;
  }
}
@media screen and (max-width: 575px) {
  .c-flow__horizontal.c-flow__break--xs .c-flow__article::after {
    border-color: var(--rgb-flow) transparent transparent transparent;
    top: 100%;
  }
}

.c-flow__before-after .c-flow__article {
  padding: 0.25rem;
}
.c-flow__before-after .c-flow__article .c-flow__heading {
  background-color: var(--rgb-flow-heading);
  margin: 0;
  padding: 0.5em 1em;
  text-transform: uppercase;
}
.c-flow__before-after .c-flow__article .c-flow__heading.c-flow__heading--fixed {
  background-color: var(--rgb-flow-heading-transparent);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.c-flow__before-after .c-flow__image {
  position: relative;
  z-index: 4;
}

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

.c-flow__vertical {
  border-top: 0.0625rem solid var(--rgb-flow);
}
.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;
  display: table;
  width: 100%;
  border-top: none;
}
@media 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 flow;
  position: absolute;
  left: 50%;
  right: 50%;
  content: "";
}
@media screen and (max-width: 767px) {
  .c-flow__vertical .c-flow__article::before, .c-flow__vertical .c-flow__article::after {
    border-width: 1.25rem;
  }
}
@media 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: var(--rgb-white) 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;
}
.c-flow__vertical .c-flow__no, .c-flow__vertical .c-flow__time, .c-flow__vertical .c-flow__notes {
  display: table-cell;
}
@media 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 flow;
  }
}
.c-flow__vertical .c-flow__time {
  width: 18rem;
  vertical-align: top;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .c-flow__vertical .c-flow__time {
    width: 12rem;
    vertical-align: top;
  }
}
@media 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: 1;
  font-weight: 700;
  margin-top: -0.05em;
  padding: 0;
  display: block flow;
  text-align: right;
}
@media 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 screen and (max-width: 767px) {
  .c-flow__vertical .c-flow__no {
    width: 3rem;
    vertical-align: top;
  }
}
@media screen and (max-width: 575px) {
  .c-flow__vertical .c-flow__no {
    width: 100%;
  }
}
.c-flow__vertical .c-flow__no span {
  color: var(--rgb-flowno);
  font-size: 7em;
  line-height: 1;
  font-weight: 700;
  margin-top: 0.1875em;
  padding: 0;
  display: block flow;
}
@media screen and (max-width: 767px) {
  .c-flow__vertical .c-flow__no span {
    font-size: 3.5em;
    line-height: 1;
  }
}
@media screen and (max-width: 575px) {
  .c-flow__vertical .c-flow__no span {
    text-align: right;
  }
}
.c-flow__vertical .c-flow__no small {
  display: block flow;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
}
@media screen and (max-width: 767px) {
  .c-flow__vertical .c-flow__no small {
    font-size: 10px;
    line-height: 12px;
  }
}
.c-flow__vertical .c-flow__no + .c-flow__notes {
  vertical-align: top;
}
@media screen and (max-width: 575px) {
  .c-flow__vertical .c-flow__no + .c-flow__notes {
    padding: 0 0 1rem;
    margin-top: -1.5rem;
  }
}
.c-flow__vertical .c-flow__notes {
  padding: 3rem;
}
@media screen and (max-width: 991px) {
  .c-flow__vertical .c-flow__notes {
    padding: 3rem 2rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-flow__vertical .c-flow__notes {
    padding: 2rem 1rem 1rem;
  }
}
.c-flow__vertical .c-flow__notes .well {
  background: var(--rgb-white);
  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 flow;
}
.c-flow__vertical .c-flow__notes .c-heading__flow:first-child {
  margin-top: 0;
}
.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: 0.0625rem dashed #FF9;
}
.c-flow__vertical .c-flow__notes dl {
  display: table;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .c-flow__vertical .c-flow__notes dl {
    display: block flow;
  }
}
.c-flow__vertical .c-flow__notes dl dt, .c-flow__vertical .c-flow__notes dl dd {
  display: table-cell;
}
@media screen and (max-width: 575px) {
  .c-flow__vertical .c-flow__notes dl dt, .c-flow__vertical .c-flow__notes dl dd {
    display: block flow;
  }
}
.c-flow__vertical .c-flow__notes dl dt {
  width: 7em;
}
@media screen and (max-width: 575px) {
  .c-flow__vertical .c-flow__notes dl dt {
    margin-bottom: 1.25vw;
  }
}

.c-flow__word {
  display: block flex;
  justify-content: center;
  align-items: center;
  padding: calc(2em * var(--md-rate)) calc(1em * var(--md-rate));
}
.c-flow__word p {
  text-align: center;
  line-height: 1.5;
}

.c-policy__scroll {
  background-color: #FFF;
  height: 12.5rem;
  overflow-y: scroll;
}

.c-form__recept {
  text-align: center;
  line-height: 1.5;
  margin: -0.25em 0;
}

.c-form__required, .c-form__optional {
  display: block 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: block 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;
  font-weight: 500;
  margin-right: 0.25rem;
  margin-bottom: 0.25em;
  padding: 0.25em 0;
  width: 2.25rem;
  text-align: center;
  vertical-align: middle;
  position: relative;
  display: inline flow-root;
}

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

.c-form__label {
  margin-bottom: 0.5rem;
}

.c-form__text {
  margin-top: 0.25rem;
  font-size: 0.9em;
}

.c-form__control {
  background-color: var(--rgb-white);
  color: var(--rgb-base-text);
  background-clip: padding-box;
  border: 0.0625rem solid var(--rgb-linegray);
  border-radius: 0.125rem;
  font-size: 1em;
  line-height: 1.5;
  display: block flow;
  width: 100%;
  padding: 0.375em 0.75em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .c-form__control {
    transition: none;
  }
}
.c-form__control[type=file] {
  overflow: hidden;
}

.c-form__control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.c-form__control:focus {
  background-color: var(--rgb-white);
  color: var(--rgb-base-text);
  border-color: var(--rgb-focus);
  outline: 0;
}

.c-form__control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

.c-form__control::-webkit-datetime-edit {
  display: block flow;
  padding: 0;
}

.c-form__control::-moz-placeholder {
  color: var(--rgb-middlegray);
  opacity: 1;
}

.c-form__control::placeholder {
  color: var(--rgb-middlegray);
  opacity: 1;
}

.c-form__control:disabled {
  background-color: var(--rgb-lightgray);
  opacity: 1;
}

.c-form__control::file-selector-button {
  background-color: var(--rgb-lightgray);
  color: var(--rgb-base-text);
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 0.0625rem;
  border-radius: 0;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  padding: 0.375rem 0.75rem;
  pointer-events: 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;
}

@media (prefers-reduced-motion: reduce) {
  .c-form__control::file-selector-button {
    transition: none;
  }
}

.c-form__control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--rgb-lightgray);
}

.c-form__control--plaintext {
  display: block flow;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--rgb-base-text);
  background-color: transparent;
  border: solid transparent;
  border-width: 0.0625rem 0;
}
.c-form__control--plaintext:focus {
  outline: 0;
}

textarea.c-form__control {
  min-height: calc(1.5em + 0.75rem + 0.125rem);
}

.c-form__control--color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + 0.125rem);
  padding: 0.375rem;
}

.c-form__control--color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.c-form__control--color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.125rem;
}

.c-form__control--color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: 0.125rem;
}

.c-form__select {
  background-color: var(--rgb-white);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  color: var(--rgb-base-text);
  border: 0.0625rem solid var(--rgb-linegray);
  border-radius: 0.125rem;
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block flow;
}

@media (prefers-reduced-motion: reduce) {
  .c-form__select {
    transition: none;
  }
}
.c-form__select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.c-form__select[multiple], .c-form__select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.c-form__select:disabled {
  background-color: var(--rgb-lightgray);
}

.c-form__select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--rgb-base-text);
}

option[selected=selected] {
  background-color: var(--rgb-form);
  color: var(--rgb-white);
}

.c-form__list {
  display: block flex;
  flex-flow: row wrap;
  align-items: center;
}
.c-form__list li {
  margin-right: 1.5em;
}

.c-form__check {
  display: block flex;
  align-items: center;
  min-height: 1.5rem;
}

.c-form__check .c-form__check--input {
  margin-right: 0.5em;
}

.c-form__check--reverse {
  padding-left: 0;
  padding-right: 1.5em;
  text-align: right;
}

.c-form__check--reverse .c-form__check--input {
  margin-right: -1.5em;
  margin-left: 0;
}

.c-form__check--input {
  --bs-form-check-bg: var(--rgb-white);
  width: 1em;
  height: 1em;
  vertical-align: top;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 0.0625rem solid var(--rgb-linegray);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

.c-form__check--input[type=checkbox] {
  border-radius: 0.25em;
}

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

.c-form__check--input:active {
  filter: brightness(90%);
}

.c-form__check--input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

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

.c-form__check--input:checked[type=checkbox] {
  --bs-form-check-bg-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 10 3 3 6-6'/%3e%3c/svg%3e");
}

.c-form__check--input:checked[type=radio] {
  --bs-form-check-bg-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");
}

.c-form__check--input[type=checkbox]:indeterminate {
  background-color: var(--rgb-form);
  border-color: var(--rgb-form);
  --bs-form-check-bg-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");
}

.c-form__check--input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.c-form__check--input[disabled] ~ .c-form__check--label, .c-form__check--input:disabled ~ .c-form__check--label {
  cursor: default;
  opacity: 0.5;
}

.c-form__switch {
  padding-left: 2.5em;
}

.c-form__switch .c-form__check--input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, .25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .c-form__switch .c-form__check--input {
    transition: none;
  }
}
.c-form__switch .c-form__check--input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.c-form__switch .c-form__check--input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.c-form__switch.c-form__check--reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

.c-form__switch.c-form__check--reverse .c-form__check--input {
  margin-right: -2.5em;
  margin-left: 0;
}

.c-form__check--inline {
  display: inline flow-root;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .c-form__switch .c-form__check--input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, .25%29'/%3e%3c/svg%3e");
}

.c-form__range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-form__range:focus {
  outline: 0;
}

.c-form__range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.c-form__range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.c-form__range::-moz-focus-outer {
  border: 0;
}

.c-form__range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: var(--rgb-form);
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .c-form__range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.c-form__range::-webkit-slider-thumb:active {
  background-color: var(--rgb-form);
}

.c-form__range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--rgb-lightgray);
  border-color: transparent;
  border-radius: 1rem;
}

.c-form__range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: var(--rgb-form);
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .c-form__range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.c-form__range::-moz-range-thumb:active {
  background-color: var(--rgb-form);
}

.c-form__range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--rgb-lightgray);
  border-color: transparent;
  border-radius: 1rem;
}

.c-form__range:disabled {
  pointer-events: none;
}

.c-form__range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}

.c-form__range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.c-form__floating {
  position: relative;
}

.c-form__floating > .c-form__control,
.c-form__floating > .c-form__control--plaintext,
.c-form__floating > .c-form__select {
  height: 3.625rem;
  min-height: 3.625rem;
  line-height: 1.25;
}

.c-form__floating > label {
  border: 0.0625rem solid transparent;
  text-align: start;
  padding: 1rem 0.75rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  opacity: 0.33;
}

@media (prefers-reduced-motion: reduce) {
  .c-form__floating > label {
    transition: none;
  }
}
.c-form__floating > .c-form__control,
.c-form__floating > .c-form__control--plaintext {
  padding: 1rem 0.75rem;
}

.c-form__floating > .c-form__control::-moz-placeholder, .c-form__floating > .c-form__control--plaintext::-moz-placeholder {
  color: transparent;
}

.c-form__floating > .c-form__control::placeholder,
.c-form__floating > .c-form__control--plaintext::placeholder {
  color: transparent;
}

.c-form__floating > .c-form__control:not(:-moz-placeholder-shown), .c-form__floating > .c-form__control--plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.c-form__floating > .c-form__control:focus, .c-form__floating > .c-form__control:not(:placeholder-shown),
.c-form__floating > .c-form__control--plaintext:focus,
.c-form__floating > .c-form__control--plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.c-form__floating > .c-form__control:-webkit-autofill,
.c-form__floating > .c-form__control--plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.c-form__floating > .c-form__select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.c-form__floating > .c-form__control:not(:-moz-placeholder-shown) ~ label {
  color: var(--rgb-base-text);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  opacity: 0.75;
}

.c-form__floating > .c-form__control:focus ~ label,
.c-form__floating > .c-form__control:not(:placeholder-shown) ~ label,
.c-form__floating > .c-form__control--plaintext ~ label,
.c-form__floating > .c-form__select ~ label {
  color: var(--rgb-base-text);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  opacity: 0.75;
}

.c-form__floating > .c-form__control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--rgb-white);
  border-radius: 0.125rem;
}

.c-form__floating > .c-form__control:focus ~ label::after,
.c-form__floating > .c-form__control:not(:placeholder-shown) ~ label::after,
.c-form__floating > .c-form__control--plaintext ~ label::after,
.c-form__floating > .c-form__select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--rgb-white);
  border-radius: 0.125rem;
}

.c-form__floating > .c-form__control:-webkit-autofill ~ label {
  color: rgba(var(--rgb-base-text-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.c-form__floating > .c-form__control--plaintext ~ label {
  border-width: 0.0625rem 0;
}

.c-form__floating > :disabled ~ label {
  color: #6c757d;
}

.c-form__floating > :disabled ~ label::after {
  background-color: var(--rgb-lightgray);
}

.c-input__group {
  position: relative;
  display: block flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.c-input__group > .c-form__control,
.c-input__group > .c-form__select,
.c-input__group > .c-form__floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.c-input__group > .c-form__control:focus,
.c-input__group > .c-form__select:focus,
.c-input__group > .c-form__floating:focus-within {
  z-index: 5;
}

.c-input__group .btn {
  position: relative;
  z-index: 2;
}

.c-input__group .btn:focus {
  z-index: 5;
}

.c-input__group--text {
  background-color: var(--rgb-lightgray);
  color: var(--rgb-base-text);
  border: 0.0625rem solid var(--rgb-linegray);
  border-radius: 0.125rem;
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  padding: 0.375rem 0.75rem;
  display: block flex;
  align-items: center;
}

.c-input__group--lg > .c-form__control,
.c-input__group--lg > .c-form__select,
.c-input__group--lg > .c-input__group--text,
.c-input__group--lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}

.c-input__group--sm > .c-form__control,
.c-input__group--sm > .c-form__select,
.c-input__group--sm > .c-input__group--text,
.c-input__group--sm > .btn {
  padding: 0.25em 0.5em;
  font-size: 0.9em;
  border-radius: 0.0625rem;
}

.c-input__group--lg > .c-form__select,
.c-input__group--sm > .c-form__select {
  padding-right: 3rem;
}

.c-input__group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.c-form__floating),
.c-input__group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.c-input__group:not(.has-validation) > .c-form__floating:not(:last-child) > .c-form__control,
.c-input__group:not(.has-validation) > .c-form__floating:not(:last-child) > .c-form__select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.c-input__group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.c-form__floating),
.c-input__group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.c-input__group.has-validation > .c-form__floating:nth-last-child(n+3) > .c-form__control,
.c-input__group.has-validation > .c-form__floating:nth-last-child(n+3) > .c-form__select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.c-input__group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -0.0625rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.c-input__group > .c-form__floating:not(:first-child) > .c-form__control,
.c-input__group > .c-form__floating:not(:first-child) > .c-form__select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: 0.125rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block flow;
}

.was-validated .c-form__control:valid, .c-form__control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .c-form__control:valid:focus, .c-form__control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.c-form__control:valid, textarea.c-form__control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .c-form__select:valid, .c-form__select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

.was-validated .c-form__select:valid:not([multiple]):not([size]), .was-validated .c-form__select:valid:not([multiple])[size="1"], .c-form__select.is-valid:not([multiple]):not([size]), .c-form__select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .c-form__select:valid:focus, .c-form__select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .c-form__control--color:valid, .c-form__control--color.is-valid {
  width: calc(3rem + 1.5em + 0.75rem);
}

.was-validated .c-form__check--input:valid, .c-form__check--input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

.was-validated .c-form__check--input:valid:checked, .c-form__check--input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}

.was-validated .c-form__check--input:valid:focus, .c-form__check--input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .c-form__check--input:valid ~ .c-form__check--label, .c-form__check--input.is-valid ~ .c-form__check--label {
  color: var(--bs-form-valid-color);
}

.c-form__check--inline .c-form__check--input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .c-input__group > .c-form__control:not(:focus):valid, .c-input__group > .c-form__control:not(:focus).is-valid,
.was-validated .c-input__group > .c-form__select:not(:focus):valid,
.c-input__group > .c-form__select:not(:focus).is-valid,
.was-validated .c-input__group > .c-form__floating:not(:focus-within):valid,
.c-input__group > .c-form__floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: 0.125rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block flow;
}

.was-validated .c-form__control:invalid, .c-form__control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .c-form__control:invalid:focus, .c-form__control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.c-form__control:invalid, textarea.c-form__control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .c-form__select:invalid, .c-form__select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.was-validated .c-form__select:invalid:not([multiple]):not([size]), .was-validated .c-form__select:invalid:not([multiple])[size="1"], .c-form__select.is-invalid:not([multiple]):not([size]), .c-form__select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .c-form__select:invalid:focus, .c-form__select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .c-form__control--color:invalid, .c-form__control--color.is-invalid {
  width: calc(3rem + 1.5em + 0.75rem);
}

.was-validated .c-form__check--input:invalid, .c-form__check--input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.was-validated .c-form__check--input:invalid:checked, .c-form__check--input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}

.was-validated .c-form__check--input:invalid:focus, .c-form__check--input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .c-form__check--input:invalid ~ .c-form__check--label, .c-form__check--input.is-invalid ~ .c-form__check--label {
  color: var(--bs-form-invalid-color);
}

.c-form__check--inline .c-form__check--input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .c-input__group > .c-form__control:not(:focus):invalid,
.c-input__group > .c-form__control:not(:focus).is-invalid,
.was-validated .c-input__group > .c-form__select:not(:focus):invalid,
.c-input__group > .c-form__select:not(:focus).is-invalid,
.was-validated .c-input__group > .c-form__floating:not(:focus-within):invalid,
.c-input__group > .c-form__floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.c-frame__line {
  border: 0.0625rem solid var(--rgb-linegray);
  padding: 0.0625rem;
  background-color: var(--rgb-white);
}
.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: 0.5rem solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .c-frame__mirror:after {
    border: 0.5rem solid rgba(255, 255, 255, 0.5);
  }
}
.c-frame__mirror img {
  width: 100%;
  height: auto;
}

.c-frame__overlap--wrapper {
  margin: 2rem 0;
}

.c-frame__overlap--xs, .c-frame__overlap--sm, .c-frame__overlap--long, .c-frame__overlap {
  display: inline flow-root;
  position: relative;
}
.c-frame__overlap--xs::before, .c-frame__overlap--sm::before, .c-frame__overlap--long::before, .c-frame__overlap::before, .c-frame__overlap--xs::after, .c-frame__overlap--sm::after, .c-frame__overlap--long::after, .c-frame__overlap::after {
  background-color: var(--rgb-white);
  padding-bottom: 33.3333333333%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.c-frame__overlap--xs::before, .c-frame__overlap--sm::before, .c-frame__overlap--long::before, .c-frame__overlap::before {
  z-index: 2;
}
.c-frame__overlap--xs::after, .c-frame__overlap--sm::after, .c-frame__overlap--long::after, .c-frame__overlap::after {
  z-index: 1;
}
.c-frame__overlap--xs img, .c-frame__overlap--sm img, .c-frame__overlap--long img, .c-frame__overlap img {
  background-color: var(--rgb-white);
  width: 100%;
  height: auto;
  display: inline flow-root;
  position: relative;
  z-index: 3;
}

.c-frame__overlap img {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  border-radius: 0.125rem;
}
.c-frame__overlap:before, .c-frame__overlap:after {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
}
.c-frame__overlap:before {
  transform: rotate(4deg);
}
.c-frame__overlap:after {
  transform: rotate(2deg);
}

.c-frame__overlap--long img {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
  padding: 0.5rem;
  border-radius: 0.125rem;
}
.c-frame__overlap--long:before, .c-frame__overlap--long:after {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
  padding: 0.25rem;
}
.c-frame__overlap--long:before {
  transform: rotate(2deg);
}
.c-frame__overlap--long:after {
  transform: rotate(1deg);
}

.c-frame__overlap--sm img {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  padding: 1rem;
  border-radius: 0.125rem;
}
.c-frame__overlap--sm:before, .c-frame__overlap--sm:after {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  padding: 1rem;
}
.c-frame__overlap--sm:before {
  transform: rotate(4deg);
}
.c-frame__overlap--sm:after {
  transform: rotate(2deg);
}

.c-frame__overlap--xs img {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  padding: 0.5rem;
  border-radius: 0.125rem;
}
.c-frame__overlap--xs:before, .c-frame__overlap--xs:after {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  padding: 0.5rem;
}
.c-frame__overlap--xs:before {
  transform: rotate(4deg);
}
.c-frame__overlap--xs:after {
  transform: rotate(2deg);
}

.c-frame__polaroid {
  background-color: var(--rgb-white);
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: calc(1.5rem * var(--lg-rate));
}
.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--rounded {
  background-color: var(--rgb-white);
  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--rounded {
    padding: 5px;
  }
}
.c-frame__polaroid--rounded img {
  width: 100%;
  height: auto;
  position: relative;
  display: inline flow-root;
  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--tape, .c-frame__with--pin {
  position: relative;
}
.c-frame__with--tape::before, .c-frame__with--pin::before {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block flow;
  position: absolute;
  left: 50%;
  right: 50%;
  z-index: 1;
  content: "";
}

.c-frame__with--pin:before {
  background-image: url(../images/pin.png);
  width: 2.5rem;
  height: 3rem;
  margin: 0 -1.25rem;
  top: -2rem;
}
@media screen and (max-width: 767px) {
  .c-frame__with--pin:before {
    width: 1.25rem;
    height: 3rem;
    margin: 0 -0.625rem;
    top: -2rem;
  }
}

.c-frame__with--tape:before {
  background-image: url(../images/tape.png);
  width: 6rem;
  height: 2.25rem;
  margin: 0 -3rem;
  top: -1.5rem;
}
@media screen and (max-width: 767px) {
  .c-frame__with--tape:before {
    width: 4rem;
    height: 1.5rem;
    margin: 0 -2rem;
    top: -0.75rem;
  }
}

.c-frame__note {
  background-color: var(--rgb-white);
  color: #696969;
  border: solid 1px #E6E6E6;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  padding: 0.3em 2em 2em;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 767px) {
  .c-frame__note {
    padding: 0.3em 1em 2em;
  }
}

.c-frame__note--line {
  background-color: var(--rgb-white);
  width: 100%;
  background-image: linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, var(--rgb-white) 0%, var(--rgb-white) 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 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;
}

.c-heading {
  position: relative;
  z-index: 1;
}
.c-heading:first-child {
  margin-top: 0;
}
.c-heading:last-child {
  margin-bottom: 0;
}

.c-heading__margin {
  margin-bottom: calc(var(--clearance-padding) * var(--heading-margin) * var(--heading-margin));
}

.c-heading__margin--first {
  margin-bottom: calc(var(--clearance-padding) * var(--heading-margin));
}

.c-heading__headline {
  border-top: var(--headline-border-width) solid var(--headline-border-color);
  padding-top: 0.5rem;
  display: block;
}

.c-heading__underline {
  border-bottom: var(--underline-border-width) solid var(--underline-border-color);
  padding-bottom: 0.5em;
  display: block;
}

.c-heading__leftline {
  border-left: var(--leftline-border-width) solid var(--leftline-border-color);
  padding-left: 0.66em;
  display: block;
}

.c-heading__square--brackets {
  display: flex;
  align-items: center;
}
.c-heading__square--brackets::before, .c-heading__square--brackets::after {
  width: 0.4em;
  height: 1em;
  display: block;
  content: "";
}
.c-heading__square--brackets::before {
  margin-bottom: auto;
  border-top: var(--brackets-border-width) solid var(--brackets-border-color);
  border-left: var(--brackets-border-width) solid var(--brackets-border-color);
  margin-right: 0.6em;
}
.c-heading__square--brackets::after {
  margin-top: auto;
  border-right: var(--brackets-border-width) solid var(--brackets-border-color);
  border-bottom: var(--brackets-border-width) solid var(--brackets-border-color);
  margin-left: 0.6em;
}

.c-heading__devider::after {
  background-color: var(--rgb-heading-devider);
  position: absolute;
  left: 0;
  bottom: 0;
  width: var(--width-heading-devider);
  height: 0.125rem;
  content: "";
}
.c-heading__devider.text-center:after {
  left: 50%;
  right: 50%;
  margin: 0 calc(var(--width-heading-devider) * -0.5);
}
@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-hero__link--thin, .c-hero__link {
  display: block;
  position: relative;
  overflow: hidden;
}

.c-hero__link--image {
  background-color: var(--rgb-herolink);
  overflow: hidden;
}
.c-hero__link--image img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: transform 0.6s;
}
.c-hero__link--image + .c-hero__link--title {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.c-hero__link--title {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1em;
}
.c-hero__link--title h4 {
  color: var(--rgb-white);
}
@media screen and (max-width: 991px) {
  .c-hero__link--title h4 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .c-hero__link--title h4 {
    font-size: 1.25em;
  }
}
.c-hero__link--title:after {
  background-color: var(--accentcolor);
  color: var(--rgb-white);
  border-radius: 6rem;
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 1em;
  padding: 0.5em 1em;
  display: block;
  content: "View More";
}
@media screen and (max-width: 991px) {
  .c-hero__link--title:after {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
  .c-hero__link--title:after {
    font-size: 0.8em;
  }
}

.c-hero__link:hover .c-hero__link--image img {
  transform: scale(1.05);
  transition: transform 1.2s;
}

.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: var(--rgb-white);
}
@media screen and (max-width: 991px) {
  .c-hero__dummy--title h4 {
    font-size: 1.5em;
  }
}
@media 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 screen and (max-width: 1399px) {
  .c-hero__icon--image {
    padding: 4rem;
  }
}
@media screen and (max-width: 1199px) {
  .c-hero__icon--image {
    padding: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .c-hero__icon--image {
    padding: 2rem;
  }
}
@media 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: var(--rgb-white);
}
@media screen and (max-width: 991px) {
  .c-hero__icon--title h4 {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .c-hero__icon--title h4 {
    font-size: 1.125em;
  }
}

.c-lead {
  font-size: calc(1.125em * var(--sm-rate));
  line-height: 1.75;
}
.c-lead:first-of-type {
  margin-top: -0.375em;
}
@media screen and (max-width: 991px) {
  .c-lead {
    line-height: 1.5;
  }
  .c-lead:first-of-type {
    margin-top: -0.25em;
  }
}
.c-lead small {
  font-size: 0.66em;
  display: block;
}
.c-lead span {
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 575px) {
  .c-lead span {
    display: inline;
    white-space: normal;
  }
}

.c-lead--xs {
  font-size: calc(1.25em * var(--sm-rate));
  line-height: 1.75;
}
.c-lead--xs:first-of-type {
  margin-top: -0.375em;
}
@media screen and (max-width: 991px) {
  .c-lead--xs {
    line-height: 1.5;
  }
  .c-lead--xs:first-of-type {
    margin-top: -0.25em;
  }
}
.c-lead--xs small {
  font-size: 0.66em;
  display: block;
}
.c-lead--xs span {
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 575px) {
  .c-lead--xs span {
    display: inline;
    white-space: normal;
  }
}

.c-lead--sm {
  font-size: calc(1.33em * var(--sm-rate));
  line-height: 1.75;
}
.c-lead--sm:first-of-type {
  margin-top: -0.375em;
}
@media screen and (max-width: 991px) {
  .c-lead--sm {
    line-height: 1.5;
  }
  .c-lead--sm:first-of-type {
    margin-top: -0.25em;
  }
}
.c-lead--sm small {
  font-size: 0.66em;
  display: block;
}
.c-lead--sm span {
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 575px) {
  .c-lead--sm span {
    display: inline;
    white-space: normal;
  }
}

.c-lead--md {
  font-size: calc(1.5em * var(--sm-rate));
  line-height: 1.75;
}
.c-lead--md:first-of-type {
  margin-top: -0.375em;
}
@media screen and (max-width: 991px) {
  .c-lead--md {
    line-height: 1.5;
  }
  .c-lead--md:first-of-type {
    margin-top: -0.25em;
  }
}
.c-lead--md small {
  font-size: 0.66em;
  display: block;
}
.c-lead--md span {
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 575px) {
  .c-lead--md span {
    display: inline;
    white-space: normal;
  }
}

.c-lead--lg {
  font-size: calc(1.66em * var(--sm-rate));
  line-height: 1.75;
}
.c-lead--lg:first-of-type {
  margin-top: -0.375em;
}
@media screen and (max-width: 991px) {
  .c-lead--lg {
    line-height: 1.5;
  }
  .c-lead--lg:first-of-type {
    margin-top: -0.25em;
  }
}
.c-lead--lg small {
  font-size: 0.66em;
  display: block;
}
.c-lead--lg span {
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 575px) {
  .c-lead--lg span {
    display: inline;
    white-space: normal;
  }
}

.c-lead--xl {
  font-size: calc(1.75em * var(--md-rate));
  line-height: 1.75;
}
.c-lead--xl:first-of-type {
  margin-top: -0.375em;
}
@media screen and (max-width: 991px) {
  .c-lead--xl {
    line-height: 1.5;
  }
  .c-lead--xl:first-of-type {
    margin-top: -0.25em;
  }
}
.c-lead--xl small {
  font-size: 0.66em;
  display: block;
}
.c-lead--xl span {
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 575px) {
  .c-lead--xl span {
    display: inline;
    white-space: normal;
  }
}

.c-lead--xxl {
  font-size: calc(2em * var(--md-rate));
  line-height: 1.75;
}
.c-lead--xxl:first-of-type {
  margin-top: -0.375em;
}
@media screen and (max-width: 991px) {
  .c-lead--xxl {
    line-height: 1.5;
  }
  .c-lead--xxl:first-of-type {
    margin-top: -0.25em;
  }
}
.c-lead--xxl small {
  font-size: 0.66em;
  display: block;
}
.c-lead--xxl span {
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 575px) {
  .c-lead--xxl span {
    display: inline;
    white-space: normal;
  }
}

.c-lead--xxxl {
  font-size: calc(2.5em * var(--md-rate));
  line-height: 1.75;
}
.c-lead--xxxl:first-of-type {
  margin-top: -0.375em;
}
@media screen and (max-width: 991px) {
  .c-lead--xxxl {
    line-height: 1.5;
  }
  .c-lead--xxxl:first-of-type {
    margin-top: -0.25em;
  }
}
.c-lead--xxxl small {
  font-size: 0.66em;
  display: block;
}
.c-lead--xxxl span {
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 575px) {
  .c-lead--xxxl span {
    display: inline;
    white-space: normal;
  }
}

.c-text__link, .c-text__link:hover, .c-text__link:active, .c-text__link:focus {
  color: var(--rgb-link);
  text-decoration: underline;
  text-underline-position: under;
  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;
  padding-left: 2em;
}
.c-list__disc li .kome {
  display: block;
}
.c-list__disc--lg {
  list-style: disc;
  font-size: 1.125em;
}
.c-list__disc--lg li {
  margin-left: 1em;
}
.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 {
  color: var(--rgb-list-marker);
  font-family: "Font Awesome 5 Pro";
  content: "\f111";
  display: inline-block;
  text-align: center;
  margin-left: -2em;
  width: 2em;
  font-weight: 900;
  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(--rgb-list-marker);
  color: var(--rgb-white);
  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__decimal li:not(:first-of-type) {
  margin-top: 0.25em;
}
.c-list__decimal li .c-list__bracket {
  margin-top: 0.25em;
  margin-left: -2em;
}

.c-list__check {
  list-style: none;
}
.c-list__check li {
  padding-left: 2em;
}
.c-list__check li:before {
  content: "\e5ca";
  font-family: "Material Symbols Outlined";
  display: inline-block;
  width: 2em;
  margin-left: -2em;
  color: var(--rgb-check);
  font-weight: 700;
}
.c-list__check--sm {
  list-style: none;
}
.c-list__check--sm li {
  font-size: calc(1.25em * var(--sm-rate));
  padding-left: 2em;
}
.c-list__check--sm li:before {
  content: "\e5ca";
  font-family: "Material Symbols Outlined";
  display: inline-block;
  width: 2em;
  margin-left: -2em;
  color: var(--rgb-check);
  font-weight: 700;
}
.c-list__check--md {
  list-style: none;
}
.c-list__check--md li {
  font-size: calc(1.5em * var(--sm-rate));
  padding-left: 2em;
}
.c-list__check--md li:before {
  content: "\e5ca";
  font-family: "Material Symbols Outlined";
  display: inline-block;
  width: 2em;
  margin-left: -2em;
  color: var(--rgb-check);
  font-weight: 700;
}
.c-list__check--lg {
  list-style: none;
}
.c-list__check--lg li {
  font-size: calc(2em * var(--sm-rate));
  padding-left: 2em;
}
.c-list__check--lg li:before {
  content: "\e5ca";
  font-family: "Material Symbols Outlined";
  display: inline-block;
  width: 2em;
  margin-left: -2em;
  color: var(--rgb-check);
  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__check--square {
  list-style: none;
}
.c-list__check--square li {
  padding-left: 1.5em;
}
.c-list__check--square li:before {
  color: var(--rgb-check);
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-left: -1.5em;
  width: 1.5em;
  display: inline-block;
  content: "\f14a";
}

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

.c-list__bracket--medium > li:before {
  font-weight: 500;
}
.c-list__bracket--medium > li strong {
  font-weight: 500;
  margin-bottom: 0.25em;
}

.c-list__bracket--bold > li:before {
  font-weight: 700;
}
.c-list__bracket--bold > li strong {
  font-weight: 700;
}

.c-list__dot {
  list-style: none;
  counter-reset: dot;
}
.c-list__dot > li {
  line-height: 1.5;
  padding-left: 2.5em;
  font-weight: 500;
}
.c-list__dot > li > ul, .c-list__dot > li ol {
  font-weight: 300;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.c-list__dot > li p {
  margin-bottom: 0.33em;
}
.c-list__dot > li:before {
  counter-increment: dot;
  content: "" counter(dot) ".";
  display: inline-block;
  margin-left: -1.5em;
  margin-right: -0.5em;
  width: 2em;
}
.c-list__dot > li + li {
  margin-top: 0.5em;
}
.c-list__dot > 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-list__kome {
  padding-left: 2em;
}
.c-list__kome li:before {
  content: "※";
  display: inline-block;
  width: 1.5em;
  margin-left: -2em;
}

.c-kome {
  line-height: 1.5;
  padding-left: 1.5em;
}
.c-kome:before {
  content: "※";
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
  text-align: left;
}
.c-kome + .c-kome {
  margin-top: 0;
}

.c-kome__caution {
  color: var(--rgb-caution);
  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(--rgb-caution);
  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-lg {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-lg 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-lg 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: var(--rgb-white);
  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;
}

.c-list__slash {
  display: flex;
  flex-flow: row wrap;
}
.c-list__slash li {
  white-space: nowrap;
}
.c-list__slash li:not(:last-child):after {
  margin: 0 0.33em;
  content: "/";
}

.c-list__camma {
  display: flex;
  flex-flow: row wrap;
}
.c-list__camma li {
  white-space: nowrap;
}
.c-list__camma li:not(:last-child):after {
  content: "、";
}

.c-list__jnumber {
  padding-left: 2em;
}
.c-list__jnumber li {
  font-family: var(--font-blush);
  font-weight: 400;
}
.c-list__jnumber li:before {
  margin-left: -2em;
  width: 2em;
  content: "一．";
  display: inline-block;
}

.c-mainimage {
  position: relative;
  z-index: 99;
}

.js-mainimage__cover, .js-mainimage__contain {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
}
.js-mainimage__cover img, .js-mainimage__contain img {
  margin: auto;
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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__text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: flex;
}

.c-mainimage__copy {
  position: relative;
  z-index: 9;
}

.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: -5rem;
  z-index: -1;
  content: "";
}
@media only screen and (max-width: 1399px) {
  .c-days__flow--morning::after, .c-days__flow--noon::after {
    top: 2rem;
    bottom: -4rem;
  }
}
@media only screen and (max-width: 991px) {
  .c-days__flow--morning::after, .c-days__flow--noon::after {
    top: 2rem;
    bottom: -3rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-days__flow--morning::after, .c-days__flow--noon::after {
    top: 2rem;
    bottom: -2.5rem;
  }
}
@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(--rgb-morning);
}
.c-days__flow--morning::after {
  background-color: var(--rgb-morning);
}
.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(--rgb-noon);
}
.c-days__flow--noon::after {
  background-color: var(--rgb-noon);
}
.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(--rgb-noon);
  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(--rgb-lightgray);
  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 .c-cart__flow--no, .c-cart__flow .c-cart__flow--bar {
  display: table-cell;
  vertical-align: middle;
}
.c-cart__flow .c-cart__flow--no {
  width: 4rem;
}
@media screen and (max-width: 767px) {
  .c-cart__flow .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 .c-cart__progress--bar {
  width: 100%;
  height: 0.25rem;
}
.c-cart__progress .c-cart__progress--sofar {
  background: var(--rgb-sofar);
  color: var(--rgb-white);
}
.c-cart__progress .c-cart__progress--yet {
  background: var(--rgb-yet);
  color: var(--rgb-white);
}
.c-cart__progress .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 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 screen and (max-width: 991px) {
  .c-cart__text--sofar, .c-cart__text--yet {
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .c-cart__text--sofar, .c-cart__text--yet {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 575px) {
  .c-cart__text--sofar, .c-cart__text--yet {
    line-height: 1.25;
  }
}

.c-cart__text--sofar {
  color: var(--rgb-sofar);
  font-weight: 700;
}

.c-cart__text--yet {
  color: var(--rgb-yet);
}

.c-cart__item--delete, .c-cart__item--subtotal, .c-cart__item--change, .c-cart__item--number, .c-cart__item--price, .c-cart__item--name, .c-cart__item--image, .c-cart__leadtime, .c-cart__date--delivery, .c-cart__date--order {
  background-color: var(--rgb-white);
}

.c-cart__item--delete, .c-cart__item--subtotal, .c-cart__item--change, .c-cart__item--number, .c-cart__item--price {
  width: 1%;
  white-space: nowrap;
}
.c-cart__item--delete .c-button__link, .c-cart__item--subtotal .c-button__link, .c-cart__item--change .c-button__link, .c-cart__item--number .c-button__link, .c-cart__item--price .c-button__link {
  width: -moz-max-content;
  width: max-content;
}

.c-cart__date--order {
  width: 10rem;
}
@media screen and (max-width: 991px) {
  .c-cart__date--order {
    width: 7.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cart__date--order {
    width: 5rem;
  }
}
.c-cart__date--order img {
  width: 100%;
  height: auto;
}

.c-cart__date--delivery {
  width: 10rem;
}
@media screen and (max-width: 991px) {
  .c-cart__date--delivery {
    width: 7.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cart__date--delivery {
    width: 5rem;
  }
}
.c-cart__date--delivery img {
  width: 100%;
  height: auto;
}

.c-cart__leadtime {
  width: 10rem;
}
@media screen and (max-width: 991px) {
  .c-cart__leadtime {
    width: 7.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cart__leadtime {
    width: 5rem;
  }
}
.c-cart__leadtime img {
  width: 100%;
  height: auto;
}

.c-cart__item--image {
  padding: 1px;
  width: 10rem;
}
@media screen and (max-width: 991px) {
  .c-cart__item--image {
    width: 7.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cart__item--image {
    width: 5rem;
  }
}
.c-cart__item--image img {
  width: 100%;
  height: auto;
}

.c-cart__item--price {
  text-align: center;
}

.c-cart__item--number .input-group {
  width: 8rem;
}
.c-cart__item--number .input-group input {
  text-align: center;
}
.c-cart__item--number .input-group button {
  background-color: var(--rgb-lightgray);
  border-color: var(--rgb-linegray);
  color: var(--rgb-base-text);
  font-size: 0.75em;
  padding: 1em;
}

.c-cart__item--subtotal {
  text-align: center;
}

.c-cart__item--ordernumber {
  width: 20rem;
}

.c-table__cart th {
  background-color: var(--rgb-lightgray);
  text-align: center;
  white-space: nowrap;
}

.c-table__log th {
  background-color: var(--rgb-lightgray);
}

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

@media screen and (max-width: 991px) {
  .c-cart__item-included {
    margin: 0.75rem -0.75rem -0.75rem;
    padding: 0.375rem 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cart__item-included {
    margin: 0.5rem -0.5rem -0.5rem;
    padding: 0.25rem 0.5rem;
  }
}
.c-cart__price--total {
  margin-top: 1rem;
}
.c-cart__price--total th, .c-cart__price--total td {
  border-bottom: 1px dashed var(--rgb-middlegray);
  padding: 0.125rem 0;
}
.c-cart__price--total th {
  width: auto;
}
.c-cart__price--total td {
  font-size: 1.5em;
  text-align: right;
  max-width: 10rem;
}
.c-cart__price--total td small {
  font-size: 0.66em;
}

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

.c-pagetitle {
  position: relative;
  background-color: #EFEFEF;
  scroll-margin-top: var(--header-height);
}

.c-pagetitle__image {
  background-color: #EFEFEF;
  overflow: hidden;
  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;
}

.c-title {
  text-align: center;
  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;
}

/* sub-title */
.c-subtitle {
  background-color: var(--rgb-white);
  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: var(--rgb-white);
  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;
  }
}

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

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

.c-label__compatible:before, .c-label__facsimile:before, .c-label__phone:before {
  font-size: 0.75em;
  text-align: left !important;
  margin-right: 0.33em;
  display: inline-block;
}

.c-label__phone:before {
  content: "TEL.";
}

.c-label__facsimile:before {
  content: "FAX.";
}

.c-label__compatible:before:before {
  content: "TEL / FAX.";
}

.c-label__freedial {
  display: flex;
  align-items: center;
}
.c-label__freedial:before {
  background: url(../images/common/freedial-mark.svg) center center/contain no-repeat;
  margin-right: 0.25rem;
  aspect-ratio: 7/4;
  width: 3.28125rem;
  height: 1.875rem;
  display: block;
  content: "";
}

.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(--pills-text);
}

.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:not(:first-child) {
  margin-top: calc(var(--gap-xxl) * var(--gap-rate));
}

.c-poster__overflow--image.c-poster__shift--left, .c-poster__overflow--image.c-poster__shift--right {
  width: calc(100% + var(--gap-xxl) * var(--gap-rate) * 3);
}
.c-poster__overflow--image .u-bg__cover, .c-poster__overflow--image .u-bg__contain {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

[class*=order-lg] .c-poster__overflow--image {
  width: calc(100% + 50vw - var(--container-half));
}
@media screen and (max-width: 991px) {
  [class*=order-lg] .c-poster__overflow--image {
    width: 100vw;
  }
}
[class*=order-sm] .c-poster__overflow--image {
  width: calc(100% + 50vw - var(--container-half));
}
@media screen and (max-width: 575px) {
  [class*=order-sm] .c-poster__overflow--image {
    width: 100vw;
  }
}
.c-poster__overflow--text {
  position: relative;
  z-index: 1;
}
.c-poster__overflow--text.c-poster__shift--left {
  margin-left: calc(var(--gap-xxl) * var(--gap-rate) * -1);
  padding-right: calc(var(--gap-xxl) * var(--gap-rate));
  padding-bottom: calc(var(--gap-xxl) * var(--gap-rate));
}
@media screen and (min-width: 992px) {
  .c-poster__overflow--text.c-poster__shift--left {
    margin-left: calc(var(--gap-xxl) * var(--gap-rate) * -2);
    padding-right: calc(var(--gap-xxl) * var(--gap-rate));
    padding-bottom: calc(var(--gap-xxl) * var(--gap-rate));
  }
}
@media screen and (max-width: 991px) {
  .c-poster__overflow--text.c-poster__shift--left {
    margin-left: 0;
    padding-left: calc(var(--gap-xxl) * var(--gap-rate));
    padding-top: calc(var(--gap-xxl) * var(--gap-rate));
  }
}
.c-poster__overflow--text.c-poster__shift--right {
  margin-right: calc(var(--gap-xxl) * var(--gap-rate) * -1);
  padding-left: calc(var(--gap-xxl) * var(--gap-rate));
  padding-bottom: calc(var(--gap-xxl) * var(--gap-rate));
}
@media screen and (min-width: 992px) {
  .c-poster__overflow--text.c-poster__shift--right {
    margin-right: calc(var(--gap-xxl) * var(--gap-rate) * -2);
    padding-left: calc(var(--gap-xxl) * var(--gap-rate));
    padding-bottom: calc(var(--gap-xxl) * var(--gap-rate));
  }
}
@media screen and (max-width: 991px) {
  .c-poster__overflow--text.c-poster__shift--right {
    margin-right: 0;
    padding-right: calc(var(--gap-xxl) * var(--gap-rate));
    padding-top: calc(var(--gap-xxl) * var(--gap-rate));
  }
}

@media screen and (min-width: 992px) {
  [class*=order-lg] .c-poster__overflow--text.c-poster__overflow--top {
    padding-bottom: var(--clearance-padding);
  }
}
@media screen and (max-width: 991px) {
  [class*=order-lg] .c-poster__overflow--text.c-poster__overflow--top {
    padding-top: var(--clearance-padding);
  }
}
[class*=order-lg] .c-poster__overflow--text.c-poster__overflow--top.c-poster__shift--left, [class*=order-lg] .c-poster__overflow--text.c-poster__overflow--top.c-poster__shift--right {
  margin-top: calc(var(--gap-xxl) * var(--gap-rate) * -1);
  margin-bottom: calc(var(--gap-xxl) * var(--gap-rate));
}
@media screen and (min-width: 992px) {
  [class*=order-lg] .c-poster__overflow--text.c-poster__overflow--bottom {
    padding-top: calc(var(--gap-xxl) * var(--gap-rate));
  }
}
@media screen and (max-width: 991px) {
  [class*=order-lg] .c-poster__overflow--text.c-poster__overflow--bottom {
    padding-bottom: calc(var(--gap-xxl) * var(--gap-rate));
  }
}
[class*=order-lg] .c-poster__overflow--text.c-poster__overflow--bottom.c-poster__shift--left, [class*=order-lg] .c-poster__overflow--text.c-poster__overflow--bottom.c-poster__shift--right {
  margin-top: calc(var(--gap-xxl) * var(--gap-rate));
  margin-bottom: calc(var(--gap-xxl) * var(--gap-rate) * -1);
}
@media screen and (min-width: 992px) {
  [class*=order-lg] .c-poster__overflow--text.c-poster__overflow--bottom.c-poster__shift--left, [class*=order-lg] .c-poster__overflow--text.c-poster__overflow--bottom.c-poster__shift--right {
    margin-top: calc(var(--gap-xxl) * var(--gap-rate));
    margin-bottom: calc(var(--gap-xxl) * var(--gap-rate) * -1);
  }
}
@media screen and (max-width: 991px) {
  [class*=order-lg] .c-poster__overflow--text.c-poster__overflow--bottom.c-poster__shift--left, [class*=order-lg] .c-poster__overflow--text.c-poster__overflow--bottom.c-poster__shift--right {
    margin-top: 0;
    margin-bottom: calc(var(--gap-xxl) * var(--gap-rate) * 1);
  }
}
@media screen and (min-width: 992px) {
  [class*=order-lg] .c-poster__overflow--text.c-poster__overflow--top-bottom {
    padding-top: calc(var(--clearance-padding) * 0.75);
    padding-bottom: calc(var(--clearance-padding) * 0.75);
  }
}
@media screen and (max-width: 991px) {
  [class*=order-lg] .c-poster__overflow--text.c-poster__overflow--top-bottom {
    padding-top: 0;
    padding-bottom: calc(var(--gap-xxl) * var(--gap-rate));
  }
}
@media screen and (max-width: 991px) {
  [class*=order-lg] .c-poster__overflow--image {
    margin-top: var(--clearance-padding);
  }
}
@media screen and (max-width: 991px) {
  [class*=order-lg] .c-poster__overflow--image.c-poster__overflow--top {
    margin-top: calc(var(--clearance-padding));
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  [class*=order-lg] .c-poster__overflow--image.c-poster__overflow--bottom {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 576px) {
  [class*=order-sm] .c-poster__overflow--text.c-poster__overflow--top {
    padding-bottom: calc(var(--clearance-padding) * 0.75);
  }
}
@media screen and (max-width: 575px) {
  [class*=order-sm] .c-poster__overflow--text.c-poster__overflow--top {
    padding-top: calc(var(--gap-xxl) * var(--gap-rate));
  }
}
@media screen and (min-width: 576px) {
  [class*=order-sm] .c-poster__overflow--text.c-poster__overflow--bottom {
    padding-top: calc(var(--clearance-padding) * 0.75);
  }
}
@media screen and (max-width: 575px) {
  [class*=order-sm] .c-poster__overflow--text.c-poster__overflow--bottom {
    padding-bottom: calc(var(--clearance-padding) * 0.75);
  }
}
@media screen and (min-width: 576px) {
  [class*=order-sm] .c-poster__overflow--text.c-poster__overflow--top-bottom {
    padding-top: calc(var(--clearance-padding) * 0.75);
    padding-bottom: calc(var(--clearance-padding) * 0.75);
  }
}
@media screen and (max-width: 575px) {
  [class*=order-sm] .c-poster__overflow--text.c-poster__overflow--top-bottom {
    padding-bottom: calc(var(--clearance-padding) * 0.75);
  }
}

.c-poster__overflow--left, .c-poster__overflow--center, .c-poster__overflow--right {
  position: relative;
}
.c-poster__overflow--left.c-poster__overflow--image, .c-poster__overflow--center.c-poster__overflow--image, .c-poster__overflow--right.c-poster__overflow--image {
  position: relative;
}

[class*=order-lg] .c-poster__overflow--left.c-poster__overflow--image {
  margin-left: calc((50vw - var(--container-half)) * -1 - var(--padding-x) * -0.5);
}
@media screen and (max-width: 991px) {
  [class*=order-lg] .c-poster__overflow--left.c-poster__overflow--image {
    margin-left: calc(var(--padding-x) * -0.5);
    margin-right: calc(var(--padding-x) * -0.5);
  }
}
@media screen and (min-width: 992px) {
  [class*=order-lg] .c-poster__overflow--left.c-poster__overflow--text {
    padding-right: calc(var(--clearance-padding) * 0.75);
  }
}
[class*=order-sm] .c-poster__overflow--left.c-poster__overflow--image {
  margin-left: calc(-50vw + var(--container-half));
}
@media screen and (max-width: 575px) {
  [class*=order-sm] .c-poster__overflow--left.c-poster__overflow--image {
    margin-left: calc(var(--padding-x) * -0.5);
    margin-right: calc(var(--padding-x) * -0.5);
  }
}
@media screen and (min-width: 576px) {
  [class*=order-sm] .c-poster__overflow--left.c-poster__overflow--text {
    padding-right: calc(var(--gap-xxl) * var(--gap-rate));
  }
}
@media screen and (max-width: 575px) {
  [class*=order-sm] .c-poster__overflow--left.c-poster__overflow--text {
    padding-right: 0;
  }
}

.c-poster__overflow--center.c-poster__overflow--image {
  margin-left: calc(var(--gap-xxl) * var(--gap-rate) * -1);
  margin-right: calc(var(--gap-xxl) * var(--gap-rate) * -1);
}
.c-poster__overflow--center.c-poster__overflow--image.c-poster__shift--left {
  margin-left: calc(var(--gap-xxl) * var(--gap-rate) * -2);
}
.c-poster__overflow--center.c-poster__overflow--image.c-poster__shift--right {
  margin-right: calc(var(--gap-xxl) * var(--gap-rate) * -2);
}

@media screen and (min-width: 992px) {
  [class*=order-lg] .c-poster__overflow--center.c-poster__overflow--text {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  [class*=order-lg] .c-poster__overflow--center.c-poster__overflow--text {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 576px) {
  [class*=order-sm] .c-poster__overflow--center.c-poster__overflow--text {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  [class*=order-sm] .c-poster__overflow--center.c-poster__overflow--text {
    padding-bottom: 0;
  }
}

.c-poster__overflow--right.c-poster__overflow--image {
  margin-right: calc((50vw - var(--container-half)) * -1);
}

@media screen and (max-width: 991px) {
  [class*=order-lg] .c-poster__overflow--right.c-poster__overflow--image {
    margin-left: calc(var(--padding-x) * -0.5);
    margin-right: calc(var(--padding-x) * -0.5);
  }
}
@media screen and (min-width: 992px) {
  [class*=order-lg] .c-poster__overflow--right.c-poster__overflow--text {
    padding-left: calc(var(--gap-xxl) * var(--gap-rate));
  }
}
@media screen and (max-width: 575px) {
  [class*=order-sm] .c-poster__overflow--right.c-poster__overflow--image {
    margin-left: calc(var(--padding-x) * -0.5);
    margin-right: calc(var(--padding-x) * -0.5);
  }
}
@media screen and (min-width: 576px) {
  [class*=order-sm] .c-poster__overflow--right.c-poster__overflow--text {
    padding-left: calc(var(--gap-xxl) * var(--gap-rate));
  }
}
@media screen and (max-width: 575px) {
  [class*=order-sm] .c-poster__overflow--right.c-poster__overflow--text {
    padding-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .c-poster__md--3x1 {
    height: 33vw;
  }
}

@media screen and (max-width: 575px) {
  .c-poster__xs--3x1 {
    height: 33vw;
  }
}

@media screen and (max-width: 991px) {
  .c-poster__md--2x1 {
    height: 50vw;
  }
}

@media screen and (max-width: 575px) {
  .c-poster__xs--2x1 {
    height: 50vw;
  }
}

@media screen and (max-width: 991px) {
  .c-poster__md--3x2 {
    height: 66vw;
  }
}

@media screen and (max-width: 575px) {
  .c-poster__xs--3x2 {
    height: 66vw;
  }
}

.c-newspaper__scroll {
  height: var(--news-scroll);
  overflow-x: hidden;
  overflow-y: auto;
}

.c-newspaper__article {
  display: grid;
}
.c-newspaper__article:not(:first-of-type) {
  border-top: 0.0625rem solid var(--rgb-linegray);
}

.c-newspaper__index .c-newspaper__updated {
  white-space: nowrap;
}
.c-newspaper__index .c-newspaper__icon {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-newspaper__title {
  color: var(--rgb-base-text);
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

@media 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 screen and (max-width: 991px) {
  .c-newspaper__detail {
    margin: 1em 0 0 auto;
  }
}
@media screen and (max-width: 575px) {
  .c-newspaper__detail {
    padding: 0;
  }
}

.c-news__scroll {
  height: var(--news-scroll);
  overflow-x: clip;
  overflow-y: auto;
}

.c-news__article {
  display: grid;
}

.c-news__updated {
  color: var(--rgb-updated);
  white-space: nowrap;
}

.c-news__icon {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-news__title {
  color: var(--rgb-text);
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

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

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

.c-section__background--lightgray::before, .c-section__background--palegray::before, .c-section__background--watergray::before, .c-section__background--reverse::before {
  background-color: var(--section-background-reverse-color);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}

.c-section__background--reverse {
  color: var(--rgb-white);
}
.c-section__background--reverse::before {
  background-image: var(--section-background-reverse-image);
  background-color: var(--section-background-reverse-color);
}

.c-section__background--watergray::before {
  background-color: var(--rgb-watergray);
}

.c-section__background--palegray::before {
  background-color: var(--rgb-palegray);
}

.c-section__background--lightgray::before {
  background-color: var(--rgb-lightgray);
}

.c-section__extend--right, .c-section__extend--left, .c-image__extend--both, .c-image__extend--right, .c-image__extend--left {
  height: 100%;
  position: relative;
}
.c-section__extend--right > img, .c-section__extend--left > img, .c-image__extend--both > img, .c-image__extend--right > img, .c-image__extend--left > img {
  width: 100%;
  height: auto;
}
.c-section__extend--right .p-section__height--adjustment, .c-section__extend--left .p-section__height--adjustment, .c-image__extend--both .p-section__height--adjustment, .c-image__extend--right .p-section__height--adjustment, .c-image__extend--left .p-section__height--adjustment {
  width: 100%;
  height: 100%;
  position: relative;
}
.c-section__extend--right .p-section__height--adjustment .u-bg__cover, .c-section__extend--left .p-section__height--adjustment .u-bg__cover, .c-image__extend--both .p-section__height--adjustment .u-bg__cover, .c-image__extend--right .p-section__height--adjustment .u-bg__cover, .c-image__extend--left .p-section__height--adjustment .u-bg__cover {
  height: 100%;
}
@media screen and (max-width: 575px) {
  .c-section__extend--right .p-section__height--adjustment .u-bg__cover, .c-section__extend--left .p-section__height--adjustment .u-bg__cover, .c-image__extend--both .p-section__height--adjustment .u-bg__cover, .c-image__extend--right .p-section__height--adjustment .u-bg__cover, .c-image__extend--left .p-section__height--adjustment .u-bg__cover {
    min-height: 64vw;
  }
}

.c-image__extend--left {
  margin-left: calc((var(--window-size) - var(--container-width) + var(--padding-x) + var(--gap-lg)) * -0.5);
}
@media screen and (max-width: 991px) {
  .c-image__extend--left {
    margin-left: calc(var(--padding-x) * -0.5);
  }
}

.c-image__extend--right {
  margin-right: calc((var(--window-size) - var(--container-width) + var(--padding-x) + var(--gap-lg)) * -0.5);
}
@media screen and (max-width: 991px) {
  .c-image__extend--right {
    margin-right: calc(var(--padding-x) * -0.5);
  }
}

.c-image__extend--both {
  margin-left: calc((var(--window-size) - var(--container-width) + var(--padding-x) + var(--gap-lg)) * -0.5);
  margin-right: calc((var(--window-size) - var(--container-width) + var(--padding-x) + var(--gap-lg)) * -0.5);
}
@media screen and (max-width: 991px) {
  .c-image__extend--both {
    margin-left: calc(var(--padding-x) * -0.5);
    margin-right: calc(var(--padding-x) * -0.5);
  }
}

.c-section__extend--left {
  margin-left: calc((var(--window-size) - var(--container-width)) * -0.5);
}
@media screen and (max-width: 991px) {
  .c-section__extend--left {
    margin-left: calc(var(--padding-x) * -0.5);
  }
}

.c-section__extend--right {
  margin-right: calc((var(--window-size) - var(--container-width)) * -0.5);
}
@media screen and (max-width: 991px) {
  .c-section__extend--right {
    margin-right: calc(var(--padding-x) * -0.5);
  }
}

.c-image__shift--right, .c-image__shift--left {
  height: 100%;
  position: relative;
}
.c-image__shift--right > img, .c-image__shift--left > img {
  width: 100%;
  height: auto;
}
.c-image__shift--right .u-bg__cover, .c-image__shift--left .u-bg__cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .c-image__shift--right .u-bg__cover, .c-image__shift--left .u-bg__cover {
    min-height: 33vw;
    position: static;
  }
}
@media screen and (max-width: 575px) {
  .c-image__shift--right .u-bg__cover, .c-image__shift--left .u-bg__cover {
    min-height: 64vw;
  }
}

.c-image__shift--left {
  margin-left: calc(var(--gap-lg) * -4);
}
@media screen and (max-width: 991px) {
  .c-image__shift--left {
    margin-left: calc(var(--padding-x) * -0.5);
  }
}

.c-image__shift--right {
  margin-right: calc(var(--gap-lg) * -4);
}
@media screen and (max-width: 991px) {
  .c-image__shift--right {
    margin-right: calc(var(--padding-x) * -0.5);
  }
}

.c-signature {
  font-size: 1.5em;
  line-height: 1.5;
  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-family: var(--font-sans);
  font-size: 0.66em;
  margin-right: 1em;
  font-weight: 500;
}

.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: var(--rgb-white);
  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: var(--rgb-white);
  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;
}

.c-table {
  border-spacing: 0;
  border-collapse: separate;
  width: 100%;
  margin-top: -1px;
}
.c-table th, .c-table td {
  line-height: 1.75;
  padding: 1.125em 1.5em;
}
@media screen and (max-width: 767px) {
  .c-table th, .c-table td {
    line-height: 1.5;
    padding: 0.5em 0.75em;
  }
}
.c-table th {
  text-align: left;
}
.c-table td hr {
  border-top-color: var(--rgb-linegray);
  border-top-style: dashed;
  opacity: 1;
}
.c-table[data-line=horizontal] {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.c-table[data-line=horizontal] th, .c-table[data-line=horizontal] td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.c-table[data-line=tile] {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-left: 1px solid rgba(0, 0, 0, 0.125);
}
.c-table[data-line=tile] th, .c-table[data-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[data-mode=light] th {
  background-color: rgba(0, 0, 0, 0.05);
}
.c-table[data-mode=light] td {
  background-color: rgba(255, 255, 255, 0.5);
}
.c-table[data-mode=dark][data-line=horizontal] {
  border-top: 1px solid rgba(255, 255, 255, 0.125);
}
.c-table[data-mode=dark][data-line=horizontal] th, .c-table[data-mode=dark][data-line=horizontal] td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.125);
}
.c-table[data-mode=dark][data-line=horizontal] th {
  color: var(--rgb-white);
}
.c-table[data-mode=dark][data-line=horizontal] td {
  color: var(--rgb-white);
}
.c-table[data-mode=dark][data-line=horizontal] td span[data-action] {
  color: var(--rgb-white);
}
.c-table[data-mode=dark][data-line=horizontal] td .c-form__floating > label {
  color: var(--rgb-base-text);
  opacity: 0.33;
}
.c-table[data-mode=dark][data-line=vertical] {
  border-left: 1px solid rgba(255, 255, 255, 0.125);
}
.c-table[data-mode=dark][data-line=vertical] th, .c-table[data-mode=dark][data-line=vertical] td {
  border-right: 1px solid rgba(255, 255, 255, 0.125);
}
.c-table[data-mode=dark][data-line=vertical] th {
  color: var(--rgb-white);
}
.c-table[data-mode=dark][data-line=vertical] td {
  color: var(--rgb-white);
}
.c-table[data-mode=dark][data-line=vertical] td span[data-action] {
  color: var(--rgb-white);
}
.c-table[data-mode=dark][data-line=vertical] td .c-form__floating > label {
  color: var(--rgb-base-text);
  opacity: 0.33;
}
.c-table[data-mode=dark][data-line=tile] {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.c-table[data-mode=dark][data-line=tile] th, .c-table[data-mode=dark][data-line=tile] td {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.c-table[data-mode=dark][data-line=tile] th {
  color: var(--rgb-white);
}
.c-table[data-mode=dark][data-line=tile] td {
  color: var(--rgb-white);
}
.c-table[data-mode=dark][data-line=tile] td span[data-action] {
  color: var(--rgb-white);
}
.c-table[data-mode=dark][data-line=tile] td .c-form__floating > label {
  color: var(--rgb-base-text);
  opacity: 0.33;
}
.c-table[data-mode=dark] th {
  background-color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}
.c-table[data-mode=dark] td {
  background-color: rgba(255, 255, 255, 0.1);
}
.c-table[data-direction=vertical] th {
  white-space: nowrap;
  text-align: center;
}
.c-table[data-direction=vertical] td:first-child {
  white-space: nowrap;
}
@media screen and (max-width: 575px) {
  .c-table[data-direction=vertical] td:first-child {
    white-space: normal;
  }
}
.c-table[data-direction=horizontal] th {
  white-space: nowrap;
  width: 1%;
}
.c-table[data-direction=horizontal] td {
  width: 99%;
}
@media screen and (max-width: 1199px) {
  .c-table[data-breakpoint=lg] th, .c-table[data-breakpoint=lg] td {
    display: block;
    width: 100%;
  }
}
.c-table[data-breakpoint=lg] th {
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1199px) {
  .c-table[data-breakpoint=lg] th {
    line-height: 1;
    width: auto;
  }
}
@media screen and (max-width: 991px) {
  .c-table[data-breakpoint=md] th, .c-table[data-breakpoint=md] td {
    display: block;
    width: 100%;
  }
}
.c-table[data-breakpoint=md] th {
  width: var(--contact-th-width);
}
@media screen and (max-width: 991px) {
  .c-table[data-breakpoint=md] th {
    line-height: 1;
    width: auto;
    width: 100%;
  }
}
.c-table[data-breakpoint=md] td {
  width: calc(100% - var(--contact-th-width));
}
@media screen and (max-width: 991px) {
  .c-table[data-breakpoint=md] td {
    width: 100%;
  }
}
.c-table[data-breakpoint=xs] th, .c-table[data-breakpoint=xs] td {
  line-height: 1.5;
}
@media screen and (max-width: 575px) {
  .c-table[data-breakpoint=xs] th, .c-table[data-breakpoint=xs] td {
    display: block;
  }
}
.c-table[data-breakpoint=xs] th {
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 575px) {
  .c-table[data-breakpoint=xs] th {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .c-table[data-breakpoint=xs] td {
    width: 100%;
  }
}

[class*=table-responsive] .c-table {
  margin-top: 0;
}

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

.c-table__mode--opaque th {
  background-color: #E6E6E6;
}
.c-table__mode--opaque td {
  background-color: rgb(255, 255, 255);
}

.c-table__padding--md th, .c-table__padding--md td {
  line-height: 1.5;
  padding: 1em 1.5em;
}
@media screen and (max-width: 1399px) {
  .c-table__padding--md th, .c-table__padding--md td {
    padding: 0.75em 1.125em;
  }
}
@media screen and (max-width: 1199px) {
  .c-table__padding--md th, .c-table__padding--md td {
    padding: 0.5em 0.75em;
  }
}
@media screen and (max-width: 991px) {
  .c-table__padding--md th, .c-table__padding--md td {
    padding: 0.375em 0.5625em;
  }
}
@media screen and (max-width: 767px) {
  .c-table__padding--md th, .c-table__padding--md td {
    padding: 0.25em 0.375em;
  }
}

.c-table__padding--sm th, .c-table__padding--sm td {
  line-height: 1.5;
  padding: 0.5em 0.75em;
}
@media screen and (max-width: 991px) {
  .c-table__padding--sm th, .c-table__padding--sm td {
    padding: 0.375em 0.5625em;
  }
}
@media screen and (max-width: 767px) {
  .c-table__padding--sm th, .c-table__padding--sm td {
    padding: 0.25em 0.375em;
  }
}

.c-th__horizontal--bracket th {
  white-space: nowrap;
  text-align: center;
}
.c-th__horizontal--bracket td:first-child {
  white-space: nowrap;
}
@media screen and (max-width: 575px) {
  .c-th__horizontal--bracket td:first-child {
    white-space: normal;
  }
}
.c-th__horizontal--bracket td:not(:first-child) {
  text-align: center;
}

.c-th__bracket tr th:first-of-type {
  width: -moz-min-content;
  width: min-content;
}
.c-th__bracket tr:first-of-type th {
  text-align: center;
}
.c-th__bracket tr:not(:first-of-type) th:first-of-type {
  width: 1%;
  text-align: left;
}
.c-th__bracket th {
  white-space: nowrap;
}
.c-th__bracket td {
  width: auto;
}

.c-td__horizontal td {
  width: 99%;
}
.c-td__horizontal td span {
  white-space: nowrap;
}
.c-td__horizontal td:first-of-type {
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
}
@media screen and (max-width: 575px) {
  .c-td__horizontal td:first-of-type {
    width: 100%;
  }
}

.c-th__grid th {
  white-space: nowrap;
}
.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:not(:first-child) {
  margin-top: 2rem;
}

.c-table__vertical th, .c-table__vertical td {
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .c-table__vertical th, .c-table__vertical td {
    font-size: 0.9rem;
  }
}
@media 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 screen and (max-width: 991px) {
  .c-table__both th, .c-table__both td {
    font-size: 0.9rem;
  }
}
@media 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 screen and (max-width: 767px) {
  .c-table__survey {
    border-spacing: 0.25rem;
  }
}
.c-table__survey th, .c-table__survey td {
  padding: 0.5em;
}
@media 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: var(--rgb-white);
}

@media screen and (max-width: 1399px) {
  .table-responsive-xl {
    padding-top: 1px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl .c-table {
    width: auto;
  }
}
@media 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 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 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 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% - 1.5rem);
  left: calc(50% - 4rem);
  box-sizing: border-box;
  width: 7.5rem;
  height: 5rem;
  border-radius: 0.25rem;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 1rem 0.5rem 0.5rem 0.5rem;
}

.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: 0.5rem;
  color: var(--rgb-white);
  margin-top: 0.25rem;
}

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

.scroll-hint-icon::before {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  color: var(--rgb-white);
  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: 2.25rem;
  height: 0.9rem;
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 50%;
  margin-left: -1rem;
  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: var(--rgb-white);
  box-shadow: 0 0.25rem 0.25rem 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;
}

.c-table--xs th, .c-table--xs td {
  font-size: 0.9em;
  line-height: 1.5;
  padding: 0.5em 1em;
}
@media screen and (max-width: 767px) {
  .c-table--xs th, .c-table--xs td {
    line-height: 1.25;
    padding: 0.25em 0.5em;
  }
}

:root {
  --font-size: 1em;
  --line-height: 2.25;
  --font-weight: 400;
  --font-family: var(--font-family-round);
  scroll-behavior: unset;
}
@media screen and (max-width: 767px) {
  :root {
    --line-height: 1.75;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p, address {
  margin: 0;
}
p + p, p + address, address + p, address + address {
  margin-top: calc(1em * var(--line-height) * 0.25);
}

em {
  font-style: normal;
}

dl {
  margin: 0;
}

@media screen and (min-width: 1400px) {
  .img-fluid {
    width: 100%;
    max-width: none;
  }
}
.p-header {
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
}
.p-header::before {
  background-color: var(--rgb-white);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s;
  content: "";
}
.p-header.js-scroll {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.p-header.js-scroll::before {
  background-color: var(--rgb-white);
  opacity: 0.5;
  transition: opacity 0.6s;
}
@media screen and (max-width: 991px) {
  .p-header.js-scroll {
    margin-top: 0;
    top: 0;
  }
}

.p-header__logo {
  position: relative;
  z-index: 9999999;
}
.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: 3.6vw;
  transition: height 0.3s;
}
@media screen and (max-width: 991px) {
  .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: 5.4vw;
  }
}
@media screen and (max-width: 575px) {
  .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: 9.6vw;
  }
}

.p-shop__counter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 24rem;
  margin-left: 2rem;
}
@media only screen and (max-width: 1199px) {
  .p-shop__counter {
    margin-left: 1.5rem;
    width: 22rem;
  }
}
@media only screen and (max-width: 991px) {
  .p-shop__counter {
    padding: 0.75rem 0;
  }
}
.p-shop__counter .p-button__shop--regist, .p-shop__counter .p-button__shop--regist:hover, .p-shop__counter .p-button__shop--regist:active, .p-shop__counter .p-button__shop--regist:focus, .p-shop__counter .p-button__shop--login, .p-shop__counter .p-button__shop--login:hover, .p-shop__counter .p-button__shop--login:active, .p-shop__counter .p-button__shop--login:focus, .p-shop__counter .p-button__shop--cart, .p-shop__counter .p-button__shop--cart:hover, .p-shop__counter .p-button__shop--cart:active, .p-shop__counter .p-button__shop--cart:focus {
  border-width: 3px;
  border-style: solid;
  border-radius: 0.25rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-shop__counter .p-button__shop--regist span, .p-shop__counter .p-button__shop--regist:hover span, .p-shop__counter .p-button__shop--regist:active span, .p-shop__counter .p-button__shop--regist:focus span, .p-shop__counter .p-button__shop--login span, .p-shop__counter .p-button__shop--login:hover span, .p-shop__counter .p-button__shop--login:active span, .p-shop__counter .p-button__shop--login:focus span, .p-shop__counter .p-button__shop--cart span, .p-shop__counter .p-button__shop--cart:hover span, .p-shop__counter .p-button__shop--cart:active span, .p-shop__counter .p-button__shop--cart:focus span {
  display: block;
}
.p-shop__counter .p-button__shop--regist:hover, .p-shop__counter .p-button__shop--regist:active, .p-shop__counter .p-button__shop--regist:focus, .p-shop__counter .p-button__shop--login:hover, .p-shop__counter .p-button__shop--login:active, .p-shop__counter .p-button__shop--login:focus, .p-shop__counter .p-button__shop--cart:hover, .p-shop__counter .p-button__shop--cart:active, .p-shop__counter .p-button__shop--cart:focus {
  opacity: 0.75;
}
.p-shop__counter .p-button__shop--regist, .p-shop__counter .p-button__shop--regist:hover, .p-shop__counter .p-button__shop--regist:active, .p-shop__counter .p-button__shop--regist:focus {
  width: 9rem;
}
.p-shop__counter .p-button__shop--login, .p-shop__counter .p-button__shop--login:hover, .p-shop__counter .p-button__shop--login:active, .p-shop__counter .p-button__shop--login:focus {
  width: 9rem;
}
.p-shop__counter .p-button__shop--cart, .p-shop__counter .p-button__shop--cart:hover, .p-shop__counter .p-button__shop--cart:active, .p-shop__counter .p-button__shop--cart:focus {
  width: 3rem;
}

.l-header__nav--links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: var(--header-height);
}
@media screen and (max-width: 991px) {
  .l-header__nav--links {
    margin-right: calc(var(--header-height) - 1rem);
    margin-bottom: 0;
    height: var(--header-height);
    justify-content: center;
  }
}
.l-header__nav--links .l-header__nav--social {
  margin-right: 1rem;
}
.l-header__nav--links .l-header__nav--social a, .l-header__nav--links .l-header__nav--social a:hover, .l-header__nav--links .l-header__nav--social a:active, .l-header__nav--links .l-header__nav--social a:focus {
  display: block;
}
.l-header__nav--links .l-header__nav--social a img, .l-header__nav--links .l-header__nav--social a:hover img, .l-header__nav--links .l-header__nav--social a:active img, .l-header__nav--links .l-header__nav--social a:focus img {
  width: auto;
  height: 2rem;
}
.l-header__nav--links .l-header__nav--call {
  color: var(--rgb-white);
}
.l-header__nav--links .l-header__nav--call span[data-action=call] {
  color: var(--rgb-base-text);
}
@media screen and (max-width: 991px) {
  .l-header__nav--links .l-header__nav--call {
    display: none;
  }
}
.l-header__nav--links .l-header__nav--mail {
  margin-left: 1rem;
  width: 11em;
}
@media screen and (max-width: 991px) {
  .l-header__nav--links .l-header__nav--mail {
    display: none;
  }
}

.p-global__navigation {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
}

.p-global__navigation--overlay {
  background-color: rgba(235, 103, 0, 0);
  opacity: 0;
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -9;
  display: none;
}

.p-global__navigation--toggler {
  background-color: transparent;
  cursor: pointer;
  width: var(--header-height);
  height: var(--header-height);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 9999999;
}
.p-global__navigation--toggler::before {
  color: var(--rgb-toggler);
  font-size: calc(var(--header-height) * 0.175);
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0.75em;
  text-transform: uppercase;
  display: block flow;
  content: "Menu";
}
@media screen and (max-width: 991px) {
  .p-global__navigation--toggler::before {
    font-size: calc(var(--header-height) * 0.1875);
  }
}

.p-global__navigation--inner {
  width: calc(var(--header-height) * 0.5);
  height: calc(var(--header-height) * 0.15);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-global__navigation--inner {
    width: calc(var(--header-height) * 0.625);
    height: calc(var(--header-height) * 0.1875);
  }
}
.p-global__navigation--inner span {
  width: calc(var(--header-height) * 0.5);
  height: 0.125rem;
  display: block;
  transform-origin: center center;
}
@media screen and (max-width: 991px) {
  .p-global__navigation--inner span {
    width: calc(var(--header-height) * 0.625);
    height: 2px;
  }
}
.p-global__navigation--inner span:first-of-type, .p-global__navigation--inner span:last-of-type {
  background-color: var(--rgb-toggler);
  position: absolute;
}
.p-global__navigation--inner span:first-of-type {
  top: 0;
  transition: top 0.5s, transform 0.5s;
}
.p-global__navigation--inner span:last-of-type {
  bottom: 0;
  transition: bottom 0.5s, transform 0.5s;
}

.js-scroll .p-global__navigation--inner span:first-of-type, .js-scroll .p-global__navigation--inner span:last-of-type {
  background-color: var(--rgb-toggler);
}
.js-scroll .p-global__navigation--inner span:first-of-type {
  top: 0;
  transition: top 0.5s, transform 0.5s;
}
.js-scroll .p-global__navigation--inner span:last-of-type {
  bottom: 0;
  transition: bottom 0.5s, transform 0.5s;
}

.js-navigation__slide--open .p-global__navigation--inner span:first-of-type, .js-navigation__slide--open .p-global__navigation--inner span:last-of-type {
  background-color: var(--rgb-toggler);
}

.p-global__navigation--text {
  color: var(--rgb-white);
  text-align: center;
  font-size: 0.625em;
  text-transform: uppercase;
}

.p-global__navigation--extend {
  background-color: var(--rgb-white);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  overflow: hidden;
  padding: calc(var(--header-height) * 1.5) calc(var(--header-height) * 0.5) calc(var(--header-height) * 0.5);
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: -100dvh;
  right: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  transition: all 0.6s;
}
.p-global__navigation--extend nav {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.p-global__navigation--extend nav ul {
  padding-bottom: calc(var(--padding-x) * 0.5);
}
.p-global__navigation--extend nav ul li:not(:first-of-type) {
  margin-top: 2vh;
}
.p-global__navigation--extend nav ul li a, .p-global__navigation--extend nav ul li a:hover, .p-global__navigation--extend nav ul li a:active, .p-global__navigation--extend nav ul li a:focus {
  color: var(--rgb-darkgray);
  font-size: 2vh;
  line-height: 1;
  font-weight: 700;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.p-global__navigation--extend nav ul li a::before, .p-global__navigation--extend nav ul li a:hover::before, .p-global__navigation--extend nav ul li a:active::before, .p-global__navigation--extend nav ul li a:focus::before {
  font-size: 2.25em;
  font-family: "Material Symbols Outlined";
  content: "\e5c5";
}
.p-global__navigation--extend nav ul li a span, .p-global__navigation--extend nav ul li a:hover span, .p-global__navigation--extend nav ul li a:active span, .p-global__navigation--extend nav ul li a:focus span {
  text-transform: uppercase;
  margin-top: 1em;
}
.p-global__navigation--extend nav ul li a strong, .p-global__navigation--extend nav ul li a:hover strong, .p-global__navigation--extend nav ul li a:active strong, .p-global__navigation--extend nav ul li a:focus strong {
  font-size: 1.5em;
}
.p-global__navigation--extend nav ul li a::before {
  opacity: 0;
  transition: color 300ms, opacity 300ms;
}
.p-global__navigation--extend nav ul li a span, .p-global__navigation--extend nav ul li a strong {
  opacity: 1;
  transition: color 300ms;
}
.p-global__navigation--extend nav ul li a:hover, .p-global__navigation--extend nav ul li a:active, .p-global__navigation--extend nav ul li a:focus, .p-global__navigation--extend nav ul li a.active {
  color: var(--rgb-teal);
}
.p-global__navigation--extend nav ul li a:hover::before, .p-global__navigation--extend nav ul li a:active::before, .p-global__navigation--extend nav ul li a:focus::before, .p-global__navigation--extend nav ul li a.active::before {
  opacity: 1;
  transition: color 600ms, opacity 600ms;
}
.p-global__navigation--extend nav ul li a:hover span, .p-global__navigation--extend nav ul li a:hover strong, .p-global__navigation--extend nav ul li a:active span, .p-global__navigation--extend nav ul li a:active strong, .p-global__navigation--extend nav ul li a:focus span, .p-global__navigation--extend nav ul li a:focus strong, .p-global__navigation--extend nav ul li a.active span, .p-global__navigation--extend nav ul li a.active strong {
  opacity: 1;
  transition: color 600ms;
}

.js-navigation__slide--open .p-global__navigation--overlay {
  background-color: transparent;
  opacity: 0.75;
  right: 0;
  z-index: -1;
  display: block;
}
.js-navigation__slide--open .p-global__navigation--inner span:first-of-type {
  top: calc(50% - 0.0625rem);
  transform: rotate(15deg);
  transition: top 0.5s, transform 0.5s;
}
.js-navigation__slide--open .p-global__navigation--inner span:last-of-type {
  bottom: calc(50% - 0.0625rem);
  transform: rotate(-15deg);
  transition: bottom 0.5s, transform 0.5s;
}
.js-navigation__slide--open .p-global__navigation--extend {
  top: 0;
  width: 100%;
}

.l-wrapper {
  padding-top: 0;
  overflow: hidden;
}

.l-section {
  margin-top: -0.0625rem;
  margin-bottom: -0.0625rem;
}

.l-section__image--devider {
  height: 27vw;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .l-section__image--devider {
    height: 48vw;
  }
}

.p-outer .l-section {
  container-type: inline-size;
  --window-size: 100cqw;
  --scrollbar-width: calc(100vw - var(--window-size));
}
@property --window-size {
  .p-outer .l-section {
    syntax: "<length>";
    initial-value: 0px;
    inherits: true;
  }
}
.p-outer .c-button__multiline {
  text-align: center;
  line-height: 1.5;
}

.js-tab__container {
  padding: 0 !important;
}

.c-button__motion--right.c-button__texture--flat.active {
  background-color: var(--rgb-red);
  --rgb-flat-hover: var(--rgb-red);
}

.c-button__width--inline, .c-button__width--inline:hover, .c-button__width--inline:active, .c-button__width--inline:focus {
  width: -moz-fit-content;
  width: fit-content;
}

.c-button__position--start {
  margin-right: auto;
}

.c-button__position--center {
  margin-left: auto;
  margin-right: auto;
}

.c-button__position--end {
  margin-left: auto;
}

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

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

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

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

.p-frame__about {
  border: 1px solid var(--rgb-white);
  padding: calc(var(--clearance-padding) * var(--heading-margin) + 20px);
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-frame__about {
    padding: calc(var(--clearance-padding) * var(--heading-margin) + 15px);
  }
}
@media screen and (max-width: 767px) {
  .p-frame__about {
    padding: calc(var(--clearance-padding) * var(--heading-margin) + 10px);
  }
}
.p-frame__about::before {
  border: 1px solid var(--rgb-white);
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  content: "";
}
@media screen and (max-width: 991px) {
  .p-frame__about::before {
    top: 7.5px;
    left: 7.5px;
    right: 7.5px;
    bottom: 7.5px;
  }
}
@media 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 screen and (max-width: 767px) {
  .p-lead__underline {
    padding-bottom: 0.125em;
  }
}
.p-lead__underline--light {
  border-bottom: 1px solid var(--rgb-white);
  padding-bottom: 0.25em;
}
@media screen and (max-width: 767px) {
  .p-lead__underline--light {
    padding-bottom: 0.125em;
  }
}

.p-text__orange {
  color: var(--rgb-orange);
}

.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 screen and (max-width: 991px) {
  .p-button__bottom {
    margin: 0 2rem 2rem;
  }
}
@media 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(--textcolor);
}
.pattern-paleblue__check--slash .p-heading__index1::before {
  background-color: var(--rgb-white);
  color: rgb(156, 210, 255);
}

.p-box__item, .p-box__item:hover, .p-box__item:active, .p-box__item:focus {
  background-color: var(--rgb-white);
  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: var(--rgb-white);
  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 {
  padding: 0.5em 0;
}
.p-box__item--title {
  font-size: 1em;
  line-height: 1.5;
}

.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;
  position: absolute;
  top: -19px;
  right: 3rem;
}
@media screen and (max-width: 991px) {
  .p-icon__category {
    top: -21px;
    right: 2rem;
  }
}
@media 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 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 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 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 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 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 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 {
  text-transform: uppercase;
}

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

th {
  font-weight: 500;
}

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

.u-bgc__black {
  background-color: var(--rgb-black);
}

.c-box__rounded {
  overflow: hidden;
  border-radius: 3rem;
}

a[class*=c-box--] {
  background-color: var(--rgb-white);
  color: var(--rgb-black);
}
a[class*=c-box--] h4::after {
  margin-left: 0.5em;
  transition: margin-left 0.3s;
}
a[class*=c-box--]:hover, a[class*=c-box--]:active, a[class*=c-box--]:focus {
  background-color: var(--rgb-white);
  color: var(--rgb-black);
  border-color: var(--rgb-gold);
}
a[class*=c-box--]:hover h4::after, a[class*=c-box--]:active h4::after, a[class*=c-box--]:focus h4::after {
  margin-left: 1em;
  transition: margin-left 0.6s;
}

a.c-box__float {
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s;
}
a.c-box__float:hover, a.c-box__float:active, a.c-box__float:focus {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.6s;
}

.p-arrow__circle--lg {
  color: var(--rgb-black);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.p-arrow__circle--lg::before {
  color: var(--rgb-black);
  font-size: 1em;
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  margin-right: 1.25em;
  padding-left: 0;
  width: 3em;
  height: 3em;
  border-radius: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: padding-left 0.3s;
  content: "\f061";
}
.p-arrow__circle--lg:hover {
  color: var(--rgb-black);
}
.p-arrow__circle--lg:hover::before {
  padding-left: 0.5em;
  transition: padding-left 0.6s;
}

.p-arrow__background--yellow::before {
  background-color: var(--rgb-yellow);
}

.p-arrow__background--orange::before {
  background-color: var(--rgb-orange);
}

.p-arrow__background--lightblue::before {
  background-color: var(--rgb-lightblue);
}

.p-arrow__background--lightgreen::before {
  background-color: var(--rgb-lightgreen);
}

.p-arrow__background--green::before {
  background-color: var(--rgb-blue);
}

.p-arrow__background--pink::before {
  background-color: var(--rgb-pink);
}

.p-section__background--black {
  color: var(--rgb-white);
}
.p-section__background--black::before {
  background-color: var(--rgb-black);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.p-section__background--black [class*=c-lead] {
  color: var(--rgb-yellow);
}

.p-section__background--monochrome::before {
  background-color: var(--rgb-black);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.p-section__background--monochrome [class*=c-lead] {
  color: var(--rgb-yellow);
}
.p-section__background--monochrome [class*=c-box__body] {
  color: var(--rgb-white);
}

.p-link__underline--white, .p-link__underline--black {
  font-size: 1em;
  line-height: 1;
  text-transform: uppercase;
  padding-bottom: 0.5em;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
.p-link__underline--white::after, .p-link__underline--black::after {
  height: 0.0625rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.p-link__underline--white span, .p-link__underline--black span {
  display: inline-block;
  transition: margin-right 0.3s;
}
.p-link__underline--white span::after, .p-link__underline--black span::after {
  margin-left: 1em;
}
.p-link__underline--white:hover::after, .p-link__underline--black:hover::after {
  animation: underline-hover 0.6s ease-out;
}

.p-link__underline--black {
  color: var(--rgb-black);
}
.p-link__underline--black::after {
  background-color: var(--rgb-darkgray);
  content: "";
}
.p-link__underline--black:hover {
  color: var(--rgb-black);
}

.p-link__underline--white {
  color: var(--rgb-white);
}
.p-link__underline--white::after {
  background-color: var(--rgb-white);
}
.p-link__underline--white:hover {
  color: var(--rgb-lightgray);
}

@keyframes underline-hover {
  0% {
    left: 0;
    right: 0;
    opacity: 1;
  }
  49% {
    left: 100%;
    right: 0;
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  51% {
    left: 0;
    right: 100%;
    opacity: 1;
  }
  100% {
    left: 0;
    right: 0;
    opacity: 1;
  }
}
.p-arrow__circle--white {
  position: relative;
  color: var(--rgb-white);
  text-transform: uppercase;
  padding-right: 7rem;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
}
.p-arrow__circle--white:not(:first-child) {
  margin-left: 2rem;
}
@media screen and (max-width: 1399px) {
  .p-arrow__circle--white:not(:first-child) {
    margin-left: 0;
    margin-top: 2rem;
  }
}
.p-arrow__circle--white span {
  font-size: 1.25em;
  line-height: 1;
  font-weight: 500;
  order: 1;
}
.p-arrow__circle--white::before, .p-arrow__circle--white::after {
  position: absolute;
  content: "";
  margin-right: 0.5rem;
  transition: margin-right 0.3s;
}
.p-arrow__circle--white::before {
  background-color: var(--rgb-white);
  width: 4rem;
  height: 0.0625rem;
  border-radius: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: padding-left 0.3s;
  order: 2;
  right: 1rem;
}
.p-arrow__circle--white::after {
  border: 0.0625rem solid var(--rgb-white);
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: padding-left 0.3s;
  order: 3;
  right: 0;
}
.p-arrow__circle--white:hover {
  color: var(--rgb-white);
}
.p-arrow__circle--white:hover::before, .p-arrow__circle--white:hover::after {
  margin-right: 0;
  transition: margin-right 0.6s;
}

.p-arrow__circle--black {
  color: var(--rgb-black);
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
}
.p-arrow__circle--black::after {
  color: var(--rgb-black);
  font-size: 1em;
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  margin-left: 1.25em;
  padding-left: 0;
  width: 2.5em;
  height: 2.5em;
  border-radius: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: padding-left 0.3s;
  content: "\f061";
}
.p-arrow__circle--black:hover {
  color: var(--rgb-black);
}
.p-arrow__circle--black:hover::after {
  padding-left: 0.5em;
  transition: padding-left 0.6s;
}

.p-section__background--monochrome::before {
  background-color: var(--rgb-black);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.p-section__background--monochrome [class*=c-lead] {
  color: var(--rgb-yellow);
}
.p-section__background--monochrome [class*=c-box__body] {
  color: var(--rgb-white);
}

.p-arrow__square--black {
  font-size: 0.75em;
  line-height: 1;
  color: var(--rgb-black);
  text-transform: capitalize;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
}
.p-arrow__square--black span {
  display: block;
  margin-right: 1em;
  transition: margin-right 0.3s;
}
.p-arrow__square--black::after {
  background-color: transparent;
  color: var(--rgb-black);
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  transform: rotate(45deg);
  border-top: 1px solid var(--rgb-black);
  border-right: 1px solid var(--rgb-black);
  content: "";
}
.p-arrow__square--black:hover {
  color: var(--rgb-blue);
}
.p-arrow__square--black:hover span {
  margin-right: 1.5em;
  transition: margin-right 0.6s;
}
.p-arrow__square--black:hover::after {
  border-top: 1px solid var(--rgb-blue);
  border-right: 1px solid var(--rgb-blue);
}

.p-arrow__square--white {
  font-size: 0.75em;
  line-height: 1;
  color: var(--rgb-white);
  text-transform: capitalize;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
}
.p-arrow__square--white span {
  display: block;
  margin-right: 1em;
  transition: margin-right 0.3s;
}
.p-arrow__square--white::after {
  background-color: transparent;
  color: var(--rgb-white);
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  transform: rotate(45deg);
  border-top: 1px solid var(--rgb-white);
  border-right: 1px solid var(--rgb-white);
  content: "";
}
.p-arrow__square--white:hover {
  color: var(--rgb-blue);
}
.p-arrow__square--white:hover span {
  margin-right: 1.5em;
  transition: margin-right 0.6s;
}
.p-arrow__square--white:hover::after {
  border-top: 1px solid var(--rgb-blue);
  border-right: 1px solid var(--rgb-blue);
}

.p-arrow__circle--lg {
  color: var(--rgb-black);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.p-arrow__circle--lg::before {
  color: var(--rgb-black);
  font-size: 1em;
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  margin-right: 1.25em;
  padding-left: 0;
  width: 3em;
  height: 3em;
  border-radius: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: padding-left 0.3s;
  content: "\f061";
}
.p-arrow__circle--lg:hover {
  color: var(--rgb-black);
}
.p-arrow__circle--lg:hover::before {
  padding-left: 0.5em;
  transition: padding-left 0.6s;
}

.p-arrow__background--yellow::before {
  --rgb-yellow: yellow;
  background-color: var(--rgb-yellow);
}

.p-arrow__background--orange::before {
  --rgb-orange: orange;
  background-color: var(--rgb-orange);
}

.p-arrow__background--blue::before {
  --rgb-blue: blue;
  background-color: var(--rgb-blue);
}

.p-arrow__background--lightblue::before {
  --rgb-lightblue: lightblue;
  background-color: var(--rgb-lightblue);
}

.p-arrow__background--green::before {
  --rgb-blue: green;
  background-color: var(--rgb-green);
}

.p-arrow__background--lightgreen::before {
  --rgb-lightgreen: lightgreen;
  background-color: var(--rgb-lightgreen);
}

.p-arrow__background--pink::before {
  --rgb-pink: pink;
  background-color: var(--rgb-pink);
}

.c-button__texture--text {
  --rgb-orange: orange;
}
.c-button__texture--text, .c-button__texture--text:hover, .c-button__texture--text:active, .c-button__texture--text:focus {
  color: var(--rgb-orange);
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.c-button__texture--text .u-line__dot--right, .c-button__texture--text:hover .u-line__dot--right, .c-button__texture--text:active .u-line__dot--right, .c-button__texture--text:focus .u-line__dot--right {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 4rem;
}
.c-button__texture--text .u-line__dot--right::before, .c-button__texture--text .u-line__dot--right::after, .c-button__texture--text:hover .u-line__dot--right::before, .c-button__texture--text:hover .u-line__dot--right::after, .c-button__texture--text:active .u-line__dot--right::before, .c-button__texture--text:active .u-line__dot--right::after, .c-button__texture--text:focus .u-line__dot--right::before, .c-button__texture--text:focus .u-line__dot--right::after {
  position: absolute;
  content: "";
}
.c-button__texture--text .u-line__dot--right::before, .c-button__texture--text:hover .u-line__dot--right::before, .c-button__texture--text:active .u-line__dot--right::before, .c-button__texture--text:focus .u-line__dot--right::before {
  background-color: var(--rgb-orange);
  width: 45px;
  height: 1px;
  right: 0;
}
.c-button__texture--text .u-line__dot--right::after, .c-button__texture--text:hover .u-line__dot--right::after, .c-button__texture--text:active .u-line__dot--right::after, .c-button__texture--text:focus .u-line__dot--right::after {
  background-color: var(--rgb-orange);
  border-radius: 9px;
  width: 9px;
  height: 9px;
  right: 0;
  transition: 0.6s;
}
.c-button__texture--text:hover .u-line__dot--right, .c-button__texture--text:active .u-line__dot--right, .c-button__texture--text:focus .u-line__dot--right {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 4rem;
}
.c-button__texture--text:hover .u-line__dot--right::before, .c-button__texture--text:hover .u-line__dot--right::after, .c-button__texture--text:active .u-line__dot--right::before, .c-button__texture--text:active .u-line__dot--right::after, .c-button__texture--text:focus .u-line__dot--right::before, .c-button__texture--text:focus .u-line__dot--right::after {
  position: absolute;
  content: "";
}
.c-button__texture--text:hover .u-line__dot--right::before, .c-button__texture--text:active .u-line__dot--right::before, .c-button__texture--text:focus .u-line__dot--right::before {
  right: 0;
}
.c-button__texture--text:hover .u-line__dot--right::after, .c-button__texture--text:active .u-line__dot--right::after, .c-button__texture--text:focus .u-line__dot--right::after {
  right: -9px;
  transition: 0.3s;
}

.p-button__solid, .p-button__solid:hover, .p-button__solid:active, .p-button__solid:focus {
  border: 0.0625rem solid var(--rgb-blue);
  border-radius: calc(infinity * 1rem);
  padding: 0.25rem;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
}
.p-button__solid::before, .p-button__solid:hover::before, .p-button__solid:active::before, .p-button__solid:focus::before {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: calc(infinity * 1rem);
  width: 3rem;
  height: 3rem;
  content: "";
}
.p-button__solid span, .p-button__solid:hover span, .p-button__solid:active span, .p-button__solid:focus span {
  font-size: 1em;
  font-family: var(--font-serif);
  font-weight: 700;
  padding: 0 3.5em 0 1.75em;
  display: block;
  text-transform: uppercase;
}
.p-button__solid::before {
  rotate: 0deg;
  transition: rotate 0.3s;
}
.p-button__solid:hover::before, .p-button__solid:active::before, .p-button__solid:focus::before {
  rotate: 390deg;
  transition: rotate 0.6s;
}
.p-button__solid::before {
  background-image: url(../images/common/common-button__icon--white.svg);
  background-color: var(--rgb-blue);
}
.p-button__solid span {
  color: var(--rgb-blue);
}

.p-button__flat {
  background-color: var(--rgb-blue);
}
.p-button__flat, .p-button__flat:hover, .p-button__flat:active, .p-button__flat:focus {
  border: 0.0625rem solid var(--rgb-blue);
  border-radius: calc(infinity * 1rem);
  padding: 0.25rem;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
}
.p-button__flat::before, .p-button__flat:hover::before, .p-button__flat:active::before, .p-button__flat:focus::before {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: calc(infinity * 1rem);
  width: 3rem;
  height: 3rem;
  content: "";
}
.p-button__flat span, .p-button__flat:hover span, .p-button__flat:active span, .p-button__flat:focus span {
  font-size: 1em;
  font-family: var(--font-serif);
  font-weight: 700;
  padding: 0 3.5em 0 1.75em;
  display: block;
  text-transform: uppercase;
}
.p-button__flat::before {
  rotate: 0deg;
  transition: rotate 0.3s;
}
.p-button__flat:hover::before, .p-button__flat:active::before, .p-button__flat:focus::before {
  rotate: 390deg;
  transition: rotate 0.6s;
}
.p-button__flat::before {
  background-image: url(../images/common/common-button__icon--blue.svg);
  background-color: var(--rgb-white);
}
.p-button__flat span {
  color: var(--rgb-white);
}

.p-button__position--start {
  display: flex;
  justify-content: flex-start;
}

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

.p-button__position--end {
  display: flex;
  justify-content: flex-end;
}

td::first-letter {
  font-feature-settings: "palt";
}

.p-section__background--top::before {
  background: url(../images/common/common-section__background--top.png) left top/100% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  content: "";
}

.p-section__background--bottom {
  background: url(../images/common/common-section__background--bottom.png) left bottom/100% no-repeat;
  padding-bottom: calc(var(--clearance-padding) * 1.25);
}

.p-section__background--reverse {
  background-color: var(--rgb-blue);
  color: var(--rgb-white);
}
.p-section__background--reverse .html {
  --rgb-text: var(--rgb-white);
}

.p-section__background--amber::before {
  background-color: var(--mof-amber-50);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}

:root {
  --rgb-inquiry-gradation: none;
  --rgb-inquiry-gradation-hover: none;
  --rgb-inquiry:var(--rgb-blue);
  --rgb-inquiry-hover:var(--rgb-middlegray);
  --rgb-inquiry-text: var(--rgb-base-text);
}

a[data-type=inquiry], button[data-type=inquiry], input[data-type=inquiry] {
  background-image: var(--rgb-inquiry-gradation);
  background-color: var(--rgb-inquiry);
  border: none;
  font-weight: 700;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  a[data-type=inquiry], button[data-type=inquiry], input[data-type=inquiry] {
    pointer-events: none;
  }
}
@media screen and (max-width: 991px) {
  a[data-type=inquiry], button[data-type=inquiry], input[data-type=inquiry] {
    pointer-events: cursor;
  }
}
a[data-type=inquiry]:hover, a[data-type=inquiry]:active, a[data-type=inquiry]:focus, button[data-type=inquiry]:hover, button[data-type=inquiry]:active, button[data-type=inquiry]:focus, input[data-type=inquiry]:hover, input[data-type=inquiry]:active, input[data-type=inquiry]:focus {
  color: var(--rgb-inquiry-text);
}

.l-header__nav--links a[data-type=inquiry], .l-header__nav--links button[data-type=inquiry], .l-header__nav--links input[data-type=inquiry] {
  background-image: none;
  background-color: transparent;
  line-height: 1;
  --button-padding: 0;
}
.l-header__nav--links a[data-type=inquiry] span, .l-header__nav--links button[data-type=inquiry] span, .l-header__nav--links input[data-type=inquiry] span {
  color: var(--rgb-inquiry-text);
}
.l-header__nav--links a[data-type=inquiry] span::before, .l-header__nav--links button[data-type=inquiry] span::before, .l-header__nav--links input[data-type=inquiry] span::before {
  font-size: 0.875em;
}

.p-footer__contact a[data-type=inquiry], .p-footer__contact button[data-type=inquiry], .p-footer__contact input[data-type=inquiry], .p-footer__information a[data-type=inquiry], .p-footer__information button[data-type=inquiry], .p-footer__information input[data-type=inquiry] {
  background-image: none;
  background-color: var(--rgb-white);
}
.p-footer__contact a[data-type=inquiry] span, .p-footer__contact button[data-type=inquiry] span, .p-footer__contact input[data-type=inquiry] span, .p-footer__information a[data-type=inquiry] span, .p-footer__information button[data-type=inquiry] span, .p-footer__information input[data-type=inquiry] span {
  color: var(--rgb-inquiry-text);
}
.p-footer__contact a[data-type=inquiry][data-family=oswald], .p-footer__contact button[data-type=inquiry][data-family=oswald], .p-footer__contact input[data-type=inquiry][data-family=oswald], .p-footer__information a[data-type=inquiry][data-family=oswald], .p-footer__information button[data-type=inquiry][data-family=oswald], .p-footer__information input[data-type=inquiry][data-family=oswald] {
  font-size: 1.75em;
}

.c-phone--lg {
  line-height: 0.75;
  font-weight: 700;
  width: -moz-max-content;
  width: max-content;
  letter-spacing: 0.025em;
  --rgb-link: var(--rgb-base-text);
  font-size: 3vw;
}
.c-phone--lg.text-center {
  margin: 0 auto;
}
.c-phone--lg img {
  margin-right: 0.33rem;
  width: auto;
  height: auto;
}
@media screen and (max-width: 991px) {
  .c-phone--lg img {
    height: 1.75rem;
  }
}
.c-phone--lg.c-label__phone::before {
  font-size: 0.75em;
  font-weight: 700;
}
.c-phone--lg.u-icon__phone:before {
  font-weight: 900;
  margin-top: 0.15em;
}
.c-phone--lg.u-icon__freedial::before {
  background-position: left center;
  width: 1.5em;
  height: 0.75em;
}
@media screen and (max-width: 991px) {
  .c-phone--lg {
    font-size: 4.05vw;
  }
}
@media screen and (max-width: 575px) {
  .c-phone--lg {
    font-size: 7.2vw;
  }
}

.c-facsimile--lg {
  line-height: 0.75;
  font-weight: 700;
  width: -moz-max-content;
  width: max-content;
  letter-spacing: 0.025em;
  --rgb-link: var(--rgb-base-text);
  font-size: 3vw;
}
.c-facsimile--lg.text-center {
  margin: 0 auto;
}
.c-facsimile--lg img {
  margin-right: 0.33rem;
  width: auto;
  height: auto;
}
@media screen and (max-width: 991px) {
  .c-facsimile--lg img {
    height: 1.75rem;
  }
}
.c-facsimile--lg.c-label__facsimile::before {
  font-size: 0.75em;
  font-weight: 700;
}
.c-facsimile--lg.u-icon__facsimile:before {
  font-size: 0.75em;
  font-weight: 900;
}
@media screen and (max-width: 991px) {
  .c-facsimile--lg {
    font-size: 4.05vw;
  }
}
@media screen and (max-width: 575px) {
  .c-facsimile--lg {
    font-size: 7.2vw;
  }
}

.c-phone--md {
  line-height: 0.75;
  font-weight: 700;
  width: -moz-max-content;
  width: max-content;
  letter-spacing: 0.025em;
  --rgb-link: var(--rgb-base-text);
  font-size: calc(2em * var(--sm-rate));
}
.c-phone--md.text-center {
  margin: 0 auto;
}
.c-phone--md img {
  margin-right: 0.33rem;
  width: auto;
  height: auto;
}
@media screen and (max-width: 991px) {
  .c-phone--md img {
    height: 1.75rem;
  }
}
.c-phone--md.c-label__phone::before {
  font-size: 0.75em;
  font-weight: 700;
}
.c-phone--md.u-icon__phone:before {
  font-weight: 900;
  margin-top: 0.15em;
}
.c-phone--md.u-icon__freedial::before {
  background-position: left center;
  width: 1.5em;
  height: 0.75em;
}

.c-facsimile--md {
  line-height: 0.75;
  font-weight: 700;
  width: -moz-max-content;
  width: max-content;
  letter-spacing: 0.025em;
  --rgb-link: var(--rgb-base-text);
  font-size: calc(2em * var(--sm-rate));
}
.c-facsimile--md.text-center {
  margin: 0 auto;
}
.c-facsimile--md img {
  margin-right: 0.33rem;
  width: auto;
  height: auto;
}
@media screen and (max-width: 991px) {
  .c-facsimile--md img {
    height: 1.75rem;
  }
}
.c-facsimile--md.c-label__facsimile::before {
  font-size: 0.75em;
  font-weight: 700;
}
.c-facsimile--md.u-icon__facsimile:before {
  font-size: 0.75em;
  font-weight: 900;
}

.c-phone--sm {
  line-height: 0.75;
  font-weight: 700;
  width: -moz-max-content;
  width: max-content;
  letter-spacing: 0.025em;
  --rgb-link: var(--rgb-base-text);
  font-size: calc(1.75em * var(--sm-rate));
}
.c-phone--sm.text-center {
  margin: 0 auto;
}
.c-phone--sm img {
  margin-right: 0.33rem;
  width: auto;
  height: auto;
}
@media screen and (max-width: 991px) {
  .c-phone--sm img {
    height: 1.75rem;
  }
}
.c-phone--sm.c-label__phone::before {
  font-size: 0.75em;
  font-weight: 700;
}
.c-phone--sm.u-icon__phone:before {
  font-weight: 900;
  margin-top: 0.15em;
}
.c-phone--sm.u-icon__freedial::before {
  background-position: left center;
  width: 1.5em;
  height: 0.75em;
}

.c-facsimile--sm {
  line-height: 0.75;
  font-weight: 700;
  width: -moz-max-content;
  width: max-content;
  letter-spacing: 0.025em;
  --rgb-link: var(--rgb-base-text);
  font-size: calc(1.75em * var(--sm-rate));
}
.c-facsimile--sm.text-center {
  margin: 0 auto;
}
.c-facsimile--sm img {
  margin-right: 0.33rem;
  width: auto;
  height: auto;
}
@media screen and (max-width: 991px) {
  .c-facsimile--sm img {
    height: 1.75rem;
  }
}
.c-facsimile--sm.c-label__facsimile::before {
  font-size: 0.75em;
  font-weight: 700;
}
.c-facsimile--sm.u-icon__facsimile:before {
  font-size: 0.75em;
  font-weight: 900;
}

.p-mainimage {
  background-color: var(--rgb-white);
  padding: var(--header-height) calc(var(--padding-x) * 0.5) var(--clearance-padding);
}

@media screen and (min-width: 576px) {
  .c-mainimage__slider {
    margin-left: auto;
    width: 66.6666666667%;
  }
}

.p-mainimage__cover {
  border-radius: calc(3rem * var(--responsive-rate));
  overflow: hidden;
}
@media screen and (orientation: landscape) {
  .p-mainimage__cover {
    height: calc(100vh - var(--header-height) - var(--padding-x) * 0.5);
  }
}
@media screen and (orientation: portrait) {
  .p-mainimage__cover {
    height: 66vw;
  }
}
@media screen and (orientation: portrait) and (max-width: 575px) {
  .p-mainimage__cover {
    height: 75vw;
  }
}
@media print {
  .p-mainimage__cover {
    height: 66vw;
  }
}
.p-mainimage__cover img {
  opacity: 1;
}

.p-mainimage__text {
  max-width: 40rem;
  justify-content: flex-start;
  align-items: center;
  top: var(--header-height);
}
@media screen and (max-width: 575px) {
  .p-mainimage__text {
    position: static;
  }
}

@media screen and (min-width: 576px) {
  .p-mainimage__copy {
    padding: calc(var(--padding-x) * 0.5);
  }
}
@media screen and (max-width: 575px) {
  .p-mainimage__copy {
    padding-top: calc(var(--padding-x) * 0.5);
  }
}

.p-mainimage__catch {
  color: var(--rgb-darkteal);
  font-size: calc(2.25em * var(--lg-rate));
  line-height: 1.75;
  text-transform: capitalize;
  font-weight: 700;
  display: block flow;
}
.p-mainimage__catch span {
  display: block flow;
  width: -moz-max-content;
  width: max-content;
}

.p-mainimage__lead {
  color: var(--rgb-base-text);
  font-size: calc(1.125em * var(--xs-rate));
  line-height: 2.25;
  margin-top: 2em;
  text-transform: capitalize;
  position: relative;
  display: block flow;
}
@media screen and (max-width: 575px) {
  .p-mainimage__lead {
    margin-top: 1em;
    line-height: 1.75;
  }
}

@media screen and (max-width: 1199px) {
  .c-scrolldown {
    right: 1.5rem;
    bottom: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .c-scrolldown {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-scrolldown {
    display: block flow;
  }
}
@media screen and (max-width: 575px) {
  .c-scrolldown {
    display: none;
  }
}
.c-scrolldown:before, .c-scrolldown:after {
  background-color: var(--rgb-white);
}
.c-scrolldown:before {
  width: 0.1vw;
  height: 5.6vw;
  left: 0.25vw;
  bottom: 0;
}
@media 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 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;
  width: -moz-max-content;
  width: max-content;
  left: 0;
  bottom: 6.4vw;
}
@media screen and (max-width: 2000px) {
  .c-scrolldown span {
    font-size: 0.9em;
    width: 0.75rem;
    bottom: 8rem;
  }
}

.p-mainimage__accept {
  position: absolute;
  right: calc(-1.25rem * var(--responsive-rate));
  color: var(--rgb-white);
  width: calc(12.5rem * var(--responsive-rate));
}
@media screen and (min-width: 576px) {
  .p-mainimage__accept {
    top: calc(-1.25rem * var(--responsive-rate));
  }
}
@media screen and (max-width: 575px) {
  .p-mainimage__accept {
    bottom: calc(-1.25rem * var(--responsive-rate));
  }
}

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

:root {
  --effectcolor:var(--rgb-revealing);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[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-pagetitle {
  background-color: var(--rgb-white);
  padding: var(--header-height) calc(var(--padding-x) * 0.5) var(--clearance-padding);
}
.p-pagetitle .c-title {
  color: var(--rgb-black);
  font-size: calc(1.5em * var(--sm-rate));
  line-height: 1;
  font-weight: 700;
  max-width: 40rem;
  align-items: flex-start;
  padding: var(--header-height) calc(var(--padding-x) * 0.5) var(--clearance-padding);
}
@media screen and (max-width: 575px) {
  .p-pagetitle .c-title {
    color: var(--rgb-white);
    align-items: center;
  }
}
.p-pagetitle .c-title span {
  display: block;
}
.p-pagetitle .c-title strong {
  font-size: calc(3em * var(--md-rate));
  line-height: 0.75;
  text-transform: uppercase;
  margin-bottom: 0.375em;
}

.p-pagetitle__image {
  overflow: hidden;
  border-radius: calc(3rem * var(--responsive-rate));
  height: calc(25rem * var(--lg-rate));
  display: block;
  position: relative;
  background-size: 125rem;
}
@media screen and (min-width: 576px) {
  .p-pagetitle__image {
    margin-left: auto;
    width: 66.6666666667%;
  }
}
@media screen and (max-width: 575px) {
  .p-pagetitle__image {
    background-color: var(--rgb-black);
  }
}
.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: 1;
}
@media screen and (max-width: 575px) {
  .p-pagetitle__image > img {
    opacity: 0.75;
  }
}

.c-breadcrumb {
  background-color: var(--rgb-lightgray);
}

.p-heading__index--light {
  width: -moz-fit-content;
  width: fit-content;
  font-size: calc(1.5em * var(--xs-rate));
  line-height: 1.5;
}
.p-heading__index--light span {
  color: var(--rgb-black);
  font-family: inherit;
  font-weight: 700;
  text-transform: none;
  width: -moz-fit-content;
  width: fit-content;
  display: block flow;
}
.p-heading__index--light strong {
  color: var(--rgb-teal);
  font-size: calc(3em * var(--lg-rate));
  line-height: 1.5;
  font-family: inherit;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: var(--leading-trim-ja);
  width: -moz-fit-content;
  width: fit-content;
  display: block flow;
}
.p-heading__index--light.text-center {
  margin-left: auto;
  margin-right: auto;
}
.p-heading__index--light.text-center span {
  margin-left: auto;
  margin-right: auto;
}
.p-heading__index--light.text-center strong {
  margin-left: auto;
  margin-right: auto;
}

.p-heading__index--dark {
  width: -moz-fit-content;
  width: fit-content;
  font-size: calc(1.5em * var(--xs-rate));
  line-height: 1.5;
}
.p-heading__index--dark span {
  color: var(--rgb-white);
  font-family: inherit;
  font-weight: 700;
  text-transform: none;
  width: -moz-fit-content;
  width: fit-content;
  display: block flow;
}
.p-heading__index--dark strong {
  color: var(--rgb-white);
  font-size: calc(3em * var(--lg-rate));
  line-height: 1.5;
  font-family: inherit;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: var(--leading-trim-ja);
  width: -moz-fit-content;
  width: fit-content;
  display: block flow;
}
.p-heading__index--dark.text-center {
  margin-left: auto;
  margin-right: auto;
}
.p-heading__index--dark.text-center span {
  margin-left: auto;
  margin-right: auto;
}
.p-heading__index--dark.text-center strong {
  margin-left: auto;
  margin-right: auto;
}

.p-heading__index--monochrome {
  width: -moz-fit-content;
  width: fit-content;
  font-size: calc(1.5em * var(--xs-rate));
  line-height: 1.5;
}
.p-heading__index--monochrome span {
  color: var(--rgb-black);
  font-family: inherit;
  font-weight: 700;
  text-transform: none;
  width: -moz-fit-content;
  width: fit-content;
  display: block flow;
}
.p-heading__index--monochrome strong {
  color: var(--rgb-black);
  font-size: calc(3em * var(--lg-rate));
  line-height: 1.5;
  font-family: inherit;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: var(--leading-trim-ja);
  width: -moz-fit-content;
  width: fit-content;
  display: block flow;
}
.p-heading__index--monochrome.text-center {
  margin-left: auto;
  margin-right: auto;
}
.p-heading__index--monochrome.text-center span {
  margin-left: auto;
  margin-right: auto;
}
.p-heading__index--monochrome.text-center strong {
  margin-left: auto;
  margin-right: auto;
}

.p-heading__index2--light {
  margin-bottom: 1em;
}
.p-heading__index2--light:not(:first-child) {
  margin-top: 2em;
}
.p-heading__index2--light strong {
  color: var(inherit);
  font-size: calc(1.5em * var(--xs-rate));
  line-height: 1.5;
  font-family: var(inherit);
  font-weight: 700;
  text-transform: none;
  display: inline-block;
}
.p-heading__index2--light .c-heading__leftline {
  border-left-width: 0.125rem;
  border-left-style: solid;
  border-left-color: var(--rgb-teal);
}
.p-heading__index2--light .c-heading__underline {
  border-bottom-width: 0.125rem;
  border-bottom-style: solid;
  border-bottom-color: var(--rgb-teal);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.p-heading__index2--dark {
  margin-bottom: 1em;
}
.p-heading__index2--dark:not(:first-child) {
  margin-top: 2em;
}
.p-heading__index2--dark strong {
  color: var(--rgb-white);
  font-size: calc(1.5em * var(--xs-rate));
  line-height: 1.5;
  font-family: var(inherit);
  font-weight: 700;
  text-transform: none;
  display: inline-block;
}
.p-heading__index2--dark .c-heading__leftline {
  border-left-width: 0.125rem;
  border-left-style: solid;
  border-left-color: var(--rgb-white);
}
.p-heading__index2--dark .c-heading__underline {
  border-bottom-width: 0.125rem;
  border-bottom-style: solid;
  border-bottom-color: var(--rgb-white);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.p-heading__page--light {
  width: -moz-fit-content;
  width: fit-content;
  font-size: calc(1.25em * var(--xs-rate));
  line-height: 1.5;
}
.p-heading__page--light span {
  color: var(--rgb-black);
  font-family: inherit;
  font-weight: 700;
  text-transform: none;
  width: -moz-fit-content;
  width: fit-content;
  display: block flow;
}
.p-heading__page--light strong {
  color: var(--rgb-teal);
  font-size: calc(3em * var(--lg-rate));
  line-height: 1.5;
  font-family: inherit;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: var(--leading-trim-ja);
  width: -moz-fit-content;
  width: fit-content;
  display: block flow;
}
.p-heading__page--light.text-center {
  margin-left: auto;
  margin-right: auto;
}
.p-heading__page--light.text-center span {
  margin-left: auto;
  margin-right: auto;
}
.p-heading__page--light.text-center strong {
  margin-left: auto;
  margin-right: auto;
}

.p-heading__page--dark {
  width: -moz-fit-content;
  width: fit-content;
  font-size: calc(1.25em * var(--xs-rate));
  line-height: 1.5;
}
.p-heading__page--dark span {
  color: var(--rgb-white);
  font-family: inherit;
  font-weight: 700;
  text-transform: none;
  width: -moz-fit-content;
  width: fit-content;
  display: block flow;
}
.p-heading__page--dark strong {
  color: var(--rgb-white);
  font-size: calc(3em * var(--lg-rate));
  line-height: 1.5;
  font-family: inherit;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: var(--leading-trim-ja);
  width: -moz-fit-content;
  width: fit-content;
  display: block flow;
}
.p-heading__page--dark.text-center {
  margin-left: auto;
  margin-right: auto;
}
.p-heading__page--dark.text-center span {
  margin-left: auto;
  margin-right: auto;
}
.p-heading__page--dark.text-center strong {
  margin-left: auto;
  margin-right: auto;
}

.p-heading__page--monochrome {
  width: -moz-fit-content;
  width: fit-content;
  font-size: calc(1.25em * var(--xs-rate));
  line-height: 1.5;
}
.p-heading__page--monochrome span {
  color: var(--rgb-black);
  font-family: inherit;
  font-weight: 700;
  text-transform: none;
  width: -moz-fit-content;
  width: fit-content;
  display: block flow;
}
.p-heading__page--monochrome strong {
  color: var(--rgb-black);
  font-size: calc(3em * var(--lg-rate));
  line-height: 1.5;
  font-family: inherit;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: var(--leading-trim-ja);
  width: -moz-fit-content;
  width: fit-content;
  display: block flow;
}
.p-heading__page--monochrome.text-center {
  margin-left: auto;
  margin-right: auto;
}
.p-heading__page--monochrome.text-center span {
  margin-left: auto;
  margin-right: auto;
}
.p-heading__page--monochrome.text-center strong {
  margin-left: auto;
  margin-right: auto;
}

.p-heading__page2--light {
  margin-bottom: 1em;
}
.p-heading__page2--light:not(:first-child) {
  margin-top: 2em;
}
.p-heading__page2--light strong {
  color: var(inherit);
  font-size: calc(1.5em * var(--xs-rate));
  line-height: 1.5;
  font-family: var(inherit);
  font-weight: 700;
  text-transform: none;
  display: inline-block;
}
.p-heading__page2--light .c-heading__leftline {
  border-left-width: 0.125rem;
  border-left-style: solid;
  border-left-color: var(--rgb-teal);
}
.p-heading__page2--light .c-heading__underline {
  border-bottom-width: 0.125rem;
  border-bottom-style: solid;
  border-bottom-color: var(--rgb-teal);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.p-heading__page2--dark {
  margin-bottom: 1em;
}
.p-heading__page2--dark:not(:first-child) {
  margin-top: 2em;
}
.p-heading__page2--dark strong {
  color: var(--rgb-white);
  font-size: calc(1.5em * var(--xs-rate));
  line-height: 1.5;
  font-family: var(inherit);
  font-weight: 700;
  text-transform: none;
  display: inline-block;
}
.p-heading__page2--dark .c-heading__leftline {
  border-left-width: 0.125rem;
  border-left-style: solid;
  border-left-color: var(--rgb-white);
}
.p-heading__page2--dark .c-heading__underline {
  border-bottom-width: 0.125rem;
  border-bottom-style: solid;
  border-bottom-color: var(--rgb-white);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.p-section__devider--image1 {
  background: url(../images/index-devider__picture01.webp) center center/cover no-repeat;
  background-attachment: fixed;
  margin-right: calc((100% - var(--container-width)) * 0.5);
}
@media screen and (orientation: landscape) {
  .p-section__devider--image1 {
    padding-bottom: min(27vw, 37.5rem);
  }
}
@media screen and (orientation: portrait) {
  .p-section__devider--image1 {
    padding-bottom: min(48vw, 37.5rem);
  }
}
@media print {
  .p-section__devider--image1 {
    padding-bottom: min(48vw, 37.5rem);
  }
}

.p-section__devider--image2 {
  background: url(../images/index-devider__picture02.webp) center center/cover no-repeat;
  background-attachment: fixed;
  padding-bottom: calc(37.5rem * var(--responsive-rate));
}

.p-index__about {
  background-color: var(--rgb-amber);
  color: var(--rgb-white);
}
.p-index__about::before {
  background: url(../images/index-about__background.webp) center center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.33;
  content: "";
}

@media screen and (min-width: 992px) {
  .p-section__about--padding {
    padding-top: var(--clearance-padding);
  }
}

.p-index__about--appeal {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-index__about--appeal p {
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

[class*=c-lead] {
  color: var(--rgb-darkteal);
}

.p-index__services--list {
  position: relative;
  width: 100%;
}
.p-index__services--list::before {
  background: url(../images/index-services__list.svg) center center/contain no-repeat;
  display: block;
  padding-bottom: 100%;
  width: 100%;
  content: "";
}
.p-index__services--list .p-index__services--text {
  color: var(--rgb-white);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20%;
}
.p-index__services--list .p-index__services--text img {
  width: auto;
  height: 3rem;
}
.p-index__services--list .p-index__services--text p {
  font-size: calc(1.5em * var(--sm-rate));
  line-height: 1.5;
  font-weight: 700;
  margin-top: 0.5em;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.p-services__occupant {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-services__occupant li {
  background-color: var(--rgb-green);
  color: var(--rgb-white);
  padding: 0.25rem 1rem 0.25rem 3rem;
  font-weight: 700;
}
.p-services__occupant li::before {
  color: var(--rgb-blue);
  font-size: 1.125em;
  line-height: 1;
  font-family: "Material Icons";
  font-weight: 400;
  margin-left: -1.5rem;
  margin-bottom: 0.1875em;
  width: 1.5rem;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  content: "\e2e6";
}
.p-services__occupant li:not(:first-of-type) {
  margin-top: 0.5em;
}

.p-table__margin--offset {
  margin: -0.25rem;
}

[data-mode=spacing] {
  border-spacing: 0.25rem;
}
[data-mode=spacing] th {
  background-color: var(--rgb-teal);
  color: var(--rgb-white);
  text-align: center;
}
[data-mode=spacing] td {
  background-color: var(--rgb-white);
}

.p-index__news {
  margin-top: calc(var(--clearance-padding) * -0.25);
}
.p-index__news .html {
  --rgb-text: var(--rgb-white);
}
.p-index__news::before {
  top: calc(var(--clearance-padding) * 0.25) !important;
}

.p-index__recruit {
  background-color: var(--rgb-blue);
  color: var(--rgb-white);
}
.p-index__recruit:before {
  background: url(../images/index-recruit__background.jpg) center center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  opacity: 0.75;
  content: "";
}

.p-demand__list {
  position: relative;
  color: var(--rgb-white);
}
.p-demand__list::before {
  border-radius: 100%;
  background-color: var(--rgb-white);
  display: block;
  width: 100%;
  padding-bottom: 100%;
  content: "";
}
.p-demand__list .p-demand__icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-demand__list .material-symbols-outlined {
  font-size: calc(8em * var(--lg-rate));
  font-weight: 100;
  color: var(--rgb-blue);
  line-height: 1;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.p-demand__caption {
  margin-top: 1em;
  display: flex;
  justify-content: center;
}
.p-demand__caption p {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.p-demand__caption span {
  white-space: nowrap;
}

.c-flow__horizontal .c-flow__article {
  padding: calc(1.5rem * var(--responsive-rate));
}

@media screen and (min-width: 576px) {
  .p-company__requirements .c-table[data-breakpoint=xs] th {
    width: 12rem;
  }
}

@media screen and (orientation: landscape) {
  .p-index__company--image {
    margin-top: calc(var(--clearance-padding) * -3.2);
  }
}
@media screen and (orientation: portrait) {
  .p-index__company--image {
    margin-top: calc(var(--clearance-padding) * -1.8);
  }
}
@media print {
  .p-index__company--image {
    margin-top: calc(var(--clearance-padding) * -1.8);
  }
}

@media screen and (min-width: 576px) {
  .p-company__outline .c-table[data-breakpoint=xs] th {
    width: 12rem;
  }
}

.p-outline__table {
  display: grid;
  grid-template-columns: repeat(1, 7em 1fr);
  align-items: start;
  grid-gap: 0.5em 1em;
}
.p-outline__table .p-outline__table--head, .p-outline__table .p-outline__table--data {
  line-height: 1.5;
}
.p-outline__table .p-outline__table--head {
  background-color: var(--rgb-watergray);
  text-align: center;
}
.p-index__contact::before {
  background-color: var(--rgb-lightgray);
  -webkit-clip-path: polygon(100% 5%, 50% 100%, 100% 100%);
          clip-path: polygon(100% 5%, 50% 100%, 100% 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}

.form-control, .form-select, textarea, label {
  font-family: var(--font-family-sans);
  font-weight: 300;
}

.form-check:not(:first-child) {
  margin-top: 0.5em;
}
.form-check .form-check-label {
  line-height: 1.5;
}

.c-policy__scroll {
  --rgb-link: var(--rgb-text);
}

.p-form__submit {
  --button-padding: 1em;
}

:root {
  --news-scroll: 15rem;
  --news-date:11.25rem;
  --news-icon:11.25rem;
  --news-image: 12rem;
  --news-post:calc(100% - var(--news-detail));
  --news-detail:1rem;
}
@media screen and (max-width: 575px) {
  :root {
    --news-date:100%;
  }
}

.p-news {
  font-size: 1.125em;
  line-height: 1.5;
  padding-left: calc(15rem * var(--responsive-rate));
}
@media screen and (max-width: 1199px) {
  .p-news {
    padding-left: 0;
  }
}

.c-news__scroll {
  padding-right: calc(2rem * var(--responsive-rate));
}

.c-news__article {
  grid-template-columns: 5.175em 2em 1fr;
  grid-column-gap: 1.875em;
  border-bottom: 0.0625rem solid rgb(160, 160, 160);
  padding-bottom: calc(2.25rem * var(--responsive-rate));
}
@media screen and (orientation: portrait) {
  .c-news__article {
    grid-row-gap: 0.9375em;
  }
}
@media print {
  .c-news__article {
    grid-row-gap: 0.9375em;
  }
}
.c-news__article:not(:first-of-type) {
  border-top-color: var(--rgb-lightblue);
  padding-top: calc(2.25rem * var(--responsive-rate));
}

.c-news__date, .c-news__post {
  vertical-align: top;
}

.c-news__detail {
  vertical-align: middle;
}

.c-news__index {
  width: var(--news-date);
}
@media screen and (max-width: 575px) {
  .c-news__index {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.c-news__index .c-news__date--information {
  width: 100%;
  height: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-news__date {
  font-weight: 400;
  text-align: left;
  display: block;
}

.c-news__updated {
  text-align: right;
}
.c-news__updated img {
  width: auto;
  height: 1rem;
  vertical-align: middle;
}

.c-news__icon {
  background-color: var(--rgb-flat);
  color: var(--rgb-white);
  font-size: 0.75em;
  line-height: 1.5;
  margin-top: 0.75rem;
  padding: 0.25em 0.5em;
  max-width: var(--news-icon);
}
@media screen and (max-width: 575px) {
  .c-news__icon {
    width: 50%;
  }
}

.c-news__post {
  line-height: 1.75;
}
@media screen and (orientation: portrait) {
  .c-news__post {
    grid-area: 2/1/3/4;
  }
}
@media print {
  .c-news__post {
    grid-area: 2/1/3/4;
  }
}

.c-news__post--inner {
  display: table;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .c-news__post--inner {
    display: block;
    width: 100%;
  }
}
.c-news__post--inner .c-news__image {
  width: var(--news-image);
}
@media screen and (max-width: 575px) {
  .c-news__post--inner .c-news__image {
    width: 100%;
  }
}
.c-news__post--inner .c-news__image + .c-news__text {
  padding-left: 1rem;
}
@media screen and (max-width: 575px) {
  .c-news__post--inner .c-news__image + .c-news__text {
    padding-left: 0;
  }
}
.c-news__post--inner .c-news__image, .c-news__post--inner .c-news__title, .c-news__post--inner .c-news__text {
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 575px) {
  .c-news__post--inner .c-news__image, .c-news__post--inner .c-news__title, .c-news__post--inner .c-news__text {
    display: block;
  }
}
.c-news__post--inner hr {
  border-top: 1px dashed var(--rgb-linegray);
  margin-top: calc(1rem * var(--responsive-rate));
  opacity: 1;
}

.c-news__file {
  min-width: 25%;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 991px) {
  .c-news__file {
    min-width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .c-news__file {
    min-width: 100%;
  }
}

.c-news__title {
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 0.5em;
}

.c-news__detail {
  margin: 1em 0 0;
  padding: 0;
  width: 100%;
  min-width: 25%;
  vertical-align: middle;
  --rgb-link: rgb(255,255,0);
}

.c-news__view--link, .c-news__view--link:hover, .c-news__view--link:active, .c-news__view--link:focus {
  color: var(--rgb-orange);
  text-decoration: underline;
  text-underline-offset: 0.25em;
}
.c-news__view--link {
  text-decoration-color: var(--rgb-orange);
  transition: text-decoration-color 0.3s;
}
.c-news__view--link:hover, .c-news__view--link:active, .c-news__view--link:focus {
  text-decoration-color: transparent;
  transition: text-decoration-color 0.6s;
}

.p-tab__behavior {
  filter: drop-shadow(0 0 2.25rem rgba(0, 0, 0, 0.1));
}
.p-tab__behavior .js-tab__button {
  cursor: pointer;
}
.p-tab__behavior .js-tab__container {
  padding-left: 0;
  padding-right: 0;
  background-color: var(--rgb-white);
}
.p-tab__behavior .js-tab__container--body {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, height 0s ease 0.5s, visibility 0s ease 0.5s;
}
.p-tab__behavior .js-tab__container--body.active {
  height: auto;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease;
}
.p-tab__behavior .js-tab__container--body .c-newspaper {
  padding: calc(2.5rem * var(--responsive-rate));
}

.c-hero__link:hover .c-hero__link--title .p-span__underline--white, .c-hero__link:active .c-hero__link--title .p-span__underline--white, .c-hero__link:focus .c-hero__link--title .p-span__underline--white, .c-hero__link .c-hero__link--title .p-span__underline--white {
  font-size: 1em;
  line-height: 1;
  text-transform: uppercase;
  padding-bottom: 0.5em;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
.c-hero__link:hover .c-hero__link--title .p-span__underline--white:after, .c-hero__link:active .c-hero__link--title .p-span__underline--white:after, .c-hero__link:focus .c-hero__link--title .p-span__underline--white:after, .c-hero__link .c-hero__link--title .p-span__underline--white:after {
  height: 0.0625rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.c-hero__link:hover .c-hero__link--title .p-span__underline--white span, .c-hero__link:active .c-hero__link--title .p-span__underline--white span, .c-hero__link:focus .c-hero__link--title .p-span__underline--white span, .c-hero__link .c-hero__link--title .p-span__underline--white span {
  display: inline-block;
  transition: margin-right 0.3s;
}
.c-hero__link:hover .c-hero__link--title .p-span__underline--white span:after, .c-hero__link:active .c-hero__link--title .p-span__underline--white span:after, .c-hero__link:focus .c-hero__link--title .p-span__underline--white span:after, .c-hero__link .c-hero__link--title .p-span__underline--white span:after {
  margin-left: 1em;
}
.c-hero__link .c-hero__link--title .p-span__underline--white:hover:after {
  animation: underline-hover 0.6s ease-out;
}

.c-hero__link {
  overflow: hidden;
}
.c-hero__link .c-hero__link--image, .c-hero__link:hover .c-hero__link--image, .c-hero__link:active .c-hero__link--image, .c-hero__link:focus .c-hero__link--image {
  padding: 0;
}
.c-hero__link .c-hero__link--image:after, .c-hero__link:hover .c-hero__link--image:after, .c-hero__link:active .c-hero__link--image:after, .c-hero__link:focus .c-hero__link--image:after {
  background-color: var(--rgb-black);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.c-hero__link .c-hero__link--image:after {
  opacity: 0.33;
  transition: opacity 0.3s;
}
.c-hero__link .c-hero__link--title .p-span__underline--white {
  color: var(--rgb-white);
}
.c-hero__link .c-hero__link--title .p-span__underline--white:after {
  background-color: var(--rgb-white);
}
.c-hero__link:hover .c-hero__link--image:after, .c-hero__link:active .c-hero__link--image:after, .c-hero__link:focus .c-hero__link--image:after {
  opacity: 0.1;
  transition: opacity 0.6s;
}
.c-hero__link:hover .c-hero__link--title .p-span__underline--white, .c-hero__link:active .c-hero__link--title .p-span__underline--white, .c-hero__link:focus .c-hero__link--title .p-span__underline--white {
  color: var(--rgb-white);
}
.c-hero__link:hover .c-hero__link--title .p-span__underline--white:after, .c-hero__link:active .c-hero__link--title .p-span__underline--white:after, .c-hero__link:focus .c-hero__link--title .p-span__underline--white:after {
  background-color: var(--rgb-white);
  animation: underline-hover 0.6s ease-out;
}
.c-hero__link .c-hero__link--title {
  background-color: transparent;
  padding: calc(2.5rem * var(--responsive-rate));
}
.c-hero__link .c-hero__link--title:after {
  background-color: transparent;
  color: var(--rgb-white);
  font-size: calc(2em * var(--sm-rate));
  line-height: 1;
  margin: 0;
  padding: 0;
  content: "\f0a9";
  font-family: "Font Awesome 5 Pro";
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
  font-weight: 900;
  position: absolute;
  right: calc(1.5rem * var(--lg-rate));
  bottom: calc(1.5rem * var(--lg-rate));
  display: none;
}
.c-hero__link .c-hero__link--title h4 {
  font-size: calc(2em * var(--sm-rate));
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.c-hero__link .c-hero__link--title h4::before {
  border-bottom: 0.0625rem solid var(--rgb-white);
  font-size: 0.5em;
  line-height: 0.75;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 1em;
  padding-bottom: 1em;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  content: attr(data-herolink);
}
.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 screen and (max-width: 991px) {
  .c-hero__link--thin .c-hero__link--title {
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
}
.c-hero__link--thin:hover .c-hero__link--title, .c-hero__link--thin:active .c-hero__link--title, .c-hero__link--thin:focus .c-hero__link--title, .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);
}
.c-hero__link--thin .c-hero__link--title {
  padding: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 1399px) {
  .c-hero__link--thin .c-hero__link--title {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .c-hero__link--thin .c-hero__link--title {
    padding: 1rem;
  }
}
@media screen and (max-width: 575px) {
  .c-hero__link--thin .c-hero__link--title {
    padding: 0.5rem;
  }
}
.c-hero__link--thin .c-hero__link--title:after {
  display: none;
}
.c-hero__link--thin .c-hero__link--title h4 {
  font-size: calc(2.5em * var(--md-rate));
  line-height: 1.5;
  text-transform: uppercase;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .c-hero__link--thin .c-hero__link--title h4 {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .c-hero__link--thin .c-hero__link--title h4 {
    font-size: 1em;
  }
}
.c-hero__link--thin .c-hero__link--title h4 span {
  color: var(--rgb-white);
  display: block;
}

.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: 999999997;
}
.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;
  margin-top: 10px;
}
.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: 999999997;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gs-wrapper .gs-close {
  background-color: transparent;
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="_x32_" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="width: 44px; height: 44px; opacity: 1;" xml:space="preserve"><g><polygon points="512,52.535 459.467,0.002 256.002,203.462 52.538,0.002 0,52.535 203.47,256.005 0,459.465 52.533,511.998 256.002,308.527 459.467,511.998 512,459.475 308.536,256.005" style="fill: rgb(255, 255, 255);"></polygon></g></svg>');
  color: rgb(255, 255, 255);
  border: none;
  margin-top: -14px;
  margin-right: -14px;
  width: 44px;
  height: 44px;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 999999999;
  caret-color: transparent;
  outline: none;
}
.gs-wrapper .gs-image {
  touch-action: none;
  z-index: 999999999;
  width: 80%;
  height: 80%;
}
.gs-wrapper .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: 999999996;
}
.gs-overlay.active {
  opacity: 0.7;
}

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

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

.im-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2147483647;
  display: flex;
  justify-content: center;
  align-items: center;
}
.im-wrapper .im-close {
  background-color: transparent;
  color: var(--rgb-white);
  border: none;
  caret-color: transparent;
  outline: none;
  box-shadow: none;
  font-size: 3rem;
  line-height: 1;
  margin-top: -1rem;
  margin-right: -1rem;
  width: 3rem;
  height: 3rem;
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 2147483647;
}
.im-wrapper .im-close:before {
  font-family: "Material Symbols Outlined";
  content: "\e5cd";
  font-weight: 100;
}
.im-wrapper .im-nav-prev, .im-wrapper .im-nav-next {
  color: var(--rgb-white);
  cursor: pointer;
  position: absolute;
}
.im-wrapper .im-nav-prev::before, .im-wrapper .im-nav-next::before {
  font-size: 3rem;
  line-height: 1;
  font-family: "Material Symbols Outlined";
}
@media screen and (max-width: 575px) {
  .im-wrapper .im-nav-prev::before, .im-wrapper .im-nav-next::before {
    font-size: 2rem;
  }
}
.im-wrapper .im-nav-prev {
  left: 1rem;
}
@media screen and (max-width: 575px) {
  .im-wrapper .im-nav-prev {
    left: 0.5rem;
  }
}
.im-wrapper .im-nav-prev::before {
  content: "\e5e0";
}
.im-wrapper .im-nav-next {
  right: 1rem;
}
@media screen and (max-width: 575px) {
  .im-wrapper .im-nav-next {
    right: 0.5rem;
  }
}
.im-wrapper .im-nav-next::before {
  content: "\e5e1";
}
.im-wrapper .im-image {
  touch-action: none;
  width: 80%;
  height: 80%;
}
.im-wrapper .im-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.im-wrapper .im-caption {
  background-color: rgba(0, 0, 0, 0.1);
  color: var(--rgb-white);
  text-align: center;
  padding: 0.5em 1em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

[data-rel=zoom] img {
  width: 100%;
  height: auto;
}

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

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

.cm-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cm-wrapper .cm-close {
  background-color: transparent;
  color: var(--rgb-white);
  border: none;
  caret-color: transparent;
  outline: none;
  box-shadow: none;
  font-size: 3rem;
  line-height: 1;
  margin-top: -1rem;
  margin-right: -1rem;
  width: 3rem;
  height: 3rem;
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 10060;
}
.cm-wrapper .cm-close:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f00d";
  font-weight: 100;
}
.cm-wrapper .cm-contents {
  touch-action: none;
  width: calc(100% - var(--padding-x) * 2);
  max-width: 82.5rem;
  height: 90%;
  overflow-x: hidden;
  overflow-y: auto;
}
@media only screen and (max-width: 991px) {
  .cm-wrapper .cm-contents {
    height: 80%;
  }
}

[data-rel=zoom] img {
  width: 100%;
  height: auto;
}

.cm-modal__hide {
  display: none;
}

.p-modal__wrapper {
  background-color: var(--rgb-white);
  width: 100%;
  padding: calc(3rem * var(--responsive-rate));
}
.p-modal__wrapper th, .p-modal__wrapper td {
  font-size: 0.75em;
  line-height: 1.5;
  padding: 0.5625em 0.75em;
}

.p-modal__caption {
  line-height: 1.5;
  text-align: center;
  margin-top: calc(var(--gap-xs) * var(--gap-rate) * 2) !important;
}

footer {
  overflow: visible;
}

.p-footer {
  position: relative;
}

@media screen and (max-width: 991px) {
  .p-footer__logo {
    text-align: center;
  }
}
.p-footer__logo img {
  width: auto;
  vertical-align: top;
  height: 3.6vw;
}
@media screen and (max-width: 991px) {
  .p-footer__logo img {
    height: 5.4vw;
  }
}
@media screen and (max-width: 575px) {
  .p-footer__logo img {
    height: 9.6vw;
  }
}

.p-footer__outline {
  background-color: var(--mof-amber-50);
  padding: var(--clearance-padding) 0;
}

.u-bgc__amber {
  background-color: var(--mof-amber-50);
}

.p-footer__contact {
  background-color: var(--rgb-contact);
  color: var(--rgb-white);
  padding: var(--clearance-padding) 0;
  position: relative;
  z-index: 9;
  --rgb-link:var(--rgb-white);
}
.p-footer__contact .p-footer__contact--float {
  box-shadow: 0 0 3em rgba(0, 0, 0, 0.2);
}
.p-footer__contact span[data-action=call] {
  color: var(--rgb-black);
}
.p-footer__contact--recept {
  width: -moz-max-content;
  width: max-content;
  margin: 1rem auto 0;
  line-height: 1;
}

.p-footer__contact--inner {
  width: 100%;
  max-width: 45rem;
  margin: 0 auto;
}

.p-box__contact {
  background-color: var(--rgb-white);
  color: var(--rgb-black);
  padding: calc(2.5rem * var(--responsive-rate));
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.p-box__contact h4 {
  color: var(--rgb-blue);
  font-size: 1.125em;
  line-height: 1;
  margin-bottom: 1em;
  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--md {
  line-height: 1.5;
}
@media only screen and (max-width: 991px) {
  .p-box__contact .c-phone--md {
    line-height: 1;
  }
}
.p-box__contact .p-phone__recept {
  margin-top: 1em;
  line-height: 1;
  text-align: center;
}
.p-box__contact .c-button__link {
  max-width: 17.5rem;
  margin: 0 auto;
}

.p-footer__contact--line {
  width: 100%;
}
.p-footer__contact--line .c-button {
  --rgb-blend: var(--mof-lime-500);
  height: 100%;
  display: flex;
  align-items: center;
}
.p-footer__contact--line .c-button span {
  display: flex;
  align-items: center;
}
.p-footer__contact--line .c-button span em {
  display: block;
}

.p-footer__contact--mail {
  width: 100%;
}
.p-footer__contact--mail .c-button {
  --rgb-blend: var(--mof-amber-400);
  height: 100%;
}
.p-footer__contact--mail .c-button span {
  display: flex;
  align-items: center;
}
.p-footer__contact--mail .c-button span em {
  display: block;
}

.p-list__trouble {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-list__trouble li {
  background-color: rgba(255, 255, 255, 0.9);
  color: var(--rgb-text);
  padding: 0.25rem 1rem 0.25rem 3rem;
}
.p-list__trouble li::before {
  color: var(--rgb-blue);
  font-size: 1.125em;
  line-height: 1;
  font-family: "Material Icons";
  font-weight: 400;
  margin-left: -1.5rem;
  margin-bottom: 0.1875em;
  width: 1.5rem;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  content: "\e2e6";
}
.p-list__trouble li:not(:first-of-type) {
  margin-top: 0.5em;
}

.p-footer__information {
  background-color: var(--rgb-footer);
  line-height: 1.5;
  padding: calc(var(--clearance-padding) * 0.5) 0;
}
@media screen and (max-width: 1199px) {
  .p-footer__information {
    padding-bottom: calc(var(--clearance-padding) * 0.5);
  }
}
.p-footer__information a span[data-action=call], .p-footer__information a:hover span[data-action=call], .p-footer__information a:active span[data-action=call], .p-footer__information a:focus span[data-action=call] {
  color: var(--rgb-text);
}
.p-footer__information span[data-action=call] {
  color: var(--rgb-text);
}

@media screen and (max-width: 1199px) {
  .p-footer__information--recept {
    text-align: center;
  }
}
.p-footer__information--recept::before {
  content: "受付時間";
  margin-right: 1em;
}

@media screen and (min-width: 992px) {
  .p-footer__information--data {
    display: grid;
    grid-template-columns: 1fr 16rem;
    grid-column-gap: calc(4rem * var(--responsive-rate));
    align-items: start;
  }
}

.p-footer__information--start {
  display: grid;
  grid-row-gap: calc(2rem * var(--responsive-rate));
}

@media screen and (max-width: 991px) {
  .p-footer__information--end {
    display: none;
  }
}

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

.p-footer__location--name {
  border-bottom: 0.0625rem solid var(--rgb-black);
  font-size: 1.5em;
  line-height: 1.5;
  margin-top: var(--leading-trim-ja);
  margin-bottom: 0.875rem;
  padding-bottom: 0.625rem;
  flex: 0 0 100%;
}
@media screen and (max-width: 575px) {
  .p-footer__location--name {
    text-align: center;
  }
}

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

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

.p-footer__location--building {
  margin-left: 0.5em;
}

.p-footer__location--marker a, .p-footer__location--marker a:hover, .p-footer__location--marker a:active, .p-footer__location--marker a:focus {
  color: var(--rgb-leaf);
}

.p-footer__location--freedial {
  display: flex;
}
@media screen and (max-width: 575px) {
  .p-footer__location--freedial {
    justify-content: center;
  }
}
.p-footer__location--freedial:before {
  margin-right: 0.33em;
  display: block;
  content: "フリーダイヤル";
}

.p-footer__location--phone, .p-footer__location--facsimile, .p-footer__location--freedial {
  flex: 0 0 100%;
  width: -moz-max-content;
  width: max-content;
  line-height: 1.5;
}
@media screen and (max-width: 575px) {
  .p-footer__location--phone, .p-footer__location--facsimile, .p-footer__location--freedial {
    text-align: center;
  }
}

.p-footer__location--phone + .p-footer__location--facsimile:before, .p-footer__location--freedial + .p-footer__location--facsimile:before {
  font-family: var(--font-inter);
  content: "FAX.";
  margin: 0 0.33em 0 0;
}
.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, .p-footer__location--freedial .l-footer__location--googlemaps a, .p-footer__location--freedial .l-footer__location--googlemaps a:hover, .p-footer__location--freedial .l-footer__location--googlemaps a:active, .p-footer__location--freedial .l-footer__location--googlemaps a:focus {
  color: var(--rgb-main);
}

.p-footer__location--contact {
  display: flex;
}
@media screen and (max-width: 1199px) {
  .p-footer__location--contact {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .p-footer__location--contact {
    display: flex;
    justify-content: center;
  }
}
.p-footer__location--contact a, .p-footer__location--contact span {
  display: block;
  line-height: 0.75 !important;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width: 575px) {
  .xs-w-100 {
    flex: 0 0 100%;
    text-align: center;
  }
}

.l-footer__sitemap--menu {
  max-width: 16rem;
}
.l-footer__sitemap--menu[data-direction=horizontal] {
  justify-content: flex-end;
  margin: 0 -0.5em;
}
@media screen and (max-width: 1199px) {
  .l-footer__sitemap--menu[data-direction=horizontal] {
    justify-content: center;
  }
}
.l-footer__sitemap--menu[data-direction=horizontal].justify-content-start {
  margin-left: -0.5em;
}
.l-footer__sitemap--menu[data-direction=horizontal].justify-content-end {
  margin-right: -0.5em;
}
.l-footer__sitemap--menu[data-direction=horizontal] .l-footer__sitemap--link, .l-footer__sitemap--menu[data-direction=horizontal] .l-footer__sitemap--link:hover, .l-footer__sitemap--menu[data-direction=horizontal] .l-footer__sitemap--link:active, .l-footer__sitemap--menu[data-direction=horizontal] .l-footer__sitemap--link:focus {
  color: var(--rgb-text);
  margin: -0.25em 0.5em -0.375em;
  padding: 0.25em 0.5em 0.375em;
}
.l-footer__sitemap--menu[data-direction=horizontal] .l-footer__sitemap--link:hover, .l-footer__sitemap--menu[data-direction=horizontal] .l-footer__sitemap--link:active, .l-footer__sitemap--menu[data-direction=horizontal] .l-footer__sitemap--link:focus {
  background-color: var(--rgb-leaf);
  color: var(--rgb-white);
}
.l-footer__sitemap--menu[data-direction=horizontal]:not(:first-child) {
  margin-top: 1rem;
}
.l-footer__sitemap--menu[data-direction=vertical] .l-footer__sitemap--item {
  align-items: center;
  line-height: 1.5;
  font-weight: 500;
}
.l-footer__sitemap--menu[data-direction=vertical] .l-footer__sitemap--item:not(:first-child) {
  margin-top: 0.5em;
}
.l-footer__sitemap--menu[data-direction=vertical] .l-footer__sitemap--item:first-child:before {
  display: none;
}
.l-footer__sitemap--menu[data-direction=vertical] .l-footer__sitemap--link, .l-footer__sitemap--menu[data-direction=vertical] .l-footer__sitemap--link:hover, .l-footer__sitemap--menu[data-direction=vertical] .l-footer__sitemap--link:active, .l-footer__sitemap--menu[data-direction=vertical] .l-footer__sitemap--link:focus {
  display: flex;
  flex-flow: column nowrap;
}
.l-footer__sitemap--menu[data-direction=vertical] .l-footer__sitemap--link {
  color: var(--rgb-black);
  text-decoration: none;
}
.l-footer__sitemap--menu[data-direction=vertical] .l-footer__sitemap--link:hover, .l-footer__sitemap--menu[data-direction=vertical] .l-footer__sitemap--link:active, .l-footer__sitemap--menu[data-direction=vertical] .l-footer__sitemap--link:focus {
  color: var(--rgb-black);
  text-decoration: underline;
}

.l-footer__sitemap--title {
  font-weight: 500;
  margin-bottom: 0.5em;
}

.p-footer__sitemap--heading {
  color: var(--rgb-white);
  font-size: 1.125em;
  line-height: 1;
  margin-bottom: 0.75em;
  width: -moz-fit-content;
  width: fit-content;
}

.p-footer__copyright--sm {
  color: var(--rgb-middlegray);
  font-size: 0.75em;
  line-height: 1;
  margin-top: 0;
  padding: 0;
  display: block;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 1199px) {
  .p-footer__copyright--sm {
    text-align: center;
  }
}

.p-footer__copyright--lg {
  background-color: var(--rgb-copyright);
  color: var(--rgb-white);
  font-size: 1em;
  text-align: center;
  padding: 0.25em 0;
  position: relative;
  z-index: 9;
}

.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:rgb(144,195,31)"/><polyline points="10 24.9 20.05 16 31 25" style="fill:none; stroke:rgb(255,255,255); stroke-miterlimit:10; stroke-width:2px;"/></svg>');
  width: 3rem;
  height: 3rem;
  background-size: contain;
  right: calc(var(--padding-x) * 0.5);
  bottom: calc(var(--padding-x) * 1.25);
  opacity: 0.75;
}
@media only screen and (max-width: 991px) {
  .js-pagetop {
    width: 2.25rem;
    height: 2.25rem;
  }
}

.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 */