@charset "UTF-8";
/*@mixin mediaQuery_max($breakpoint:sm){
  @media screen and (max-width: map.get(var.$breakpoint,$breakpoint)) {
    @content;
  }
}*/
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Noto Sans JP", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1rem;
  color: #000000;
  background-color: #ffffff;
  line-height: 1;
  min-height: 100%;
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
}

img {
  vertical-align: bottom;
  width: 100%;
}

a {
  text-decoration: none;
}

.swiperCustom {
  position: relative;
  bottom: -1px;
  margin-inline: calc(-1 * 1.875rem / 2);
  /*矢印のサイズ調整*/
  /*矢印の位置調整*/
}
.swiperCustom.-plan {
  margin-bottom: 2.5rem;
}
.swiperCustom_bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 1.875rem );
  aspect-ratio: 1/1;
  translate: -50% 0;
  z-index: 10;
}
.swiperCustom_bg.-turquoise {
  background-color: #f2f9fa;
}
.swiperCustom_bg.-red {
  background-color: #fef6f2;
}
.swiperCustom_bg.-ocher {
  background-color: #fefbf3;
}
.swiper-wrapper {
  z-index: 20;
}

.swiperCustom_slide {
  position: relative;
  width: calc(100% - 1.875rem );
  margin-inline: auto;
}
.-plan .swiperCustom_slide {
  aspect-ratio: 1/1;
  object-fit: contain;
  padding: 3.125rem;
}

.swiperCustom_slideImg {
  aspect-ratio: 1/1;
  object-fit: contain;
  width: 100%;
}
.swiperCustom_border {
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: calc(100% - 1.875rem );
  border: 2px solid;
  aspect-ratio: 1/1;
  translate: -50% 0;
  z-index: 30;
  pointer-events: none;
}
.swiperCustom_border::before, .swiperCustom_border::after {
  position: absolute;
  top: -2px;
  content: "";
  height: calc(100% + 4px);
  width: calc(1px + 0.9375rem);
}
.swiperCustom_border::before {
  right: calc(100% + 2px);
}
.swiperCustom_border::after {
  left: calc(100% + 2px);
}
.swiperCustom_border.-turquoise {
  border-color: #00a5a8;
}
.swiperCustom_border.-turquoise::before, .swiperCustom_border.-turquoise::after {
  background-color: #e6f4f5;
}
.swiperCustom_border.-red {
  border-color: #eb0012;
}
.swiperCustom_border.-red::before, .swiperCustom_border.-red::after {
  background-color: #fdede4;
}
.swiperCustom_border.-ocher {
  border-color: #aa8420;
}
.swiperCustom_border.-ocher::before, .swiperCustom_border.-ocher::after {
  background-color: #fdf9ec;
}
.swiper-pagination {
  z-index: 40;
}

.swiper-pagination-bullet {
  opacity: 1;
  background-color: #ffffff;
}
.swiper-pagination-bullet-active {
  background-color: #00a5a8;
}
.-red .swiper-pagination-bullet-active {
  background-color: #eb0012;
}
.-ocher .swiper-pagination-bullet-active {
  background-color: #aa8420;
}

.swiperCustom [class^=swiper-button-]::after {
  display: none;
}
.swiperCustom [class^=swiper-button-] {
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-transform: translate3d(0, 0, 0);
}
.swiperCustom .swiper-button-next {
  z-index: 50;
  top: 54%;
  right: 0;
}
.swiperCustom .swiper-button-prev {
  z-index: 50;
  top: 54%;
  left: 0;
}
.swiperCustom_button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  font-size: 1.25rem;
  z-index: 50;
}
.swiperCustom_button.-prev::after {
  content: "◀";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -58% -50%;
}
.swiperCustom_button.-next::after {
  content: "▶";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -42% -50%;
}
.swiperCustom_designPattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 34%;
  aspect-ratio: 252/81;
}
.swiperCustom_commentWrap {
  position: absolute;
  top: 5%;
  right: 2px;
  z-index: 1;
}
.swiperCustom_commentWrap::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 5px);
  height: calc(100% + 4px);
  clip-path: polygon(1.5rem 0, 100% 0, 100% 100%, 0 100%);
  background-color: #eb0012;
  z-index: -1;
}
.swiperCustom_comment {
  position: relative;
  left: 2.5px;
  padding: 0.25rem 0.5rem 0.25rem 1.25rem;
  width: 100%;
  height: 100%;
  line-height: 1;
  color: #eb0012;
  font-size: 0.75rem;
  font-weight: bold;
  clip-path: polygon(1.25rem 0, calc(100% - 2px) 0, calc(100% - 2px) 100%, 0 100%);
  background-color: #fef6f2;
  z-index: 1;
}

