@charset "UTF-8";
@font-face {
  font-family: HiraginoW3;
  src: url("https://only-co.cv/lp/common/font/hiraginoW3.otf");
  font-weight: 300;
}

#content {
  font-family: "HiraginoW3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", noto-sans-cjk-jp, meiryo, "Osaka", sans-serif;
  font-weight: bold;
  color: #291E1C;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.75px;
  font-size: 62.5%;
}

@media (min-width: 767px) {
  #content {
    max-width: 1920px;
    font-size: 16px;
  }
}

.text-center {
  text-align: center;
}

img {
  /* width: 100%; */
  max-width: 100%;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  vertical-align: top;
}

.subtlt {
  font-size: 3.7vw;
  line-height: 2;
  letter-spacing: 0.75px;
}

@media (min-width: 767px) {
  .subtlt {
    text-align: center;
    font-size: 24px;
    line-height: 2;
    letter-spacing: 2px;
  }
}

.sectlt {
  font-family: "HiraginoW3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", noto-sans-cjk-jp, meiryo, "Osaka", sans-serif;
  /* 14 */
  font-size: 3.7vw;
  line-height: 2;
  letter-spacing: 0.75px;
  font-weight: 400;
}

@media (min-width: 767px) {
  .sectlt {
    font-size: 24px;
    letter-spacing: 2.5px;
  }
}

#content p {
  font-family: "HiraginoW3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", noto-sans-cjk-jp, meiryo, "Osaka", sans-serif;
  /* 12 */
  font-size: 3.2vw;
  line-height: 1.8;
  letter-spacing: 0.75px;
  text-align: justify;
}

@media (min-width: 767px) {
  #content p {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 1.75px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1099px) {
  #content p {
    font-size: 14px;
  }
}

.small {
  /* 10 */
  font-size: 2.667vw;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
}

@media (min-width: 767px) {
  .small {
    font-size: 14px;
    letter-spacing: 2px;
  }
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
}

a:hover {
  opacity: .8;
  -webkit-transition: .2s;
  transition: .2s;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

@media (min-width: 767px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}

.main-font {
  font-family: "HiraginoW3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", noto-sans-cjk-jp, meiryo, "Osaka", sans-serif;
}

.txt-font02 {
  font-family: "Roboto", sans-serif;
}

.txt-font03 {
  font-family: mrs-eaves, serif;
}

.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text-center {
  text-align: center;
}

.block-title {
  font-family: "HiraginoW3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", noto-sans-cjk-jp, meiryo, "Osaka", sans-serif;
  /* 12 */
  font-size: 3.2vw;
  line-height: 1.8;
  letter-spacing: 0.75px;
  text-align: justify;
  letter-spacing: 1.5px;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
}

@media (min-width: 767px) {
  .block-title {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 1.75px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1099px) {
  .block-title {
    font-size: 14px;
  }
}

.block-title .big {
  font-size: 5.33vw;
}

@media (min-width: 767px) {
  .block-title {
    font-size: 20px;
    letter-spacing: 2px;
  }
}

.floatBanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  bottom: 3px;
  width: 100%;
  left: 0;
  height: 75px;
  z-index: 500;
}

.floatBanner > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  text-align: center;
  width: 49.8%;
  line-height: 75px;
  text-decoration: none;
  letter-spacing: 3px;
  -webkit-transition: .2s;
  transition: .2s;
  font-size: 22px;
  font-weight: 600;
}

.floatBanner p {
  text-align: center;
}

.floatBanner > a:hover {
  -webkit-transition: .2s;
  transition: .2s;
  opacity: .8;
}

.floatBanner a.floatLeft {
  left: 0;
  background-color: #E8F3F7;
}

.floatBanner a.floatRight {
  right: 0;
  background-color: #E9E5E5;
}

@media only screen and (max-width: 768px) {
  .floatBanner {
    bottom: 0px;
    height: 60px;
  }
  .floatBanner > a {
    font-size: 14px;
    top: 37%;
    width: 49%;
    line-height: 60px;
  }
}

