@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gothic+A1:wght@100&family=Noto+Sans+JP:wght@100;200;300;400&family=Zen+Maru+Gothic:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap");
a {
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

html {
  color: #c39000;
}
html p {
  font-size: 12px;
  line-height: 2.5;
}

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,
q:before,
q:after {
  content: "";
  content: none;
}

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

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

p {
  line-height: 1.7;
}
@media only screen and (max-width: 820px) {
  p {
    font-size: 16px;
  }
}

body {
  letter-spacing: 0.05em;
  text-size-adjust: 100%;
  overflow-x: hidden;
}
@media only screen and (max-width: 820px) {
  body {
    min-width: 0;
  }
}

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

.c-inner {
  width: 100%;
  position: relative;
}
.c-inner--20 {
  padding-left: 20px;
  padding-right: 20px;
}
.c-inner--content {
  max-width: 1340px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 820px) {
  .c-inner--content {
    min-width: 0;
    width: 100%;
  }
}
.c-inner--mini {
  max-width: 1340px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 820px) {
  .c-inner--mini {
    width: 100%;
  }
}

.c-section {
  margin-bottom: 60px;
}


@media only screen and (max-width: 820px) {
  .c-section {
    margin-bottom: 80px;
  }
}

.c-titleMark {
  width: 50px;
  height: 2px;
  background-color: #7a7a79;
  margin-bottom: 20px;
}
.c-btn {
  color: #fff;
  padding: 10px;
  background-color: #c39000;
  width: 125px;
  text-align: center;
  display: block;
  font-weight: bold;
  position: relative;
  font-size: 12px;
}
.c-btn::after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #FAEBD7;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translate(0, -50%);
}
.c-btn::after:hover {
  right: 0;
}
.c-title {
  font-size: 32px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  display: block;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media only screen and (max-width: 820px) {
  .c-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
}

.l-header {
  width: 100%;
  height: 100px;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0);
  transition: all 0.3s;
}
@media only screen and (max-width: 820px) {
  .l-header {
    height: 60px;
    min-width: 100px;
    background: rgba(255, 255, 255, 0.3);
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.l-header__inner .logo {
  width: 200px;
}
@media screen and (max-width: 1300px) {
  .l-header__inner .logo--lg {
    display: none;
  }
}
.l-header__inner .logo--xs {
  display: none;
}
@media screen and (max-width: 1300px) {
  .l-header__inner .logo--xs {
    display: block;
  }
}
.l-header__inner .menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .l-header__inner .menu {
    display: none;
  }
}
.l-header__inner .menu ul {
  display: flex;
  gap: 20px;
  margin-right: 25px;
}
.l-header__inner .menu ul li a {
  font-family: "futura", sans-serif;
  color: #c39000;
  font-size: 14px;
  font-weight: 100;
}
.l-header__inner .menu .lineBtn {
  background-color: #7a7a79;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  width: 200px;
  height: 50px;
}
.l-header__inner .menu .lineBtn img {
  margin-right: 10px;
  width: 25px;
}
.l-header__inner .menu .lineBtn div {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-weight: lighter;
  font-size: 12px;
}
.l-header__contentsSp {
  display: none;
  padding-top: 20px;
  width: 100%;
  position: absolute;
  right: -100%;
  top: 60px;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding-bottom: 40px;
}
@media screen and (max-width: 1300px) {
  .l-header__contentsSp {
    display: block;
    top: 100px;
  }
}
.l-header__contentsSp.is-active {
  right: 0;
}
.l-header__contentsSp ul {
  margin-bottom: 20px;
}
.l-header__contentsSp ul li {
  height: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-header__contentsSp ul li a {
  color: #c39000;
  display: block;
  position: relative;
  font-family: "futura", sans-serif;
  font-weight: 100;
}
.l-header__contentsSp ul li a::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  bottom: -8px;
  left: 0;
  border-radius: 5px;
}
.l-header__contentsSp .lineBtn {
  background-color: #7a7a79;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  width: 200px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 2px;
}
.l-header__contentsSp .lineBtn img {
  margin-right: 10px;
  width: 25px;
}
.l-header__contentsSp .lineBtn div {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-weight: lighter;
  font-size: 12px;
}
.l-header .ham {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 1300px) {
  .l-header .ham {
    display: block;
  }
}
@media screen and (max-width: 1300px) and (min-width: 821px) {
  .l-header .ham {
    display: block;
    top: 35px;
  }
}
.l-header .ham > span {
  display: block;
  width: 25px;
  height: 3px;
  border-radius: 5px;
  background-color: #c39000;
  margin-bottom: 5px;
  transition: all 0.3s;
}
@media screen and (max-width: 1300px) and (min-width: 821px) {
  .l-header .ham > span {
    width: 40px;
    margin-bottom: 10px;
  }
}
.l-header .ham.is-active > span {
  background-color: #c39000;
}
.l-header .ham.is-active > span:nth-of-type(1) {
  margin-top: 10px;
  rotate: 45deg;
}
.l-header .ham.is-active > span:nth-of-type(2) {
  opacity: 0;
}
.l-header .ham.is-active > span:nth-of-type(3) {
  rotate: -45deg;
  margin-top: -16px;
}
@media screen and (max-width: 1300px) and (min-width: 821px) {
  .l-header .ham.is-active > span:nth-of-type(3) {
    margin-top: -26px;
  }
}
.l-header.is-scroll {
  background: rgba(255, 255, 255, 0.9);
}
.l-header.is-active {
  background: rgba(255, 255, 255, 0.9);
}

.l-container {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 820px) {
  .l-container {
    min-width: 0;
    overflow-x: hidden;
    overflow-y: hidden;
  }
}

.l-footer {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "futura", sans-serif;
  font-weight: 100;
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative;
}
@media only screen and (max-width: 820px) {
  .l-footer {
    padding-top: 40px;
  }
}
.l-footer .content {
  display: flex;
  margin-bottom: 40px;
}
@media only screen and (max-width: 820px) {
  .l-footer .content {
    flex-direction: column-reverse;
  }
}
.l-footer .content .left {
  width: 50%;
  padding-right: 40px;
}
@media only screen and (max-width: 820px) {
  .l-footer .content .left {
    width: 100%;
    padding-right: 0;
  }
}
.l-footer .content .left .title {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 820px) {
  .l-footer .content .left .title {
    display: block;
  }
}
.l-footer .content .left .title .logo {
  margin-right: 10px;
  width: 130px;
}
@media only screen and (max-width: 820px) {
  .l-footer .content .left .title .logo {
    width: 180px;
    margin-bottom: 10px;
  }
}
.l-footer .content .left .title .text .slogan {
  margin-bottom: 5px;
}
.l-footer .content .left .title .text h2 {
  font-size: 14px;
}
.l-footer .content .left .description {
  margin-bottom: 40px;
}
@media only screen and (max-width: 820px) {
  .l-footer .content .left .description {
    margin-bottom: 20px;
  }
}
.l-footer .content .left .lineBtn {
  background-color: #6CCACA;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  width: 240px;
  height: 50px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 820px) {
  .l-footer .content .left .lineBtn {
    margin-bottom: 20px;
  }
}
.l-footer .content .left .lineBtn img {
  margin-right: 10px;
  width: 30px;
}
.l-footer .content .left .lineBtn div {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-weight: lighter;
  font-size: 12px;
}
.l-footer .content .right {
  width: 50%;
  padding-right: 40px;
}
@media only screen and (max-width: 820px) {
  .l-footer .content .right {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.l-footer .content .right .lineBtn {
  background-color: #6CCACA;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  width: 240px;
  height: 50px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 820px) {
  .l-footer .content .right .lineBtn {
    margin-bottom: 20px;
  }
}
.l-footer .content .right .lineBtn img {
  margin-right: 10px;
  width: 30px;
}
.l-footer .content .right .lineBtn div {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-weight: lighter;
  font-size: 12px;
}
.l-footer .content .right .studio {
  font-size: 12px;
  padding-bottom: 10px;
  border-bottom: rgb(168, 168, 168) 1px solid;
  margin-bottom: 10px;
}
.l-footer .content .right .address {
  font-size: 12px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 820px) {
  .l-footer .content .right .address {
    margin-bottom: 20px;
  }
}
.l-footer .content .right .map {
  width: 100%;
  height: 300px;
  background-color: #7a7a79;
}
.l-footer .menu {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 30px;
  border-top: #c39000 0.7px solid;
  border-bottom: #c39000 0.7px solid;
  margin-bottom: 40px;
}
@media only screen and (max-width: 820px) {
  .l-footer .menu {
    display: block;
    padding: 20px;
  }
}
@media only screen and (max-width: 820px) {
  .l-footer .menu > li {
    margin-bottom: 20px;
  }
}
.l-footer .menu > li a {
  color: #c39000;
}
.l-footer .copy {
  text-align: center;
  font-size: 10px;
  margin-left: auto;
  margin-right: auto;
}
.l-footer__mark {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.u-ta_c {
  text-align: center !important;
}

.u-ta_l {
  text-align: left !important;
}

.u-ta_r {
  text-align: right !important;
}

.u-alpha {
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  transition: 0.4s opacity ease;
}

.u-alpha:hover {
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.u-clearfix:before,
.u-clearfix:after {
  content: " ";
  display: table;
}

.u-clearfix:after {
  clear: both;
}

.u-visible_xs,
.u-visible_lg {
  display: none !important;
}

.u-visible_xs_block,
.u-visible_xs_inline,
.u-visible_xs_inline-block,
.u-visible_lg_block,
.u-visible_lg_inline,
.u-visible_lg_inline-block {
  display: none !important;
}

@media only screen and (max-width: 820px) {
  .u-visible_xs {
    display: block !important;
  }
  table.u-visible_xs {
    display: table !important;
  }
  tr.u-visible_xs {
    display: table-row !important;
  }
  th.u-visible_xs,
  td.u-visible_xs {
    display: table-cell !important;
  }
}
@media only screen and (max-width: 820px) {
  .u-visible_xs_block {
    display: block !important;
  }
}
@media only screen and (max-width: 820px) {
  .u-visible_xs_inline {
    display: inline !important;
  }
}
@media only screen and (max-width: 820px) {
  .u-visible_xs_inline-block {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 1319px) {
  .u-visible_lg {
    display: block !important;
  }
  table.u-visible_lg {
    display: table !important;
  }
  tr.u-visible_lg {
    display: table-row !important;
  }
  th.u-visible_lg,
  td.u-visible_lg {
    display: table-cell !important;
  }
}
@media only screen and (max-width: 1319px) {
  .u-visible_lg_block {
    display: block !important;
  }
}
@media only screen and (max-width: 1319px) {
  .u-visible_lg_inline {
    display: inline !important;
  }
}
@media only screen and (max-width: 1319px) {
  .u-visible_lg_inline-block {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 820px) {
  .u-hidden_xs {
    display: none !important;
  }
}
@media only screen and (max-width: 1319px) {
  .u-hidden_lg {
    display: none !important;
  }
}
.u-noEvent {
  pointer-events: none;
}

.u-fw_normal {
  font-weight: normal !important;
}

.u-fw_bold {
  font-weight: bold !important;
}

.u-fs_normal {
  font-style: normal !important;
}

.u-fs_italic {
  font-style: italic !important;
}

.u-m_auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-m_00 {
  margin: 0 !important;
}

.u-m_05 {
  margin: 5px !important;
}

.u-m_10 {
  margin: 10px !important;
}

.u-m_15 {
  margin: 15px !important;
}

.u-m_20 {
  margin: 20px !important;
}

.u-m_25 {
  margin: 25px !important;
}

.u-m_30 {
  margin: 30px !important;
}

.u-m_35 {
  margin: 35px !important;
}

.u-m_40 {
  margin: 40px !important;
}

.u-m_45 {
  margin: 45px !important;
}

.u-m_50 {
  margin: 50px !important;
}

.u-mt_00 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.u-mb_00 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.u-ml_00 {
  margin-left: 0 !important;
}

.u-ml_05 {
  margin-left: 5px !important;
}

.u-ml_10 {
  margin-left: 10px !important;
}

.u-ml_15 {
  margin-left: 15px !important;
}

.u-ml_20 {
  margin-left: 20px !important;
}

.u-ml_25 {
  margin-left: 25px !important;
}

.u-ml_30 {
  margin-left: 30px !important;
}

.u-ml_35 {
  margin-left: 35px !important;
}

.u-ml_40 {
  margin-left: 40px !important;
}

.u-ml_45 {
  margin-left: 45px !important;
}

.u-ml_50 {
  margin-left: 50px !important;
}

.u-mr_00 {
  margin-right: 0 !important;
}

.u-mr_05 {
  margin-right: 5px !important;
}

.u-mr_10 {
  margin-right: 10px !important;
}

.u-mr_15 {
  margin-right: 15px !important;
}

.u-mr_20 {
  margin-right: 20px !important;
}

.u-mr_25 {
  margin-right: 25px !important;
}

.u-mr_30 {
  margin-right: 30px !important;
}

.u-mr_35 {
  margin-right: 35px !important;
}

.u-mr_40 {
  margin-right: 40px !important;
}

.u-mr_45 {
  margin-right: 45px !important;
}

.u-mr_50 {
  margin-right: 50px !important;
}

.u-mb_lv01 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 820px) {
  .u-mb_lv01 {
    margin-bottom: 5px;
  }
}

.u-mb_lv02 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 820px) {
  .u-mb_lv02 {
    margin-bottom: 10px;
  }
}

.u-mb_lv03 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 820px) {
  .u-mb_lv03 {
    margin-bottom: 15px;
  }
}

.u-mb_lv04 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 820px) {
  .u-mb_lv04 {
    margin-bottom: 20px;
  }
}

.u-mb_lv05 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 820px) {
  .u-mb_lv05 {
    margin-bottom: 25px;
  }
}

.u-mb_lv06 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 820px) {
  .u-mb_lv06 {
    margin-bottom: 30px;
  }
}

.u-mb_lv07 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 820px) {
  .u-mb_lv07 {
    margin-bottom: 35px;
  }
}

