@charset "UTF-8";
/*
font-family: "Noto Sans JP", sans-serif;
font-family: "M PLUS Rounded 1c", sans-serif;
font-family: "Roboto", sans-serif;
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  line-height: 1;
}

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

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clear {
  clear: both;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

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

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

a {
  text-decoration: none;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.sanserif {
  font-family: "Noto Sans JP", sans-serif;
}

.en {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
}

.mplus {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-height: 1.8;
  color: #000;
  background-color: #FFF;
  font-size: 16px;
}
@media screen and (max-width: 576px) {
  body {
    font-size: 14px;
  }
}

.innerBox_1600 {
  max-width: 1600px;
  margin: 0 auto;
}

.innerBox_1400 {
  max-width: 1400px;
  margin: 0 auto;
}

.innerBox_1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.innerBox_1100 {
  max-width: 1100px;
  margin: 0 auto;
}

.innerBox_1000 {
  max-width: 1000px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 576px) {
  .innerBox_1000 {
    margin: 0 auto;
  }
}

.innerBox_900 {
  max-width: 900px;
  margin: 0 auto;
}

.innerBox_800 {
  max-width: 800px;
  margin: 0 auto;
}

.innerBox_700 {
  max-width: 700px;
  margin: 0 auto;
}

.innerBox_600 {
  max-width: 600px;
  margin: 0 auto;
}

.innerBox_500 {
  max-width: 500px;
  margin: 0 auto;
}

.innerBox_400 {
  max-width: 400px;
  margin: 0 auto;
}

.innerBox_300 {
  max-width: 300px;
  margin: 0 auto;
}

.innerBox_200 {
  max-width: 200px;
  margin: 0 auto;
}

.innerBox_100 {
  max-width: 100px;
  margin: 0 auto;
}

.pc,
.md,
.sm,
.sp {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .md {
    display: block !important;
  }
  .hidden-md {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  .sm,
  .sp {
    display: block !important;
  }
  .hidden-sm,
  .hidden-sp {
    display: none !important;
  }
}
.w-fc {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.mr-a {
  margin-right: auto !important;
}

.ml-a {
  margin-left: auto !important;
}

.mrl-a {
  margin-left: auto !important;
  margin-right: auto !important;
}

.tc {
  text-align: center !important;
}

.tr {
  text-align: right !important;
}

.tl {
  text-align: left !important;
}

@media screen and (max-width: 768px) {
  .tc-md {
    text-align: center !important;
  }
  .tr-md {
    text-align: right !important;
  }
  .tl-md {
    text-align: left !important;
  }
  .mrl-md-a {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (max-width: 576px) {
  .tc-sm {
    text-align: center !important;
  }
  .tr-sm {
    text-align: right !important;
  }
  .tl-sm {
    text-align: left !important;
  }
  .mrl-sm-a {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.pb-0 {
  padding-bottom: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.-pb-0 {
  padding-bottom: 0px !important;
}

.-pt-0 {
  padding-top: 0px !important;
}

.-mb-0 {
  margin-bottom: 0px !important;
}

.-mt-0 {
  margin-top: 0px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.-pb-5 {
  padding-bottom: -5px !important;
}

.-pt-5 {
  padding-top: -5px !important;
}

.-mb-5 {
  margin-bottom: -5px !important;
}

.-mt-5 {
  margin-top: -5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.-pb-10 {
  padding-bottom: -10px !important;
}

.-pt-10 {
  padding-top: -10px !important;
}

.-mb-10 {
  margin-bottom: -10px !important;
}

.-mt-10 {
  margin-top: -10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.-pb-15 {
  padding-bottom: -15px !important;
}

.-pt-15 {
  padding-top: -15px !important;
}

.-mb-15 {
  margin-bottom: -15px !important;
}

.-mt-15 {
  margin-top: -15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.-pb-20 {
  padding-bottom: -20px !important;
}

.-pt-20 {
  padding-top: -20px !important;
}

.-mb-20 {
  margin-bottom: -20px !important;
}

.-mt-20 {
  margin-top: -20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.-pb-25 {
  padding-bottom: -25px !important;
}

.-pt-25 {
  padding-top: -25px !important;
}

.-mb-25 {
  margin-bottom: -25px !important;
}

.-mt-25 {
  margin-top: -25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.-pb-30 {
  padding-bottom: -30px !important;
}

.-pt-30 {
  padding-top: -30px !important;
}

.-mb-30 {
  margin-bottom: -30px !important;
}

.-mt-30 {
  margin-top: -30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.-pb-35 {
  padding-bottom: -35px !important;
}

.-pt-35 {
  padding-top: -35px !important;
}

.-mb-35 {
  margin-bottom: -35px !important;
}

.-mt-35 {
  margin-top: -35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.-pb-40 {
  padding-bottom: -40px !important;
}

.-pt-40 {
  padding-top: -40px !important;
}

.-mb-40 {
  margin-bottom: -40px !important;
}

.-mt-40 {
  margin-top: -40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.-pb-45 {
  padding-bottom: -45px !important;
}

.-pt-45 {
  padding-top: -45px !important;
}

.-mb-45 {
  margin-bottom: -45px !important;
}

.-mt-45 {
  margin-top: -45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.-pb-50 {
  padding-bottom: -50px !important;
}

.-pt-50 {
  padding-top: -50px !important;
}

.-mb-50 {
  margin-bottom: -50px !important;
}

.-mt-50 {
  margin-top: -50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.-pb-55 {
  padding-bottom: -55px !important;
}

.-pt-55 {
  padding-top: -55px !important;
}

.-mb-55 {
  margin-bottom: -55px !important;
}

.-mt-55 {
  margin-top: -55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.-pb-60 {
  padding-bottom: -60px !important;
}

.-pt-60 {
  padding-top: -60px !important;
}

.-mb-60 {
  margin-bottom: -60px !important;
}

.-mt-60 {
  margin-top: -60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.-pb-65 {
  padding-bottom: -65px !important;
}

.-pt-65 {
  padding-top: -65px !important;
}

.-mb-65 {
  margin-bottom: -65px !important;
}

.-mt-65 {
  margin-top: -65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.-pb-70 {
  padding-bottom: -70px !important;
}

.-pt-70 {
  padding-top: -70px !important;
}

.-mb-70 {
  margin-bottom: -70px !important;
}

.-mt-70 {
  margin-top: -70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.-pb-75 {
  padding-bottom: -75px !important;
}

.-pt-75 {
  padding-top: -75px !important;
}

.-mb-75 {
  margin-bottom: -75px !important;
}

.-mt-75 {
  margin-top: -75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.-pb-80 {
  padding-bottom: -80px !important;
}

.-pt-80 {
  padding-top: -80px !important;
}

.-mb-80 {
  margin-bottom: -80px !important;
}

.-mt-80 {
  margin-top: -80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.-pb-85 {
  padding-bottom: -85px !important;
}

.-pt-85 {
  padding-top: -85px !important;
}

.-mb-85 {
  margin-bottom: -85px !important;
}

.-mt-85 {
  margin-top: -85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.-pb-90 {
  padding-bottom: -90px !important;
}

.-pt-90 {
  padding-top: -90px !important;
}

.-mb-90 {
  margin-bottom: -90px !important;
}

.-mt-90 {
  margin-top: -90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.-pb-95 {
  padding-bottom: -95px !important;
}

.-pt-95 {
  padding-top: -95px !important;
}

.-mb-95 {
  margin-bottom: -95px !important;
}

.-mt-95 {
  margin-top: -95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.-pb-100 {
  padding-bottom: -100px !important;
}

.-pt-100 {
  padding-top: -100px !important;
}

.-mb-100 {
  margin-bottom: -100px !important;
}

.-mt-100 {
  margin-top: -100px !important;
}

.pb-105 {
  padding-bottom: 105px !important;
}

.pt-105 {
  padding-top: 105px !important;
}

.mb-105 {
  margin-bottom: 105px !important;
}

.mt-105 {
  margin-top: 105px !important;
}

.-pb-105 {
  padding-bottom: -105px !important;
}

.-pt-105 {
  padding-top: -105px !important;
}

.-mb-105 {
  margin-bottom: -105px !important;
}

.-mt-105 {
  margin-top: -105px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.-pb-110 {
  padding-bottom: -110px !important;
}

.-pt-110 {
  padding-top: -110px !important;
}

.-mb-110 {
  margin-bottom: -110px !important;
}

.-mt-110 {
  margin-top: -110px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.pt-115 {
  padding-top: 115px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

.mt-115 {
  margin-top: 115px !important;
}

.-pb-115 {
  padding-bottom: -115px !important;
}

.-pt-115 {
  padding-top: -115px !important;
}

.-mb-115 {
  margin-bottom: -115px !important;
}

.-mt-115 {
  margin-top: -115px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.-pb-120 {
  padding-bottom: -120px !important;
}

.-pt-120 {
  padding-top: -120px !important;
}

.-mb-120 {
  margin-bottom: -120px !important;
}

.-mt-120 {
  margin-top: -120px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

.pt-125 {
  padding-top: 125px !important;
}

.mb-125 {
  margin-bottom: 125px !important;
}

.mt-125 {
  margin-top: 125px !important;
}

.-pb-125 {
  padding-bottom: -125px !important;
}

.-pt-125 {
  padding-top: -125px !important;
}

.-mb-125 {
  margin-bottom: -125px !important;
}

.-mt-125 {
  margin-top: -125px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.-pb-130 {
  padding-bottom: -130px !important;
}

.-pt-130 {
  padding-top: -130px !important;
}

.-mb-130 {
  margin-bottom: -130px !important;
}

.-mt-130 {
  margin-top: -130px !important;
}

.pb-135 {
  padding-bottom: 135px !important;
}

.pt-135 {
  padding-top: 135px !important;
}

.mb-135 {
  margin-bottom: 135px !important;
}

.mt-135 {
  margin-top: 135px !important;
}

.-pb-135 {
  padding-bottom: -135px !important;
}

.-pt-135 {
  padding-top: -135px !important;
}

.-mb-135 {
  margin-bottom: -135px !important;
}

.-mt-135 {
  margin-top: -135px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.-pb-140 {
  padding-bottom: -140px !important;
}

.-pt-140 {
  padding-top: -140px !important;
}

.-mb-140 {
  margin-bottom: -140px !important;
}

.-mt-140 {
  margin-top: -140px !important;
}

.pb-145 {
  padding-bottom: 145px !important;
}

.pt-145 {
  padding-top: 145px !important;
}

.mb-145 {
  margin-bottom: 145px !important;
}

.mt-145 {
  margin-top: 145px !important;
}

.-pb-145 {
  padding-bottom: -145px !important;
}

.-pt-145 {
  padding-top: -145px !important;
}

.-mb-145 {
  margin-bottom: -145px !important;
}

.-mt-145 {
  margin-top: -145px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.-pb-150 {
  padding-bottom: -150px !important;
}

.-pt-150 {
  padding-top: -150px !important;
}

.-mb-150 {
  margin-bottom: -150px !important;
}

.-mt-150 {
  margin-top: -150px !important;
}

.pb-155 {
  padding-bottom: 155px !important;
}

.pt-155 {
  padding-top: 155px !important;
}

.mb-155 {
  margin-bottom: 155px !important;
}

.mt-155 {
  margin-top: 155px !important;
}

.-pb-155 {
  padding-bottom: -155px !important;
}

.-pt-155 {
  padding-top: -155px !important;
}

.-mb-155 {
  margin-bottom: -155px !important;
}

.-mt-155 {
  margin-top: -155px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.-pb-160 {
  padding-bottom: -160px !important;
}

.-pt-160 {
  padding-top: -160px !important;
}

.-mb-160 {
  margin-bottom: -160px !important;
}

.-mt-160 {
  margin-top: -160px !important;
}

.pb-165 {
  padding-bottom: 165px !important;
}

.pt-165 {
  padding-top: 165px !important;
}

.mb-165 {
  margin-bottom: 165px !important;
}

.mt-165 {
  margin-top: 165px !important;
}

.-pb-165 {
  padding-bottom: -165px !important;
}

.-pt-165 {
  padding-top: -165px !important;
}

.-mb-165 {
  margin-bottom: -165px !important;
}

.-mt-165 {
  margin-top: -165px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

.mb-170 {
  margin-bottom: 170px !important;
}

.mt-170 {
  margin-top: 170px !important;
}

.-pb-170 {
  padding-bottom: -170px !important;
}

.-pt-170 {
  padding-top: -170px !important;
}

.-mb-170 {
  margin-bottom: -170px !important;
}

.-mt-170 {
  margin-top: -170px !important;
}

.pb-175 {
  padding-bottom: 175px !important;
}

.pt-175 {
  padding-top: 175px !important;
}

.mb-175 {
  margin-bottom: 175px !important;
}

.mt-175 {
  margin-top: 175px !important;
}

.-pb-175 {
  padding-bottom: -175px !important;
}

.-pt-175 {
  padding-top: -175px !important;
}

.-mb-175 {
  margin-bottom: -175px !important;
}

.-mt-175 {
  margin-top: -175px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.-pb-180 {
  padding-bottom: -180px !important;
}

.-pt-180 {
  padding-top: -180px !important;
}

.-mb-180 {
  margin-bottom: -180px !important;
}

.-mt-180 {
  margin-top: -180px !important;
}

.pb-185 {
  padding-bottom: 185px !important;
}

.pt-185 {
  padding-top: 185px !important;
}

.mb-185 {
  margin-bottom: 185px !important;
}

.mt-185 {
  margin-top: 185px !important;
}

.-pb-185 {
  padding-bottom: -185px !important;
}

.-pt-185 {
  padding-top: -185px !important;
}

.-mb-185 {
  margin-bottom: -185px !important;
}

.-mt-185 {
  margin-top: -185px !important;
}

.pb-190 {
  padding-bottom: 190px !important;
}

.pt-190 {
  padding-top: 190px !important;
}

.mb-190 {
  margin-bottom: 190px !important;
}

.mt-190 {
  margin-top: 190px !important;
}

.-pb-190 {
  padding-bottom: -190px !important;
}

.-pt-190 {
  padding-top: -190px !important;
}

.-mb-190 {
  margin-bottom: -190px !important;
}

.-mt-190 {
  margin-top: -190px !important;
}

.pb-195 {
  padding-bottom: 195px !important;
}

.pt-195 {
  padding-top: 195px !important;
}

.mb-195 {
  margin-bottom: 195px !important;
}

.mt-195 {
  margin-top: 195px !important;
}

.-pb-195 {
  padding-bottom: -195px !important;
}

.-pt-195 {
  padding-top: -195px !important;
}

.-mb-195 {
  margin-bottom: -195px !important;
}

.-mt-195 {
  margin-top: -195px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.-pb-200 {
  padding-bottom: -200px !important;
}

.-pt-200 {
  padding-top: -200px !important;
}

.-mb-200 {
  margin-bottom: -200px !important;
}

.-mt-200 {
  margin-top: -200px !important;
}

@media screen and (max-width: 768px) {
  .pb-md-0 {
    padding-bottom: 0px !important;
  }
  .pt-md-0 {
    padding-top: 0px !important;
  }
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
  .mt-md-0 {
    margin-top: 0px !important;
  }
  .-pb-md-0 {
    padding-bottom: 0px !important;
  }
  .-pt-md-0 {
    padding-top: 0px !important;
  }
  .-mb-md-0 {
    margin-bottom: 0px !important;
  }
  .-mt-md-0 {
    margin-top: 0px !important;
  }
  .pb-md-5 {
    padding-bottom: 5px !important;
  }
  .pt-md-5 {
    padding-top: 5px !important;
  }
  .mb-md-5 {
    margin-bottom: 5px !important;
  }
  .mt-md-5 {
    margin-top: 5px !important;
  }
  .-pb-md-5 {
    padding-bottom: -5px !important;
  }
  .-pt-md-5 {
    padding-top: -5px !important;
  }
  .-mb-md-5 {
    margin-bottom: -5px !important;
  }
  .-mt-md-5 {
    margin-top: -5px !important;
  }
  .pb-md-10 {
    padding-bottom: 10px !important;
  }
  .pt-md-10 {
    padding-top: 10px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .mt-md-10 {
    margin-top: 10px !important;
  }
  .-pb-md-10 {
    padding-bottom: -10px !important;
  }
  .-pt-md-10 {
    padding-top: -10px !important;
  }
  .-mb-md-10 {
    margin-bottom: -10px !important;
  }
  .-mt-md-10 {
    margin-top: -10px !important;
  }
  .pb-md-15 {
    padding-bottom: 15px !important;
  }
  .pt-md-15 {
    padding-top: 15px !important;
  }
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  .mt-md-15 {
    margin-top: 15px !important;
  }
  .-pb-md-15 {
    padding-bottom: -15px !important;
  }
  .-pt-md-15 {
    padding-top: -15px !important;
  }
  .-mb-md-15 {
    margin-bottom: -15px !important;
  }
  .-mt-md-15 {
    margin-top: -15px !important;
  }
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
  .pt-md-20 {
    padding-top: 20px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .-pb-md-20 {
    padding-bottom: -20px !important;
  }
  .-pt-md-20 {
    padding-top: -20px !important;
  }
  .-mb-md-20 {
    margin-bottom: -20px !important;
  }
  .-mt-md-20 {
    margin-top: -20px !important;
  }
  .pb-md-25 {
    padding-bottom: 25px !important;
  }
  .pt-md-25 {
    padding-top: 25px !important;
  }
  .mb-md-25 {
    margin-bottom: 25px !important;
  }
  .mt-md-25 {
    margin-top: 25px !important;
  }
  .-pb-md-25 {
    padding-bottom: -25px !important;
  }
  .-pt-md-25 {
    padding-top: -25px !important;
  }
  .-mb-md-25 {
    margin-bottom: -25px !important;
  }
  .-mt-md-25 {
    margin-top: -25px !important;
  }
  .pb-md-30 {
    padding-bottom: 30px !important;
  }
  .pt-md-30 {
    padding-top: 30px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .-pb-md-30 {
    padding-bottom: -30px !important;
  }
  .-pt-md-30 {
    padding-top: -30px !important;
  }
  .-mb-md-30 {
    margin-bottom: -30px !important;
  }
  .-mt-md-30 {
    margin-top: -30px !important;
  }
  .pb-md-35 {
    padding-bottom: 35px !important;
  }
  .pt-md-35 {
    padding-top: 35px !important;
  }
  .mb-md-35 {
    margin-bottom: 35px !important;
  }
  .mt-md-35 {
    margin-top: 35px !important;
  }
  .-pb-md-35 {
    padding-bottom: -35px !important;
  }
  .-pt-md-35 {
    padding-top: -35px !important;
  }
  .-mb-md-35 {
    margin-bottom: -35px !important;
  }
  .-mt-md-35 {
    margin-top: -35px !important;
  }
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
  .pt-md-40 {
    padding-top: 40px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .mt-md-40 {
    margin-top: 40px !important;
  }
  .-pb-md-40 {
    padding-bottom: -40px !important;
  }
  .-pt-md-40 {
    padding-top: -40px !important;
  }
  .-mb-md-40 {
    margin-bottom: -40px !important;
  }
  .-mt-md-40 {
    margin-top: -40px !important;
  }
  .pb-md-45 {
    padding-bottom: 45px !important;
  }
  .pt-md-45 {
    padding-top: 45px !important;
  }
  .mb-md-45 {
    margin-bottom: 45px !important;
  }
  .mt-md-45 {
    margin-top: 45px !important;
  }
  .-pb-md-45 {
    padding-bottom: -45px !important;
  }
  .-pt-md-45 {
    padding-top: -45px !important;
  }
  .-mb-md-45 {
    margin-bottom: -45px !important;
  }
  .-mt-md-45 {
    margin-top: -45px !important;
  }
  .pb-md-50 {
    padding-bottom: 50px !important;
  }
  .pt-md-50 {
    padding-top: 50px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .mt-md-50 {
    margin-top: 50px !important;
  }
  .-pb-md-50 {
    padding-bottom: -50px !important;
  }
  .-pt-md-50 {
    padding-top: -50px !important;
  }
  .-mb-md-50 {
    margin-bottom: -50px !important;
  }
  .-mt-md-50 {
    margin-top: -50px !important;
  }
  .pb-md-55 {
    padding-bottom: 55px !important;
  }
  .pt-md-55 {
    padding-top: 55px !important;
  }
  .mb-md-55 {
    margin-bottom: 55px !important;
  }
  .mt-md-55 {
    margin-top: 55px !important;
  }
  .-pb-md-55 {
    padding-bottom: -55px !important;
  }
  .-pt-md-55 {
    padding-top: -55px !important;
  }
  .-mb-md-55 {
    margin-bottom: -55px !important;
  }
  .-mt-md-55 {
    margin-top: -55px !important;
  }
  .pb-md-60 {
    padding-bottom: 60px !important;
  }
  .pt-md-60 {
    padding-top: 60px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .mt-md-60 {
    margin-top: 60px !important;
  }
  .-pb-md-60 {
    padding-bottom: -60px !important;
  }
  .-pt-md-60 {
    padding-top: -60px !important;
  }
  .-mb-md-60 {
    margin-bottom: -60px !important;
  }
  .-mt-md-60 {
    margin-top: -60px !important;
  }
  .pb-md-65 {
    padding-bottom: 65px !important;
  }
  .pt-md-65 {
    padding-top: 65px !important;
  }
  .mb-md-65 {
    margin-bottom: 65px !important;
  }
  .mt-md-65 {
    margin-top: 65px !important;
  }
  .-pb-md-65 {
    padding-bottom: -65px !important;
  }
  .-pt-md-65 {
    padding-top: -65px !important;
  }
  .-mb-md-65 {
    margin-bottom: -65px !important;
  }
  .-mt-md-65 {
    margin-top: -65px !important;
  }
  .pb-md-70 {
    padding-bottom: 70px !important;
  }
  .pt-md-70 {
    padding-top: 70px !important;
  }
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .mt-md-70 {
    margin-top: 70px !important;
  }
  .-pb-md-70 {
    padding-bottom: -70px !important;
  }
  .-pt-md-70 {
    padding-top: -70px !important;
  }
  .-mb-md-70 {
    margin-bottom: -70px !important;
  }
  .-mt-md-70 {
    margin-top: -70px !important;
  }
  .pb-md-75 {
    padding-bottom: 75px !important;
  }
  .pt-md-75 {
    padding-top: 75px !important;
  }
  .mb-md-75 {
    margin-bottom: 75px !important;
  }
  .mt-md-75 {
    margin-top: 75px !important;
  }
  .-pb-md-75 {
    padding-bottom: -75px !important;
  }
  .-pt-md-75 {
    padding-top: -75px !important;
  }
  .-mb-md-75 {
    margin-bottom: -75px !important;
  }
  .-mt-md-75 {
    margin-top: -75px !important;
  }
  .pb-md-80 {
    padding-bottom: 80px !important;
  }
  .pt-md-80 {
    padding-top: 80px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .mt-md-80 {
    margin-top: 80px !important;
  }
  .-pb-md-80 {
    padding-bottom: -80px !important;
  }
  .-pt-md-80 {
    padding-top: -80px !important;
  }
  .-mb-md-80 {
    margin-bottom: -80px !important;
  }
  .-mt-md-80 {
    margin-top: -80px !important;
  }
  .pb-md-85 {
    padding-bottom: 85px !important;
  }
  .pt-md-85 {
    padding-top: 85px !important;
  }
  .mb-md-85 {
    margin-bottom: 85px !important;
  }
  .mt-md-85 {
    margin-top: 85px !important;
  }
  .-pb-md-85 {
    padding-bottom: -85px !important;
  }
  .-pt-md-85 {
    padding-top: -85px !important;
  }
  .-mb-md-85 {
    margin-bottom: -85px !important;
  }
  .-mt-md-85 {
    margin-top: -85px !important;
  }
  .pb-md-90 {
    padding-bottom: 90px !important;
  }
  .pt-md-90 {
    padding-top: 90px !important;
  }
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
  .mt-md-90 {
    margin-top: 90px !important;
  }
  .-pb-md-90 {
    padding-bottom: -90px !important;
  }
  .-pt-md-90 {
    padding-top: -90px !important;
  }
  .-mb-md-90 {
    margin-bottom: -90px !important;
  }
  .-mt-md-90 {
    margin-top: -90px !important;
  }
  .pb-md-95 {
    padding-bottom: 95px !important;
  }
  .pt-md-95 {
    padding-top: 95px !important;
  }
  .mb-md-95 {
    margin-bottom: 95px !important;
  }
  .mt-md-95 {
    margin-top: 95px !important;
  }
  .-pb-md-95 {
    padding-bottom: -95px !important;
  }
  .-pt-md-95 {
    padding-top: -95px !important;
  }
  .-mb-md-95 {
    margin-bottom: -95px !important;
  }
  .-mt-md-95 {
    margin-top: -95px !important;
  }
  .pb-md-100 {
    padding-bottom: 100px !important;
  }
  .pt-md-100 {
    padding-top: 100px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .mt-md-100 {
    margin-top: 100px !important;
  }
  .-pb-md-100 {
    padding-bottom: -100px !important;
  }
  .-pt-md-100 {
    padding-top: -100px !important;
  }
  .-mb-md-100 {
    margin-bottom: -100px !important;
  }
  .-mt-md-100 {
    margin-top: -100px !important;
  }
  .pb-md-105 {
    padding-bottom: 105px !important;
  }
  .pt-md-105 {
    padding-top: 105px !important;
  }
  .mb-md-105 {
    margin-bottom: 105px !important;
  }
  .mt-md-105 {
    margin-top: 105px !important;
  }
  .-pb-md-105 {
    padding-bottom: -105px !important;
  }
  .-pt-md-105 {
    padding-top: -105px !important;
  }
  .-mb-md-105 {
    margin-bottom: -105px !important;
  }
  .-mt-md-105 {
    margin-top: -105px !important;
  }
  .pb-md-110 {
    padding-bottom: 110px !important;
  }
  .pt-md-110 {
    padding-top: 110px !important;
  }
  .mb-md-110 {
    margin-bottom: 110px !important;
  }
  .mt-md-110 {
    margin-top: 110px !important;
  }
  .-pb-md-110 {
    padding-bottom: -110px !important;
  }
  .-pt-md-110 {
    padding-top: -110px !important;
  }
  .-mb-md-110 {
    margin-bottom: -110px !important;
  }
  .-mt-md-110 {
    margin-top: -110px !important;
  }
  .pb-md-115 {
    padding-bottom: 115px !important;
  }
  .pt-md-115 {
    padding-top: 115px !important;
  }
  .mb-md-115 {
    margin-bottom: 115px !important;
  }
  .mt-md-115 {
    margin-top: 115px !important;
  }
  .-pb-md-115 {
    padding-bottom: -115px !important;
  }
  .-pt-md-115 {
    padding-top: -115px !important;
  }
  .-mb-md-115 {
    margin-bottom: -115px !important;
  }
  .-mt-md-115 {
    margin-top: -115px !important;
  }
  .pb-md-120 {
    padding-bottom: 120px !important;
  }
  .pt-md-120 {
    padding-top: 120px !important;
  }
  .mb-md-120 {
    margin-bottom: 120px !important;
  }
  .mt-md-120 {
    margin-top: 120px !important;
  }
  .-pb-md-120 {
    padding-bottom: -120px !important;
  }
  .-pt-md-120 {
    padding-top: -120px !important;
  }
  .-mb-md-120 {
    margin-bottom: -120px !important;
  }
  .-mt-md-120 {
    margin-top: -120px !important;
  }
  .pb-md-125 {
    padding-bottom: 125px !important;
  }
  .pt-md-125 {
    padding-top: 125px !important;
  }
  .mb-md-125 {
    margin-bottom: 125px !important;
  }
  .mt-md-125 {
    margin-top: 125px !important;
  }
  .-pb-md-125 {
    padding-bottom: -125px !important;
  }
  .-pt-md-125 {
    padding-top: -125px !important;
  }
  .-mb-md-125 {
    margin-bottom: -125px !important;
  }
  .-mt-md-125 {
    margin-top: -125px !important;
  }
  .pb-md-130 {
    padding-bottom: 130px !important;
  }
  .pt-md-130 {
    padding-top: 130px !important;
  }
  .mb-md-130 {
    margin-bottom: 130px !important;
  }
  .mt-md-130 {
    margin-top: 130px !important;
  }
  .-pb-md-130 {
    padding-bottom: -130px !important;
  }
  .-pt-md-130 {
    padding-top: -130px !important;
  }
  .-mb-md-130 {
    margin-bottom: -130px !important;
  }
  .-mt-md-130 {
    margin-top: -130px !important;
  }
  .pb-md-135 {
    padding-bottom: 135px !important;
  }
  .pt-md-135 {
    padding-top: 135px !important;
  }
  .mb-md-135 {
    margin-bottom: 135px !important;
  }
  .mt-md-135 {
    margin-top: 135px !important;
  }
  .-pb-md-135 {
    padding-bottom: -135px !important;
  }
  .-pt-md-135 {
    padding-top: -135px !important;
  }
  .-mb-md-135 {
    margin-bottom: -135px !important;
  }
  .-mt-md-135 {
    margin-top: -135px !important;
  }
  .pb-md-140 {
    padding-bottom: 140px !important;
  }
  .pt-md-140 {
    padding-top: 140px !important;
  }
  .mb-md-140 {
    margin-bottom: 140px !important;
  }
  .mt-md-140 {
    margin-top: 140px !important;
  }
  .-pb-md-140 {
    padding-bottom: -140px !important;
  }
  .-pt-md-140 {
    padding-top: -140px !important;
  }
  .-mb-md-140 {
    margin-bottom: -140px !important;
  }
  .-mt-md-140 {
    margin-top: -140px !important;
  }
  .pb-md-145 {
    padding-bottom: 145px !important;
  }
  .pt-md-145 {
    padding-top: 145px !important;
  }
  .mb-md-145 {
    margin-bottom: 145px !important;
  }
  .mt-md-145 {
    margin-top: 145px !important;
  }
  .-pb-md-145 {
    padding-bottom: -145px !important;
  }
  .-pt-md-145 {
    padding-top: -145px !important;
  }
  .-mb-md-145 {
    margin-bottom: -145px !important;
  }
  .-mt-md-145 {
    margin-top: -145px !important;
  }
  .pb-md-150 {
    padding-bottom: 150px !important;
  }
  .pt-md-150 {
    padding-top: 150px !important;
  }
  .mb-md-150 {
    margin-bottom: 150px !important;
  }
  .mt-md-150 {
    margin-top: 150px !important;
  }
  .-pb-md-150 {
    padding-bottom: -150px !important;
  }
  .-pt-md-150 {
    padding-top: -150px !important;
  }
  .-mb-md-150 {
    margin-bottom: -150px !important;
  }
  .-mt-md-150 {
    margin-top: -150px !important;
  }
  .pb-md-155 {
    padding-bottom: 155px !important;
  }
  .pt-md-155 {
    padding-top: 155px !important;
  }
  .mb-md-155 {
    margin-bottom: 155px !important;
  }
  .mt-md-155 {
    margin-top: 155px !important;
  }
  .-pb-md-155 {
    padding-bottom: -155px !important;
  }
  .-pt-md-155 {
    padding-top: -155px !important;
  }
  .-mb-md-155 {
    margin-bottom: -155px !important;
  }
  .-mt-md-155 {
    margin-top: -155px !important;
  }
  .pb-md-160 {
    padding-bottom: 160px !important;
  }
  .pt-md-160 {
    padding-top: 160px !important;
  }
  .mb-md-160 {
    margin-bottom: 160px !important;
  }
  .mt-md-160 {
    margin-top: 160px !important;
  }
  .-pb-md-160 {
    padding-bottom: -160px !important;
  }
  .-pt-md-160 {
    padding-top: -160px !important;
  }
  .-mb-md-160 {
    margin-bottom: -160px !important;
  }
  .-mt-md-160 {
    margin-top: -160px !important;
  }
  .pb-md-165 {
    padding-bottom: 165px !important;
  }
  .pt-md-165 {
    padding-top: 165px !important;
  }
  .mb-md-165 {
    margin-bottom: 165px !important;
  }
  .mt-md-165 {
    margin-top: 165px !important;
  }
  .-pb-md-165 {
    padding-bottom: -165px !important;
  }
  .-pt-md-165 {
    padding-top: -165px !important;
  }
  .-mb-md-165 {
    margin-bottom: -165px !important;
  }
  .-mt-md-165 {
    margin-top: -165px !important;
  }
  .pb-md-170 {
    padding-bottom: 170px !important;
  }
  .pt-md-170 {
    padding-top: 170px !important;
  }
  .mb-md-170 {
    margin-bottom: 170px !important;
  }
  .mt-md-170 {
    margin-top: 170px !important;
  }
  .-pb-md-170 {
    padding-bottom: -170px !important;
  }
  .-pt-md-170 {
    padding-top: -170px !important;
  }
  .-mb-md-170 {
    margin-bottom: -170px !important;
  }
  .-mt-md-170 {
    margin-top: -170px !important;
  }
  .pb-md-175 {
    padding-bottom: 175px !important;
  }
  .pt-md-175 {
    padding-top: 175px !important;
  }
  .mb-md-175 {
    margin-bottom: 175px !important;
  }
  .mt-md-175 {
    margin-top: 175px !important;
  }
  .-pb-md-175 {
    padding-bottom: -175px !important;
  }
  .-pt-md-175 {
    padding-top: -175px !important;
  }
  .-mb-md-175 {
    margin-bottom: -175px !important;
  }
  .-mt-md-175 {
    margin-top: -175px !important;
  }
  .pb-md-180 {
    padding-bottom: 180px !important;
  }
  .pt-md-180 {
    padding-top: 180px !important;
  }
  .mb-md-180 {
    margin-bottom: 180px !important;
  }
  .mt-md-180 {
    margin-top: 180px !important;
  }
  .-pb-md-180 {
    padding-bottom: -180px !important;
  }
  .-pt-md-180 {
    padding-top: -180px !important;
  }
  .-mb-md-180 {
    margin-bottom: -180px !important;
  }
  .-mt-md-180 {
    margin-top: -180px !important;
  }
  .pb-md-185 {
    padding-bottom: 185px !important;
  }
  .pt-md-185 {
    padding-top: 185px !important;
  }
  .mb-md-185 {
    margin-bottom: 185px !important;
  }
  .mt-md-185 {
    margin-top: 185px !important;
  }
  .-pb-md-185 {
    padding-bottom: -185px !important;
  }
  .-pt-md-185 {
    padding-top: -185px !important;
  }
  .-mb-md-185 {
    margin-bottom: -185px !important;
  }
  .-mt-md-185 {
    margin-top: -185px !important;
  }
  .pb-md-190 {
    padding-bottom: 190px !important;
  }
  .pt-md-190 {
    padding-top: 190px !important;
  }
  .mb-md-190 {
    margin-bottom: 190px !important;
  }
  .mt-md-190 {
    margin-top: 190px !important;
  }
  .-pb-md-190 {
    padding-bottom: -190px !important;
  }
  .-pt-md-190 {
    padding-top: -190px !important;
  }
  .-mb-md-190 {
    margin-bottom: -190px !important;
  }
  .-mt-md-190 {
    margin-top: -190px !important;
  }
  .pb-md-195 {
    padding-bottom: 195px !important;
  }
  .pt-md-195 {
    padding-top: 195px !important;
  }
  .mb-md-195 {
    margin-bottom: 195px !important;
  }
  .mt-md-195 {
    margin-top: 195px !important;
  }
  .-pb-md-195 {
    padding-bottom: -195px !important;
  }
  .-pt-md-195 {
    padding-top: -195px !important;
  }
  .-mb-md-195 {
    margin-bottom: -195px !important;
  }
  .-mt-md-195 {
    margin-top: -195px !important;
  }
  .pb-md-200 {
    padding-bottom: 200px !important;
  }
  .pt-md-200 {
    padding-top: 200px !important;
  }
  .mb-md-200 {
    margin-bottom: 200px !important;
  }
  .mt-md-200 {
    margin-top: 200px !important;
  }
  .-pb-md-200 {
    padding-bottom: -200px !important;
  }
  .-pt-md-200 {
    padding-top: -200px !important;
  }
  .-mb-md-200 {
    margin-bottom: -200px !important;
  }
  .-mt-md-200 {
    margin-top: -200px !important;
  }
}
@media screen and (max-width: 576px) {
  .pb-sm-0 {
    padding-bottom: 0px !important;
  }
  .pt-sm-0 {
    padding-top: 0px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0px !important;
  }
  .mt-sm-0 {
    margin-top: 0px !important;
  }
  .-pb-sm-0 {
    padding-bottom: 0px !important;
  }
  .-pt-sm-0 {
    padding-top: 0px !important;
  }
  .-mb-sm-0 {
    margin-bottom: 0px !important;
  }
  .-mt-sm-0 {
    margin-top: 0px !important;
  }
  .pb-sm-5 {
    padding-bottom: 5px !important;
  }
  .pt-sm-5 {
    padding-top: 5px !important;
  }
  .mb-sm-5 {
    margin-bottom: 5px !important;
  }
  .mt-sm-5 {
    margin-top: 5px !important;
  }
  .-pb-sm-5 {
    padding-bottom: -5px !important;
  }
  .-pt-sm-5 {
    padding-top: -5px !important;
  }
  .-mb-sm-5 {
    margin-bottom: -5px !important;
  }
  .-mt-sm-5 {
    margin-top: -5px !important;
  }
  .pb-sm-10 {
    padding-bottom: 10px !important;
  }
  .pt-sm-10 {
    padding-top: 10px !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .-pb-sm-10 {
    padding-bottom: -10px !important;
  }
  .-pt-sm-10 {
    padding-top: -10px !important;
  }
  .-mb-sm-10 {
    margin-bottom: -10px !important;
  }
  .-mt-sm-10 {
    margin-top: -10px !important;
  }
  .pb-sm-15 {
    padding-bottom: 15px !important;
  }
  .pt-sm-15 {
    padding-top: 15px !important;
  }
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
  .mt-sm-15 {
    margin-top: 15px !important;
  }
  .-pb-sm-15 {
    padding-bottom: -15px !important;
  }
  .-pt-sm-15 {
    padding-top: -15px !important;
  }
  .-mb-sm-15 {
    margin-bottom: -15px !important;
  }
  .-mt-sm-15 {
    margin-top: -15px !important;
  }
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
  .pt-sm-20 {
    padding-top: 20px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .-pb-sm-20 {
    padding-bottom: -20px !important;
  }
  .-pt-sm-20 {
    padding-top: -20px !important;
  }
  .-mb-sm-20 {
    margin-bottom: -20px !important;
  }
  .-mt-sm-20 {
    margin-top: -20px !important;
  }
  .pb-sm-25 {
    padding-bottom: 25px !important;
  }
  .pt-sm-25 {
    padding-top: 25px !important;
  }
  .mb-sm-25 {
    margin-bottom: 25px !important;
  }
  .mt-sm-25 {
    margin-top: 25px !important;
  }
  .-pb-sm-25 {
    padding-bottom: -25px !important;
  }
  .-pt-sm-25 {
    padding-top: -25px !important;
  }
  .-mb-sm-25 {
    margin-bottom: -25px !important;
  }
  .-mt-sm-25 {
    margin-top: -25px !important;
  }
  .pb-sm-30 {
    padding-bottom: 30px !important;
  }
  .pt-sm-30 {
    padding-top: 30px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .-pb-sm-30 {
    padding-bottom: -30px !important;
  }
  .-pt-sm-30 {
    padding-top: -30px !important;
  }
  .-mb-sm-30 {
    margin-bottom: -30px !important;
  }
  .-mt-sm-30 {
    margin-top: -30px !important;
  }
  .pb-sm-35 {
    padding-bottom: 35px !important;
  }
  .pt-sm-35 {
    padding-top: 35px !important;
  }
  .mb-sm-35 {
    margin-bottom: 35px !important;
  }
  .mt-sm-35 {
    margin-top: 35px !important;
  }
  .-pb-sm-35 {
    padding-bottom: -35px !important;
  }
  .-pt-sm-35 {
    padding-top: -35px !important;
  }
  .-mb-sm-35 {
    margin-bottom: -35px !important;
  }
  .-mt-sm-35 {
    margin-top: -35px !important;
  }
  .pb-sm-40 {
    padding-bottom: 40px !important;
  }
  .pt-sm-40 {
    padding-top: 40px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .-pb-sm-40 {
    padding-bottom: -40px !important;
  }
  .-pt-sm-40 {
    padding-top: -40px !important;
  }
  .-mb-sm-40 {
    margin-bottom: -40px !important;
  }
  .-mt-sm-40 {
    margin-top: -40px !important;
  }
  .pb-sm-45 {
    padding-bottom: 45px !important;
  }
  .pt-sm-45 {
    padding-top: 45px !important;
  }
  .mb-sm-45 {
    margin-bottom: 45px !important;
  }
  .mt-sm-45 {
    margin-top: 45px !important;
  }
  .-pb-sm-45 {
    padding-bottom: -45px !important;
  }
  .-pt-sm-45 {
    padding-top: -45px !important;
  }
  .-mb-sm-45 {
    margin-bottom: -45px !important;
  }
  .-mt-sm-45 {
    margin-top: -45px !important;
  }
  .pb-sm-50 {
    padding-bottom: 50px !important;
  }
  .pt-sm-50 {
    padding-top: 50px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .-pb-sm-50 {
    padding-bottom: -50px !important;
  }
  .-pt-sm-50 {
    padding-top: -50px !important;
  }
  .-mb-sm-50 {
    margin-bottom: -50px !important;
  }
  .-mt-sm-50 {
    margin-top: -50px !important;
  }
  .pb-sm-55 {
    padding-bottom: 55px !important;
  }
  .pt-sm-55 {
    padding-top: 55px !important;
  }
  .mb-sm-55 {
    margin-bottom: 55px !important;
  }
  .mt-sm-55 {
    margin-top: 55px !important;
  }
  .-pb-sm-55 {
    padding-bottom: -55px !important;
  }
  .-pt-sm-55 {
    padding-top: -55px !important;
  }
  .-mb-sm-55 {
    margin-bottom: -55px !important;
  }
  .-mt-sm-55 {
    margin-top: -55px !important;
  }
  .pb-sm-60 {
    padding-bottom: 60px !important;
  }
  .pt-sm-60 {
    padding-top: 60px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .-pb-sm-60 {
    padding-bottom: -60px !important;
  }
  .-pt-sm-60 {
    padding-top: -60px !important;
  }
  .-mb-sm-60 {
    margin-bottom: -60px !important;
  }
  .-mt-sm-60 {
    margin-top: -60px !important;
  }
  .pb-sm-65 {
    padding-bottom: 65px !important;
  }
  .pt-sm-65 {
    padding-top: 65px !important;
  }
  .mb-sm-65 {
    margin-bottom: 65px !important;
  }
  .mt-sm-65 {
    margin-top: 65px !important;
  }
  .-pb-sm-65 {
    padding-bottom: -65px !important;
  }
  .-pt-sm-65 {
    padding-top: -65px !important;
  }
  .-mb-sm-65 {
    margin-bottom: -65px !important;
  }
  .-mt-sm-65 {
    margin-top: -65px !important;
  }
  .pb-sm-70 {
    padding-bottom: 70px !important;
  }
  .pt-sm-70 {
    padding-top: 70px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  .-pb-sm-70 {
    padding-bottom: -70px !important;
  }
  .-pt-sm-70 {
    padding-top: -70px !important;
  }
  .-mb-sm-70 {
    margin-bottom: -70px !important;
  }
  .-mt-sm-70 {
    margin-top: -70px !important;
  }
  .pb-sm-75 {
    padding-bottom: 75px !important;
  }
  .pt-sm-75 {
    padding-top: 75px !important;
  }
  .mb-sm-75 {
    margin-bottom: 75px !important;
  }
  .mt-sm-75 {
    margin-top: 75px !important;
  }
  .-pb-sm-75 {
    padding-bottom: -75px !important;
  }
  .-pt-sm-75 {
    padding-top: -75px !important;
  }
  .-mb-sm-75 {
    margin-bottom: -75px !important;
  }
  .-mt-sm-75 {
    margin-top: -75px !important;
  }
  .pb-sm-80 {
    padding-bottom: 80px !important;
  }
  .pt-sm-80 {
    padding-top: 80px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .-pb-sm-80 {
    padding-bottom: -80px !important;
  }
  .-pt-sm-80 {
    padding-top: -80px !important;
  }
  .-mb-sm-80 {
    margin-bottom: -80px !important;
  }
  .-mt-sm-80 {
    margin-top: -80px !important;
  }
  .pb-sm-85 {
    padding-bottom: 85px !important;
  }
  .pt-sm-85 {
    padding-top: 85px !important;
  }
  .mb-sm-85 {
    margin-bottom: 85px !important;
  }
  .mt-sm-85 {
    margin-top: 85px !important;
  }
  .-pb-sm-85 {
    padding-bottom: -85px !important;
  }
  .-pt-sm-85 {
    padding-top: -85px !important;
  }
  .-mb-sm-85 {
    margin-bottom: -85px !important;
  }
  .-mt-sm-85 {
    margin-top: -85px !important;
  }
  .pb-sm-90 {
    padding-bottom: 90px !important;
  }
  .pt-sm-90 {
    padding-top: 90px !important;
  }
  .mb-sm-90 {
    margin-bottom: 90px !important;
  }
  .mt-sm-90 {
    margin-top: 90px !important;
  }
  .-pb-sm-90 {
    padding-bottom: -90px !important;
  }
  .-pt-sm-90 {
    padding-top: -90px !important;
  }
  .-mb-sm-90 {
    margin-bottom: -90px !important;
  }
  .-mt-sm-90 {
    margin-top: -90px !important;
  }
  .pb-sm-95 {
    padding-bottom: 95px !important;
  }
  .pt-sm-95 {
    padding-top: 95px !important;
  }
  .mb-sm-95 {
    margin-bottom: 95px !important;
  }
  .mt-sm-95 {
    margin-top: 95px !important;
  }
  .-pb-sm-95 {
    padding-bottom: -95px !important;
  }
  .-pt-sm-95 {
    padding-top: -95px !important;
  }
  .-mb-sm-95 {
    margin-bottom: -95px !important;
  }
  .-mt-sm-95 {
    margin-top: -95px !important;
  }
  .pb-sm-100 {
    padding-bottom: 100px !important;
  }
  .pt-sm-100 {
    padding-top: 100px !important;
  }
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  .mt-sm-100 {
    margin-top: 100px !important;
  }
  .-pb-sm-100 {
    padding-bottom: -100px !important;
  }
  .-pt-sm-100 {
    padding-top: -100px !important;
  }
  .-mb-sm-100 {
    margin-bottom: -100px !important;
  }
  .-mt-sm-100 {
    margin-top: -100px !important;
  }
  .pb-sm-105 {
    padding-bottom: 105px !important;
  }
  .pt-sm-105 {
    padding-top: 105px !important;
  }
  .mb-sm-105 {
    margin-bottom: 105px !important;
  }
  .mt-sm-105 {
    margin-top: 105px !important;
  }
  .-pb-sm-105 {
    padding-bottom: -105px !important;
  }
  .-pt-sm-105 {
    padding-top: -105px !important;
  }
  .-mb-sm-105 {
    margin-bottom: -105px !important;
  }
  .-mt-sm-105 {
    margin-top: -105px !important;
  }
  .pb-sm-110 {
    padding-bottom: 110px !important;
  }
  .pt-sm-110 {
    padding-top: 110px !important;
  }
  .mb-sm-110 {
    margin-bottom: 110px !important;
  }
  .mt-sm-110 {
    margin-top: 110px !important;
  }
  .-pb-sm-110 {
    padding-bottom: -110px !important;
  }
  .-pt-sm-110 {
    padding-top: -110px !important;
  }
  .-mb-sm-110 {
    margin-bottom: -110px !important;
  }
  .-mt-sm-110 {
    margin-top: -110px !important;
  }
  .pb-sm-115 {
    padding-bottom: 115px !important;
  }
  .pt-sm-115 {
    padding-top: 115px !important;
  }
  .mb-sm-115 {
    margin-bottom: 115px !important;
  }
  .mt-sm-115 {
    margin-top: 115px !important;
  }
  .-pb-sm-115 {
    padding-bottom: -115px !important;
  }
  .-pt-sm-115 {
    padding-top: -115px !important;
  }
  .-mb-sm-115 {
    margin-bottom: -115px !important;
  }
  .-mt-sm-115 {
    margin-top: -115px !important;
  }
  .pb-sm-120 {
    padding-bottom: 120px !important;
  }
  .pt-sm-120 {
    padding-top: 120px !important;
  }
  .mb-sm-120 {
    margin-bottom: 120px !important;
  }
  .mt-sm-120 {
    margin-top: 120px !important;
  }
  .-pb-sm-120 {
    padding-bottom: -120px !important;
  }
  .-pt-sm-120 {
    padding-top: -120px !important;
  }
  .-mb-sm-120 {
    margin-bottom: -120px !important;
  }
  .-mt-sm-120 {
    margin-top: -120px !important;
  }
  .pb-sm-125 {
    padding-bottom: 125px !important;
  }
  .pt-sm-125 {
    padding-top: 125px !important;
  }
  .mb-sm-125 {
    margin-bottom: 125px !important;
  }
  .mt-sm-125 {
    margin-top: 125px !important;
  }
  .-pb-sm-125 {
    padding-bottom: -125px !important;
  }
  .-pt-sm-125 {
    padding-top: -125px !important;
  }
  .-mb-sm-125 {
    margin-bottom: -125px !important;
  }
  .-mt-sm-125 {
    margin-top: -125px !important;
  }
  .pb-sm-130 {
    padding-bottom: 130px !important;
  }
  .pt-sm-130 {
    padding-top: 130px !important;
  }
  .mb-sm-130 {
    margin-bottom: 130px !important;
  }
  .mt-sm-130 {
    margin-top: 130px !important;
  }
  .-pb-sm-130 {
    padding-bottom: -130px !important;
  }
  .-pt-sm-130 {
    padding-top: -130px !important;
  }
  .-mb-sm-130 {
    margin-bottom: -130px !important;
  }
  .-mt-sm-130 {
    margin-top: -130px !important;
  }
  .pb-sm-135 {
    padding-bottom: 135px !important;
  }
  .pt-sm-135 {
    padding-top: 135px !important;
  }
  .mb-sm-135 {
    margin-bottom: 135px !important;
  }
  .mt-sm-135 {
    margin-top: 135px !important;
  }
  .-pb-sm-135 {
    padding-bottom: -135px !important;
  }
  .-pt-sm-135 {
    padding-top: -135px !important;
  }
  .-mb-sm-135 {
    margin-bottom: -135px !important;
  }
  .-mt-sm-135 {
    margin-top: -135px !important;
  }
  .pb-sm-140 {
    padding-bottom: 140px !important;
  }
  .pt-sm-140 {
    padding-top: 140px !important;
  }
  .mb-sm-140 {
    margin-bottom: 140px !important;
  }
  .mt-sm-140 {
    margin-top: 140px !important;
  }
  .-pb-sm-140 {
    padding-bottom: -140px !important;
  }
  .-pt-sm-140 {
    padding-top: -140px !important;
  }
  .-mb-sm-140 {
    margin-bottom: -140px !important;
  }
  .-mt-sm-140 {
    margin-top: -140px !important;
  }
  .pb-sm-145 {
    padding-bottom: 145px !important;
  }
  .pt-sm-145 {
    padding-top: 145px !important;
  }
  .mb-sm-145 {
    margin-bottom: 145px !important;
  }
  .mt-sm-145 {
    margin-top: 145px !important;
  }
  .-pb-sm-145 {
    padding-bottom: -145px !important;
  }
  .-pt-sm-145 {
    padding-top: -145px !important;
  }
  .-mb-sm-145 {
    margin-bottom: -145px !important;
  }
  .-mt-sm-145 {
    margin-top: -145px !important;
  }
  .pb-sm-150 {
    padding-bottom: 150px !important;
  }
  .pt-sm-150 {
    padding-top: 150px !important;
  }
  .mb-sm-150 {
    margin-bottom: 150px !important;
  }
  .mt-sm-150 {
    margin-top: 150px !important;
  }
  .-pb-sm-150 {
    padding-bottom: -150px !important;
  }
  .-pt-sm-150 {
    padding-top: -150px !important;
  }
  .-mb-sm-150 {
    margin-bottom: -150px !important;
  }
  .-mt-sm-150 {
    margin-top: -150px !important;
  }
  .pb-sm-155 {
    padding-bottom: 155px !important;
  }
  .pt-sm-155 {
    padding-top: 155px !important;
  }
  .mb-sm-155 {
    margin-bottom: 155px !important;
  }
  .mt-sm-155 {
    margin-top: 155px !important;
  }
  .-pb-sm-155 {
    padding-bottom: -155px !important;
  }
  .-pt-sm-155 {
    padding-top: -155px !important;
  }
  .-mb-sm-155 {
    margin-bottom: -155px !important;
  }
  .-mt-sm-155 {
    margin-top: -155px !important;
  }
  .pb-sm-160 {
    padding-bottom: 160px !important;
  }
  .pt-sm-160 {
    padding-top: 160px !important;
  }
  .mb-sm-160 {
    margin-bottom: 160px !important;
  }
  .mt-sm-160 {
    margin-top: 160px !important;
  }
  .-pb-sm-160 {
    padding-bottom: -160px !important;
  }
  .-pt-sm-160 {
    padding-top: -160px !important;
  }
  .-mb-sm-160 {
    margin-bottom: -160px !important;
  }
  .-mt-sm-160 {
    margin-top: -160px !important;
  }
  .pb-sm-165 {
    padding-bottom: 165px !important;
  }
  .pt-sm-165 {
    padding-top: 165px !important;
  }
  .mb-sm-165 {
    margin-bottom: 165px !important;
  }
  .mt-sm-165 {
    margin-top: 165px !important;
  }
  .-pb-sm-165 {
    padding-bottom: -165px !important;
  }
  .-pt-sm-165 {
    padding-top: -165px !important;
  }
  .-mb-sm-165 {
    margin-bottom: -165px !important;
  }
  .-mt-sm-165 {
    margin-top: -165px !important;
  }
  .pb-sm-170 {
    padding-bottom: 170px !important;
  }
  .pt-sm-170 {
    padding-top: 170px !important;
  }
  .mb-sm-170 {
    margin-bottom: 170px !important;
  }
  .mt-sm-170 {
    margin-top: 170px !important;
  }
  .-pb-sm-170 {
    padding-bottom: -170px !important;
  }
  .-pt-sm-170 {
    padding-top: -170px !important;
  }
  .-mb-sm-170 {
    margin-bottom: -170px !important;
  }
  .-mt-sm-170 {
    margin-top: -170px !important;
  }
  .pb-sm-175 {
    padding-bottom: 175px !important;
  }
  .pt-sm-175 {
    padding-top: 175px !important;
  }
  .mb-sm-175 {
    margin-bottom: 175px !important;
  }
  .mt-sm-175 {
    margin-top: 175px !important;
  }
  .-pb-sm-175 {
    padding-bottom: -175px !important;
  }
  .-pt-sm-175 {
    padding-top: -175px !important;
  }
  .-mb-sm-175 {
    margin-bottom: -175px !important;
  }
  .-mt-sm-175 {
    margin-top: -175px !important;
  }
  .pb-sm-180 {
    padding-bottom: 180px !important;
  }
  .pt-sm-180 {
    padding-top: 180px !important;
  }
  .mb-sm-180 {
    margin-bottom: 180px !important;
  }
  .mt-sm-180 {
    margin-top: 180px !important;
  }
  .-pb-sm-180 {
    padding-bottom: -180px !important;
  }
  .-pt-sm-180 {
    padding-top: -180px !important;
  }
  .-mb-sm-180 {
    margin-bottom: -180px !important;
  }
  .-mt-sm-180 {
    margin-top: -180px !important;
  }
  .pb-sm-185 {
    padding-bottom: 185px !important;
  }
  .pt-sm-185 {
    padding-top: 185px !important;
  }
  .mb-sm-185 {
    margin-bottom: 185px !important;
  }
  .mt-sm-185 {
    margin-top: 185px !important;
  }
  .-pb-sm-185 {
    padding-bottom: -185px !important;
  }
  .-pt-sm-185 {
    padding-top: -185px !important;
  }
  .-mb-sm-185 {
    margin-bottom: -185px !important;
  }
  .-mt-sm-185 {
    margin-top: -185px !important;
  }
  .pb-sm-190 {
    padding-bottom: 190px !important;
  }
  .pt-sm-190 {
    padding-top: 190px !important;
  }
  .mb-sm-190 {
    margin-bottom: 190px !important;
  }
  .mt-sm-190 {
    margin-top: 190px !important;
  }
  .-pb-sm-190 {
    padding-bottom: -190px !important;
  }
  .-pt-sm-190 {
    padding-top: -190px !important;
  }
  .-mb-sm-190 {
    margin-bottom: -190px !important;
  }
  .-mt-sm-190 {
    margin-top: -190px !important;
  }
  .pb-sm-195 {
    padding-bottom: 195px !important;
  }
  .pt-sm-195 {
    padding-top: 195px !important;
  }
  .mb-sm-195 {
    margin-bottom: 195px !important;
  }
  .mt-sm-195 {
    margin-top: 195px !important;
  }
  .-pb-sm-195 {
    padding-bottom: -195px !important;
  }
  .-pt-sm-195 {
    padding-top: -195px !important;
  }
  .-mb-sm-195 {
    margin-bottom: -195px !important;
  }
  .-mt-sm-195 {
    margin-top: -195px !important;
  }
  .pb-sm-200 {
    padding-bottom: 200px !important;
  }
  .pt-sm-200 {
    padding-top: 200px !important;
  }
  .mb-sm-200 {
    margin-bottom: 200px !important;
  }
  .mt-sm-200 {
    margin-top: 200px !important;
  }
  .-pb-sm-200 {
    padding-bottom: -200px !important;
  }
  .-pt-sm-200 {
    padding-top: -200px !important;
  }
  .-mb-sm-200 {
    margin-bottom: -200px !important;
  }
  .-mt-sm-200 {
    margin-top: -200px !important;
  }
}
.fs-0 {
  font-size: 0px !important;
}

.fs-1 {
  font-size: 1px !important;
}

.fs-2 {
  font-size: 2px !important;
}

.fs-3 {
  font-size: 3px !important;
}

.fs-4 {
  font-size: 4px !important;
}

.fs-5 {
  font-size: 5px !important;
}

.fs-6 {
  font-size: 6px !important;
}

.fs-7 {
  font-size: 7px !important;
}

.fs-8 {
  font-size: 8px !important;
}

.fs-9 {
  font-size: 9px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-21 {
  font-size: 21px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-23 {
  font-size: 23px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-25 {
  font-size: 25px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-27 {
  font-size: 27px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-29 {
  font-size: 29px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-31 {
  font-size: 31px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-33 {
  font-size: 33px !important;
}

.fs-34 {
  font-size: 34px !important;
}

.fs-35 {
  font-size: 35px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-37 {
  font-size: 37px !important;
}

.fs-38 {
  font-size: 38px !important;
}

.fs-39 {
  font-size: 39px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-41 {
  font-size: 41px !important;
}

.fs-42 {
  font-size: 42px !important;
}

.fs-43 {
  font-size: 43px !important;
}

.fs-44 {
  font-size: 44px !important;
}

.fs-45 {
  font-size: 45px !important;
}

.fs-46 {
  font-size: 46px !important;
}

.fs-47 {
  font-size: 47px !important;
}

.fs-48 {
  font-size: 48px !important;
}

.fs-49 {
  font-size: 49px !important;
}

.fs-50 {
  font-size: 50px !important;
}

@media screen and (max-width: 768px) {
  .fs-md-0 {
    font-size: 0px !important;
  }
  .fs-md-1 {
    font-size: 1px !important;
  }
  .fs-md-2 {
    font-size: 2px !important;
  }
  .fs-md-3 {
    font-size: 3px !important;
  }
  .fs-md-4 {
    font-size: 4px !important;
  }
  .fs-md-5 {
    font-size: 5px !important;
  }
  .fs-md-6 {
    font-size: 6px !important;
  }
  .fs-md-7 {
    font-size: 7px !important;
  }
  .fs-md-8 {
    font-size: 8px !important;
  }
  .fs-md-9 {
    font-size: 9px !important;
  }
  .fs-md-10 {
    font-size: 10px !important;
  }
  .fs-md-11 {
    font-size: 11px !important;
  }
  .fs-md-12 {
    font-size: 12px !important;
  }
  .fs-md-13 {
    font-size: 13px !important;
  }
  .fs-md-14 {
    font-size: 14px !important;
  }
  .fs-md-15 {
    font-size: 15px !important;
  }
  .fs-md-16 {
    font-size: 16px !important;
  }
  .fs-md-17 {
    font-size: 17px !important;
  }
  .fs-md-18 {
    font-size: 18px !important;
  }
  .fs-md-19 {
    font-size: 19px !important;
  }
  .fs-md-20 {
    font-size: 20px !important;
  }
  .fs-md-21 {
    font-size: 21px !important;
  }
  .fs-md-22 {
    font-size: 22px !important;
  }
  .fs-md-23 {
    font-size: 23px !important;
  }
  .fs-md-24 {
    font-size: 24px !important;
  }
  .fs-md-25 {
    font-size: 25px !important;
  }
  .fs-md-26 {
    font-size: 26px !important;
  }
  .fs-md-27 {
    font-size: 27px !important;
  }
  .fs-md-28 {
    font-size: 28px !important;
  }
  .fs-md-29 {
    font-size: 29px !important;
  }
  .fs-md-30 {
    font-size: 30px !important;
  }
  .fs-md-31 {
    font-size: 31px !important;
  }
  .fs-md-32 {
    font-size: 32px !important;
  }
  .fs-md-33 {
    font-size: 33px !important;
  }
  .fs-md-34 {
    font-size: 34px !important;
  }
  .fs-md-35 {
    font-size: 35px !important;
  }
  .fs-md-36 {
    font-size: 36px !important;
  }
  .fs-md-37 {
    font-size: 37px !important;
  }
  .fs-md-38 {
    font-size: 38px !important;
  }
  .fs-md-39 {
    font-size: 39px !important;
  }
  .fs-md-40 {
    font-size: 40px !important;
  }
  .fs-md-41 {
    font-size: 41px !important;
  }
  .fs-md-42 {
    font-size: 42px !important;
  }
  .fs-md-43 {
    font-size: 43px !important;
  }
  .fs-md-44 {
    font-size: 44px !important;
  }
  .fs-md-45 {
    font-size: 45px !important;
  }
  .fs-md-46 {
    font-size: 46px !important;
  }
  .fs-md-47 {
    font-size: 47px !important;
  }
  .fs-md-48 {
    font-size: 48px !important;
  }
  .fs-md-49 {
    font-size: 49px !important;
  }
  .fs-md-50 {
    font-size: 50px !important;
  }
}
@media screen and (max-width: 576px) {
  .fs-sm-0 {
    font-size: 0px !important;
  }
  .fs-sm-1 {
    font-size: 1px !important;
  }
  .fs-sm-2 {
    font-size: 2px !important;
  }
  .fs-sm-3 {
    font-size: 3px !important;
  }
  .fs-sm-4 {
    font-size: 4px !important;
  }
  .fs-sm-5 {
    font-size: 5px !important;
  }
  .fs-sm-6 {
    font-size: 6px !important;
  }
  .fs-sm-7 {
    font-size: 7px !important;
  }
  .fs-sm-8 {
    font-size: 8px !important;
  }
  .fs-sm-9 {
    font-size: 9px !important;
  }
  .fs-sm-10 {
    font-size: 10px !important;
  }
  .fs-sm-11 {
    font-size: 11px !important;
  }
  .fs-sm-12 {
    font-size: 12px !important;
  }
  .fs-sm-13 {
    font-size: 13px !important;
  }
  .fs-sm-14 {
    font-size: 14px !important;
  }
  .fs-sm-15 {
    font-size: 15px !important;
  }
  .fs-sm-16 {
    font-size: 16px !important;
  }
  .fs-sm-17 {
    font-size: 17px !important;
  }
  .fs-sm-18 {
    font-size: 18px !important;
  }
  .fs-sm-19 {
    font-size: 19px !important;
  }
  .fs-sm-20 {
    font-size: 20px !important;
  }
  .fs-sm-21 {
    font-size: 21px !important;
  }
  .fs-sm-22 {
    font-size: 22px !important;
  }
  .fs-sm-23 {
    font-size: 23px !important;
  }
  .fs-sm-24 {
    font-size: 24px !important;
  }
  .fs-sm-25 {
    font-size: 25px !important;
  }
  .fs-sm-26 {
    font-size: 26px !important;
  }
  .fs-sm-27 {
    font-size: 27px !important;
  }
  .fs-sm-28 {
    font-size: 28px !important;
  }
  .fs-sm-29 {
    font-size: 29px !important;
  }
  .fs-sm-30 {
    font-size: 30px !important;
  }
  .fs-sm-31 {
    font-size: 31px !important;
  }
  .fs-sm-32 {
    font-size: 32px !important;
  }
  .fs-sm-33 {
    font-size: 33px !important;
  }
  .fs-sm-34 {
    font-size: 34px !important;
  }
  .fs-sm-35 {
    font-size: 35px !important;
  }
  .fs-sm-36 {
    font-size: 36px !important;
  }
  .fs-sm-37 {
    font-size: 37px !important;
  }
  .fs-sm-38 {
    font-size: 38px !important;
  }
  .fs-sm-39 {
    font-size: 39px !important;
  }
  .fs-sm-40 {
    font-size: 40px !important;
  }
  .fs-sm-41 {
    font-size: 41px !important;
  }
  .fs-sm-42 {
    font-size: 42px !important;
  }
  .fs-sm-43 {
    font-size: 43px !important;
  }
  .fs-sm-44 {
    font-size: 44px !important;
  }
  .fs-sm-45 {
    font-size: 45px !important;
  }
  .fs-sm-46 {
    font-size: 46px !important;
  }
  .fs-sm-47 {
    font-size: 47px !important;
  }
  .fs-sm-48 {
    font-size: 48px !important;
  }
  .fs-sm-49 {
    font-size: 49px !important;
  }
  .fs-sm-50 {
    font-size: 50px !important;
  }
}
.ls-0 {
  letter-spacing: 0em !important;
}

.ls-5 {
  letter-spacing: 0.05em !important;
}

.ls-10 {
  letter-spacing: 0.1em !important;
}

.ls-15 {
  letter-spacing: 0.15em !important;
}

.ls-20 {
  letter-spacing: 0.2em !important;
}

.ls-25 {
  letter-spacing: 0.25em !important;
}

.ls-30 {
  letter-spacing: 0.3em !important;
}

.ls-35 {
  letter-spacing: 0.35em !important;
}

.ls-40 {
  letter-spacing: 0.4em !important;
}

.ls-45 {
  letter-spacing: 0.45em !important;
}

.ls-50 {
  letter-spacing: 0.5em !important;
}

.ls-55 {
  letter-spacing: 0.55em !important;
}

.ls-60 {
  letter-spacing: 0.6em !important;
}

.ls-65 {
  letter-spacing: 0.65em !important;
}

.ls-70 {
  letter-spacing: 0.7em !important;
}

.ls-75 {
  letter-spacing: 0.75em !important;
}

.ls-80 {
  letter-spacing: 0.8em !important;
}

.ls-85 {
  letter-spacing: 0.85em !important;
}

.ls-90 {
  letter-spacing: 0.9em !important;
}

.ls-95 {
  letter-spacing: 0.95em !important;
}

.ls-100 {
  letter-spacing: 1em !important;
}

@media screen and (max-width: 768px) {
  .ls-md-0 {
    letter-spacing: 0em !important;
  }
  .ls-md-5 {
    letter-spacing: 0.05em !important;
  }
  .ls-md-10 {
    letter-spacing: 0.1em !important;
  }
  .ls-md-15 {
    letter-spacing: 0.15em !important;
  }
  .ls-md-20 {
    letter-spacing: 0.2em !important;
  }
  .ls-md-25 {
    letter-spacing: 0.25em !important;
  }
  .ls-md-30 {
    letter-spacing: 0.3em !important;
  }
  .ls-md-35 {
    letter-spacing: 0.35em !important;
  }
  .ls-md-40 {
    letter-spacing: 0.4em !important;
  }
  .ls-md-45 {
    letter-spacing: 0.45em !important;
  }
  .ls-md-50 {
    letter-spacing: 0.5em !important;
  }
  .ls-md-55 {
    letter-spacing: 0.55em !important;
  }
  .ls-md-60 {
    letter-spacing: 0.6em !important;
  }
  .ls-md-65 {
    letter-spacing: 0.65em !important;
  }
  .ls-md-70 {
    letter-spacing: 0.7em !important;
  }
  .ls-md-75 {
    letter-spacing: 0.75em !important;
  }
  .ls-md-80 {
    letter-spacing: 0.8em !important;
  }
  .ls-md-85 {
    letter-spacing: 0.85em !important;
  }
  .ls-md-90 {
    letter-spacing: 0.9em !important;
  }
  .ls-md-95 {
    letter-spacing: 0.95em !important;
  }
  .ls-md-100 {
    letter-spacing: 1em !important;
  }
}
@media screen and (max-width: 576px) {
  .ls-sm-0 {
    letter-spacing: 0em !important;
  }
  .ls-sm-5 {
    letter-spacing: 0.05em !important;
  }
  .ls-sm-10 {
    letter-spacing: 0.1em !important;
  }
  .ls-sm-15 {
    letter-spacing: 0.15em !important;
  }
  .ls-sm-20 {
    letter-spacing: 0.2em !important;
  }
  .ls-sm-25 {
    letter-spacing: 0.25em !important;
  }
  .ls-sm-30 {
    letter-spacing: 0.3em !important;
  }
  .ls-sm-35 {
    letter-spacing: 0.35em !important;
  }
  .ls-sm-40 {
    letter-spacing: 0.4em !important;
  }
  .ls-sm-45 {
    letter-spacing: 0.45em !important;
  }
  .ls-sm-50 {
    letter-spacing: 0.5em !important;
  }
  .ls-sm-55 {
    letter-spacing: 0.55em !important;
  }
  .ls-sm-60 {
    letter-spacing: 0.6em !important;
  }
  .ls-sm-65 {
    letter-spacing: 0.65em !important;
  }
  .ls-sm-70 {
    letter-spacing: 0.7em !important;
  }
  .ls-sm-75 {
    letter-spacing: 0.75em !important;
  }
  .ls-sm-80 {
    letter-spacing: 0.8em !important;
  }
  .ls-sm-85 {
    letter-spacing: 0.85em !important;
  }
  .ls-sm-90 {
    letter-spacing: 0.9em !important;
  }
  .ls-sm-95 {
    letter-spacing: 0.95em !important;
  }
  .ls-sm-100 {
    letter-spacing: 1em !important;
  }
}
.lh-0 {
  line-height: 0 !important;
}

.lh-1 {
  line-height: 0.1 !important;
}

.lh-2 {
  line-height: 0.2 !important;
}

.lh-3 {
  line-height: 0.3 !important;
}

.lh-4 {
  line-height: 0.4 !important;
}

.lh-5 {
  line-height: 0.5 !important;
}

.lh-6 {
  line-height: 0.6 !important;
}

.lh-7 {
  line-height: 0.7 !important;
}

.lh-8 {
  line-height: 0.8 !important;
}

.lh-9 {
  line-height: 0.9 !important;
}

.lh-10 {
  line-height: 1 !important;
}

.lh-11 {
  line-height: 1.1 !important;
}

.lh-12 {
  line-height: 1.2 !important;
}

.lh-13 {
  line-height: 1.3 !important;
}

.lh-14 {
  line-height: 1.4 !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

.lh-16 {
  line-height: 1.6 !important;
}

.lh-17 {
  line-height: 1.7 !important;
}

.lh-18 {
  line-height: 1.8 !important;
}

.lh-19 {
  line-height: 1.9 !important;
}

.lh-20 {
  line-height: 2 !important;
}

.lh-21 {
  line-height: 2.1 !important;
}

.lh-22 {
  line-height: 2.2 !important;
}

.lh-23 {
  line-height: 2.3 !important;
}

.lh-24 {
  line-height: 2.4 !important;
}

.lh-25 {
  line-height: 2.5 !important;
}

.lh-26 {
  line-height: 2.6 !important;
}

.lh-27 {
  line-height: 2.7 !important;
}

.lh-28 {
  line-height: 2.8 !important;
}

.lh-29 {
  line-height: 2.9 !important;
}

.lh-30 {
  line-height: 3 !important;
}

@media screen and (max-width: 768px) {
  .lh-md-0 {
    line-height: 0 !important;
  }
  .lh-md-1 {
    line-height: 0.1 !important;
  }
  .lh-md-2 {
    line-height: 0.2 !important;
  }
  .lh-md-3 {
    line-height: 0.3 !important;
  }
  .lh-md-4 {
    line-height: 0.4 !important;
  }
  .lh-md-5 {
    line-height: 0.5 !important;
  }
  .lh-md-6 {
    line-height: 0.6 !important;
  }
  .lh-md-7 {
    line-height: 0.7 !important;
  }
  .lh-md-8 {
    line-height: 0.8 !important;
  }
  .lh-md-9 {
    line-height: 0.9 !important;
  }
  .lh-md-10 {
    line-height: 1 !important;
  }
  .lh-md-11 {
    line-height: 1.1 !important;
  }
  .lh-md-12 {
    line-height: 1.2 !important;
  }
  .lh-md-13 {
    line-height: 1.3 !important;
  }
  .lh-md-14 {
    line-height: 1.4 !important;
  }
  .lh-md-15 {
    line-height: 1.5 !important;
  }
  .lh-md-16 {
    line-height: 1.6 !important;
  }
  .lh-md-17 {
    line-height: 1.7 !important;
  }
  .lh-md-18 {
    line-height: 1.8 !important;
  }
  .lh-md-19 {
    line-height: 1.9 !important;
  }
  .lh-md-20 {
    line-height: 2 !important;
  }
  .lh-md-21 {
    line-height: 2.1 !important;
  }
  .lh-md-22 {
    line-height: 2.2 !important;
  }
  .lh-md-23 {
    line-height: 2.3 !important;
  }
  .lh-md-24 {
    line-height: 2.4 !important;
  }
  .lh-md-25 {
    line-height: 2.5 !important;
  }
  .lh-md-26 {
    line-height: 2.6 !important;
  }
  .lh-md-27 {
    line-height: 2.7 !important;
  }
  .lh-md-28 {
    line-height: 2.8 !important;
  }
  .lh-md-29 {
    line-height: 2.9 !important;
  }
  .lh-md-30 {
    line-height: 3 !important;
  }
}
@media screen and (max-width: 576px) {
  .lh-sm-0 {
    line-height: 0 !important;
  }
  .lh-sm-1 {
    line-height: 0.1 !important;
  }
  .lh-sm-2 {
    line-height: 0.2 !important;
  }
  .lh-sm-3 {
    line-height: 0.3 !important;
  }
  .lh-sm-4 {
    line-height: 0.4 !important;
  }
  .lh-sm-5 {
    line-height: 0.5 !important;
  }
  .lh-sm-6 {
    line-height: 0.6 !important;
  }
  .lh-sm-7 {
    line-height: 0.7 !important;
  }
  .lh-sm-8 {
    line-height: 0.8 !important;
  }
  .lh-sm-9 {
    line-height: 0.9 !important;
  }
  .lh-sm-10 {
    line-height: 1 !important;
  }
  .lh-sm-11 {
    line-height: 1.1 !important;
  }
  .lh-sm-12 {
    line-height: 1.2 !important;
  }
  .lh-sm-13 {
    line-height: 1.3 !important;
  }
  .lh-sm-14 {
    line-height: 1.4 !important;
  }
  .lh-sm-15 {
    line-height: 1.5 !important;
  }
  .lh-sm-16 {
    line-height: 1.6 !important;
  }
  .lh-sm-17 {
    line-height: 1.7 !important;
  }
  .lh-sm-18 {
    line-height: 1.8 !important;
  }
  .lh-sm-19 {
    line-height: 1.9 !important;
  }
  .lh-sm-20 {
    line-height: 2 !important;
  }
  .lh-sm-21 {
    line-height: 2.1 !important;
  }
  .lh-sm-22 {
    line-height: 2.2 !important;
  }
  .lh-sm-23 {
    line-height: 2.3 !important;
  }
  .lh-sm-24 {
    line-height: 2.4 !important;
  }
  .lh-sm-25 {
    line-height: 2.5 !important;
  }
  .lh-sm-26 {
    line-height: 2.6 !important;
  }
  .lh-sm-27 {
    line-height: 2.7 !important;
  }
  .lh-sm-28 {
    line-height: 2.8 !important;
  }
  .lh-sm-29 {
    line-height: 2.9 !important;
  }
  .lh-sm-30 {
    line-height: 3 !important;
  }
}
.fw-b {
  font-weight: 700 !important;
}

.fw-m {
  font-weight: 500 !important;
}

.fw-r {
  font-weight: 400 !important;
}

.fw-l {
  font-weight: 300 !important;
}

.fw-t {
  font-weight: 100 !important;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.ggmap {
  position: relative;
  height: 480px;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: -140px;
  left: 0;
  width: 100%;
  height: 600px;
}

.ggmap iframe {
  height: 800px;
}

.hoverBtn {
  transition: 0.3s;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
}
.btn::-ms-expand {
  display: none;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

header {
  height: 80px;
  width: 100%;
  padding: 0 4%;
  z-index: 100;
  position: sticky;
  top: 0px;
  left: 0px;
  -webkit-backdrop-filter: blur(20px) saturate(180%);
          backdrop-filter: blur(20px) saturate(180%);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  header {
    height: 60px;
    padding: 0;
  }
}
header .headerInner {
  max-width: 1600px;
  margin: 0 auto;
  height: inherit;
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  header .headerInner {
    padding: 0 4%;
    justify-content: center;
  }
}
header .headerTop {
  display: none;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 1000;
  transform: translate(0, -50%);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  header .headerTop {
    display: flex;
  }
}
header .headerTop .menuBtn {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
header .headerTop .menuBtn .menu-trigger,
header .headerTop .menuBtn .menu-trigger span {
  display: block;
  transition: all 0.4s;
  box-sizing: border-box;
}
header .headerTop .menuBtn .menu-trigger,
header .headerTop .menuBtn .menuBtn {
  position: relative;
  width: 30px;
  height: 18px;
}
header .headerTop .menuBtn .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
}
header .headerTop .menuBtn .menu-trigger span:nth-of-type(1) {
  top: 0;
}
header .headerTop .menuBtn .menu-trigger span:nth-of-type(2) {
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}
header .headerTop .menuBtn .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
header .headerTop .menuBtn .menu-trigger.active span:nth-of-type(1) {
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}
header .headerTop .menuBtn .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
header .headerTop .menuBtn .menu-trigger.active span:nth-of-type(3) {
  bottom: 50%;
  transform: translate(0, 50%) rotate(-45deg);
}
header .logoBox {
  height: 100%;
  position: relative;
  z-index: 1000;
  display: flex;
  align-items: center;
}
header .logoBox a {
  font-size: 16px;
  color: #333;
  transition: 0.3s;
}
header .logoBox a:hover {
  opacity: 0.8;
}
header .logoBox img {
  width: 200px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  header .logoBox img {
    height: 45px;
    -o-object-position: center;
       object-position: center;
  }
}
header nav {
  height: 100%;
  margin-right: 20px;
}
@media screen and (min-width: 769px) {
  header nav {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  header nav {
    display: none;
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 500;
    align-items: center;
    justify-content: center;
  }
}
header nav .navInner {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  header nav .navInner {
    height: 100%;
    text-align: center;
  }
}
header nav .navInner ul {
  height: inherit;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0 60px;
}
@media screen and (max-width: 768px) {
  header nav .navInner ul {
    gap: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  header nav .navInner ul {
    width: 100%;
    max-width: 400px;
    height: auto;
    flex-direction: column;
    gap: 30px;
  }
}
header nav .navInner ul li {
  height: inherit;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header nav .navInner ul li {
    display: block;
  }
}
header nav .navInner ul li a {
  white-space: nowrap;
  transition: 0.3s;
}
header nav .navInner ul li a:hover {
  color: #ffda00;
}
header nav .navInner ul li a > span {
  display: block;
}
header nav .navInner ul li a > span > span {
  display: block;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
header nav .navInner ul li a > span > span.en {
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  header nav .navInner ul li a > span > span.en {
    font-size: 16px;
  }
}
header nav .navInner ul li a > span > span.jp {
  font-size: 12px;
}
header.fix {
  height: 60px;
}
header.fix .headerInner .logoBox img {
  width: 200px;
  height: 45px;
}
header.white {
  background: rgba(255, 255, 255, 0.8);
}
header.white .logoBox a {
  color: #333;
}
header.white nav a {
  color: #333;
}
@media screen and (max-width: 768px) {
  header.white nav {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
header.white .headerTop .menuBtn .menu-trigger span {
  background: #333;
}
header.black {
  background: rgba(0, 0, 0, 0.8);
}
header.black .logoBox a {
  color: #FFF;
}
header.black nav a {
  color: #FFF;
}
@media screen and (max-width: 768px) {
  header.black nav {
    background-color: rgba(0, 0, 0, 0.9);
  }
}
header.black .headerTop .menuBtn .menu-trigger span {
  background: #FFF;
}
header.gray {
  background: rgba(51, 51, 51, 0.8);
}
header.gray .logoBox a {
  color: #FFF;
}
header.gray nav a {
  color: #FFF;
}
@media screen and (max-width: 768px) {
  header.gray nav {
    background-color: rgba(51, 51, 51, 0.9);
  }
}
header.gray .headerTop .menuBtn .menu-trigger span {
  background: #FFF;
}
header.custom {
  background: rgba(255, 0, 0, 0.8);
}
header.custom .logoBox a {
  color: #333;
}
header.custom nav a {
  color: blue;
}
header.custom nav a:hover {
  color: green;
}
@media screen and (max-width: 768px) {
  header.custom nav {
    background-color: rgba(255, 255, 0, 0.9);
  }
}
header.custom .headerTop .menuBtn .menu-trigger span {
  background: #666;
}

footer {
  padding: 70px 20px;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 50px 4% 80px 4%;
  }
}
footer * {
  font-family: "Noto Sans JP", sans-serif;
}
footer.custom {
  background: #111;
}
footer.custom .logoBox svg {
  fill: white;
}
footer.custom .links dt {
  color: white;
}
footer.custom .links dt a {
  color: white;
}
footer.custom .links dt a:hover {
  color: white;
}
footer.custom .links dd {
  color: white;
}
footer.custom .links dd a {
  color: white;
}
footer.custom .links dd a:hover {
  color: white;
}
footer.custom .icon_x::before {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23FFFFFF' xmlns='http://www.w3.org/2000/svg'><path d='M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z'/></svg>");
}
footer.custom .icon_instagram::before {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23FFFFFF' xmlns='http://www.w3.org/2000/svg'><path d='M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.9 3.9 0 0 0-1.417.923A3.9 3.9 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.9 3.9 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.9 3.9 0 0 0-.923-1.417A3.9 3.9 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599s.453.546.598.92c.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.5 2.5 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.5 2.5 0 0 1-.92-.598 2.5 2.5 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233s.008-2.388.046-3.231c.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92s.546-.453.92-.598c.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92m-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217m0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334'/></svg>");
}
footer.custom .icon_youtube::before {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23FFFFFF' xmlns='http://www.w3.org/2000/svg'><path d='M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.01 2.01 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.01 2.01 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31 31 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.01 2.01 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A100 100 0 0 1 7.858 2zM6.4 5.209v4.818l4.157-2.408z'/></svg>");
}
footer.custom .icon_facebook::before {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23FFFFFF' xmlns='http://www.w3.org/2000/svg'><path d='M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z'/></svg>");
}
footer.custom #copy small {
  color: #FFF;
}
footer.white {
  background: #FFF;
}
footer.white * {
  color: #666;
}
footer.white .logoBox svg {
  fill: #000;
}
footer.white .icon_x::before {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23666' xmlns='http://www.w3.org/2000/svg'><path d='M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z'/></svg>");
}
footer.white .icon_instagram::before {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23666' xmlns='http://www.w3.org/2000/svg'><path d='M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.9 3.9 0 0 0-1.417.923A3.9 3.9 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.9 3.9 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.9 3.9 0 0 0-.923-1.417A3.9 3.9 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599s.453.546.598.92c.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.5 2.5 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.5 2.5 0 0 1-.92-.598 2.5 2.5 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233s.008-2.388.046-3.231c.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92s.546-.453.92-.598c.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92m-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217m0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334'/></svg>");
}
footer.white .icon_youtube::before {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23666' xmlns='http://www.w3.org/2000/svg'><path d='M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.01 2.01 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.01 2.01 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31 31 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.01 2.01 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A100 100 0 0 1 7.858 2zM6.4 5.209v4.818l4.157-2.408z'/></svg>");
}
footer.white .icon_facebook::before {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23666' xmlns='http://www.w3.org/2000/svg'><path d='M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z'/></svg>");
}
footer.black {
  background: #000;
}
footer.gray {
  background: #333;
}
footer.black *, footer.gray * {
  color: #FFF;
}
footer.black .logoBox svg, footer.gray .logoBox svg {
  fill: #FFF;
}
footer.black .icon_x::before, footer.gray .icon_x::before {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23FFF' xmlns='http://www.w3.org/2000/svg'><path d='M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z'/></svg>");
}
footer.black .icon_instagram::before, footer.gray .icon_instagram::before {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23FFF' xmlns='http://www.w3.org/2000/svg'><path d='M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.9 3.9 0 0 0-1.417.923A3.9 3.9 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.9 3.9 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.9 3.9 0 0 0-.923-1.417A3.9 3.9 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599s.453.546.598.92c.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.5 2.5 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.5 2.5 0 0 1-.92-.598 2.5 2.5 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233s.008-2.388.046-3.231c.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92s.546-.453.92-.598c.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92m-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217m0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334'/></svg>");
}
footer.black .icon_youtube::before, footer.gray .icon_youtube::before {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23FFF' xmlns='http://www.w3.org/2000/svg'><path d='M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.01 2.01 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.01 2.01 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31 31 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.01 2.01 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A100 100 0 0 1 7.858 2zM6.4 5.209v4.818l4.157-2.408z'/></svg>");
}
footer.black .icon_facebook::before, footer.gray .icon_facebook::before {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23FFF' xmlns='http://www.w3.org/2000/svg'><path d='M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z'/></svg>");
}
footer .icon_x::before,
footer .icon_instagram::before,
footer .icon_youtube::before,
footer .icon_facebook::before {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 5px;
  content: "";
  vertical-align: -0.125em;
  background-repeat: no-repeat;
  background-size: 100%;
}
footer .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 30px auto;
  display: flex;
  justify-content: space-between;
  gap: 50px 100px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  footer .inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }
}
footer .inner .logoBox a {
  transition: 0.3s;
}
footer .inner .logoBox a:hover {
  opacity: 0.5;
}
footer .inner .links {
  flex: 1;
  display: flex;
  justify-content: space-between;
  gap: 20px 50px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  footer .inner .links {
    flex-direction: column;
  }
}
footer .inner .links dl {
  display: flex;
  flex-direction: column;
  gap: 20px;
  letter-spacing: 0.05em;
}
footer .inner .links dl > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
footer .inner .links dl dt {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  footer .inner .links dl dt {
    font-size: 15px;
  }
}
footer .inner .links dl dd {
  font-size: 14px;
}
@media screen and (max-width: 576px) {
  footer .inner .links dl dd {
    font-size: 13px;
  }
}
footer .inner .links dl a {
  text-decoration: underline;
}
footer .inner .links dl a:hover {
  text-decoration: none;
}
footer #copy {
  text-align: center;
  line-height: 1.2;
}
footer #copy small {
  font-size: 12px;
}
@media screen and (max-width: 576px) {
  footer #copy small {
    font-size: 10px;
  }
}

.topPage article {
  padding-bottom: 50px;
}

.productsPage article {
  padding-top: 100px;
  padding-bottom: 50px;
}

.topPage .mv .inner {
  background-color: #00dbda;
  position: relative;
}
@media screen and (max-width: 576px) {
  .topPage .mv .inner {
    padding-top: 60px;
  }
}
.topPage .mv .inner figure.minion {
  position: absolute;
  top: 14px;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: block;
  width: 240px;
  z-index: 2;
}
@media screen and (max-width: 576px) {
  .topPage .mv .inner figure.minion {
    top: 9px;
    width: 130px;
  }
}
.topPage .mv .inner figure.mv_logo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 220px;
  z-index: 2;
}
@media screen and (max-width: 576px) {
  .topPage .mv .inner figure.mv_logo {
    width: 100px;
  }
}

.bgMinions {
  background: url("../img/cmn/bg.svg") repeat;
}
@media screen and (max-width: 1600px) {
  .bgMinions {
    background: url("../img/cmn/bg.svg") repeat;
  }
}
@media screen and (max-width: 768px) {
  .bgMinions {
    background: url("../img/cmn/bg.svg") repeat;
  }
}

.underPage .bgMinions {
  background: url("../img/cmn/img_minion03.webp") no-repeat top 30px right/10vw, url("../img/cmn/bg.svg") repeat;
}
@media screen and (max-width: 1600px) {
  .underPage .bgMinions {
    background: url("../img/cmn/img_minion03.webp") no-repeat top 30px right/10vw, url("../img/cmn/bg.svg") repeat;
  }
}
@media screen and (max-width: 768px) {
  .underPage .bgMinions {
    background: url("../img/cmn/img_minion03.webp") no-repeat top 30px right/10vw, url("../img/cmn/bg.svg") repeat;
  }
}

.ttl {
  padding-bottom: 80px;
  margin-bottom: 50px;
  font-size: 50px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
  color: black;
  background: url("../img/cmn/ttl.svg") no-repeat center bottom 20px/30%;
}
@media screen and (max-width: 576px) {
  .ttl {
    padding-bottom: 65px;
    font-size: 30px;
    background: url("../img/cmn/ttl.svg") no-repeat center bottom 20px/50%;
  }
}

.sTtl {
  margin-bottom: 50px;
  font-size: 40px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  text-align: center;
  color: black;
}
@media screen and (max-width: 576px) {
  .sTtl {
    margin-bottom: 40px;
    font-size: 26px;
  }
}

.ssTtl {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #3e9de5;
}
@media screen and (max-width: 576px) {
  .ssTtl {
    font-size: 18px;
  }
}

.dotList {
  padding-left: 1em;
  position: relative;
}
.dotList::before {
  content: "・";
  position: absolute;
  top: 0px;
  left: 0px;
}

.informationBox .contents {
  overflow: hidden;
}
.informationBox .contents dl {
  border-top: 5px solid #111;
  padding: 20px;
  background: #f8d829;
  display: flex;
  gap: 5px 20px;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .informationBox .contents dl {
    border-top: 4px solid #111;
  }
}
.informationBox .contents dl:last-child {
  border-bottom: 5px solid #111;
}
@media screen and (max-width: 576px) {
  .informationBox .contents dl:last-child {
    border-bottom: 4px solid #111;
  }
}
.informationBox .contents dl dt {
  font-size: 14px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .informationBox .contents dl dt {
    font-size: 12px;
  }
}
.informationBox .contents dl dd {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .informationBox .contents dl dd {
    font-size: 14px;
  }
}
.informationBox .contents dl dd a {
  color: #333;
  font-weight: 600;
  text-decoration: underline;
}
.informationBox .contents dl dd a:hover {
  text-decoration: none;
}

.topPage .informationBox {
  padding: 100px 10px;
}

.topPage .productsList .contents {
  max-width: 800px;
  margin: 0 auto 100px auto;
  gap: 50px 40px;
}
.topPage .productsList .contents .box {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 768px) {
  .topPage .productsList .contents {
    max-width: 500px;
    gap: 50px 20px;
  }
  .topPage .productsList .contents .box {
    width: calc((100% - 20px) / 2);
  }
}

.productsPage .productsList .contents {
  max-width: 800px;
  margin: 0 auto;
  gap: 50px 30px;
}
.productsPage .productsList .contents .box {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 768px) {
  .productsPage .productsList .contents {
    max-width: 500px;
    gap: 50px 20px;
  }
  .productsPage .productsList .contents .box {
    width: calc((100% - 20px) / 2);
  }
}

.productsList {
  padding-left: 10px;
  padding-right: 10px;
}
.productsList .contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.productsList .contents .box a .imgBox {
  padding: 30px;
  position: relative;
  background-color: #f8d829;
  border-radius: 100%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .productsList .contents .box a .imgBox {
    padding: 20px;
  }
}
.productsList .contents .box a .imgBox img {
  border-radius: 100%;
  transition: 0.8s;
}
.productsList .contents .box a .imgBox::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  transition: 0.3s;
}
.productsList .contents .box a h3 {
  margin-top: 10px;
  font-size: 16px;
  color: black;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .productsList .contents .box a h3 {
    font-size: 14px;
  }
}
.productsList .contents .box a:hover .imgBox img {
  transform: scale(1.1);
}

.about_minions {
  background-color: #f8d829;
  border-top: 5px solid #000;
  border-bottom: 5px solid #000;
  padding: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .about_minions {
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
  }
}
.about_minions p {
  font-size: 14px;
}

.productsMV {
  margin: 0 10px;
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .productsMV {
    margin-bottom: 50px;
  }
}

.textDetail {
  margin: 0 10px 50px;
  display: flex;
  align-items: top;
  font-size: 18px;
}
@media screen and (max-width: 576px) {
  .textDetail {
    margin: 0 10px 30px;
    font-size: inherit;
  }
}
.textDetail figure {
  width: 25%;
}
@media screen and (max-width: 576px) {
  .textDetail figure {
    width: 30%;
  }
}
.textDetail .textDetail_inner {
  width: 75%;
}
@media screen and (max-width: 576px) {
  .textDetail .textDetail_inner {
    width: 70%;
  }
}
.textDetail ul {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 15px;
}
.textDetail ul li {
  list-style: disc;
  margin-left: 1rem;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.6;
}
.textDetail ul li:last-child {
  margin-bottom: 0;
}

.ph_callery {
  margin: 0 10px 50px;
}
.ph_callery ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ph_callery ul li {
  margin: 0 10px 20px;
  width: calc(50% - 33.3333333333px);
}
@media screen and (max-width: 576px) {
  .ph_callery ul li {
    width: 100%;
    margin: 0 auto 10px;
  }
}
.ph_callery ul li figure img {
  background-color: #fff;
  padding: 5px;
  border: 1px solid #ccc;
}
.ph_callery ul li figure figcaption {
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 576px) {
  .ph_callery ul li figure figcaption {
    font-size: 12px;
    text-align: left;
  }
}
.ph_callery ul li figure figcaption span {
  font-size: 12px;
  display: inline-block;
}
@media screen and (max-width: 576px) {
  .ph_callery ul li figure figcaption span {
    display: inline;
  }
}

@media screen and (max-width: 576px) {
  .mw-sm-100 {
    max-width: 100px;
  }
}

.cl_bobtim {
  color: #fcb100;
}

.price_spec {
  margin-bottom: 30px;
}
.price_spec dt {
  color: black;
}
.price_spec dd {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 576px) {
  .price_spec dd {
    font-size: 16px;
  }
}
.price_spec dd .zei {
  font-size: 70%;
}
.price_spec span {
  font-size: 70%;
}

.launched {
  background: black;
  color: #ffda00;
  padding: 10px 20px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 576px) {
  .launched {
    font-size: 16px;
    margin: 0 10px 30px;
  }
}

.products_coution {
  padding: 0 10px;
  margin-top: 50px;
  font-size: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 576px) {
  .products_coution {
    align-items: flex-start;
  }
}
.products_coution li {
  padding-left: 1em;
  position: relative;
}
.products_coution li::before {
  content: "※";
  position: absolute;
  top: 0px;
  left: 0px;
}

.column {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.6;
}

.us_license {
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #fff;
  padding: 10px;
  margin: 40px 10px;
}
@media screen and (max-width: 768px) {
  .us_license {
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
  }
}

.minions_copyright {
  padding: 0 10px;
  margin-top: 20px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .minions_copyright {
    padding: 0 10px;
    text-align: center;
    font-size: 12px;
  }
}
.minions_copyright p {
  margin-bottom: 0;
}
.minions_copyright p.us_license {
  font-size: 12px;
}

.btm_minions {
  margin: 50px auto;
}
@media screen and (max-width: 576px) {
  .btm_minions {
    margin: 0 auto 20px;
  }
}

.sbmn {
  text-align: center;
  width: 100%;
  display: inline-block;
  position: sticky;
  left: calc(100vw - 7em);
  bottom: 20px;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .sbmn {
    padding: 15px 10px 0;
  }
}
@media screen and (max-width: 576px) {
  .sbmn {
    display: none;
  }
}
.sbmn .sbmn_inner {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
          backdrop-filter: blur(20px) saturate(180%);
  border-radius: 100px;
  margin: 0 auto;
  padding: 10px 40px 2px;
  display: inline-block;
  max-width: 800px;
}
.sbmn .sbmn_inner ul {
  display: flex;
  justify-content: center;
}
.sbmn .sbmn_inner ul li {
  text-align: center;
  margin: 0 10px 10px;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .sbmn .sbmn_inner ul li {
    width: 80px;
  }
}
.sbmn .sbmn_inner ul li a {
  color: #333;
}
.sbmn .sbmn_inner ul li a figure img {
  width: 70%;
  margin-bottom: 5px;
}
.sbmn .sbmn_inner ul li a figure figcaption {
  font-size: 10px;
  line-height: 1.2;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  text-wrap: nowrap;
}
.sbmn .sbmn_inner ul li a:hover figure {
  transform: scale(1.1);
  transition: 0.3s;
}/*# sourceMappingURL=style.css.map */