.video-container {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 767px) {
  .video-container {
    width: 1100px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1099px) {
  .video-container {
    width: 750px;
  }
}

.mv {
  width: 100%;
  left: 50%;
  top: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mv .mv-content {
  position: relative;
}

.mv .mv-content .logo {
  z-index: 10;
  position: absolute;
  left: 16%;
  top: 42%;
  width: 67vw;
}

.mv img.sp {
  display: block;
}

.mv img.pc {
  display: none;
}

@media (min-width: 767px) {
  .mv {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 0;
  }
  .mv img.sp {
    display: none !important;
  }
  .mv img.pc {
    display: block !important;
  }
}

.intro_word {
  font-weight: 600;
}

.s-slider.owl-theme {
  position: relative;
}

.s-slider.owl-theme .owl-stage-outer {
  overflow: initial;
}

@media (min-width: 767px) {
  .s-slider.owl-theme .owl-stage-outer {
    max-width: 1100px;
    overflow: hidden;
  }
}

.s-slider.owl-theme .item {
  width: 80%;
}

.s-slider.owl-theme .item .owl-stage {
  overflow: hidden;
}

@media (min-width: 767px) {
  .s-slider.owl-theme .item {
    width: 100%;
  }
}

.s-slider.owl-theme .owl-dots {
  text-align: left;
}

.s-slider.owl-theme .owl-dots button:first-child span {
  margin-left: 0;
}

.s-slider.owl-theme .owl-dots .owl-dot span {
  background-color: #90928F !important;
  width: 5px;
  height: 5px;
  margin: 5px 3px 5px;
  border-radius: 50%;
  display: block;
}

@media (min-width: 767px) {
  .s-slider.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 6px;
  }
}

.s-slider.owl-theme .owl-dots .owl-dot.active span {
  background-color: #000 !important;
}

.s-slider.owl-theme .owl-nav {
  margin-top: 0;
}

.s-slider.owl-theme .owl-nav .owl-prev,
.s-slider.owl-theme .owl-nav .owl-next {
  margin: 0;
  position: absolute;
  top: 40%;
}

.s-slider.owl-theme .owl-nav .owl-prev:focus,
.s-slider.owl-theme .owl-nav .owl-next:focus {
  background-color: transparent;
}

.s-slider.owl-theme .owl-nav .owl-prev:visited,
.s-slider.owl-theme .owl-nav .owl-next:visited {
  background-color: transparent;
}

.s-slider.owl-theme .owl-nav .owl-prev:hover,
.s-slider.owl-theme .owl-nav .owl-next:hover {
  background-color: transparent;
  opacity: .8;
}

@media (min-width: 767px) {
  .s-slider.owl-theme .owl-nav .owl-prev,
  .s-slider.owl-theme .owl-nav .owl-next {
    top: 34%;
  }
}

.s-slider.owl-theme .owl-nav .owl-prev {
  left: 0;
}

.s-slider.owl-theme .owl-nav .owl-next {
  right: 0;
}

@media only screen and (min-width: 767px) and (max-width: 1099px) {
  .s-slider.owl-theme .owl-nav .owl-prev {
    left: 3%;
  }
  .s-slider.owl-theme .owl-nav .owl-next {
    right: 3%;
  }
}

@media (min-width: 767px) {
  .s-slider.owl-theme .owl-stage-outer {
    overflow: hidden;
  }
  .s-slider.owl-theme .owl-dots {
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 50px;
  }
  .s-slider.owl-theme .owl-dots span {
    background-color: #90928F;
    width: 10px;
    height: 10px;
    margin: 5px 20px 5px 0;
    border-radius: 50%;
    display: block;
  }
  .s-slider.owl-theme .owl-dots span.active span {
    background-color: #000;
  }
}

.mv_top {
  background-color: #fff;
  padding: 0 5.33vw;
}

.mv_top .mv_top_title {
  text-align: justify;
}

.mv_top p {
  text-align: justify;
  line-height: 2;
}

@media (min-width: 767px) {
  .mv_top {
    max-width: 1920px;
    padding: 120px 0;
    text-align: center;
  }
  .mv_top .mv_top_title {
    font-size: 22px;
    text-align: center;
  }
  .mv_top p {
    max-width: 1100px;
    margin: 0 auto;
  }
  .mv_top img {
    max-width: 800px;
  }
}

.wrap {
  padding: 0 5.33vw;
}

@media (min-width: 767px) {
  .wrap {
    padding: 0 0;
    max-width: 1100px;
    margin: 0 auto;
  }
}

.button {
  width: 60%;
  margin: 0 auto;
  /* 10 */
  font-size: 2.667vw;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
  font-weight: bold;
  cursor: pointer;
  display: block;
  text-align: center;
  color: #fff;
  background-color: #000;
  padding: 10px 0;
  letter-spacing: 1.5px;
  border: 2px solid #000;
  -webkit-box-shadow: 2px 3px 5px 0px rgba(219, 219, 219, 0.75);
          box-shadow: 2px 3px 5px 0px rgba(219, 219, 219, 0.75);
}

@media (min-width: 767px) {
  .button {
    font-size: 14px;
    letter-spacing: 2px;
  }
}

@media (min-width: 767px) {
  .button {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 3px;
    padding: 20px 0;
    font-weight: 600;
  }
  .button:hover {
    background-color: #fff;
    color: #000;
    -webkit-transition: .2s;
    transition: .2s;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1099px) {
  .button {
    font-size: 12px;
  }
}

hr.line {
  margin: 0 auto;
  width: 100%;
  display: block;
  background-color: #000;
  border-width: 0;
  height: 1px;
}

@media (min-width: 767px) {
  hr.line {
    max-width: 1100px;
  }
  hr.line.bottom {
    display: none;
  }
}

.sec {
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.sec .block.b01 .image {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 767px) {
  .sec .block.b01 .image {
    width: 50%;
  }
}

@media (min-width: 767px) {
  .sec .block.b-02 .sub-content {
    margin-bottom: 100px;
  }
}

.sec .block .tlt {
  text-align: center;
}

.sec .block .tlt img {
  width: 65%;
}

@media (min-width: 767px) {
  .sec .block .tlt img {
    width: 40%;
  }
}

.sec .block .block-img {
  padding: 6.667vw 0;
  text-align: center;
  background-color: #F4F4F4;
}

.sec .block .block-img img {
  width: 60%;
}

.sec .block .block-img.b02 img {
  width: 80%;
}

@media (min-width: 767px) {
  .sec .block .block-img {
    margin-right: auto;
    margin-left: auto;
    max-width: 660px;
  }
  .sec .block .block-img img {
    width: 50%;
  }
  .sec .block .block-img.b02 img {
    width: 65%;
  }
}

.sec .block .sub-content {
  margin-right: auto;
  margin-left: auto;
}

.sec .block .sub-content .subtlt {
  font-weight: 600;
}

@media (min-width: 767px) {
  .sec .block .sub-content {
    max-width: 660px;
  }
}

.sec .point .title {
  font-family: "HiraginoW3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", noto-sans-cjk-jp, meiryo, "Osaka", sans-serif;
  width: 100%;
  letter-spacing: 1.2px;
  font-weight: 600;
}

.sec .point .title span {
  font-size: 5.33vw;
  margin-right: 10px;
}

@media (min-width: 767px) {
  .sec .point .title span {
    font-size: 24px;
  }
}

.sec .point .intro {
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sec .point .intro img {
  width: 30%;
}

.sec .point .intro .word {
  width: 60%;
  position: relative;
  bottom: 4px;
}

@media (min-width: 767px) {
  .sec .point .intro {
    max-width: 660px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 767px) {
  .sec .point {
    margin-top: 100px;
    max-width: 660px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec .point > div {
    width: 45%;
    margin-bottom: 0;
  }
  .sec .point > div .intro {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec .point > div .intro .title {
    margin-bottom: 20px;
  }
  .sec .point > div .intro .word {
    width: 100%;
    margin-top: 15px;
  }
  .sec .point > div .intro img {
    width: 100%;
  }
}

.sec .item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sec .item > div {
  position: relative;
}

.sec .item > div.intro {
  bottom: 4px;
}

.sec .item .price {
  margin-top: 6.667vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.sec .item .price .name {
  display: block;
  width: 100%;
  margin-bottom: 6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec .item .price .name:last-child {
  margin-bottom: 0;
}

.sec .item .price .name .shopping_item {
  width: 50%;
  /* 12 */
  font-size: 3.2vw;
  line-height: 2;
  letter-spacing: 0.75px;
  text-align: justify;
  font-weight: 400;
  letter-spacing: 1.5px;
}

@media (min-width: 767px) {
  .sec .item .price .name .shopping_item {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 1.75px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1099px) {
  .sec .item .price .name .shopping_item {
    font-size: 14px;
  }
}

.sec .item .price .name .shopping_item span {
  /* 10 */
  font-size: 2.667vw;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
  letter-spacing: 1.2px;
}

@media (min-width: 767px) {
  .sec .item .price .name .shopping_item span {
    font-size: 14px;
    letter-spacing: 2px;
  }
}

@media (min-width: 767px) {
  .sec .item .price .name .shopping_item {
    width: 47%;
    font-size: 16px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1099px) {
  .sec .item .price .name .shopping_item {
    width: 75%;
    font-size: 14px;
  }
}

.sec .item .price .name .button {
  width: 29vw;
  padding: 2px 0;
  letter-spacing: 1.5px;
}

@media (min-width: 767px) {
  .sec .item .price .name .button {
    padding: 10px 0;
    width: 30%;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1099px) {
  .sec .item .price .name .button {
    margin-top: 5px;
    padding: 8px 0;
  }
}

@media (min-width: 767px) {
  .sec .item .price .name {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1099px) {
  .sec .item .price .name {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 767px) {
  .sec .item .price {
    margin-top: 25px;
  }
  .sec .item .price a {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: center;
  }
}

.sec .item .price.p02 .small {
  margin-bottom: 10px;
}

.sec .item .price.p02 .name .small {
  /* 10 */
  font-size: 2.667vw;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
  margin-bottom: 0;
}

@media (min-width: 767px) {
  .sec .item .price.p02 .name .small {
    font-size: 14px;
    letter-spacing: 2px;
  }
}

@media (min-width: 767px) {
  .sec .item .price.p02 {
    width: 100%;
  }
  .sec .item .price.p02 .small {
    margin-bottom: 20px;
  }
}

@media (min-width: 767px) {
  .sec .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 1100px;
    margin: 0 auto 150px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec .item .block-title {
    width: 100%;
    text-align: center;
  }
  .sec .item .image {
    width: 48%;
    margin-bottom: 0;
  }
  .sec .item > div:last-child {
    width: 48%;
  }
  .sec .item.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sec .item.reverse .block-title {
    text-align: center;
  }
}

.sec .staff .block-title {
  text-align: center;
}

@media (min-width: 767px) {
  .sec .staff {
    margin-bottom: 0;
  }
}

.sec .more > p {
  font-weight: 600;
}

.shop {
  background-color: #F4F4F4;
}

.shop .intro {
  padding-bottom: 0;
}

.shop .intro h2,
.shop .intro h3 {
  text-align: center;
}

.grayLine {
  width: 100%;
  height: 1px;
  background-color: #000;
}

@media (min-width: 767px) {
  .grayLine {
    max-width: 1100px;
    margin: 0 auto;
  }
}

.feature {
  text-align: center;
  padding: 18vw 2.667vw;
}

.feature h3 {
  font-weight: bold;
  font-size: 3.5vw;
  line-height: 1.5;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}

.feature ul {
  text-align: justify;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.feature ul li {
  width: 46%;
  border: 0;
  border: none;
}

.feature ul li img {
  -webkit-transition: .2s;
  transition: .2s;
}

.feature ul li img:hover {
  -webkit-transition: .2s;
  transition: .2s;
}

.feature ul li .f_tlt {
  /* 10 */
  font-size: 2.667vw;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #000;
  padding: 10px 0 10px;
}

@media (min-width: 767px) {
  .feature ul li .f_tlt {
    font-size: 14px;
    letter-spacing: 2px;
  }
}

.feature ul li p {
  /* 10 */
  font-size: 2.667vw;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
  line-height: 1.5;
  font-size: 2.5vw;
  color: #808080;
}

@media (min-width: 767px) {
  .feature ul li p {
    font-size: 14px;
    letter-spacing: 2px;
  }
}

.feature .wrap {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.feature .button {
  width: 220px;
  display: block;
  margin: 6.667vw auto 0;
  cursor: pointer;
  text-align: center;
  font-size: 2.667vw;
  color: #000;
  background-color: transparent;
  text-decoration: none;
  letter-spacing: 1.5px;
  -webkit-transition: .3s;
  transition: .3s;
  font-weight: bold;
  border: 1px solid #000;
  padding: 10px 0;
}

@media (min-width: 767px) {
  .feature {
    padding: 150px 0;
    margin: 0 auto;
    max-width: 650px;
  }
  .feature.recommemd {
    padding-bottom: 0;
  }
  .feature h3 {
    font-weight: bold;
    letter-spacing: 2.8px;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 60px;
  }
  .feature ul li {
    width: 49%;
  }
  .feature ul li .f_tlt {
    font-weight: 18px;
    letter-spacing: 1px;
    font-weight: 500;
  }
  .feature ul li p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
  }
  .feature .button {
    text-align: center;
    width: 400px;
    font-size: 18px;
    background-color: transparent;
    border: 2px solid #3C3C3C;
    color: #000;
    margin-top: 40px;
    padding: 29px 0;
  }
}

.m-t-10 {
  margin-top: 2.667vw;
}

.m-b-10 {
  margin-bottom: 2.667vw;
}

.m-t-15 {
  margin-top: 4vw;
}

.m-b-15 {
  margin-bottom: 4vw;
}

.m-t-20 {
  margin-top: 4.5vw;
}

.m-b-20 {
  margin-bottom: 4.5vw;
}

.m-t-25 {
  margin-top: 7vw;
}

.m-b-25 {
  margin-bottom: 7vw;
}

.m-t-30 {
  margin-top: 8vw;
}

.m-b-30 {
  margin-bottom: 8vw;
}

.m-t-40 {
  margin-top: 10.667vw;
}

.m-b-40 {
  margin-bottom: 10.667vw;
}

.m-t-50 {
  margin-top: 13.333vw;
}

.m-b-50 {
  margin-bottom: 13.333vw;
}

.m-t-60 {
  margin-top: 16vw;
}

.m-b-60 {
  margin-bottom: 16vw;
}

.m-t-75 {
  margin-top: 20vw;
}

.m-b-75 {
  margin-bottom: 20vw;
}

.m-t-90 {
  margin-top: 24vw;
}

.m-b-90 {
  margin-bottom: 24vw;
}

@media (min-width: 767px) {
  .m-t-10 {
    margin-top: 10px;
  }
  .m-b-10 {
    margin-bottom: 10px;
  }
  .m-t-15 {
    margin-top: 15px;
  }
  .m-b-15 {
    margin-bottom: 15px;
  }
  .m-t-20 {
    margin-top: 20px;
  }
  .m-b-20 {
    margin-bottom: 20px;
  }
  .m-t-25 {
    margin-top: 50px;
  }
  .m-b-25 {
    margin-bottom: 50px;
  }
  .m-b-30 {
    margin-bottom: 30px;
  }
  .m-t-30 {
    margin-bottom: 30px;
  }
  .m-t-40 {
    margin-top: 40px;
  }
  .m-b-40 {
    margin-bottom: 40px;
  }
  .m-t-50 {
    margin-top: 50px;
  }
  .m-b-50 {
    margin-bottom: 50px;
  }
  .m-b-75 {
    margin-bottom: 100px;
  }
  .m-t-75 {
    margin-top: 100px;
  }
}
/*# sourceMappingURL=design_new.css.map */