.u-mb_lv08 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 820px) {
  .u-mb_lv08 {
    margin-bottom: 40px;
  }
}

.u-mb_lv09 {
  margin-bottom: 90px;
}
@media only screen and (max-width: 820px) {
  .u-mb_lv09 {
    margin-bottom: 45px;
  }
}

.u-mb_lv10 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 820px) {
  .u-mb_lv10 {
    margin-bottom: 50px;
  }
}

.u-p_00 {
  padding: 0 !important;
}

.u-p_05 {
  padding: 5px !important;
}

.u-p_10 {
  padding: 10px !important;
}

.u-p_15 {
  padding: 15px !important;
}

.u-p_20 {
  padding: 20px !important;
}

.u-p_25 {
  padding: 25px !important;
}

.u-p_30 {
  padding: 30px !important;
}

.u-p_35 {
  padding: 35px !important;
}

.u-p_40 {
  padding: 40px !important;
}

.u-p_45 {
  padding: 45px !important;
}

.u-p_50 {
  padding: 50px !important;
}

.u-pt_00 {
  padding-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.u-pb_00 {
  padding-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.u-pl_00 {
  padding-left: 0 !important;
}

.u-pl_05 {
  padding-left: 5px !important;
}

.u-pl_10 {
  padding-left: 10px !important;
}

.u-pl_15 {
  padding-left: 15px !important;
}

.u-pl_20 {
  padding-left: 20px !important;
}

.u-pl_25 {
  padding-left: 25px !important;
}

.u-pl_30 {
  padding-left: 30px !important;
}

.u-pl_35 {
  padding-left: 35px !important;
}

.u-pl_40 {
  padding-left: 40px !important;
}

.u-pl_45 {
  padding-left: 45px !important;
}

.u-pl_50 {
  padding-left: 50px !important;
}

.u-pr_00 {
  padding-right: 0 !important;
}

.u-pr_05 {
  padding-right: 5px !important;
}

.u-pr_10 {
  padding-right: 10px !important;
}

.u-pr_15 {
  padding-right: 15px !important;
}

.u-pr_20 {
  padding-right: 20px !important;
}

.u-pr_25 {
  padding-right: 25px !important;
}

.u-pr_30 {
  padding-right: 30px !important;
}

.u-pr_35 {
  padding-right: 35px !important;
}

.u-pr_40 {
  padding-right: 40px !important;
}

.u-pr_45 {
  padding-right: 45px !important;
}

.u-pr_50 {
  padding-right: 50px !important;
}

.u-position_relative {
  position: relative !important;
}

.u-position_abs {
  position: absolute !important;
}

.u-position_fixed {
  position: fixed !important;
}

.u-position_static {
  position: static !important;
}

.u-vertical_mid {
  vertical-align: middle !important;
}

.u-vertical_bottom {
  vertical-align: bottom !important;
}

.u-vertical_base {
  vertical-align: baseline !important;
}

.u-vertical_sup {
  vertical-align: super !important;
}

.u-vertical_sub {
  vertical-align: sub !important;
}

.u-vertical_tb {
  vertical-align: text-bottom !important;
}

.u-vertical_tt {
  vertical-align: text-top !important;
}