.event_page {
  font-size: 14px;
  overflow: hidden;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: bold;
  color: #1a1a1a;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.75px;
}

@media (min-width: 768px) {
  .event_page {
    max-width: 1920px;
    font-size: 14px;
    line-height: 1.6;
  }
}

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

#content .bg-blue {
  background-color: #00135B;
}

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

#content .bg-gray {
  background-color: #F2F2F1;
}

#content .bg-pink {
  background-color: #F2EBEC;
}

#content .bg-yellow {
  background-color: #FFF8EE;
}

#content .wrap {
  padding: 0 20px;
}

@media (min-width: 768px) {
  #content .wrap {
    max-width: 1200px;
    padding: 0 10px;
    margin: 0 auto;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #content .wrap.wrap-s {
    max-width: 660px;
  }
}

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

#content p {
  /* 14 */
  font-size: 3.7vw;
  line-height: 2;
  letter-spacing: 0.5px;
  text-align: justify;
  font-weight: 600;
}

@media (min-width: 768px) {
  #content p {
    font-size: 16px;
    line-height: 2;
  }
}

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

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

#content .pc {
  display: none;
}

#content .sp {
  display: block;
}

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

#content .txt-font01 {
  font-family: a-otf-ryumin-pr6n, serif;
}

#content .txt-font02 {
  font-family: YakuHanJP, kinuta-maruminold-stdn, serif;
  font-weight: 600;
}

#content .txt-font03 {
  font-family: "helvetica", roboto, sans-serif;
}

#content .txt-font04 {
  font-family: classico-urw, sans-serif;
}

#content .txt-notosans {
  font-family: noto-sans-cjk-jp, sans-serif;
}

#content .txt-garamone {
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 700;
}

#content .txt-copperplate {
  font-family: copperplate, serif;
  font-weight: 700;
  font-style: normal;
}

#content .x-bigger {
  /* 24 */
  font-size: 6.4vw;
  line-height: 2;
  letter-spacing: 1.5px;
}

@media (min-width: 768px) {
  #content .x-bigger {
    font-size: 24px;
  }
}

#content .bigger {
  /* 20 */
  font-size: 5.333vw;
  line-height: 2;
  letter-spacing: 1.5px;
}

@media (min-width: 768px) {
  #content .bigger {
    font-size: 24px;
  }
}

#content .big {
  /* 18 */
  font-size: 4.8vw;
  line-height: 2;
  letter-spacing: 1.5px;
  font-weight: 600;
  text-align: justify;
}

@media (min-width: 768px) {
  #content .big {
    font-size: 20px;
    line-height: 2;
  }
}

#content .medium {
  /* 16*/
  font-size: 4.2vw;
  line-height: 2;
  letter-spacing: 1.5px;
  font-weight: 500;
}

@media (min-width: 768px) {
  #content .medium {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1.5px;
  }
}

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

#content .p {
  /* 14 */
  font-size: 3.7vw;
  line-height: 2;
  letter-spacing: 0.5px;
  text-align: justify;
  font-weight: 600;
}

@media (min-width: 768px) {
  #content .p {
    font-size: 16px;
    line-height: 2;
  }
}

#content .number {
  /* 16 */
  font-family: "helvetica", roboto, sans-serif;
  font-size: 4.2vw;
  line-height: 2.2;
  letter-spacing: 1.5px;
  font-weight: 500;
}

@media (min-width: 768px) {
  #content .number {
    font-size: 18px;
  }
}

#content .small {
  /* 12 */
  font-size: 3.2vw;
  line-height: 2;
  letter-spacing: 0.5px;
}

@media (min-width: 768px) {
  #content .small {
    font-size: 14px;
    line-height: 2;
  }
}

#content .ss-small {
  /* 10 */
  font-size: 2.5vw;
  line-height: 2;
  letter-spacing: 0.5px;
}

@media (min-width: 768px) {
  #content .ss-small {
    font-size: 12px;
  }
}

#content .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;
}

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

#content .text-right {
  text-align: right;
}

#content .text-left {
  text-align: left;
}

#content .text-justify {
  text-align: justify;
}

#content .floating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  text-align: center;
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}

#content .floating a {
  -webkit-box-shadow: 0 3px 5px rgba(255, 255, 255, 0.3);
  box-shadow: 0 3px 5px rgba(255, 255, 255, 0.3);
  width: 43%;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1.5px;
  background-color: #00135B;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  border-radius: 50px;
}

