@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Teko:wght@300..700&display=swap");
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible;
}

progress, sub, sup {
  vertical-align: baseline;
}

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

details, main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/* basic-tags */
*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-optical-sizing: auto;
  font-size: 4.2667vw;
  font-weight: 450;
  line-height: 1.4375;
}
@media screen and (min-width: 600px) {
  html, body {
    font-size: 25.6px;
  }
}

html {
  background-color: #fff;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  position: relative;
}

h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

a {
  color: #000;
}
@media screen and (min-width: 600px) {
  a {
    transition: color 0.15s ease;
  }
  a:hover {
    color: #333333;
  }
}

* {
  letter-spacing: calc(var(--ls) * -0.01em);
}

picture,
picture > img,
figure > img {
  display: block;
  height: auto;
  width: 100%;
}

strong {
  font-weight: 700;
}

/* --------------------
  basic-classes
-------------------- */
.cmn-content-width {
  margin: 0 auto;
  width: 84vw;
}
@media screen and (min-width: 600px) {
  .cmn-content-width {
    width: 504px;
  }
}

@media screen and (min-width: 600px) {
  .hover-filter {
    transition: filter 0.15s ease-out;
  }
  .hover-filter:hover {
    filter: brightness(110%) drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.15));
  }
}

/* --------------------
  utility-classes
-------------------- */
.sr-only {
  display: none;
}

@media screen and (min-width: 375px) {
  .xs-only {
    display: none;
  }
}

@media screen and (max-width: 374px) {
  .ssm-only {
    display: none;
  }
}
@media screen and (min-width: 490px) {
  .ssm-only {
    display: none;
  }
}