.c-roundCorner {
  display: block;
  text-align: center;
  border-radius: 1rem/50%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: bold;
}
.c-roundCorner.-multiline {
  padding: 0.75rem 0.375rem;
  border-radius: 0.75rem;
}
.c-roundCorner.-fill {
  display: block;
  width: 100%;
}
.c-roundCorner.-fit {
  display: inline-block;
  padding-inline: 4%;
}
.c-roundCorner.-borderRed {
  border: 1px solid #eb0012;
}
.c-roundCorner.-borderTurquoise {
  border: 1px solid #00a5a8;
}
.c-roundCorner.-borderOcher {
  border: 1px solid #aa8420;
}

.c-icon {
  width: 1em;
  position: relative;
  top: 0.1em;
  display: inline-block;
  margin-right: 0.5em;
  aspect-ratio: 1/1;
}
.c-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 1em;
  aspect-ratio: 1/1;
  background-color: #000000;
  clip-path: polygon(15% 5%, 15% 95%, 93% 50%);
}
.c-icon.-link {
  border-radius: 50%;
  background-color: #4fd1d9;
  color: #ffffff;
  padding: 0.375rem;
  aspect-ratio: 1/1;
}
.c-icon.-link::after {
  width: 0.75em;
  background-color: #ffffff;
}

.c-markerText {
  z-index: 0;
  position: relative;
  margin-inline: auto;
  display: inline-block;
  line-height: 1.4;
}
.c-markerText::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 65%;
  left: 50%;
  width: 101%;
  height: 30%;
  background-color: #fff100;
  translate: -50% 0;
}

.c-speechBubble {
  position: relative;
  border-radius: 1rem;
  border: 2px solid #eb0012;
  background-color: #ffffff;
  padding: 0.625rem 0.75rem;
  margin-bottom: 5%;
  display: inline-block;
}
.c-speechBubble::before, .c-speechBubble::after {
  content: "";
  position: absolute;
  width: 10%;
  translate: -50% 45%;
  height: 30%;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.c-speechBubble::after {
  top: 81.5%;
  left: 50%;
  background-color: #ffffff;
}
.c-speechBubble::before {
  top: calc(81.5% + 4px);
  left: calc(50% - 2px);
  background-color: #eb0012;
}
.c-speechBubble_text {
  display: inline-block;
  font-weight: bold;
  line-height: 1.2;
}

.c-checkBox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.c-checkBox_input {
  position: relative;
  width: 1.1875rem;
  height: 1.1875rem;
  background-color: #ffffff;
  appearance: none;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
}
.c-checkBox_input:checked {
  background-color: #eb0012;
}
.c-checkBox_input:focus {
  box-shadow: 0 0 0 0.125rem rgba(79, 209, 217, 0.2);
}
.c-checkBox_input::before, .c-checkBox_input::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
}
.c-checkBox_input::before {
  left: 23%;
  top: 49%;
  width: 12%;
  height: 34%;
  rotate: 310deg;
}
.c-checkBox_input::after {
  left: 53%;
  top: 20%;
  width: 12%;
  height: 65%;
  rotate: 40deg;
}

