@charset "UTF-8";
html {
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-padding-top: 100px;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 70px;
    font-size: 16px;
  }
}

* {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #000;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body {
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

a,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

*:focus {
  outline: none;
}

*:focus-visible {
  outline: #0041a0 auto 1px;
}

a[href*="tel:"] {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.grecaptcha-badge {
  display: none !important;
}

.comingSoon {
  pointer-events: none;
}

body.safari a,
body.safari button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  cursor: pointer;
}
body.safari *:focus {
  outline: none !important;
}

body.firefox .Form .Form-Item--birthday select#your-birth-year,
body.firefox .confirm_area .Form-Item--birthday select#your-birth-year {
  min-width: 127px;
}
body.firefox .Form .Form-Item--birthday select#your-birth-month,
body.firefox .Form .Form-Item--birthday select#your-birth-date {
  min-width: 83px;
}

.btnPrimary {
  position: relative;
  display: block;
  margin-inline: auto 0;
  padding: 1.4em 0 1.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 180px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
}
@media screen and (max-width: 767px) {
  .btnPrimary {
    margin-inline: auto;
    padding: 1em 0 1.1em;
    min-width: 152px;
  }
}
.btnPrimary::after, .btnPrimary::before {
  content: "";
  display: block;
  position: absolute;
  width: 24%;
  height: 28%;
  border: 2px solid;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border-radius: 2px;
}
.btnPrimary::after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #0041A0;
  border-right-color: #0041A0;
}
.btnPrimary::before {
  top: 0;
  left: 0;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: #0041A0;
  border-left-color: #0041A0;
}

.btnPrimary__text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 22px;
  font-size: 15px;
  letter-spacing: 0.75px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .btnPrimary__text {
    padding-right: 16px;
    font-size: 13px;
    letter-spacing: 0.65px;
  }
}
@media screen and (max-width: 767px) {
  .btnPrimary__text.btnPrimary__text--spSmall {
    font-size: 11px;
    letter-spacing: 0.55px;
  }
}
.btnPrimary__text::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -40%;
  margin-left: 0.3em;
  width: 20px;
  height: auto;
  aspect-ratio: 20/15;
  background: url("../img/common/icon-arrow-right.svg") no-repeat center center/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .btnPrimary__text::after {
    top: 42%;
    right: 16px;
    width: 15px;
  }
}