@media screen and (max-width: 489px) {
  .sm-only {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .sm-only {
    display: none;
  }
}

@media screen and (min-width: 490px) {
  .xs-ssm {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .xs-sm, .sp-only {
    display: none;
  }
}

@media screen and (max-width: 489px) {
  .sm-xxl, .sm-over {
    display: none;
  }
}

@media screen and (min-width: 930px) {
  .xs-md {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .pc-only,
  .md-over {
    display: none;
  }
}

.no-bullet {
  list-style: none;
  padding: 0;
}

.no-margin {
  margin: 0;
}

.inblock {
  display: inline-block;
}

.fadein {
  opacity: 0;
  transform: translateY(10vh);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.fadein.faded {
  opacity: 1;
  transform: translateY(0);
}

/*===== cmn styles =====*/
.cmn-datalist {
  display: grid;
  font-size: 0.875em;
  gap: 0.6428571429em 0.3571428571em;
  grid-template-columns: 3.25em 1fr;
  grid-template-rows: auto;
  margin-block: 0;
}
.cmn-datalist dt .label {
  background-color: #289be1;
  color: #fff;
  display: block;
  font-weight: 600;
  line-height: 1.3571428571;
  text-align: center;
  padding-bottom: 0.0714285714em;
}
.cmn-datalist dd {
  line-height: 1.2142857143;
  margin-left: 0;
  padding-top: 0.1428571429em;
  text-align: left;
}

.cmn-linkbarlist {
  font-family: "Teko", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-size: 1.375em;
  font-weight: 450;
  letter-spacing: 0.02em;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cmn-linkbarlist li a {
  background-color: #606060;
  color: #fff;
  display: block;
  padding: 0.2272727273em 0 0.0454545455em;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 600px) {
  .cmn-linkbarlist li a {
    transition-duration: 0.15s;
    transition-property: color, background-color, filter;
    transition-timing-function: ease-out;
  }
  .cmn-linkbarlist li a:hover {
    background-color: #fff;
    color: #289be1;
    filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.2));
  }
}
.cmn-linkbarlist li + li {
  margin-top: 0.2272727273em;
}

/*===== page-level =====*/
@media screen and (min-width: 600px) {
  body {
    background: url(../img/page-bg-pc@2x.jpg) 50% 0/1060px auto repeat-y;
    background-attachment: fixed;
  }
}
@media screen and (min-width: 1060px) {
  body {
    background: url(../img/page-bg-pc@2x.jpg) 50% 0/100% auto repeat-y;
    background-attachment: fixed;
  }
}

.page__content {
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .page__content {
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    width: 600px;
  }
}

.page__link-sgr {
  display: none;
  height: 31px;
  position: fixed;
  right: 25px;
  top: 17px;
  width: 114px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 930px) {
  .page__link-sgr {
    display: block;
  }
}
.page__link-sgr > a {
  background: url(../img/logo-sgr@2x.png) 50% 50%/contain no-repeat;
  display: block;
  height: 100%;
  transition: filter 0.15s linear;
  width: 100%;
}
.page__link-sgr > a:hover {
  filter: drop-shadow(0px 2px 1px #aed9f4);
}

.page__nav {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
}
@media screen and (min-width: 600px) {
  .page__nav {
    left: calc((100% - 600px) / 2);
    width: 600px;
  }
}
.page__nav .nav-content {
  background-color: rgba(255, 255, 255, 0.8549019608);
  height: 100%;
  left: 0;
  pointer-events: all;
  position: absolute;
  top: 100vh;
  transition: top 0.3s ease-out;
  width: 100%;
}
.page__nav .nav-content .cmn-content-width {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  padding-bottom: 2.8125rem;
  position: relative;
}
.page__nav .nav-content ul {
  list-style: none;
  margin: 0;
  overflow-y: scroll;
  padding: 0.9375rem 0 0;
}
.page__nav .nav-content ul li {
  margin-bottom: 1.0625em;
}
.page__nav .nav-content ul li > a {
  display: block;
  pointer-events: all;
}
@media screen and (min-width: 600px) {
  .page__nav .nav-content ul li > a {
    transition: filter 0.15s ease-out;
  }
  .page__nav .nav-content ul li > a:hover {
    filter: drop-shadow(0px 2px 20px rgba(0, 0, 0, 0.25)) brightness(120%);
  }
}
.page__nav .nav-content ul li.item > a {
  background-color: #289be1;
  color: #fff;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 3.125rem;
  text-align: center;
  text-decoration: none;
}
.page__nav .nav-content ul li.item.airtr > a {
  font-size: 1.28125rem;
  letter-spacing: -0.025em;
}
.page__nav .nav-content ul li.sale > a {
  background: url(../img/nav-sale@2x.jpg) 0 0/contain no-repeat;
  height: 10.1875rem;
  margin-top: 1.5625em;
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.page__nav .nav-btn {
  background: rgba(48, 113, 126, 0.7019607843) url(../img/nav-btn-labels@2x.png) 50% 0%/9.1875rem auto no-repeat;
  cursor: pointer;
  display: block;
  height: 2.8125rem;
  pointer-events: all;
  position: relative;
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .page__nav .nav-btn {
    transition-duration: 0.15s;
    transition-property: background-color, background-position, filter;
    transition-timing-function: ease-out;
  }
  .page__nav .nav-btn:hover {
    background-color: #30717e;
    filter: drop-shadow(0px 2px 20px rgba(0, 0, 0, 0.25));
  }
}
.page__nav.revealed .nav-content {
  top: 0;
}
.page__nav.revealed .nav-btn {
  background-position: 50% 100%;
}

/*===== header =====*/
header {
  background-color: rgba(70, 70, 70, 0.6352941176);
  height: 1.3125rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
header > a {
  background: url(../img/logo-psp@2x.png) 50% 50%/contain no-repeat;
  display: block;
  height: 100%;
  margin: 0 auto;
  width: 12.1875rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*===== footer (固定値) =====*/
footer {
  background-color: #289be1;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 6.6666666667em;
  padding: 2.5em 0 6.25em;
}
@media screen and (min-width: 600px) {
  footer {
    padding-bottom: 8.5em;
  }
}
footer .note {
  font-weight: 400;
  text-align: justify;
}
footer .sns-list {
  display: flex;
  height: 39px;
  list-style: none;
  margin: 30px auto;
  padding-left: 0;
  width: 210px;
}
footer .sns-list > .item {
  height: 39px;
  width: 71px;
}
footer .sns-list > .item > a {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 100%;
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  footer .sns-list > .item > a {
    transition: filter 0.15s ease-out;
  }
  footer .sns-list > .item > a:hover {
    filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.5));
  }
}
footer .sns-list > .xt > a {
  background-image: url(../img/sns-xt-w.svg);
}
footer .sns-list > .fa > a {
  background-image: url(../img/sns-fa-w.svg);
}
footer .sns-list > .in > a {
  background-image: url(../img/sns-in-w.svg);
}
footer .copyright {
  font-size: 10px;
  text-align: center;
}

/*===== video__baase YouTubeビデオ再生ブロック =====*/
.video__base {
  align-items: center;
  background-color: rgba(210, 250, 255, 0.7019607843);
  display: flex;
  height: 100vh;
  height: 100svh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 100vh;
  transition: top 0.5s ease-out;
  width: 100vw;
  width: 100svw;
  z-index: 300;
}
.video__base.revealed {
  top: 0;
}

.video__container {
  position: relative;
}
.video__container iframe {
  border: 0;
  display: block;
  height: 56.25vw;
  height: 56.25svw;
  position: relative;
  width: 100vw;
  width: 100svw;
}
.video__container .video__closebtn {
  background: url(../img/video-close-icon@2x.png) 0 0/contain no-repeat;
  cursor: pointer;
  height: 1.75rem;
  position: absolute;
  right: 0.375rem;
  top: -2.125rem;
  width: 1.75rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .video__container .video__closebtn {
    transition: filter 0.15s ease-out;
  }
  .video__container .video__closebtn:hover {
    filter: invert(1) drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.5));
  }
}

/*===== title__sect =====*/
.title__sect {
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100vw;
}
@media screen and (min-width: 600px) {
  .title__sect {
    width: 100%;
  }
}

.title__video {
  height: 138.89vh;
  margin-top: -10.2vh;
  position: relative;
  width: auto;
}
@media screen and (min-width: 600px) {
  .title__video {
    margin-top: -60.16px;
    min-height: 1067px;
  }
}

.title__text {
  animation: title_moving 1s 1s both;
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  background-image: url(../img/title-txt@2x.png);
  background-size: 21.6875rem auto;
  background-repeat: no-repeat;
  background-position: 50% 42%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@keyframes title_moving {
  0% {
    transform: scale(1.3);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/*===== intro__sect =====*/
.intro__sect {
  padding-bottom: 2.5em;
  padding-top: 2.1875em;
}

.intro__head {
  color: #289be1;
  text-align: center;
}
.intro__head p {
  font-size: 0.9375em;
  font-weight: 600;
}
.intro__head h2 {
  font-size: 1.5333333333em;
  font-weight: 600;
  line-height: 1.3043478261;
}

.intro__main {
  margin-top: 0.9375em;
}
.intro__main .main-desc {
  line-height: 1.8125;
  text-align: center;
}
.intro__main figure {
  margin-top: 2.125em;
}
.intro__main figure figcaption {
  font-size: 0.75em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.3em;
}
.intro__main figure a {
  display: block;
  margin: 0 auto;
  width: 14.6875em;
}
.intro__main figure a img {
  display: block;
  height: auto;
  width: 100%;
}
.intro__main .main-place {
  margin-top: 2.375em;
  text-align: center;
}
.intro__main .main-place h3 {
  background-color: #289be1;
  color: #fff;
  font-family: "Teko", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 450;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0 auto 0.2em;
  padding-top: 0.15em;
  width: 87.3015873016%;
}
.intro__main .main-place .cmn-datalist {
  display: flex;
  justify-content: center;
  margin-top: 0.7142857143em;
}
.intro__main .main-place .cmn-datalist dt {
  flex: 0 0 auto;
  width: 3.2142857143em;
}
.intro__main .main-place ul {
  font-size: 0.75em;
  margin: 1em auto 0;
  list-style: none;
  padding: 0;
  line-height: 1.4166666667;
}

/*===== "AIR TRICK SHOW" airtr__sect =====*/
.airtr__sect {
  padding-top: 1.875em;
}

.airtr__playvideo {
  cursor: pointer;
}

.airtr__head {
  align-items: center;
  display: grid;
  gap: 0 0.4375em;
  grid-template-columns: 1fr 4.46875rem;
  grid-template-rows: auto;
  margin-top: 1.125em;
}
.airtr__head h2 {
  color: #289be1;
  font-size: 1.625em;
  font-weight: bold;
  line-height: 1.1153846154;
}
.airtr__head .badge {
  align-items: center;
  background-color: #be3200;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 1.0625em;
  font-weight: 500;
  height: 3.8823529412em;
  justify-content: center;
  line-height: 1.1176470588;
  letter-spacing: 0.035em;
  position: relative;
  width: 3.8823529412em;
}
.airtr__head .badge::after {
  border: 0.1470588235em solid #be3200;
  border-radius: 50%;
  content: "";
  height: 4.2941176471em;
  left: -0.2058823529em;
  position: absolute;
  top: -0.2058823529em;
  width: 4.2941176471em;
}

.airtr__main {
  margin-top: 1.25em;
}
.airtr__main p {
  text-align: justify;
  letter-spacing: -0.015em;
}
.airtr__main .cmn-datalist {
  margin-top: 1.75em;
}
.airtr__main .airtr__logo {
  margin-top: 1.6875em;
}
.airtr__main .cmn-linkbarlist {
  margin-top: 0.625rem;
}

.airtr__riders {
  margin-top: 5.3125em;
  padding: 0 1.875em;
}
.airtr__riders h3 {
  color: #289be1;
  font-family: "Teko", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-size: 3.125em;
  font-weight: 450;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 0.2em;
}
.airtr__riders h3.title-mc {
  margin-top: 1.7em;
}
.airtr__riders .riders-post {
  margin-bottom: 1.5625em;
}
.airtr__riders .riders-post figure {
  display: flex;
  height: 15.625em;
  justify-content: center;
  position: relative;
  width: 100%;
}
.airtr__riders .riders-post figure::after {
  background: url(../img/rider-port-frame@2x.png) 0 0/contain no-repeat;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.airtr__riders .riders-post figure img {
  border-radius: 50%;
  height: 12.375em;
  margin-top: 1.75em;
  position: relative;
  width: 12.375em;
  z-index: 1;
}
.airtr__riders .riders-post h4 {
  background: url(../img/rider-name-bg@2x.png) 50% 0/contain no-repeat;
  display: flex;
  flex-direction: column;
  font-size: 1.25em;
  font-weight: 600;
  height: 2.3em;
  justify-content: center;
  margin: -2.4em auto 1em;
  padding-bottom: 0.1em;
  position: relative;
  text-align: center;
  z-index: 3;
}
.airtr__riders .riders-post h4.newface::after {
  background: url(../img/rider-name-nf@2x.png) 0 0/contain no-repeat;
  content: "";
  height: 2.1em;
  left: 1em;
  position: absolute;
  top: -0.6em;
  width: 4.1em;
  z-index: 4;
}
.airtr__riders .riders-post p {
  font-size: 0.875em;
  line-height: 1.3571428571;
  text-align: justify;
}
.airtr__riders .riders-post .cmn-linkbarlist {
  margin-top: 0.75em;
}
.airtr__riders .riders-post.mc h4 {
  background-image: url(../img/rider-mc-name-bg@2x.png);
  margin-inline: -0.25em;
}

/*===== "サイン会" signk__sect =====*/
.signk__sect {
  margin-top: 3.75em;
  padding-top: 1.25em;
}

.signk__head .belt {
  background-color: #f0e128;
  line-height: 1.8125;
  margin-top: 1.5625em;
  padding: 0 0.5em;
}
.signk__head h2 {
  color: #289be1;
  font-size: 1.625em;
  font-weight: 600;
  margin-top: 0.3846153846em;
}

.signk__main {
  margin-top: 1em;
}
.signk__main .cmn-datalist {
  margin-top: 0.875em;
}
.signk__main .main-note {
  font-size: 0.75em;
  line-height: 1.4166666667;
  list-style: none;
  margin: 1.3333333333em 0 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
}

/*===== "パンプトラック" pumpt__sect =====*/
.pumpt__sect {
  margin-top: 3.75em;
  padding-top: 1.25em;
}
.pumpt__sect .cmn-linkbarlist {
  margin-top: 0.625em;
}

.pumpt__head {
  margin-top: 1.25em;
}
.pumpt__head h2 {
  color: #289be1;
  font-size: 1.625em;
  font-weight: 600;
}

.pumpt__main {
  margin-top: 0.9375em;
}
.pumpt__main p {
  text-align: justify;
}
.pumpt__main .cmn-datalist {
  grid-template-columns: 4.5em 1fr;
  margin-top: 1.9285714286em;
}
.pumpt__main .cmn-datalist dt {
  font-size: 0.8571428571em;
}
.pumpt__main .cmn-datalist dt .label {
  letter-spacing: 0.02em;
  line-height: 1.5833333333;
}
.pumpt__main .cmn-datalist dt.note .label {
  background-color: #000;
}
.pumpt__main .cmn-datalist dd p.note {
  font-size: 0.8571428571em;
  line-height: 1.4166666667;
  margin-top: 0.5em;
}
.pumpt__main .cmn-datalist dd.note {
  padding-top: 0;
}
.pumpt__main .cmn-datalist dd.note ul {
  font-size: 0.8571428571em;
  line-height: 1.4166666667;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: justify;
}

.pumpt__courses {
  margin-top: 1.875em;
}
.pumpt__courses .courses-post {
  margin-top: 1.25em;
}
.pumpt__courses .courses-post .post-head {
  display: grid;
  gap: 0 0.4375em;
  grid-template-columns: 8.375em 1fr;
  margin-bottom: 0.3125em;
  margin-top: 0.625em;
}
.pumpt__courses .courses-post .post-head .belt {
  background-color: #289be1;
  color: #fff;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 2.0714285714;
  text-align: center;
}
.pumpt__courses .courses-post .post-head h3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.8125;
}
.pumpt__courses .courses-post > p {
  font-size: 0.875em;
  line-height: 1.3571428571;
  text-align: justify;
}
.pumpt__courses .courses-post > p.note {
  font-size: 0.75em;
  margin-top: 0.6666666667em;
}

.pumpt__callout {
  background-color: #289be1;
  color: #fff;
  margin-top: 1.25em;
  padding: 1.25em 1.875em 1.375em;
}
.pumpt__callout h3 {
  font-size: 1rem;
  margin-bottom: 0.625em;
}
.pumpt__callout p {
  font-size: 0.875em;
  line-height: 1.2857142857;
  text-align: justify;
}

.pumpt__hsp {
  margin-top: 0.625em;
}
/*# sourceMappingURL=style.css.map */