.l-header {
  display: flex;
  justify-content: space-between;
  height: 3.125rem;
  max-width: 30rem;
  min-width: 22.5rem;
  width: 100%;
  margin-inline: auto;
}
.l-header_brand {
  margin-right: auto;
  aspect-ratio: 3/1;
  padding: 0.4375rem 0 0.40625rem 0.75rem;
}
.l-header_button {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 5.9375rem;
  background-color: #eb0012;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}
.l-header_button:hover {
  opacity: 0.5;
}

.l-items {
  display: flex;
  flex-wrap: wrap;
  padding-inline: 3px;
  padding-bottom: clamp(1.25rem ,5.6% , 1.875rem);
  background-color: #eb0012;
  clip-path: polygon(0 0, 100% 0, 100% 95.6%, 50% 100%, 0 95.6%);
  max-width: 30rem;
  min-width: 22.5rem;
  width: 100%;
  margin-inline: auto;
}
.l-items_content {
  flex: 1 1 33%;
}
.l-items_content:nth-of-type(odd) {
  background-color: #eb0012;
}
.l-items_content:nth-of-type(even) {
  background-color: #680000;
}
.l-items_head {
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: clamp(0.625rem,3.14vw,1rem);
}
.l-items_img {
  aspect-ratio: 136/196;
}

.l-main {
  position: relative;
  width: 100%;
  margin-inline: auto;
}
.l-main_content {
  position: relative;
}
.l-main_content.-sticky {
  position: sticky;
}
.l-main_content.-sticky.-top {
  top: 0;
  z-index: 200;
}
.l-main_content.-sticky.-bottom {
  bottom: 0;
  z-index: 300;
}

.l-mainVisual {
  aspect-ratio: 414/250;
  background-color: #fff100;
  max-width: 30rem;
  min-width: 22.5rem;
  width: 100%;
  margin-inline: auto;
}

.l-section {
  position: relative;
  text-align: center;
  padding-top: min(9.7%,1.875rem);
  padding-inline: min(4.8%,1.875rem);
  padding-bottom: min(6.8%,2.1875rem);
  z-index: 150;
  max-width: 30rem;
  min-width: 22.5rem;
  width: 100%;
  margin-inline: auto;
}
.l-section.-nonPadding {
  padding-inline: 0;
}
.l-section_title {
  padding-bottom: 0.25rem;
  margin-bottom: 1rem;
  font-size: 1.3125rem;
  border-bottom: 1px solid;
  border-bottom-color: currentColor;
}
.l-section_smallTitle {
  font-size: 0.875rem;
  color: #fff100;
  font-weight: bold;
  margin-bottom: 0.625rem;
}
.l-section_bigTitle {
  font-weight: 900;
  margin-bottom: 1.125rem;
  font-size: clamp(1.875rem,8.4vw,2.1875rem);
}
.l-section_decorateText {
  position: absolute;
  top: 0;
  left: 50%;
  padding-top: 0.4375rem;
  padding-bottom: 0.5rem;
  width: 6.25rem;
  border-radius: 50%;
  font-weight: bold;
  translate: -50% -50%;
}
.l-section_paragraph {
  padding-bottom: 0.25rem;
  line-height: 1.5;
  font-size: 0.875rem;
}
.l-section_paragraph.-textLeft {
  text-align: left;
}
.l-section_box {
  text-align: left;
  padding: 0.75rem 1rem;
  margin-bottom: 1.25rem;
}
.l-section_contentWrap {
  padding-bottom: 2rem;
}
.l-section_contentWrap.-borderBottomTurquoise {
  border-bottom: 1px dashed #00a5a8;
  margin-bottom: 1.25rem;
}
.l-section_decorateTriangle {
  display: block;
  margin-inline: auto;
  width: 2rem;
  height: 0.6875rem;
  margin-bottom: 0.25rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.l-section_decorateImage {
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 62/107;
  width: 9.6875rem;
  z-index: -1;
}

.l-plan {
  position: relative;
  border: 8px solid;
  padding-block: 8.5%;
  padding-inline: 4.8%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  overflow: hidden;
}
.l-plan.-turquoise {
  background-color: #fafcfc;
  border-color: #00a5a8;
}
.l-plan.-red {
  background-color: #fffbf8;
  border-color: #eb0012;
}
.l-plan.-ocher {
  background-color: #fdf9ec;
  border-color: #aa8420;
}
.l-plan_label {
  position: absolute;
  top: 1.8125rem;
  left: -2.375rem;
  width: 10rem;
  padding-block: 0.1875rem;
  font-size: 1.125rem;
  text-align: center;
  rotate: -45deg;
}
.l-plan_label.-turquoise {
  background-color: #00a5a8;
}
.l-plan_label.-red {
  background-color: #eb0012;
}
.l-plan_label.-ocher {
  background-color: #aa8420;
}
.l-plan_header {
  display: inline-block;
  margin-inline: auto;
  padding-inline: 0.75rem;
  padding-bottom: 0.0625rem;
  font-size: 0.9375rem;
  color: #ffffff;
  font-weight: bold;
  border-radius: 0.75rem/50%;
}
.l-plan_header.-economy {
  background-color: #00a5a8;
}
.l-plan_header.-standard {
  background-color: #eb0012;
}
.l-plan_header.-premium {
  background-color: #aa8420;
}
.l-plan_name {
  position: relative;
  font-size: 2.125rem;
  display: inline-block;
  margin-inline: auto;
}
.l-plan_name.-premium::before, .l-plan_name.-premium::after {
  content: "";
  position: absolute;
  top: 60%;
  translate: 0 -50%;
  background-image: url(../image/premiumOrnament.png);
  background-size: contain;
  height: 0.875rem;
  aspect-ratio: 37/14;
}
.l-plan_name::before {
  right: calc(100% + 1rem);
}
.l-plan_name::after {
  left: calc(100% + 1rem);
  rotate: y 180deg;
}
.l-plan_price {
  position: relative;
  display: inline-block;
  font-weight: 900;
  margin-inline: auto;
  margin-bottom: 1.25rem;
  font-size: clamp(1.9375rem, 9.65vw,2.5rem);
}
.l-plan_price::after {
  content: attr(data-text-end);
  position: absolute;
  bottom: 0;
  left: 100%;
  font-size: 0.3em;
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  color: #000000;
}
.l-plan_price.-waveDash::before {
  content: "〜";
  position: absolute;
  bottom: 15%;
  left: 100%;
  font-size: 0.75em;
  text-align: left;
}
.l-plan_priceNum {
  font-size: clamp(3.8625rem, 19.3vw,5rem);
}
.l-plan_summary {
  font-size: clamp(0.79375rem, 3.6vw,0.9375rem);
  font-weight: bold;
}
.l-plan_paragraph {
  display: block;
  padding-bottom: 1rem;
}
.l-plan_paragraph.-medium {
  margin-inline: auto;
  width: 17.5rem;
}
.l-plan_infoNavText {
  color: #eb0012;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
}
.l-plan_modalOpen {
  display: block;
  margin-bottom: 1rem;
  margin-inline: auto;
  width: 17.5rem;
  cursor: pointer;
}
.l-plan_modalOpen:hover {
  opacity: 0.6;
}
.l-plan_modalOpen:last-of-type {
  margin-bottom: 2.25rem;
}

.l-footer {
  padding: 2.5rem 12% 6%;
  text-align: center;
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
}
.l-footer_img {
  max-width: 18.75rem;
  margin-inline: auto;
  margin-bottom: 1.25rem;
}
.l-footer_text {
  font-size: 0.75rem;
  line-height: 1.4;
}
.l-footer_copyRight {
  margin-top: 1.875rem;
  font-size: 0.625rem;
}

.l-bottomMenu {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}
@media screen and (min-width: 30rem) {
  .l-bottomMenu {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .l-bottomMenu::-webkit-scrollbar {
    display: none;
  }
}
.l-bottomMenu_list {
  margin-inline: auto;
  width: 30rem;
  padding-block: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-bottomMenu_item {
  position: relative;
  flex: 1 1 auto;
  padding-inline: 1rem;
  cursor: pointer;
  font-size: 0.8125rem;
}
.l-bottomMenu_item:not(:last-of-type) {
  border-right: 1px solid #000000;
}
.l-bottomMenu_item.js_appear::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -160%;
  width: 1.25rem;
  height: 0.625rem;
  background-color: #eb0012;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.l-flexBox {
  display: flex;
  column-gap: 1em;
  row-gap: 0.25em;
}
.l-flexBox.-alignCenter {
  align-items: center;
}
.l-flexBox.-wrap {
  flex-wrap: wrap;
}
.l-flexBox_label {
  flex: 0 1 25%;
  font-weight: bold;
}
.l-flexBox_detail {
  flex: 1 1 75%;
}

.l-faq {
  font-size: 1rem;
  padding-left: 1rem;
  text-align: left;
  margin-bottom: 1rem;
}
.l-faq_answer, .l-faq_question {
  position: relative;
  padding-bottom: 0.5rem;
  line-height: 1.2;
}
.l-faq_answer::before, .l-faq_question::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 100%;
  font-weight: bold;
}

.l-faq_question {
  font-weight: bold;
}
.l-faq_question::before {
  content: "Q.";
}
.l-faq_answer::before {
  content: "A.";
}

.l-modal {
  display: none;
  width: 100%;
  min-width: 22.5rem;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 400;
}
.l-modal_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 410;
  cursor: pointer;
}
.l-modal_body {
  position: absolute;
  top: 0;
  left: 50%;
  width: clamp(22.5rem,100%,30rem);
  transform: translate(-50%, 0) translateZ(0);
  border-radius: 5px;
  z-index: 420;
}
.l-modal_closeIcon {
  position: absolute;
  top: 0.3125rem;
  right: 0.9375rem;
  font-size: 2.1875rem;
  color: #ffffff;
  font-weight: 900;
  cursor: pointer;
  z-index: 450;
}
.l-modal_wrapper {
  display: none;
  overflow-y: scroll;
  width: 100%;
  max-height: 100vh;
  z-index: 430;
}
.l-modal_wrapper.js_open {
  display: block;
}
.l-modal_header {
  position: sticky;
  top: 0;
  text-align: center;
  color: #ffffff;
  padding: 0.75rem;
  z-index: 440;
}
.-economy > .l-modal_header {
  background-color: #00a5a8;
}

.-standard > .l-modal_header {
  background-color: #eb0012;
}

.-premium > .l-modal_header {
  background-color: #aa8420;
}

.l-modal_subTitle {
  font-weight: bold;
  font-size: 1rem;
}
.l-modal_title {
  font-weight: bold;
  font-size: 1.9375rem;
  position: relative;
  display: inline-block;
  margin-inline: auto;
}
.-premium .l-modal_title::before, .-premium .l-modal_title::after {
  content: "";
  position: absolute;
  top: 60%;
  translate: 0 -50%;
  background-image: url(../image/premiumOrnament_white.png);
  background-size: contain;
  height: 0.875rem;
  aspect-ratio: 37/14;
}
.l-modal_title::before {
  right: calc(100% + 1rem);
}
.l-modal_title::after {
  left: calc(100% + 1rem);
  rotate: y 180deg;
}
.l-modal_content {
  padding: 1.875rem 1.25rem;
}
.-economy > .l-modal_content {
  background-color: #e6f4f5;
}

.-standard > .l-modal_content {
  background-color: #fdede4;
}

.-premium > .l-modal_content {
  background-color: #fdf9ec;
}

.l-modal_subSubTitle {
  margin-left: -0.5rem;
  font-size: 1.0625rem;
  padding-bottom: 0.625rem;
  font-weight: bold;
}
.l-modal_paragraph {
  font-size: 0.875rem;
  padding-bottom: 1.125rem;
  line-height: 1.4;
}
.l-modal_optionImg {
  display: block;
  margin-inline: auto;
  margin-bottom: 2.125rem;
  height: 8rem;
  object-fit: contain;
}
.l-modal_detailBox {
  background-color: #ffffff;
  padding: 0.375rem 1.125rem;
  margin-bottom: 0.5rem;
}
.l-modal_closeButton {
  text-align: center;
  font-weight: bold;
  font-size: 1.375rem;
  padding-block: 0.25rem;
  color: #ffffff;
  cursor: pointer;
}
.-economy .l-modal_closeButton {
  background-color: #00a5a8;
}

.-standard .l-modal_closeButton {
  background-color: #eb0012;
}

.-premium .l-modal_closeButton {
  background-color: #aa8420;
}

.l-form {
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 1.875rem 1.25rem;
  text-align: left;
}
.l-form_head {
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
}
.l-form_head.-none {
  display: none;
}
.l-form_head::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 100%;
  translate: 0 -50%;
  padding: 0.25rem 0.5rem;
  margin-left: 0.5rem;
  color: #ffffff;
  border-radius: 0.5rem/50%;
  white-space: nowrap;
  font-size: 0.75rem;
}
.-required > .l-form_head::after {
  content: "必須";
  background-color: #eb0012;
}

