@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
.none {
  display: none;
}

.block {
  display: block;
}

.clear {
  clear: both;
}

.clearfix {
  _display: inline-block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.fleft0 {
  float: left;
  display: inline;
  text-align: center;
}

.fleft1 {
  float: left;
  display: inline;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.fleft2 {
  float: left;
  display: inline;
  margin-right: 30px;
  text-align: center;
}

.fright0 {
  float: right;
  display: inline;
  text-align: center;
}

.fright1 {
  float: right;
  display: inline;
  margin-left: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.fright2 {
  float: right;
  display: inline;
  margin-left: 30px;
  text-align: center;
}

.m5 {
  margin: 5px;
}

.m10 {
  margin: 10px;
}

.m15 {
  margin: 15px;
}

.m20 {
  margin: 20px;
}

.m30 {
  margin: 30px;
}

.m40 {
  margin: 40px;
}

.m50 {
  margin: 50px;
}

.m75 {
  margin: 75px;
}

.m100 {
  margin: 100px;
}

.t-m5 {
  margin-top: 5px;
}

.t-m10 {
  margin-top: 10px;
}

.t-m15 {
  margin-top: 15px;
}

.t-m20 {
  margin-top: 20px;
}

.t-m30 {
  margin-top: 30px;
}

.t-m40 {
  margin-top: 40px;
}

.t-m50 {
  margin-top: 50px;
}

.t-m75 {
  margin-top: 75px;
}

.t-m100 {
  margin-top: 100px;
}

.b-m5 {
  margin-bottom: 5px;
}

.b-m10 {
  margin-bottom: 10px;
}

.b-m15 {
  margin-bottom: 15px;
}

.b-m20 {
  margin-bottom: 20px;
}

.b-m30 {
  margin-bottom: 30px;
}

.b-m40 {
  margin-bottom: 40px;
}

.b-m50 {
  margin-bottom: 50px;
}

.b-m75 {
  margin-bottom: 75px;
}

.b-m100 {
  margin-bottom: 100px;
}

.l-m5 {
  margin-left: 5px;
}

.l-m10 {
  margin-left: 10px;
}

.l-m15 {
  margin-left: 15px;
}

.l-m20 {
  margin-left: 20px;
}

.l-m30 {
  margin-left: 30px;
}

.l-m40 {
  margin-left: 40px;
}

.l-m50 {
  margin-left: 50px;
}

.l-m70 {
  margin-left: 70px;
}

.l-m75 {
  margin-left: 75px;
}

.l-m100 {
  margin-left: 100px;
}

.r-m5 {
  margin-right: 5px;
}

.r-m10 {
  margin-right: 10px;
}

.r-m15 {
  margin-right: 15px;
}

.r-m20 {
  margin-right: 20px;
}

.r-m30 {
  margin-right: 30px;
}

.r-m40 {
  margin-right: 40px;
}

.r-m50 {
  margin-right: 50px;
}

.r-m75 {
  margin-right: 75px;
}

.r-m100 {
  margin-right: 100px;
}

.h-m5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.h-m10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h-m15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.h-m20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.h-m30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.h-m40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.h-m50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.w-m5 {
  margin-left: 5px;
  margin-right: 5px;
}

.w-m10 {
  margin-left: 10px;
  margin-right: 10px;
}

.w-m15 {
  margin-left: 15px;
  margin-right: 15px;
}

.w-m20 {
  margin-left: 20px;
  margin-right: 20px;
}

.w-m30 {
  margin-left: 30px;
  margin-right: 30px;
}

.w-m40 {
  margin-left: 40px;
  margin-right: 40px;
}

.w-m50 {
  margin-left: 50px;
  margin-right: 50px;
}

.p5 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

.p15 {
  padding: 15px;
}

.p20 {
  padding: 20px;
}

.p30 {
  padding: 30px;
}

.p40 {
  padding: 40px;
}

.p50 {
  padding: 50px;
}

.p75 {
  padding: 75px;
}

.p100 {
  padding: 100px;
}

.t-p5 {
  padding-top: 5px;
}

.t-p10 {
  padding-top: 10px;
}

.t-p15 {
  padding-top: 15px;
}

.t-p20 {
  padding-top: 20px;
}

.t-p30 {
  padding-top: 30px;
}

.t-p40 {
  padding-top: 40px;
}

.t-p50 {
  padding-top: 50px;
}

.t-p75 {
  padding-top: 75px;
}

.t-p100 {
  padding-top: 100px;
}

.b-p5 {
  padding-bottom: 5px;
}

.b-p10 {
  padding-bottom: 10px;
}

.b-p15 {
  padding-bottom: 15px;
}

.b-p20 {
  padding-bottom: 20px;
}

.b-p30 {
  padding-bottom: 30px;
}

.b-p40 {
  padding-bottom: 40px;
}

.b-p50 {
  padding-bottom: 50px;
}

.b-p75 {
  padding-bottom: 75px;
}

.b-p100 {
  padding-bottom: 100px;
}

.l-p5 {
  padding-left: 5px;
}

.l-p10 {
  padding-left: 10px;
}

.l-p15 {
  padding-left: 15px;
}

.l-p20 {
  padding-left: 20px;
}

.l-p30 {
  padding-left: 30px;
}

.l-p40 {
  padding-left: 40px;
}

.l-p50 {
  padding-left: 50px;
}

.l-p60 {
  padding-left: 60px;
}

.l-p65 {
  padding-left: 65px;
}

.l-p70 {
  padding-left: 70px;
}

.l-p75 {
  padding-left: 75px;
}

.l-p100 {
  padding-left: 100px;
}

.r-p5 {
  padding-right: 5px;
}

.r-p10 {
  padding-right: 10px;
}

.r-p15 {
  padding-right: 15px;
}

.r-p20 {
  padding-right: 20px;
}

.r-p30 {
  padding-right: 30px;
}

.r-p40 {
  padding-right: 40px;
}

.r-p50 {
  padding-right: 50px;
}

.r-p75 {
  padding-right: 75px;
}

.r-p100 {
  padding-right: 100px;
}

.h-p5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.h-p10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.h-p15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.h-p20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.h-p30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.h-p40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.h-p50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.h-p75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.h-p100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.w-p5 {
  padding-left: 5px;
  padding-right: 5px;
}

.w-p10 {
  padding-left: 10px;
  padding-right: 10px;
}

.w-p15 {
  padding-left: 15px;
  padding-right: 15px;
}

.w-p20 {
  padding-left: 20px;
  padding-right: 20px;
}

.w-p30 {
  padding-left: 30px;
  padding-right: 30px;
}

.w-p40 {
  padding-left: 40px;
  padding-right: 40px;
}

.w-p50 {
  padding-left: 50px;
  padding-right: 50px;
}

.w-p75 {
  padding-left: 75px;
  padding-right: 75px;
}

.w-p100 {
  padding-left: 100px;
  padding-right: 100px;
}

.tcenter {
  text-align: center;
}

.tright {
  text-align: right;
}

.tleft {
  text-align: left;
}

.ttext {
  text-indent: 1em;
  text-align: justify;
}

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

.tinline {
  display: inline-block;
}

.toverflow {
  overflow: hidden;
  zoom: 1;
}

.scroll {
  height: 250px;
  overflow-y: scroll;
}

.orange {
  color: #ff6600;
}

.red {
  color: #ff0000;
}

.blue {
  color: #0068b7;
}

.green {
  color: #448f42;
}

.green2 {
  color: #80c269;
}

.skyblue {
  color: #029fe6;
}

.magenta {
  color: #663366;
}

.white {
  color: #fff;
}

.pink {
  color: #ff8ec0;
}

.darkpink {
  color: #9e005d;
}

.black {
  color: #000000;
}

.yellow {
  color: #fff45c;
}

.f-s8 {
  font-size: 8px;
}

.f-s10 {
  font-size: 10px;
}

.f-s11 {
  font-size: 11px;
}

.f-s12 {
  font-size: 12px;
}

.f-s13 {
  font-size: 13px;
}

.f-s14 {
  font-size: 14px;
}

.f-s15 {
  font-size: 15px;
}

.f-s16 {
  font-size: 16px;
}

.f-s18 {
  font-size: 18px;
}

.f-s20 {
  font-size: 20px;
}

.f-s22 {
  font-size: 22px;
}

.f-s24 {
  font-size: 24px;
}

/* marker */
.marker-c {
  background: linear-gradient(transparent 70%, #a8d8fa 0%);
  z-index: 0;
}

.marker-m {
  background: linear-gradient(transparent 70%, #ff7c81 0%);
  z-index: 0;
}

.marker-y {
  background: linear-gradient(transparent 70%, #fef36c 0%);
  z-index: 0;
}

.marker-k {
  background: linear-gradient(transparent 70%, #cccccc 0%);
  z-index: 0;
}

.marker-p {
  background: linear-gradient(transparent 70%, #ffd0e1 0%);
  z-index: 0;
}

.marker-w {
  background: linear-gradient(transparent 5%, #fff 0%);
  z-index: 0;
}

/* background color */
.bg-orange {
  background-color: #ffefd6;
}

.bg-red {
  background-color: #ff0000;
}

.bg-blue {
  background-color: #0068b7;
}

.bg-green {
  background-color: rgba(255, 23, 0, 0.5);
}

.bg-skyblue {
  background-color: #029fe6;
}

.bg-magenta {
  background-color: #663366;
}

.bg-yellow {
  background-color: #fffdde;
}

.bg-white {
  background-color: #fff;
}

.bg-pink {
  background-color: #ff8ec0;
}

.bg-darkpink {
  background-color: #9e005d;
}

.bg-black {
  background-color: #000000;
}

.bg-111 {
  background-color: #111;
}

.bg-222 {
  background-color: #222;
}

.bg-333 {
  background-color: #333;
}

.bg-aaa {
  background-color: #aaa;
}

.bg-bbb {
  background-color: #bbb;
}

.bg-ccc {
  background-color: #ccc;
}

.bg-ddd {
  background-color: #ddd;
}

.bg-eee {
  background-color: #eee;
}

/* link */
.link li {
  margin-bottom: 10px;
}
.link li img {
  width: 100%;
  height: auto;
}

/* flink */
.flink0,
.flink1,
.flink2 {
  width: 100%;
  margin: 10px 0;
}

.flink0 ul {
  margin-right: -11px;
}

.flink1 ul {
  margin-right: -11px;
  margin-bottom: -10px;
}

.flink2 ul {
  margin-right: -21px;
  margin-bottom: -20px;
}

.flink0 li {
  float: left;
}

.flink1 li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.flink2 li {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

/* img */
.img-r {
  border-radius: 10px;
}

.img-maru {
  border-radius: 1000px;
}

.img-b {
  border: 3px solid #edeeed;
}

.img-sd {
  border: 3px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px 0;
}

.img-frame {
  position: relative;
  z-index: 0;
}
.img-frame:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transform: rotate(3deg);
  background: #fff;
  z-index: -1;
}

/* 点滅 */
.blinking {
  animation: blink 1.5s ease-in-out infinite alternate;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*ヘアライン*/
hr {
  clear: both;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.hr-gd {
  border: 0;
  height: 1px;
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.hr-shadow {
  height: 12px;
  border: 0;
  box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}

/*  FontAwesome  */
.fontAwesome {
  font-family: "FontAwesome";
}

.a000:before {
  font-family: "FontAwesome";
  content: "\f0a9";
}

.scrollbar {
  min-height: 250px;
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 10px;
}
@media all and (max-width: 639px) {
  .scrollbar {
    padding: 10px 5px;
  }
}
.scrollbar.policy-box {
  max-height: 300px;
}
.scrollbar::-webkit-scrollbar {
  overflow: hidden;
  width: 5px;
  background: #edeeed;
  border-radius: 10px;
}
.scrollbar::-webkit-scrollbar:horizontal {
  height: 5px;
}
.scrollbar::-webkit-scrollbar-button {
  display: none;
}
.scrollbar::-webkit-scrollbar-piece {
  background: #edeeed;
}
.scrollbar::-webkit-scrollbar-piece:start {
  background: #edeeed;
}
.scrollbar::-webkit-scrollbar-thumb, .scrollbar::-webkit-scrollbar-corner {
  background: #ff1700;
  border-radius: 10px;
}

body .w-5 {
  width: calc(5 * 1%);
}
body .w-10 {
  width: calc(10 * 1%);
}
body .w-15 {
  width: calc(15 * 1%);
}
body .w-20 {
  width: calc(20 * 1%);
}
body .w-25 {
  width: calc(25 * 1%);
}
body .w-30 {
  width: calc(30 * 1%);
}
body .w-35 {
  width: calc(35 * 1%);
}
body .w-40 {
  width: calc(40 * 1%);
}
body .w-45 {
  width: calc(45 * 1%);
}
body .w-50 {
  width: calc(50 * 1%);
}
body .w-55 {
  width: calc(55 * 1%);
}
body .w-60 {
  width: calc(60 * 1%);
}
body .w-65 {
  width: calc(65 * 1%);
}
body .w-70 {
  width: calc(70 * 1%);
}
body .w-75 {
  width: calc(75 * 1%);
}
body .w-80 {
  width: calc(80 * 1%);
}
body .w-85 {
  width: calc(85 * 1%);
}
body .w-90 {
  width: calc(90 * 1%);
}
body .w-95 {
  width: calc(95 * 1%);
}
body .w-100 {
  width: calc(100 * 1%);
}
body .ratio-4x3 {
  aspect-ratio: 4/3;
}
body .object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
body .d-flex {
  display: flex !important;
}
body .flex-wrap {
  flex-wrap: wrap !important;
}
body .flex-column {
  flex-direction: column !important;
}
body .flex-row-reverse {
  flex-direction: row-reverse !important;
}
body .flex-column-reverse {
  flex-direction: column-reverse !important;
}
body .flex-row {
  flex-direction: row !important;
}
body .flex-column {
  flex-direction: column !important;
}
body .flex-row-reverse {
  flex-direction: row-reverse !important;
}
body .flex-column-reverse {
  flex-direction: column-reverse !important;
}
body .justify-content-start {
  justify-content: flex-start !important;
}
body .justify-content-end {
  justify-content: flex-end !important;
}
body .justify-content-center {
  justify-content: center !important;
}
body .justify-content-between {
  justify-content: space-between !important;
}
body .justify-content-around {
  justify-content: space-around !important;
}
body .justify-content-evenly {
  justify-content: space-evenly !important;
}
body .align-items-start {
  align-items: flex-start !important;
}
body .align-items-end {
  align-items: flex-end !important;
}
body .align-items-center {
  align-items: center !important;
}
body .align-items-baseline {
  align-items: baseline !important;
}
body .align-items-stretch {
  align-items: stretch !important;
}
body .flex-grow-0 {
  flex-grow: 0;
}
body .flex-grow-1 {
  flex-grow: 1;
}
body .flex-shrink-0 {
  flex-shrink: 0;
}
body .flex-shrink-1 {
  flex-shrink: 1;
}
@media (min-width: 768px) {
  body .w-md-5 {
    width: calc(5 * 1%);
  }
  body .w-md-10 {
    width: calc(10 * 1%);
  }
  body .w-md-15 {
    width: calc(15 * 1%);
  }
  body .w-md-20 {
    width: calc(20 * 1%);
  }
  body .w-md-25 {
    width: calc(25 * 1%);
  }
  body .w-md-30 {
    width: calc(30 * 1%);
  }
  body .w-md-35 {
    width: calc(35 * 1%);
  }
  body .w-md-40 {
    width: calc(40 * 1%);
  }
  body .w-md-45 {
    width: calc(45 * 1%);
  }
  body .w-md-50 {
    width: calc(50 * 1%);
  }
  body .w-md-55 {
    width: calc(55 * 1%);
  }
  body .w-md-60 {
    width: calc(60 * 1%);
  }
  body .w-md-65 {
    width: calc(65 * 1%);
  }
  body .w-md-70 {
    width: calc(70 * 1%);
  }
  body .w-md-75 {
    width: calc(75 * 1%);
  }
  body .w-md-80 {
    width: calc(80 * 1%);
  }
  body .w-md-85 {
    width: calc(85 * 1%);
  }
  body .w-md-90 {
    width: calc(90 * 1%);
  }
  body .w-md-95 {
    width: calc(95 * 1%);
  }
  body .w-md-100 {
    width: calc(100 * 1%);
  }
  body .d-md-flex {
    display: flex !important;
  }
  body .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  body .flex-md-row {
    flex-direction: row !important;
  }
  body .flex-md-column {
    flex-direction: column !important;
  }
  body .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  body .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  body .flex-md-row {
    flex-direction: row !important;
  }
  body .flex-md-column {
    flex-direction: column !important;
  }
  body .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  body .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  body .justify-content-md-start {
    justify-content: flex-start !important;
  }
  body .justify-content-md-end {
    justify-content: flex-end !important;
  }
  body .justify-content-md-center {
    justify-content: center !important;
  }
  body .justify-content-md-between {
    justify-content: space-between !important;
  }
  body .justify-content-md-around {
    justify-content: space-around !important;
  }
  body .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  body .align-items-md-start {
    align-items: flex-start !important;
  }
  body .align-items-md-end {
    align-items: flex-end !important;
  }
  body .align-items-md-center {
    align-items: center !important;
  }
  body .align-items-md-baseline {
    align-items: baseline !important;
  }
  body .align-items-md-stretch {
    align-items: stretch !important;
  }
  body .flex-md-grow-0 {
    flex-grow: 0;
  }
  body .flex-md-grow-1 {
    flex-grow: 1;
  }
  body .flex-md-shrink-0 {
    flex-shrink: 0;
  }
  body .flex-md-shrink-1 {
    flex-shrink: 1;
  }
}
@media (min-width: 992px) {
  body .w-lg-5 {
    width: calc(5 * 1%);
  }
  body .w-lg-10 {
    width: calc(10 * 1%);
  }
  body .w-lg-15 {
    width: calc(15 * 1%);
  }
  body .w-lg-20 {
    width: calc(20 * 1%);
  }
  body .w-lg-25 {
    width: calc(25 * 1%);
  }
  body .w-lg-30 {
    width: calc(30 * 1%);
  }
  body .w-lg-35 {
    width: calc(35 * 1%);
  }
  body .w-lg-40 {
    width: calc(40 * 1%);
  }
  body .w-lg-45 {
    width: calc(45 * 1%);
  }
  body .w-lg-50 {
    width: calc(50 * 1%);
  }
  body .w-lg-55 {
    width: calc(55 * 1%);
  }
  body .w-lg-60 {
    width: calc(60 * 1%);
  }
  body .w-lg-65 {
    width: calc(65 * 1%);
  }
  body .w-lg-70 {
    width: calc(70 * 1%);
  }
  body .w-lg-75 {
    width: calc(75 * 1%);
  }
  body .w-lg-80 {
    width: calc(80 * 1%);
  }
  body .w-lg-85 {
    width: calc(85 * 1%);
  }
  body .w-lg-90 {
    width: calc(90 * 1%);
  }
  body .w-lg-95 {
    width: calc(95 * 1%);
  }
  body .w-lg-100 {
    width: calc(100 * 1%);
  }
  body .d-lg-flex {
    display: flex !important;
  }
  body .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  body .flex-lg-row {
    flex-direction: row !important;
  }
  body .flex-lg-column {
    flex-direction: column !important;
  }
  body .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  body .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  body .flex-lg-row {
    flex-direction: row !important;
  }
  body .flex-lg-column {
    flex-direction: column !important;
  }
  body .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  body .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  body .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  body .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  body .justify-content-lg-center {
    justify-content: center !important;
  }
  body .justify-content-lg-between {
    justify-content: space-between !important;
  }
  body .justify-content-lg-around {
    justify-content: space-around !important;
  }
  body .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  body .align-items-lg-start {
    align-items: flex-start !important;
  }
  body .align-items-lg-end {
    align-items: flex-end !important;
  }
  body .align-items-lg-center {
    align-items: center !important;
  }
  body .align-items-lg-baseline {
    align-items: baseline !important;
  }
  body .align-items-lg-stretch {
    align-items: stretch !important;
  }
  body .flex-lg-grow-0 {
    flex-grow: 0;
  }
  body .flex-lg-grow-1 {
    flex-grow: 1;
  }
  body .flex-lg-shrink-0 {
    flex-shrink: 0;
  }
  body .flex-lg-shrink-1 {
    flex-shrink: 1;
  }
}
@media (min-width: 1200px) {
  body .w-xl-5 {
    width: calc(5 * 1%);
  }
  body .w-xl-10 {
    width: calc(10 * 1%);
  }
  body .w-xl-15 {
    width: calc(15 * 1%);
  }
  body .w-xl-20 {
    width: calc(20 * 1%);
  }
  body .w-xl-25 {
    width: calc(25 * 1%);
  }
  body .w-xl-30 {
    width: calc(30 * 1%);
  }
  body .w-xl-35 {
    width: calc(35 * 1%);
  }
  body .w-xl-40 {
    width: calc(40 * 1%);
  }
  body .w-xl-45 {
    width: calc(45 * 1%);
  }
  body .w-xl-50 {
    width: calc(50 * 1%);
  }
  body .w-xl-55 {
    width: calc(55 * 1%);
  }
  body .w-xl-60 {
    width: calc(60 * 1%);
  }
  body .w-xl-65 {
    width: calc(65 * 1%);
  }
  body .w-xl-70 {
    width: calc(70 * 1%);
  }
  body .w-xl-75 {
    width: calc(75 * 1%);
  }
  body .w-xl-80 {
    width: calc(80 * 1%);
  }
  body .w-xl-85 {
    width: calc(85 * 1%);
  }
  body .w-xl-90 {
    width: calc(90 * 1%);
  }
  body .w-xl-95 {
    width: calc(95 * 1%);
  }
  body .w-xl-100 {
    width: calc(100 * 1%);
  }
  body .d-xl-flex {
    display: flex !important;
  }
  body .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  body .flex-xl-row {
    flex-direction: row !important;
  }
  body .flex-xl-column {
    flex-direction: column !important;
  }
  body .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  body .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  body .flex-xl-row {
    flex-direction: row !important;
  }
  body .flex-xl-column {
    flex-direction: column !important;
  }
  body .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  body .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  body .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  body .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  body .justify-content-xl-center {
    justify-content: center !important;
  }
  body .justify-content-xl-between {
    justify-content: space-between !important;
  }
  body .justify-content-xl-around {
    justify-content: space-around !important;
  }
  body .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  body .align-items-xl-start {
    align-items: flex-start !important;
  }
  body .align-items-xl-end {
    align-items: flex-end !important;
  }
  body .align-items-xl-center {
    align-items: center !important;
  }
  body .align-items-xl-baseline {
    align-items: baseline !important;
  }
  body .align-items-xl-stretch {
    align-items: stretch !important;
  }
  body .flex-xl-grow-0 {
    flex-grow: 0;
  }
  body .flex-xl-grow-1 {
    flex-grow: 1;
  }
  body .flex-xl-shrink-0 {
    flex-shrink: 0;
  }
  body .flex-xl-shrink-1 {
    flex-shrink: 1;
  }
}
@media (min-width: 1400px) {
  body .w-xxl-5 {
    width: calc(5 * 1%);
  }
  body .w-xxl-10 {
    width: calc(10 * 1%);
  }
  body .w-xxl-15 {
    width: calc(15 * 1%);
  }
  body .w-xxl-20 {
    width: calc(20 * 1%);
  }
  body .w-xxl-25 {
    width: calc(25 * 1%);
  }
  body .w-xxl-30 {
    width: calc(30 * 1%);
  }
  body .w-xxl-35 {
    width: calc(35 * 1%);
  }
  body .w-xxl-40 {
    width: calc(40 * 1%);
  }
  body .w-xxl-45 {
    width: calc(45 * 1%);
  }
  body .w-xxl-50 {
    width: calc(50 * 1%);
  }
  body .w-xxl-55 {
    width: calc(55 * 1%);
  }
  body .w-xxl-60 {
    width: calc(60 * 1%);
  }
  body .w-xxl-65 {
    width: calc(65 * 1%);
  }
  body .w-xxl-70 {
    width: calc(70 * 1%);
  }
  body .w-xxl-75 {
    width: calc(75 * 1%);
  }
  body .w-xxl-80 {
    width: calc(80 * 1%);
  }
  body .w-xxl-85 {
    width: calc(85 * 1%);
  }
  body .w-xxl-90 {
    width: calc(90 * 1%);
  }
  body .w-xxl-95 {
    width: calc(95 * 1%);
  }
  body .w-xxl-100 {
    width: calc(100 * 1%);
  }
  body .d-xxl-flex {
    display: flex !important;
  }
  body .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  body .flex-xxl-row {
    flex-direction: row !important;
  }
  body .flex-xxl-column {
    flex-direction: column !important;
  }
  body .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  body .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  body .flex-xxl-row {
    flex-direction: row !important;
  }
  body .flex-xxl-column {
    flex-direction: column !important;
  }
  body .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  body .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  body .align-items-xxl-start {
    align-items: flex-start !important;
  }
  body .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  body .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  body .justify-content-xxl-center {
    justify-content: center !important;
  }
  body .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  body .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  body .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  body .align-items-xxl-end {
    align-items: flex-end !important;
  }
  body .align-items-xxl-center {
    align-items: center !important;
  }
  body .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  body .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  body .flex-xxl-grow-0 {
    flex-grow: 0;
  }
  body .flex-xxl-grow-1 {
    flex-grow: 1;
  }
  body .flex-xxl-shrink-0 {
    flex-shrink: 0;
  }
  body .flex-xxl-shrink-1 {
    flex-shrink: 1;
  }
}