@media (min-width: 768px) {
  #content .floating {
    width: 100%;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  #content .floating a {
    width: 49%;
    font-size: 16px;
    padding: 20px 0;
  }
}

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

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

@media (min-width: 768px) {
  #content .video-container {
    width: 1200px;
  }
}

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

@media (min-width: 768px) {
  #content .mv {
    margin-bottom: 48px;
  }
}

#content .mv .mv-top {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#content .mv .mv-top .mvimg {
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  #content .mv .mv-top .mvimg {
    width: 100%;
  }
}

#content .mv .mv-top .slogan {
  position: absolute;
  top: 42%;
  left: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#content .mv .mv-top .slogan img {
  width: 97%;
}

@media (min-width: 768px) {
  #content .mv .mv-top .slogan {
    padding: 48px 0;
  }
  #content .mv .mv-top .slogan img {
    width: 20%;
  }
}

#content .mv .suit h2 {
  letter-spacing: 1px;
  text-align: justify;
  font-weight: bold;
}

@media (min-width: 768px) {
  #content .mv .suit h2 {
    text-align: center;
  }
  #content .mv .suit p {
    text-align: center;
  }
}

#content hr.line {
  height: 2px;
  text-align: center;
  width: 100%;
  display: block;
  border: none;
  background-color: #d2d2d2;
}

#content hr.line.gray-blue {
  height: 2px;
  background-color: #78819A;
}

@media (min-width: 768px) {
  #content hr.line {
    max-width: 1200px;
  }
}

#content .gray {
  width: 100%;
  height: 1px;
  background-color: #B2B2B2;
}

@media (min-width: 768px) {
  #content .gray {
    max-width: 1200px;
  }
}

#content .more-btn {
  /* 10 */
  font-size: 2.5vw;
  line-height: 2;
  letter-spacing: 0.5px;
  font-family: "helvetica", roboto, sans-serif;
  font-weight: 600;
  margin: 0 auto;
  padding: 11px 0;
  text-align: center;
  background-color: #000;
  display: block;
  color: #fff;
  width: 60%;
}

@media (min-width: 768px) {
  #content .more-btn {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  #content .more-btn {
    padding: 8px 0;
    background-color: #4d4d4d;
    width: 30%;
    font-size: 14px;
  }
}

#content .more-btn.bottom_style {
  text-align: center;
  display: block;
  background-color: transparent;
  border: 2px solid #7E7E7E;
}

#content .more-btn.bottom_style p {
  text-align: center;
  /* 12 */
  font-size: 3.2vw;
  line-height: 2;
  letter-spacing: 0.5px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  color: #000;
}

@media (min-width: 768px) {
  #content .more-btn.bottom_style p {
    font-size: 14px;
    line-height: 2;
  }
}

@media (min-width: 768px) {
  #content .more-btn.bottom_style p {
    font-size: 16px;
  }
}

#content .more-btn.bottom_style:hover {
  background-color: transparent;
}

@media (min-width: 768px) {
  #content .more-btn.bottom_style {
    background-color: #f2f2ef;
  }
}

#content .more-btn.blue {
  padding: 5% 0;
  font-weight: 600;
  line-height: 1.1;
  width: 72%;
  color: #00135B;
  border-color: #00135B;
  letter-spacing: 0.5px;
}

#content .more-btn.blue .small {
  line-height: 1;
}

@media (min-width: 768px) {
  #content .more-btn.blue {
    width: 360px;
    padding: 20px 0;
    border-bottom: 2px solid #00135B;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  }
  #content .more-btn.blue:hover {
    opacity: 1;
    -webkit-transition: .2s;
    transition: .2s;
    color: #fff;
    background: #00135B;
    border-bottom: 2px solid #00135B;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  }
}

#content .sec {
  padding: 20vw 0;
}

#content .sec.sec05 {
  padding-top: 0;
}

@media (min-width: 768px) {
  #content .sec {
    padding: 96px 0 96px 0;
  }
  #content .sec.sec03, #content .sec.sec04 {
    padding-bottom: 96px;
  }
}

#content .sectlt {
  font-weight: 400;
}

@media (min-width: 768px) {
  #content .sectlt {
    text-align: center;
  }
}

#content .block-tlt .tlt {
  letter-spacing: 2px;
}

#content .block-tlt .subtlt {
  letter-spacing: 2px;
}

#content .block-tlt .subtlt span {
  /* 16*/
  font-size: 4.2vw;
  line-height: 2;
  letter-spacing: 1.5px;
  font-weight: 500;
}