@media (any-hover: hover) {
  .btnPrimary:hover::after, .btnPrimary:hover::before {
    width: 100%;
    height: 100%;
  }
  .btnPrimary:hover .btnPrimary__text::after {
    -webkit-transform: translateX(0.67em);
            transform: translateX(0.67em);
  }
}
.drawer__mask {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 939;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.drawer__mask.is-active {
  display: block;
  visibility: visible;
}

.header__drawer {
  display: none;
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .header__drawer {
    display: block;
    visibility: visible;
  }
}
.header__drawer .drawer {
  display: block;
  width: 32px;
  height: 32px;
  margin-left: auto;
  position: fixed;
  z-index: 941;
  border: none;
  background-color: transparent;
  right: min(4.1666666667vw, 50px);
  top: 9px;
}
@media screen and (max-width: 767px) {
  .header__drawer .drawer {
    right: min(3.125vw, 10px);
  }
}
.header__drawer .drawer__lines {
  display: block;
  width: 32px;
  height: 1px;
  background-color: #0041a0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__drawer .drawer__lines::after, .header__drawer .drawer__lines::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #0041a0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header__drawer .drawer__lines::before {
  top: calc(50% - 10px);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.header__drawer .drawer__lines::after {
  top: calc(50% + 10px);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.header__drawer .drawer.is-active .drawer__lines {
  background-color: transparent;
}
.header__drawer .drawer.is-active .drawer__lines::before {
  width: 36px;
  -webkit-transform: rotate(-34deg);
          transform: rotate(-34deg);
}
.header__drawer .drawer.is-active .drawer__lines::after {
  width: 36px;
  -webkit-transform: rotate(34deg);
          transform: rotate(34deg);
}
.header__drawer .drawer__nav--wrapper {
  position: fixed;
  top: 0;
  right: 0;
  padding-bottom: 20px;
  z-index: 940;
  height: auto;
  max-height: 100vh;
  max-height: 100dvh;
  overflow-y: auto; /* コンテンツがドロワーの高さを超えた場合にスクロールバーを表示 */
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  padding: 50px 0 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.header__drawer .drawer__nav--wrapper.is-active {
  opacity: 1;
  visibility: visible;
}
.header__drawer .drawer__nav {
  padding: 0;
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
}
.header__drawer .drawerNav__item {
  position: relative;
}
.header__drawer .drawerNav__link {
  display: block;
  width: 100%;
  text-align: center;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 0.8px;
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}
.header__drawer .drawerNav__link--small {
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  line-height: 50px;
  letter-spacing: 0.65px;
  color: #000;
}
.header__drawer .drawerNav__link:active {
  background-color: #dde2f4;
}

.drawerNav__link:focus-visible {
  outline-offset: -5px;
}

.footer {
  position: relative;
  background-color: #0041a0;
}
@media screen and (max-width: 1024px) {
  .footer {
    height: initial;
  }
}
.footer .footer__inner {
  width: 100%;
  padding: 0 48px;
  height: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .footer .footer__inner {
    padding: 0 min(4.1666666667vw, 50px);
  }
}
@media screen and (max-width: 1024px) {
  .footer .footer__inner {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer__inner {
    padding: 0 min(4.6875vw, 15px);
  }
}
.footer .footer__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .footer .footer__left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .footer__logo {
  display: block;
  position: relative;
  top: -1px;
  left: 3px;
  width: 186px;
  height: auto;
  aspect-ratio: 186/44;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1024px) {
  .footer .footer__logo {
    margin-top: 16px;
    top: 0px;
    left: 1px;
    width: 160px;
  }
}
.footer .footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (hover: hover) and (pointer: fine) {
  .footer .logo:hover {
    opacity: 0.7;
  }
}
.footer .footerNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(3.9166666667vw, 47px);
  padding-block: 51px 57px;
}
@media screen and (max-width: 1199px) {
  .footer .footerNav__list {
    gap: min(2.7317073171vw, 28px);
  }
}
@media screen and (max-width: 1024px) {
  .footer .footerNav__list {
    display: none;
  }
}
.footer .footerNav__link {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  letter-spacing: 0.75px;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .footerNav__link--small {
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  letter-spacing: 0.65px;
  color: #ffffff;
}
@media (any-hover: hover) {
  .footer .footerNav__link:hover {
    opacity: 0.5;
  }
}
.footer .footer__copyRight {
  position: absolute;
  bottom: 0;
  right: 48px;
}
@media screen and (max-width: 1199px) {
  .footer .footer__copyRight {
    right: 0 min(4.1666666667vw, 50px);
  }
}
@media screen and (max-width: 1024px) {
  .footer .footer__copyRight {
    position: initial;
    right: initial;
    margin-inline: auto;
    margin-block: 5px 10px;
    text-align: center;
  }
}
.footer .copyRight__text {
  display: block;
  font-size: 12.6px;
  line-height: 44.7px;
  letter-spacing: 0.6px;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .footer .copyRight__text {
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.5px;
  }
}
.footer .cMark {
  font-size: 1.25em;
  color: #ffffff;
  translate: 0 1px;
  position: relative;
  top: 1px;
}

.header {
  width: 100%;
  height: 70px;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
.header.is-scrolled {
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .header {
    position: fixed;
    height: 50px;
    background-color: #fff;
  }
}

.header__inner {
  width: 100%;
  padding: 0 48px;
  height: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .header__inner {
    padding: 0 min(4.1666666667vw, 50px);
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 0 min(4.6875vw, 15px);
  }
}

.header--sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  translate: 0 -120%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 7px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 7px 8px rgba(0, 0, 0, 0.1);
}

.header__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.header__logo {
  display: block;
  margin-left: 2px;
  width: 331px;
  height: auto;
  aspect-ratio: 331/42;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1024px) {
  .header__logo {
    margin-left: -1px;
    width: 235px;
    margin-top: 0;
  }
}
.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (hover: hover) and (pointer: fine) {
  .logo:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1024px) {
  .header__right {
    display: none;
    visibility: hidden;
  }
}

.headerNav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.headerNav__item {
  display: block;
  position: relative;
}

.headerNav__item + .headerNav__item {
  margin-left: min(4.1666666667vw, 50px);
}

.headerNav__link {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
}

.header .headerNav__link.is-current {
  color: #0041a0;
}

.header:not(.header--sticky) .headerNav__link.is-current {
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .header:not(.header--sticky) .headerNav__link:hover {
    color: #fff;
  }
  .header--sticky .headerNav__link:hover {
    opacity: 0.5;
  }
}
.section {
  width: 100%;
  margin-top: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section {
    margin-top: 0;
  }
}

.section__inner {
  width: 100%;
  max-width: calc(1100px + min(4.1666666667vw, 50px) * 2);
  padding: 0 min(4.1666666667vw, 50px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section__inner {
    padding: 0 4.6875vw;
    display: block;
  }
}

.section__inner--wide {
  max-width: calc(1100px + min(4.1666666667vw, 50px) * 2);
  padding: 0 min(4.1666666667vw, 50px);
}
@media screen and (max-width: 767px) {
  .section__inner--wide {
    padding: 0 4.6875vw;
    display: block;
  }
}

.section__inner2 {
  max-width: 1000px;
  margin-inline: auto;
}

.section.backgroundImg--yellow {
  background: url("../img/common/img-background-yellow.jpg") repeat center center/200px 200px;
}

.sectionTitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  --scaleX: 0;
}
.sectionTitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 44px);
  height: 1px;
  background-color: #0041a0;
  -webkit-transform: scaleX(var(--scaleX));
          transform: scaleX(var(--scaleX));
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media screen and (max-width: 767px) {
  .sectionTitle::after {
    width: calc(100% - 25px);
  }
}

.sectionTitle__ja {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  padding: 12px 64px 19px 60px;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 1.5px;
  color: #ffffff;
  background-color: #0041a0;
  -webkit-clip-path: polygon(0 0, calc(100% - 44px) 0, 100% 100%, 44px 100%);
          clip-path: polygon(0 0, calc(100% - 44px) 0, 100% 100%, 44px 100%);
}
@media screen and (max-width: 767px) {
  .sectionTitle__ja {
    padding: 6px 30px 12px 28px;
    font-size: 18px;
    letter-spacing: 0.9px;
    -webkit-clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 100%, 25px 100%);
            clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 100%, 25px 100%);
  }
}

.sectionTitle__enMask {
  display: block;
  position: absolute;
  bottom: -10px;
  right: -3px;
  overflow: hidden;
  -webkit-clip-path: inset(0% 0% 23% 0%);
          clip-path: inset(0% 0% 23% 0%);
}
@media screen and (max-width: 767px) {
  .sectionTitle__enMask {
    bottom: -6px;
    right: 0;
    -webkit-clip-path: inset(0% 0% 16% 0%);
            clip-path: inset(0% 0% 16% 0%);
  }
}

.sectionTitle__en {
  display: block;
  padding-bottom: 4px;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 3px;
  color: #0041a0;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 767px) {
  .sectionTitle__en {
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: 0.8px;
    text-align: right;
  }
}

.sectionText {
  margin-top: 88px;
  margin-inline: 50px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 37px;
  letter-spacing: 3.6px;
  color: #323232;
}
@media screen and (max-width: 767px) {
  .sectionText {
    margin-top: 27px;
    margin-inline: initial;
    font-size: 14px;
    line-height: 22.4px;
    letter-spacing: 1.4px;
  }
}

.js-fadeIn,
.js-fadeIn-up,
.js-fadeIn-left,
.js-fadeIn-right,
.js-fadeIn-withSlider,
.js-fadeIn-up-withSlider {
  opacity: 0;
}

svg [id*=kirari] {
  opacity: 0;
}

svg [id*=pikapika] {
  opacity: 0;
}

.u-brChunk {
  display: inline-block;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}

.u-demoSign {
  position: fixed;
  top: 20px;
  left: 20px;
  font-size: 32px;
  font-weight: bold;
  color: black;
  padding: 4px 20px;
  line-height: 1.8;
  background-color: rgba(220, 20, 60, 0.7);
  text-align: center;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .u-demoSign {
    font-size: 28px;
    top: 10px;
    left: 10px;
    padding: 0 16px;
  }
}

.u-bg--pink {
  background-color: #0041a0;
}

.u-bg--blue {
  background-color: #e6f0ff;
}

.u-bg-brown-image {
  background: url("../img/common/img-brown-bg.jpg") no-repeat center center/cover;
}

.u-flexbox--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#wpadminbar .show-template-name {
  color: white;
}

.u-textColor--blue {
  color: #0041a0;
}

.u-text--link {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: #00f;
  text-decoration: underline;
}

.u-fontFamily--en {
  font-family: "Jost", serif;
}

.u-fontWeight--w6 {
  font-weight: 600;
}

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

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

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

.u-only--pc {
  display: block;
  visibility: visible;
}
@media screen and (max-width: 1024px) {
  .u-only--pc {
    display: none;
    visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  .u-only--pc {
    display: none;
    visibility: hidden;
  }
}

.u-only--tab {
  display: none;
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .u-only--tab {
    display: block;
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  .u-only--tab {
    display: none;
    visibility: hidden;
  }
}

.u-only--sp {
  display: none;
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .u-only--sp {
    display: none;
    visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  .u-only--sp {
    display: block;
    visibility: visible;
  }
}

.u-only--pcOrMore {
  display: block;
  visibility: visible;
}
@media screen and (max-width: 1024px) {
  .u-only--pcOrMore {
    display: none;
    visibility: hidden;
  }
}

.u-only--tabOrMore {
  display: block;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .u-only--tabOrMore {
    display: none;
    visibility: hidden;
  }
}

.u-only--tabOrLess {
  display: none;
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .u-only--tabOrLess {
    display: block;
    visibility: visible;
  }
}

.u-only--spOrLess {
  display: none;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .u-only--spOrLess {
    display: block;
    visibility: visible;
  }
}
/*# sourceMappingURL=common.css.map */