.-free > .l-form_head::after {
  content: "任意";
  background-color: #c8c8c8;
}

.l-form_section {
  margin-bottom: 1.875rem;
}
.l-form_section:last-of-type {
  margin-bottom: 1.25rem;
}
.l-form_input {
  display: block;
  width: 100%;
  border: 1px solid #c8c8c8;
  padding: 1rem;
  border-radius: 0.375rem;
  outline: none;
}
.l-form_input.-textarea {
  line-height: 1.4;
}
.l-form_input:focus {
  box-shadow: 0 0 0 0.1875rem rgba(79, 209, 217, 0.2);
}
.l-form_input:not(:last-of-type) {
  margin-bottom: 0.625rem;
}
.-required > .l-form_input {
  background-color: #fff5d7;
}

.l-form_link {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-decoration-style: solid;
  text-decoration-color: inherit;
  color: #00a5a8;
}
.l-form_link:hover {
  color: #1f51ff;
}
.l-form_errorMessage {
  margin-top: 0.5rem;
  color: #eb0012;
}
.l-form_comment {
  margin-bottom: 2.375rem;
  line-height: 1.2;
}

.u-fontSize-10 {
  font-size: 0.625rem;
}
.u-fontSize-11 {
  font-size: 0.6875rem;
}
.u-fontSize-12 {
  font-size: 0.75rem;
}
.u-fontSize-13 {
  font-size: 0.8125rem;
}
.u-fontSize-14 {
  font-size: 0.875rem;
}
.u-fontSize-15 {
  font-size: 0.9375rem;
}
.u-fontSize-16 {
  font-size: 1rem;
}
.u-fontSize-17 {
  font-size: 1.0625rem;
}
.u-fontSize-18 {
  font-size: 1.125rem;
}
.u-fontSize-20 {
  font-size: 1.25rem;
}
.u-fontSize-21 {
  font-size: 1.3125rem;
}
.u-fontSize-22 {
  font-size: 1.375rem;
}
.u-fontSize-23 {
  font-size: 1.4375rem;
}
.u-fontSize-24 {
  font-size: 1.5rem;
}
.u-fontSize-31 {
  font-size: 1.9375rem;
}
.u-fontSize-32 {
  font-size: 2rem;
}
.u-fontSize-34 {
  font-size: 2.125rem;
}
.u-fontSize-35 {
  font-size: 2.1875rem;
}
.u-fontSize-38 {
  font-size: 2.375rem;
}
.u-fontSize-40 {
  font-size: 2.5rem;
}
.u-fontSize-46 {
  font-size: 2.875rem;
}
.u-fontSize-48 {
  font-size: 3rem;
}
.u-fontSize-77 {
  font-size: 4.8125rem;
}
.u-fontSize-80 {
  font-size: 5rem;
}
.u-fontColor-black {
  color: #000000;
}
.u-fontColor-red {
  color: #eb0012;
}
.u-fontColor-reddishBrown {
  color: #680000;
}
.u-fontColor-pinkLight {
  color: #fdede4;
}
.u-fontColor-pinkPale {
  color: #fef6f2;
}
.u-fontColor-turquoise {
  color: #00a5a8;
}
.u-fontColor-blueLight {
  color: #e6f4f5;
}
.u-fontColor-bluePale {
  color: #f2f9fa;
}
.u-fontColor-ocher {
  color: #aa8420;
}
.u-fontColor-blownLight {
  color: #fdf9ec;
}
.u-fontColor-blownPale {
  color: #fefbf3;
}
.u-fontColor-yellow {
  color: #fff100;
}
.u-fontColor-white {
  color: #ffffff;
}
.u-fontColor-gray {
  color: #f0f0f0;
}
.u-fontColor-deepGray {
  color: #c8c8c8;
}
.u-fontColor-orangeLight {
  color: #fff5d7;
}
.u-fontColor-link {
  color: #4fd1d9;
}
.u-fontColor-linkHover {
  color: #1f51ff;
}
.u-fontWeight-bold {
  font-weight: bold;
}
.u-fontWeight-900 {
  font-weight: 900;
}