@media (min-width: 768px) {
  #content .block-tlt .subtlt span {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1.5px;
  }
}

@media only screen and (min-width: 765px) and (max-width: 1099px) {
  #content .block-tlt .subtlt span {
    font-size: 14px;
  }
}

#content .block-tlt .icon {
  width: 50%;
}

@media (min-width: 768px) {
  #content .block-tlt .icon {
    width: 30%;
  }
}

@media (min-width: 768px) {
  #content .block-tlt.s02 img:nth-child(4) {
    width: 35%;
  }
  #content .block-tlt p {
    letter-spacing: 2px;
  }
}

#content .block .product {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  #content .block .product {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  #content .block .product.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

#content .block .product .p_img {
  margin-bottom: 8vw;
  width: 100%;
}

@media (min-width: 768px) {
  #content .block .product .p_img {
    width: 48%;
    margin-bottom: 0;
  }
}

#content .block .product .p_word {
  width: 100%;
}

@media (min-width: 768px) {
  #content .block .product .p_word {
    width: 48%;
  }
}

@media (min-width: 768px) {
  #content .block .shopping.lonely {
    margin-right: auto;
    margin-left: auto;
    width: 80%;
  }
}

#content .block .shopping .s_item {
  margin-bottom: 6vw;
  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;
}

@media (min-width: 768px) {
  #content .block .shopping .s_item {
    margin-bottom: 24px;
  }
}

#content .block .shopping .s_item:last-child {
  margin-bottom: 0;
}

#content .block .shopping .s_item p {
  color: #000;
  /* 12 */
  font-size: 3.2vw;
  line-height: 2;
  letter-spacing: 0.5px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 1.5px;
  font-family: noto-sans-cjk-jp, sans-serif;
}

@media (min-width: 768px) {
  #content .block .shopping .s_item p {
    font-size: 14px;
    line-height: 2;
  }
}

#content .block .shopping .s_item span {
  /* 10 */
  font-size: 2.5vw;
  line-height: 2;
  letter-spacing: 0.5px;
}

@media (min-width: 768px) {
  #content .block .shopping .s_item span {
    font-size: 12px;
  }
}

#content .block .shopping .s_item .viewmore {
  /* 10 */
  font-size: 2.5vw;
  line-height: 2;
  letter-spacing: 0.5px;
  font-family: "helvetica", roboto, sans-serif;
  padding: 2px 10px;
  -webkit-transition: .2s;
  transition: .2s;
  letter-spacing: 1.25px;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  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;
}

@media (min-width: 768px) {
  #content .block .shopping .s_item .viewmore {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  #content .block .shopping .s_item .viewmore {
    width: 30%;
  }
  #content .block .shopping .s_item .viewmore:hover {
    letter-spacing: 1.75px;
    -webkit-transition: .2s;
    transition: .2s;
  }
}

#content .block .spec .subtlt {
  letter-spacing: 2px;
}

#content .block .spec .spec_tlt {
  letter-spacing: 2px;
}

#content .block .spec .spec_content .spec_word .subtlt {
  letter-spacing: 2px;
}

#content .block .spec .spec_content .spec_word p {
  line-height: 1.4;
}

@media (min-width: 768px) {
  #content .block .spec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #content .block .spec .spec_tlt {
    width: 100%;
  }
  #content .block .spec .subtlt {
    width: 100%;
    letter-spacing: 2px;
    font-size: 16px;
  }
  #content .block .spec .spec_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #content .block .spec .spec_content.spec_4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #content .block .spec .spec_content .spec_word {
    width: 45%;
  }
  #content .block .spec .spec_content .spec_word p {
    line-height: 2;
  }
  #content .block .spec .spec_content .spec_img {
    width: 45%;
  }
  #content .block .spec .spec_content .spec_img.pc-50 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #content .block .spec .spec_content .spec_img.pc-50 img {
    width: 48%;
    margin: 0;
  }
  #content .block .spec .spec_content.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

#content .block .intro {
  /* 12 */
  font-size: 3.2vw;
  line-height: 2;
  letter-spacing: 0.5px;
  text-align: justify;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.6;
}

@media (min-width: 768px) {
  #content .block .intro {
    font-size: 14px;
    line-height: 2;
  }
}

#content .block .intro .intro_tlt {
  font-weight: bold;
  letter-spacing: 1.5px;
}

@media (min-width: 768px) {
  #content .block .intro {
    margin-bottom: 48px;
    letter-spacing: 1.5px;
    font-size: 16px;
  }
  #content .block .intro.s2 {
    text-align: center;
  }
}

