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%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

/*
@mixin btn--thrd {
    background: $gry--l;
    color: black;
    &:hover {
        background:lighten($gry--l,10);
    }
}
*/
.nav {
  height: 40px;
}
@media only screen and (max-width: 414px) {
  .nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
  }
}

.nav li {
  position: relative;
}
@media only screen and (max-width: 414px) {
  .nav li {
    text-align: center;
    width: 100%;
  }
}

.nav li a {
  display: block;
  height: 40px;
  line-height: 2.8;
}
.nav > li:hover > a {
  /*layer-1*/
  color: #403838;
}
.nav > li li:hover > a {
  /*layer-2*/
  color: #403838;
}
.nav li ul {
  top: 40px;
}
@media only screen and (min-width: 1000px) {
  .nav li ul {
    position: absolute;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  .nav li ul {
    position: absolute;
  }
}
.nav li ul li {
  overflow: hidden;
  height: 0;
  font-size: 7pt;
}

.nav li:hover > ul > li {
  overflow: visible;
  height: 40px;
}

.acd-check {
  display: none;
}

.acd-label {
  display: block;
}
.acd-label span {
  border-bottom: 1px solid white;
  padding-bottom: 5px;
}

.acd-content {
  height: 0;
  opacity: 0;
  transition: 0.1s;
  visibility: hidden;
}

.acd-check:checked + .acd-label {
  color: #403838;
}

.acd-check:checked + .acd-label span {
  border-bottom-color: #403838;
}

.acd-check:checked + .acd-label + .acd-content {
  opacity: 1;
  padding: 10px;
  visibility: visible;
}
.acd-check:checked + .acd-label + .acd-content:hover {
  color: #403838;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  color: white;
  box-sizing: border-box;
  background: black;
  letter-spacing: 0.14em;
}
@media only screen and (min-width: 1000px) {
  html,
body {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  html,
body {
    font-size: 1rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 414px) {
  html,
body {
    font-size: 1rem;
    line-height: 2;
  }
}
@media only screen and (min-width: 1000px) {
  html,
body {
    font-size: 7pt;
    height: 100%;
    line-height: 1.5;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  html,
body {
    -webkit-text-size-adjust: 100%;
            text-size-adjust: 100%;
    font-size: 7pt;
    height: 100%;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 414px) {
  html,
body {
    font-size: 8pt;
    line-height: 1.5;
    min-height: 100%;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}
@media only screen and (max-width: 414px) {
  img {
    width: 100%;
  }
}

.clear {
  clear: both;
  line-height: 0;
  height: 0;
}

a {
  color: white;
  text-decoration: none;
}
@media only screen and (min-width: 1000px) {
  #l-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    padding-left: 100px;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  #l-wrap {
    background-image: url(../images/front/wrap-bg.jpg);
    background-repeat: no-repeat;
    background-size: 95%;
    background-position: 50vw 30%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 7%;
  }
}
@media only screen and (max-width: 414px) {
  #l-wrap {
    background-image: url(../images/front/wrap-bg--sp.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
    background-attachment: fixed;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    padding: 15% 7%;
  }
}

@media only screen and (min-width: 1000px) {
  #l-container {
    background-image: url(../images/front/wrap-bg.jpg);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: 300px bottom;
    height: 800px;
    padding: 170px 0 0 0;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  #l-container {
    height: 50%;
    width: 100%;
  }
}
@media only screen and (max-width: 414px) {
  #l-container {
    width: 100%;
  }
}

.c-btnBlk {
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  .c-btnBlk {
    margin-top: 5vh;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  .c-btnBlk {
    margin-top: 5vh;
  }
}
@media only screen and (max-width: 414px) {
  .c-btnBlk {
    margin-top: 5%;
  }
}

.c-btn {
  color: white;
  transition: background 0.3s;
  text-align: center;
  height: 100%;
  border-radius: 100px !important;
  letter-spacing: 0.1em;
  border: none;
}
@media only screen and (min-width: 1000px) {
  .c-btn {
    display: inline-block;
    padding: 0.7em 2em;
  }
}
@media only screen and (min-width: 1000px) and (min-width: 1000px) {
  .c-btn {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
  }
}
@media only screen and (min-width: 1000px) and (min-width: 415px) and (max-width: 999px) {
  .c-btn {
    font-size: 1rem;
    line-height: 2;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 414px) {
  .c-btn {
    font-size: 1rem;
    line-height: 2;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  .c-btn {
    display: inline-block;
    padding: 0.7em 2em;
  }
}
@media only screen and (min-width: 415px) and (max-width: 999px) and (min-width: 1000px) {
  .c-btn {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 2;
  }
}
@media (min-width: 415px) and (max-width: 999px) and (min-width: 415px) and (max-width: 999px) {
  .c-btn {
    font-size: 1.0625rem;
    line-height: 2;
  }
}
@media only screen and (min-width: 415px) and (max-width: 999px) and (max-width: 414px) {
  .c-btn {
    font-size: 1.0625rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 414px) {
  .c-btn {
    display: block;
    padding: 1em 2em;
  }
}
@media only screen and (max-width: 414px) and (min-width: 1000px) {
  .c-btn {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 999px) {
  .c-btn {
    font-size: 1rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 414px) and (max-width: 414px) {
  .c-btn {
    font-size: 1rem;
    line-height: 2;
  }
}
.c-btn:hover {
  text-decoration: none;
}

.c-btn--prm {
  background: black;
  color: black;
}
.c-btn--prm:hover {
  background: #1a1a1a;
}

.c-btn--scnd {
  background: white;
  color: black;
}
.c-btn--scnd:hover {
  background: white;
}

/*
.c-btn--thrd {
    @include btn--thrd;
}
*/
.c-btn--submit {
  color: white;
  transition: background 0.3s;
  text-align: center;
  height: 100%;
  border-radius: 100px !important;
  letter-spacing: 0.1em;
  border: none;
}
@media only screen and (min-width: 1000px) {
  .c-btn--submit {
    display: inline-block;
    padding: 0.7em 2em;
  }
}
@media only screen and (min-width: 1000px) and (min-width: 1000px) {
  .c-btn--submit {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
  }
}
@media only screen and (min-width: 1000px) and (min-width: 415px) and (max-width: 999px) {
  .c-btn--submit {
    font-size: 1rem;
    line-height: 2;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 414px) {
  .c-btn--submit {
    font-size: 1rem;
    line-height: 2;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  .c-btn--submit {
    display: inline-block;
    padding: 0.7em 2em;
  }
}
@media only screen and (min-width: 415px) and (max-width: 999px) and (min-width: 1000px) {
  .c-btn--submit {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 2;
  }
}
@media (min-width: 415px) and (max-width: 999px) and (min-width: 415px) and (max-width: 999px) {
  .c-btn--submit {
    font-size: 1.0625rem;
    line-height: 2;
  }
}
@media only screen and (min-width: 415px) and (max-width: 999px) and (max-width: 414px) {
  .c-btn--submit {
    font-size: 1.0625rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 414px) {
  .c-btn--submit {
    display: block;
    padding: 1em 2em;
  }
}
@media only screen and (max-width: 414px) and (min-width: 1000px) {
  .c-btn--submit {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 999px) {
  .c-btn--submit {
    font-size: 1rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 414px) and (max-width: 414px) {
  .c-btn--submit {
    font-size: 1rem;
    line-height: 2;
  }
}
.c-btn--submit:hover {
  text-decoration: none;
}

.c-btn--submit--back {
  background: #dddddd;
  color: black;
}
.c-btn--submit--back:hover {
  background: #f7f7f7;
}
@media only screen and (min-width: 1000px) {
  .c-btn--submit--back {
    margin-right: 1em;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  .c-btn--submit--back {
    margin-right: 1em;
  }
}
@media only screen and (max-width: 414px) {
  .c-btn--submit--back {
    margin-bottom: 1em;
  }
}

@media only screen and (min-width: 1000px) {
  .c-ff--jp {
    font-size: 8pt;
  }
}
.c-inner {
  margin: auto;
}
@media only screen and (min-width: 1000px) {
  .c-inner {
    width: 900px;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  .c-inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (max-width: 414px) {
  .c-inner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-input {
  width: 100%;
  background: white;
  border: none;
}
@media only screen and (min-width: 1000px) {
  .c-input {
    padding: 0.5em 1em;
  }
}
@media only screen and (min-width: 1000px) and (min-width: 1000px) {
  .c-input {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 2;
  }
}
@media only screen and (min-width: 1000px) and (min-width: 415px) and (max-width: 999px) {
  .c-input {
    font-size: 0.9375rem;
    line-height: 2;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 414px) {
  .c-input {
    font-size: 0.9375rem;
    line-height: 2;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  .c-input {
    padding: 0.5em 1em;
  }
}
@media only screen and (min-width: 415px) and (max-width: 999px) and (min-width: 1000px) {
  .c-input {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
  }
}
@media (min-width: 415px) and (max-width: 999px) and (min-width: 415px) and (max-width: 999px) {
  .c-input {
    font-size: 1rem;
    line-height: 2;
  }
}
@media only screen and (min-width: 415px) and (max-width: 999px) and (max-width: 414px) {
  .c-input {
    font-size: 1rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 414px) {
  .c-input {
    padding: 0.6em 1em;
  }
}
@media only screen and (max-width: 414px) and (min-width: 1000px) {
  .c-input {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 999px) {
  .c-input {
    font-size: 1rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 414px) and (max-width: 414px) {
  .c-input {
    font-size: 1rem;
    line-height: 2;
  }
}

.c-link {
  transition: color 0.3s;
}

.c-link--prm {
  color: black;
}
.c-link--prm:hover {
  color: #1a1a1a;
}

.c-link--scnd {
  color: white;
}
.c-link--scnd:hover {
  color: white;
}

.c-section__ttl {
  letter-spacing: 0.15em;
  font-weight: 600;
}
@media only screen and (min-width: 1000px) {
  .c-section__ttl {
    font-size: 11pt;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  .c-section__ttl {
    font-size: 11pt;
  }
}
@media only screen and (min-width: 415px) and (max-width: 999px) and (min-width: 1000px) {
  .c-section__ttl {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 2;
  }
}
@media (min-width: 415px) and (max-width: 999px) and (min-width: 415px) and (max-width: 999px) {
  .c-section__ttl {
    font-size: 1.5625rem;
    line-height: 2;
  }
}
@media only screen and (min-width: 415px) and (max-width: 999px) and (max-width: 414px) {
  .c-section__ttl {
    font-size: 1.5625rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 414px) {
  .c-section__ttl {
    font-size: 14pt;
  }
}
@media only screen and (max-width: 414px) and (min-width: 1000px) {
  .c-section__ttl {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 999px) {
  .c-section__ttl {
    font-size: 1.25rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 414px) and (max-width: 414px) {
  .c-section__ttl {
    font-size: 1.25rem;
    line-height: 2;
  }
}

@media only screen and (min-width: 1000px) {
  .c-tel {
    font-size: 7pt;
  }
}
@media only screen and (min-width: 1000px) {
  .p-footer {
    margin-top: 70px;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  .p-footer {
    padding: 0 7% 5%;
    margin-top: 5vh;
  }
}
@media only screen and (max-width: 414px) {
  .p-footer {
    display: none;
  }
}

.p-footer__copy {
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
}
.p-header {
  width: 100%;
}
@media only screen and (max-width: 414px) {
  .p-header {
    width: 80%;
  }
}

@media only screen and (max-width: 414px) {
  .p-header__inner {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1000px) {
  .p-header__logo {
    width: 227px;
    margin-left: 20px;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  .p-header__logo {
    width: 227px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 414px) {
  .p-header__logo {
    margin-left: 11%;
    width: 100%;
  }
}

.p-header__lead {
  font-weight: bold;
}
@media only screen and (min-width: 1000px) {
  .p-header__lead {
    margin-top: 50px;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  .p-header__lead {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 414px) {
  .p-header__lead {
    margin-top: 7%;
  }
}

.p-audio_button:hover {
  color: #403838;
}

.p-audio__credit {
  color: #403838;
}
@media only screen and (min-width: 1000px) {
  .p-audio__credit {
    margin-top: 5px;
    font-size: 7pt;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  .p-audio__credit {
    margin-top: 1vh;
    font-size: 7pt;
  }
}
/* front */
@media only screen and (min-width: 1000px) {
  .front-article {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  .front-article {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  .front-blk {
    width: 38%;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  .front-blk--first {
    width: 40%;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  .front-blk--second {
    width: 60%;
  }
}
@media only screen and (min-width: 1000px) {
  .front-press {
    padding-left: 50px;
    margin-top: 100px;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  .front-press {
    padding-left: 5vw;
    margin-top: 10vh;
  }
}
@media only screen and (max-width: 414px) {
  .front-press {
    text-align: center;
    margin-top: 10vh;
  }
}

@media only screen and (max-width: 414px) {
  .front-press__ttl {
    text-align: center;
  }
}

.front-press__link {
  border-bottom: 1px solid white;
}
@media only screen and (min-width: 1000px) {
  .front-press__link {
    padding-bottom: 3px;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  .front-press__link {
    padding-bottom: 3px;
  }
}
@media only screen and (max-width: 414px) {
  .front-press__link {
    padding-bottom: 2px;
  }
}

@media only screen and (min-width: 1000px) {
  .front-press__content {
    margin-top: 15px;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  .front-press__content {
    margin-top: 1vh;
  }
}
@media only screen and (max-width: 414px) {
  .front-press__content {
    margin-top: 0.5vh;
  }
}

@media (min-width: 415px) and (max-width: 999px) {
  .front-info {
    padding-left: 13vw;
  }
}
@media only screen and (max-width: 414px) {
  .front-info {
    margin-top: 15vh;
  }
}

@media only screen and (min-width: 1000px) {
  .front-info__blk {
    padding-left: 30px;
    margin-top: 25px;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  .front-info__blk {
    padding-left: 3vw;
    margin-top: 2vh;
  }
}
@media only screen and (max-width: 414px) {
  .front-info__blk {
    padding-left: 5vw;
    margin-top: 2vh;
  }
}

@media only screen and (min-width: 1000px) {
  .front-info__box {
    margin-top: 15px;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  .front-info__box {
    margin-top: 2vh;
  }
}
@media only screen and (max-width: 414px) {
  .front-info__box {
    margin-top: 3vh;
  }
}

@media only screen and (min-width: 1000px) {
  .front-info__box--en {
    margin-top: 40px;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  .front-info__box--en {
    margin-top: 5vh;
  }
}
@media only screen and (max-width: 414px) {
  .front-info__box--en {
    display: none;
  }
}

@media only screen and (max-width: 414px) {
  .front-info__addr--sp {
    margin-top: 2vh;
  }
}

@media only screen and (min-width: 1000px) {
  .front-info__telBlk {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 5px;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  .front-info__telBlk {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 414px) {
  .front-info__telBlk {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 5px;
  }
}

@media only screen and (min-width: 1000px) {
  .front-info__telBox--last {
    margin-left: 35px;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  .front-info__telBox--last {
    margin-left: 4vw;
  }
}
@media only screen and (max-width: 414px) {
  .front-info__telBox--last {
    margin-left: 5%;
  }
}

@media only screen and (min-width: 1000px) {
  .front-info__telBox--last--en {
    margin-left: 30px;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  .front-info__telBox--last--en {
    margin-left: 2.5vw;
  }
}
@media only screen and (min-width: 1000px) {
  .front-info__telBoxBody {
    font-size: 8pt;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  .front-info__telBoxBody {
    font-size: 7pt;
  }
}
@media only screen and (min-width: 1000px) {
  .front-info__email {
    margin-top: 10px;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  .front-info__email {
    margin-top: 1.5vh;
  }
}
@media only screen and (max-width: 414px) {
  .front-info__email {
    margin-top: 3vh;
  }
}

@media only screen and (min-width: 1000px) {
  .front-sns {
    margin-left: 50px;
    margin-top: 120px;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  .front-sns {
    padding-left: 5vw;
    margin-top: 10vh;
  }
}
@media only screen and (max-width: 414px) {
  .front-sns {
    margin-top: 6vh;
  }
}

.front-sns__link {
  display: block;
}
@media only screen and (max-width: 414px) {
  .front-sns__link:hover {
    color: white;
  }
}

@media only screen and (min-width: 1000px) {
  .front-sns__box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  .front-sns__box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media only screen and (max-width: 414px) {
  .front-sns__box {
    text-align: center;
  }
}

@media only screen and (min-width: 1000px) {
  .front-sns__boxHead {
    line-height: 1;
  }
}
@media only screen and (max-width: 414px) {
  .front-sns__boxHeadIcon {
    width: 5%;
  }
}

.front-sns__boxBody {
  font-weight: 600;
}
@media only screen and (min-width: 1000px) {
  .front-sns__boxBody {
    margin-left: 10px;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  .front-sns__boxBody {
    margin-left: 1vw;
  }
}
@media only screen and (max-width: 414px) {
  .front-sns__boxBody {
    margin-top: 0.7vh;
  }
}

/* contact */
/* privacy */
/* sitemap */
@media only screen and (min-width: 1000px) {
  .u-hdn--pc {
    display: none;
  }
}

@media (min-width: 415px) and (max-width: 999px) {
  .u-hdn--tl {
    display: none;
  }
}

@media only screen and (max-width: 414px) {
  .u-hdn--sp {
    display: none;
  }
}

.u-mg--0 {
  margin: 0;
}

.u-mg-t--0 {
  margin-top: 0;
}

.u-mg-r--0 {
  margin-right: 0;
}

.u-mg-b--0 {
  margin-bottom: 0;
}

.u-mg-l--0 {
  margin-left: 0;
}

@media only screen and (min-width: 1000px) {
  .u-mg--s {
    margin: 0.7em;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  .u-mg--s {
    margin: 0.7em;
  }
}
@media only screen and (max-width: 414px) {
  .u-mg--s {
    margin: 0.3%;
  }
}

@media only screen and (min-width: 1000px) {
  .u-mg-t--s {
    margin-top: 0.7em;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  .u-mg-t--s {
    margin-top: 0.7em;
  }
}
@media only screen and (max-width: 414px) {
  .u-mg-t--s {
    margin-top: 0.3%;
  }
}

@media only screen and (min-width: 1000px) {
  .u-mg-r--s {
    margin-right: 0.7em;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  .u-mg-r--s {
    margin-right: 0.7em;
  }
}
@media only screen and (max-width: 414px) {
  .u-mg-r--s {
    margin-right: 0.3%;
  }
}

@media only screen and (min-width: 1000px) {
  .u-mg-b--s {
    margin-bottom: 0.7em;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  .u-mg-b--s {
    margin-bottom: 0.7em;
  }
}
@media only screen and (max-width: 414px) {
  .u-mg-b--s {
    margin-bottom: 0.3%;
  }
}

@media only screen and (min-width: 1000px) {
  .u-mg-l--s {
    margin-left: 0.7em;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  .u-mg-l--s {
    margin-left: 0.7em;
  }
}
@media only screen and (max-width: 414px) {
  .u-mg-l--s {
    margin-left: 0.3%;
  }
}

@media only screen and (min-width: 1000px) {
  .u-mg--m {
    margin: 1.5em;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  .u-mg--m {
    margin: 1.2em;
  }
}
@media only screen and (max-width: 414px) {
  .u-mg--m {
    margin: 5%;
  }
}

@media only screen and (min-width: 1000px) {
  .u-mg-t--m {
    margin-top: 1.5em;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  .u-mg-t--m {
    margin-top: 1.2em;
  }
}
@media only screen and (max-width: 414px) {
  .u-mg-t--m {
    margin-top: 5%;
  }
}

@media only screen and (min-width: 1000px) {
  .u-mg-r--m {
    margin-right: 1.5em;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  .u-mg-r--m {
    margin-right: 1.2em;
  }
}
@media only screen and (max-width: 414px) {
  .u-mg-r--m {
    margin-right: 5%;
  }
}

@media only screen and (min-width: 1000px) {
  .u-mg-b--m {
    margin-bottom: 1.5em;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  .u-mg-b--m {
    margin-bottom: 1.2em;
  }
}
@media only screen and (max-width: 414px) {
  .u-mg-b--m {
    margin-bottom: 5%;
  }
}

@media only screen and (min-width: 1000px) {
  .u-mg-l--m {
    margin-left: 1.5em;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  .u-mg-l--m {
    margin-left: 1.2em;
  }
}
@media only screen and (max-width: 414px) {
  .u-mg-l--m {
    margin-left: 5%;
  }
}

@media only screen and (min-width: 1000px) {
  .u-mg--l {
    margin: 3em;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  .u-mg--l {
    margin: 2.5em;
  }
}
@media only screen and (max-width: 414px) {
  .u-mg--l {
    margin: 7%;
  }
}

@media only screen and (min-width: 1000px) {
  .u-mg-t--l {
    margin-top: 3em;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  .u-mg-t--l {
    margin-top: 2.5em;
  }
}
@media only screen and (max-width: 414px) {
  .u-mg-t--l {
    margin-top: 7%;
  }
}

@media only screen and (min-width: 1000px) {
  .u-mg-r--l {
    margin-right: 3em;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  .u-mg-r--l {
    margin-right: 2.5em;
  }
}
@media only screen and (max-width: 414px) {
  .u-mg-r--l {
    margin-right: 7%;
  }
}

@media only screen and (min-width: 1000px) {
  .u-mg-b--l {
    margin-bottom: 3em;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  .u-mg-b--l {
    margin-bottom: 2.5em;
  }
}
@media only screen and (max-width: 414px) {
  .u-mg-b--l {
    margin-bottom: 7%;
  }
}

@media only screen and (min-width: 1000px) {
  .u-mg-l--l {
    margin-left: 3em;
  }
}
@media (min-width: 415px) and (max-width: 999px) {
  .u-mg-l--l {
    margin-left: 2.5em;
  }
}
@media only screen and (max-width: 414px) {
  .u-mg-l--l {
    margin-left: 7%;
  }
}

.u-pd--0 {
  padding: 0;
}

.u-pd-t--0 {
  padding-top: 0;
}

.u-pd-r--0 {
  padding-right: 0;
}

.u-pd-b--0 {
  padding-bottom: 0;
}

.u-pd-l--0 {
  padding-left: 0;
}

.u-pe--none {
  pointer-events: none;
}

/* -- override -- */