.u-space_mb--1 {
  margin-bottom: -0.0625rem;
}
.u-space_mb-4 {
  margin-bottom: 0.25rem;
}
.u-space_mb-8 {
  margin-bottom: 0.5rem;
}
.u-space_mb-10 {
  margin-bottom: 0.625rem;
}
.u-space_mb-12 {
  margin-bottom: 0.75rem;
}
.u-space_mb-14 {
  margin-bottom: 0.875rem;
}
.u-space_mb-16 {
  margin-bottom: 1rem;
}
.u-space_mb-20 {
  margin-bottom: 1.25rem;
}
.u-space_mb-24 {
  margin-bottom: 1.5rem;
}
.u-space_mb-32 {
  margin-bottom: 2rem;
}
.u-space_mb-38 {
  margin-bottom: 2.375rem;
}
.u-space_mb-40 {
  margin-bottom: 2.5rem;
}
.u-space_mb-48 {
  margin-bottom: 3rem;
}

.u-bgColor-black {
  background-color: #000000;
}
.u-bgColor-red {
  background-color: #eb0012;
}
.u-bgColor-reddishBrown {
  background-color: #680000;
}
.u-bgColor-pinkLight {
  background-color: #fdede4;
}
.u-bgColor-pinkPale {
  background-color: #fef6f2;
}
.u-bgColor-turquoise {
  background-color: #00a5a8;
}
.u-bgColor-blueLight {
  background-color: #e6f4f5;
}
.u-bgColor-bluePale {
  background-color: #f2f9fa;
}
.u-bgColor-ocher {
  background-color: #aa8420;
}
.u-bgColor-blownLight {
  background-color: #fdf9ec;
}
.u-bgColor-blownPale {
  background-color: #fefbf3;
}
.u-bgColor-yellow {
  background-color: #fff100;
}
.u-bgColor-white {
  background-color: #ffffff;
}
.u-bgColor-gray {
  background-color: #f0f0f0;
}
.u-bgColor-deepGray {
  background-color: #c8c8c8;
}
.u-bgColor-orangeLight {
  background-color: #fff5d7;
}
.u-bgColor-link {
  background-color: #4fd1d9;
}
.u-bgColor-linkHover {
  background-color: #1f51ff;
}

.u-textPos.-half {
  margin-inline: -0.5rem;
}

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

/*# sourceMappingURL=style.css.map */