#content .block .other .tlt {
  letter-spacing: 2px;
}

#content .block .other .p_word p {
  font-weight: 500;
  letter-spacing: 2px;
  border-bottom: 1px solid #000;
  display: inline-block;
  padding-bottom: 0px;
}

@media (min-width: 768px) {
  #content .block .other .p_word p {
    margin-top: 0;
  }
}

#content .block .other .o_word {
  white-space: nowrap;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  #content .block .other .o_word {
    font-size: 16px;
  }
}

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

@media (min-width: 768px) {
  #content .s-slider.owl-theme {
    margin-right: auto;
    margin-left: auto;
  }
}

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

@media (min-width: 768px) {
  #content .s-slider.owl-theme .owl-stage-outer {
    max-width: 1200px;
    overflow: hidden;
  }
}

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

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

#content .s-slider.owl-theme .item .p_word {
  width: 100%;
}

#content .s-slider.owl-theme .item .p_img {
  width: 100%;
}

#content .s-slider.owl-theme .item .p_img .icon {
  position: absolute;
  width: 32%;
  left: -20%;
  top: 15%;
  z-index: 9999;
}

#content .s-slider.owl-theme .item .p_img .icon.i01 {
  top: 15%;
}

#content .s-slider.owl-theme .item .p_img .icon.i02 {
  top: 54%;
}

@media (min-width: 768px) {
  #content .s-slider.owl-theme .item {
    padding-right: 0;
  }
  #content .s-slider.owl-theme .item img {
    width: 100%;
  }
  #content .s-slider.owl-theme .item .p_img {
    margin: 0 auto;
    width: 90%;
  }
  #content .s-slider.owl-theme .item .p_word {
    margin-left: 5%;
    margin-top: 24px;
    width: 100%;
  }
}

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

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

#content .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: 768px) {
  #content .s-slider.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 6px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

#content .bottom {
  padding-bottom: 0;
}

#content .bottom .bottom-tlt {
  letter-spacing: 1.5px;
}

@media (min-width: 768px) {
  #content .bottom {
    margin-bottom: 96px;
  }
  #content .bottom .wrap {
    max-width: 800px;
    margin-top: 96px;
  }
  #content .bottom .wrap .bottom-tlt {
    text-align: center;
    font-size: 20px;
  }
  #content .bottom .wrap .shop-img {
    width: 50%;
    margin: 0 auto;
  }
  #content .bottom .wrap .shop-img p {
    text-align: center;
  }
  #content .bottom .wrap .more-btn.bottom_style {
    width: 40%;
  }
}

#content .m-t-5 {
  margin-top: 1.667vw;
}

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

#content .m-b-5 {
  margin-bottom: 1.667vw;
}

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

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

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

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

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

#content .m-t-25 {
  margin-top: 5vw;
}

#content .m-b-25 {
  margin-bottom: 5vw;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  #content .m-t-5 {
    margin-top: 8px;
  }
  #content .m-b-5 {
    margin-bottom: 8px;
  }
  #content .m-t-10 {
    margin-top: 16px;
  }
  #content .m-b-10 {
    margin-bottom: 16px;
  }
  #content .m-t-15 {
    margin-top: 24px;
  }
  #content .m-b-15 {
    margin-bottom: 24px;
  }
  #content .m-t-20 {
    margin-top: 24px;
  }
  #content .m-b-20 {
    margin-bottom: 24px;
  }
  #content .m-t-25 {
    margin-top: 32px;
  }
  #content .m-b-25 {
    margin-bottom: 32px;
  }
  #content .m-b-30 {
    margin-bottom: 32px;
  }
  #content .m-t-30 {
    margin-top: 32px;
  }
  #content .m-t-40 {
    margin-top: 40px;
  }
  #content .m-b-40 {
    margin-bottom: 40px;
  }
  #content .m-t-50 {
    margin-top: 48px;
  }
  #content .m-b-50 {
    margin-bottom: 48px;
  }
  #content .m-t-60 {
    margin-top: 64px;
  }
  #content .m-b-60 {
    margin-bottom: 64px;
  }
  #content .m-b-75 {
    margin-bottom: 96px;
  }
  #content .m-t-75 {
    margin-top: 96px;
  }
  #content .m-b-100 {
    margin-bottom: 128px;
  }
  #content .m-t-100 {
    margin-top: 128px;
  }
}
/*# sourceMappingURL=design_new.css.map */