@charset "UTF-8";
.-ta-center {
  text-align: center !important;
}

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

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

/* common */
/* -------------------------------------- */
.-sans {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

@media screen and (min-width: 751px) {
  .-hiddenPC {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .-hiddenSP {
    display: none;
  }
}

/* contents */
/* -------------------------------------- */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

main ul, main ol {
  list-style: none;
}

.MainVisual {
  margin: auto;
  width: 100%;
  max-width: 750px;
}
.MainVisual_title {
  padding: 8vw 0 17.3333333333vw;
  text-align: center;
  line-height: calc(27 / 16);
  font-size: 4.2666666667vw;
  border-bottom: 8px solid #F5F5F5;
}
@media screen and (min-width: 751px) {
  .MainVisual_title {
    padding: 60px 0 130px;
    font-size: 32px;
  }
}

.Section {
  margin: auto;
  width: 100%;
  max-width: 750px;
}
.Section.-bg01 {
  background: #FCF1EF;
  border-top: 4px solid #D75F68;
}
.Section.-bg02 {
  background: #BFCDDA;
}
.Section_catch {
  display: block;
  line-height: calc(32 / 20);
  font-size: 5.3333333333vw;
  font-weight: normal;
}
@media screen and (min-width: 751px) {
  .Section_catch {
    font-size: 40px;
  }
}
.Section_visual {
  padding: 10.6666666667vw 0 0;
}
@media screen and (min-width: 751px) {
  .Section_visual {
    padding: 80px 0 0;
  }
}
.Section_title {
  position: relative;
  padding: 5.3333333333vw 0 0;
  text-align: center;
  line-height: calc(38.4 / 24);
  font-size: 6.4vw;
}
@media screen and (min-width: 751px) {
  .Section_title {
    padding: 40px 0 0;
    font-size: 48px;
  }
}
.Section_title.-bg00 {
  background: #FFFFFF;
}
.Section_title .-bdr01 {
  display: inline-block;
  line-height: 1;
  border-bottom: 8px solid rgba(215, 95, 104, 0.2);
}
.Section_titleContent {
  position: relative;
  padding-left: 11.2vw;
}
@media screen and (min-width: 751px) {
  .Section_titleContent {
    padding-left: 84px;
  }
}
.Section_titleContent::before {
  content: "";
  display: inline-block;
  width: 8.5333333333vw;
  height: 8.5333333333vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/assets/ps/domo/2020/images/member/gift/202308/ic_line-sp.png);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (min-width: 751px) {
  .Section_titleContent::before {
    width: 64px;
    height: 64px;
  }
}
.Section_subTitle {
  display: block;
  padding: 2.1333333333vw 0;
  text-align: center;
  font-size: 3.2vw;
  font-weight: bold;
  color: #D75F68;
  background: #FCF1EF;
  border-top: 1px solid #D75F68;
}
@media screen and (min-width: 751px) {
  .Section_subTitle {
    padding: 16px 0;
    font-size: 24px;
  }
}
.Section_subTitle.-green {
  color: #00A846;
  background-color: #EDF7F1;
  border-top: 1px solid #00A846;
}
.Section_inner {
  padding: 0 5.3333333333vw;
}
@media screen and (min-width: 751px) {
  .Section_inner {
    padding: 0 40px;
  }
}
.Section_inner.-bg00 {
  background: #FFFFFF;
}
.Section_background {
  padding: 8vw 0 24vw 4.2666666667vw;
  /* background: url("/assets/ps/domo/2020/images/member/gift/202308/bg_001-sp.jpg") no-repeat 100% calc(100% - 12.2666666667vw)/28.2666666667vw 28.5333333333vw; */
  border-bottom: 1px solid #333333;
}
@media screen and (min-width: 751px) {
  .Section_background {
    padding: 60px 32px 180px;
    /* background: url("/assets/ps/domo/2020/images/member/gift/202308/bg_001-pc.jpg") no-repeat 100% calc(100% - 92px)/212px 214px; */
  }
}
.Section_text {
  text-align: center;
  line-height: calc(27 / 15);
  font-size: 4vw;
}
@media screen and (min-width: 751px) {
  .Section_text {
    font-size: 30px;
  }
}
.Section_text + .Section_text {
  padding: 5.3333333333vw 0 0;
}
@media screen and (min-width: 751px) {
  .Section_text + .Section_text {
    padding: 40px 0 0;
  }
}

.Button {
  padding: 8.5333333333vw 0;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .Button {
    padding: 64px 0;
  }
}
.Button_item {
  margin: 0 0 8vw;
}
@media screen and (min-width: 751px) {
  .Button_item {
    margin: 0 0 60px;
  }
}
.Button_link {
  display: inline-block;
}

.Navigation {
  padding: 8vw 4.2666666667vw;
}
@media screen and (min-width: 751px) {
  .Navigation {
    padding: 60px 32px;
  }
}
.Navigation_item {
  margin: 0 0 5.3333333333vw;
}
@media screen and (min-width: 751px) {
  .Navigation_item {
    margin: 0 0 40px;
  }
}
.Navigation_item.-green .Navigation_link {
  color: #00A846;
  border: 1px solid #00A846;
}
.Navigation_item.-green .Navigation_link::before {
  background-color: #00A846;
}
.Navigation_item.-green .Navigation_copy {
  color: #00A846;
  background-color: #EDF7F1;
}
.Navigation_link {
  position: relative;
  display: block;
  padding: 3.7333333333vw 11.2vw 3.7333333333vw 3.2vw;
  width: 100%;
  text-align: center;
  text-decoration: none;
  line-height: calc(27 / 15);
  font-size: 4vw;
  font-weight: bold;
  color: #D75F68;
  border: 1px solid #D75F68;
  border-radius: 2px;
}
@media screen and (min-width: 751px) {
  .Navigation_link {
    padding: 28px 84px 28px 24px;
    font-size: 30px;
  }
}
.Navigation_link::before, .Navigation_link::after {
  content: "";
  position: absolute;
}
.Navigation_link::before {
  top: calc(50% - 1.7333333333vw);
  right: 2.6666666667vw;
  width: 3.4666666667vw;
  height: 3.4666666667vw;
  border-radius: 50vh;
  background: #D75F68;
}
@media screen and (min-width: 751px) {
  .Navigation_link::before {
    top: calc(50% - 13px);
    right: 20px;
    width: 26px;
    height: 26px;
  }
}
.Navigation_link::after {
  top: calc(50% - 0.8vw);
  right: 3.7333333333vw;
  width: 0.9333333333vw;
  height: 0.9333333333vw;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  transform: rotate(135deg);
}
@media screen and (min-width: 751px) {
  .Navigation_link::after {
    top: calc(50% - 6px);
    right: 28px;
    width: 7px;
    height: 7px;
  }
}
.Navigation_copy {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4.2666666667vw;
  font-size: 3.2vw;
  font-weight: normal;
  color: #D75F68;
  background: #FCF1EF;
  border-radius: 1px;
}
@media screen and (min-width: 751px) {
  .Navigation_copy {
    height: 32px;
    font-size: 24px;
  }
}
.Navigation_note {
  display: block;
  font-size: 2.6666666667vw;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 751px) {
  .Navigation_note {
    font-size: 20px;
  }
}
.Navigation_note::before {
  content: "※";
}

.Point_item {
  position: relative;
  margin: 10.6666666667vw 0 0;
  padding: 0 4.2666666667vw 6.6666666667vw;
  background: #FCF1EF;
  border-radius: 4px;
}
@media screen and (min-width: 751px) {
  .Point_item {
    margin: 80px 0 0;
    padding: 0 32px 50px;
  }
}
.Point_item.-green {
  background: #EDF7F1;
}
.Point_icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -25%);
}
.Point_title {
  padding: 13.3333333333vw 0 5.3333333333vw;
  text-align: center;
  line-height: calc(28.8 / 18);
  font-size: 4.8vw;
}
@media screen and (min-width: 751px) {
  .Point_title {
    padding: 100px 0 40px;
    font-size: 36px;
  }
}
.Point_title.-catch {
  position: relative;
  z-index: 3;
}
.Point_image {
  text-align: center;
}
.Point_text {
  padding: 4vw 0 0;
  line-height: calc(27 / 15);
  font-size: 4vw;
}
@media screen and (min-width: 751px) {
  .Point_text {
    font-size: 30px;
  }
}

.Product {
  margin: 6.6666666667vw 0 0;
  padding: 6.4vw 4.2666666667vw;
  background: #FFFFFF;
  border-radius: 4px;
}
@media screen and (min-width: 751px) {
  .Product {
    margin: 50px 0 0;
    padding: 48px 32px;
  }
}
.Product_description {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 5.3333333333vw 0 0;
}
@media screen and (min-width: 751px) {
  .Product_description {
    margin: 40px 0 0;
    line-height: 1;
  }
}
.Product_name {
  text-align: center;
  font-size: 5.3333333333vw;
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  .Product_name {
    font-size: 40px;
  }
}
.Product_name sup {
  top: -1em;
  margin-left: 0.25em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 50%;
}
.Product_flex {
  position: relative;
  left: -2.6666666667vw;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 1.6vw 0 0;
}
@media screen and (min-width: 751px) {
  .Product_flex {
    left: -20px;
    padding: 12px 0 0;
  }
}
.Product_copy {
  display: inline-block;
  line-height: calc(24 / 14);
  font-size: 3.7333333333vw;
  font-weight: normal;
}
@media screen and (min-width: 751px) {
  .Product_copy {
    font-size: 28px;
  }
}
.Product_genre {
  display: block;
  padding: 1.0666666667vw 0 0;
  line-height: calc(14 / 10);
  font-size: 2.6666666667vw;
  font-weight: normal;
}
@media screen and (min-width: 751px) {
  .Product_genre {
    padding: 8px 0 0;
    font-size: 20px;
  }
}
.Product_plus {
  display: inline-block;
  margin: 0 2.6666666667vw;
}
@media screen and (min-width: 751px) {
  .Product_plus {
    margin: 0 20px;
  }
}
.Product_and {
  display: inline-block;
  margin: 0 2.6666666667vw;
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 751px) {
  .Product_and {
    margin: 0 20px;
    font-size: 40px;
  }
}

.Step_list {
  background: #BFCDDA;
}
.Step_list.-type01 {
  padding: 0.5333333333vw 4.2666666667vw 4.2666666667vw;
}
@media screen and (min-width: 751px) {
  .Step_list.-type01 {
    padding: 4px 32px 32px;
  }
}
.Step_item {
  margin: 3.7333333333vw 0 0;
  padding: 2.6666666667vw;
  background: #FFFFFF;
  border-radius: 4px;
}
@media screen and (min-width: 751px) {
  .Step_item {
    margin: 28px 0 0;
    padding: 20px;
  }
}
.Step_item:nth-of-type(4) .StepAccordion_image {
  background-color: unset;
}
.Step_item.-link {
  padding: 0;
  height: 14.9333333333vw;
  border: 2px solid #80A0C9;
}
@media screen and (min-width: 751px) {
  .Step_item.-link {
    height: 112px;
  }
}
.Step_item.-link .Step_title {
  width: 100%;
  height: 100%;
  line-height: calc(19.6 / 14);
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 751px) {
  .Step_item.-link .Step_title {
    font-size: 28px;
  }
}
.Step_item.-link .Step_title::before {
  content: none;
}
.Step_item.-complete {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12.8vw;
  border: 2px solid #80A0C9;
}
@media screen and (min-width: 751px) {
  .Step_item.-complete {
    height: 96px;
  }
}
.Step_item.-type01 {
  text-align: center;
  background: #EFF6FC;
}
.Step_item.-type01 .Step_title {
  line-height: calc(19.6 / 14);
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 751px) {
  .Step_item.-type01 .Step_title {
    font-size: 28px;
  }
}
.Step_item.-type01 .Step_title::before {
  content: none;
}
.Step_title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.2666666667vw;
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  .Step_title {
    font-size: 32px;
  }
}
.Step_title::before {
  content: "";
  display: inline-block;
  margin: 0 2.6666666667vw 0 0;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  background: url("/assets/ps/domo/2020/images/member/gift/202308/ic_001-sp.png") no-repeat 0 0/contain;
}
@media screen and (min-width: 751px) {
  .Step_title::before {
    margin: 0 20px 0 0;
    width: 32px;
    height: 32px;
    background: url("/assets/ps/domo/2020/images/member/gift/202308/ic_001-pc.png") no-repeat 0 0/contain;
  }
}
.Step_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #333333;
}

.StepAccordion_trigger {
  position: relative;
  display: flex;
}
.StepAccordion_trigger.-jsACTrigger {
  cursor: pointer;
}
.StepAccordion_trigger.-jsACTrigger.-jsActive::after {
  background: url("/assets/ps/domo/2020/images/member/gift/202308/ic_004-sp.png") no-repeat 0 0/contain;
}
@media screen and (min-width: 751px) {
  .StepAccordion_trigger.-jsACTrigger.-jsActive::after {
    background: url("/assets/ps/domo/2020/images/member/gift/202308/ic_004-pc.png") no-repeat 0 0/contain;
  }
}
.StepAccordion_trigger.-jsACTrigger::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 6.4vw;
  height: 6.4vw;
  background: url("/assets/ps/domo/2020/images/member/gift/202308/ic_003-sp.png") no-repeat 0 0/contain;
}
@media screen and (min-width: 751px) {
  .StepAccordion_trigger.-jsACTrigger::after {
    width: 48px;
    height: 48px;
    background: url("/assets/ps/domo/2020/images/member/gift/202308/ic_003-pc.png") no-repeat 0 0/contain;
  }
}
.StepAccordion_step {
  display: flex;
  align-items: center;
  margin: 0 2.6666666667vw 0 0;
  padding: 0 2.6666666667vw 0 0;
  height: 6.4vw;
  line-height: calc(27 / 10);
  font-size: 4.2666666667vw;
  font-weight: bold;
  border-right: 1px solid #333333;
}
@media screen and (min-width: 751px) {
  .StepAccordion_step {
    margin: 0 20px 0 0;
    padding: 0 20px 0 0;
    height: 48px;
    font-size: 32px;
  }
}
.StepAccordion_step .-small {
  margin: 0 1.3333333333vw 0 0;
  font-size: 2.6666666667vw;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 751px) {
  .StepAccordion_step .-small {
    margin: 0 10px 0 0;
    font-size: 20px;
  }
}
.StepAccordion_title {
  display: flex;
  align-items: center;
  padding: 0 5.3333333333vw 0 0;
  line-height: calc(21 / 14);
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 751px) {
  .StepAccordion_title {
    padding: 0 40px 0 0;
    font-size: 28px;
  }
}
.StepAccordion_title .-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 2.6666666667vw;
  width: 8.5333333333vw;
  height: 4.8vw;
  font-size: 2.6666666667vw;
  font-style: normal;
  font-weight: normal;
  border: 1px solid #333333;
}
@media screen and (min-width: 751px) {
  .StepAccordion_title .-icon {
    margin: 0 0 0 20px;
    width: 64px;
    height: 36px;
    font-size: 20px;
  }
}
.StepAccordion_content {
  display: none;
  border-top: 1px solid #BFCDDA;
  margin: 2.1333333333vw 0 0;
}
.StepAccordion_content.-jsActive {
  display: block;
}
.StepAccordion_image {
  margin: 2.1333333333vw 0 0;
  text-align: center;
  background-color: #F9F9F9;
}
@media screen and (min-width: 751px) {
  .StepAccordion_image {
    margin: 10px 0 0;
    padding: 16px 0;
  }
}

.Note {
  width: 100%;
  text-align: left;
}
.Note.-point01 {
  padding: 2.6666666667vw 0 0;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .Note.-point01 {
    padding: 20px 0 0;
  }
}
.Note.-type01 {
  padding: 5.3333333333vw 4.2666666667vw;
  background: #F5F5F5;
  border-radius: 8px;
}
@media screen and (min-width: 751px) {
  .Note.-type01 {
    padding: 40px 32px;
  }
}
.Note.-type01 .Note_item {
  line-height: calc(27 / 15);
  font-size: 4vw;
}
@media screen and (min-width: 751px) {
  .Note.-type01 .Note_item {
    font-size: 30px;
  }
}
.Note.-type02 {
  padding: 0 4.2666666667vw;
}
@media screen and (min-width: 751px) {
  .Note.-type02 {
    padding: 0 32px;
  }
}
.Note_title {
  text-align: center;
  line-height: calc(38.4 / 24);
  font-size: 6.4vw;
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  .Note_title {
    font-size: 48px;
  }
}
.Note_item {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
  .Note_item {
    font-size: 20px;
  }
}
.Note_item::before {
  content: "※";
}
.Note_link {
  color: #333333;
}

:root {
  --swiper-navigation-size: 20px;
}
@media screen and (min-width: 751px) {
  :root {
    --swiper-navigation-size: 32px;
  }
}

.Slider {
  margin: auto;
  width: 80.8vw;
}
@media screen and (min-width: 751px) {
  .Slider {
    width: 606px;
  }
}
.Slider .swiper-pagination {
  bottom: 2.1333333333vw !important;
}
@media screen and (min-width: 751px) {
  .Slider .swiper-pagination {
    bottom: 16px !important;
  }
}
.Slider .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #FFFFFF;
  border: 1px solid #D75F68;
}
.Slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #D75F68;
}
.Slider .swiper-button-next,
.Slider .swiper-button-prev {
  font-weight: bold;
  color: #D75F68;
}

.Tab_list {
  display: flex;
  justify-content: space-between;
}
.Tab_item {
  width: 43.2vw;
  height: 17.0666666667vw;
}
@media screen and (min-width: 751px) {
  .Tab_item {
    width: 324px;
    height: 128px;
  }
}
.Tab_item.-tab_001 {
  background: url("/assets/ps/domo/2020/images/member/gift/202308/tab_001-sp.png") no-repeat 0 0/contain;
}
@media screen and (min-width: 751px) {
  .Tab_item.-tab_001 {
    background: url("/assets/ps/domo/2020/images/member/gift/202308/tab_001-pc.png") no-repeat 0 0/contain;
  }
}
.Tab_item.-tab_002 {
  background: url("/assets/ps/domo/2020/images/member/gift/202308/tab_002-sp.png") no-repeat 0 0/contain;
}
@media screen and (min-width: 751px) {
  .Tab_item.-tab_002 {
    background: url("/assets/ps/domo/2020/images/member/gift/202308/tab_002-pc.png") no-repeat 0 0/contain;
  }
}
.Tab_item.-jsActive img {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.-mt0 {
  margin-top: 0vw !important;
}
@media screen and (min-width: 751px) {
  .-mt0 {
    margin-top: 0px !important;
  }
}

.-mt1 {
  margin-top: 0.2666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mt1 {
    margin-top: 2px !important;
  }
}

.-mt2 {
  margin-top: 0.5333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mt2 {
    margin-top: 4px !important;
  }
}

.-mt3 {
  margin-top: 0.8vw !important;
}
@media screen and (min-width: 751px) {
  .-mt3 {
    margin-top: 6px !important;
  }
}

.-mt4 {
  margin-top: 1.0666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mt4 {
    margin-top: 8px !important;
  }
}

.-mt5 {
  margin-top: 1.3333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mt5 {
    margin-top: 10px !important;
  }
}

.-mt6 {
  margin-top: 1.6vw !important;
}
@media screen and (min-width: 751px) {
  .-mt6 {
    margin-top: 12px !important;
  }
}

.-mt7 {
  margin-top: 1.8666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mt7 {
    margin-top: 14px !important;
  }
}

.-mt8 {
  margin-top: 2.1333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mt8 {
    margin-top: 16px !important;
  }
}

.-mt9 {
  margin-top: 2.4vw !important;
}
@media screen and (min-width: 751px) {
  .-mt9 {
    margin-top: 18px !important;
  }
}

.-mt10 {
  margin-top: 2.6666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mt10 {
    margin-top: 20px !important;
  }
}

.-mt11 {
  margin-top: 2.9333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mt11 {
    margin-top: 22px !important;
  }
}

.-mt12 {
  margin-top: 3.2vw !important;
}
@media screen and (min-width: 751px) {
  .-mt12 {
    margin-top: 24px !important;
  }
}

.-mt13 {
  margin-top: 3.4666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mt13 {
    margin-top: 26px !important;
  }
}

.-mt14 {
  margin-top: 3.7333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mt14 {
    margin-top: 28px !important;
  }
}

.-mt15 {
  margin-top: 4vw !important;
}
@media screen and (min-width: 751px) {
  .-mt15 {
    margin-top: 30px !important;
  }
}

.-mt16 {
  margin-top: 4.2666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mt16 {
    margin-top: 32px !important;
  }
}

.-mt17 {
  margin-top: 4.5333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mt17 {
    margin-top: 34px !important;
  }
}

.-mt18 {
  margin-top: 4.8vw !important;
}
@media screen and (min-width: 751px) {
  .-mt18 {
    margin-top: 36px !important;
  }
}

.-mt19 {
  margin-top: 5.0666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mt19 {
    margin-top: 38px !important;
  }
}

.-mt20 {
  margin-top: 5.3333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mt20 {
    margin-top: 40px !important;
  }
}

.-mt21 {
  margin-top: 5.6vw !important;
}
@media screen and (min-width: 751px) {
  .-mt21 {
    margin-top: 42px !important;
  }
}

.-mt22 {
  margin-top: 5.8666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mt22 {
    margin-top: 44px !important;
  }
}

.-mt23 {
  margin-top: 6.1333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mt23 {
    margin-top: 46px !important;
  }
}

.-mt24 {
  margin-top: 6.4vw !important;
}
@media screen and (min-width: 751px) {
  .-mt24 {
    margin-top: 48px !important;
  }
}

.-mt25 {
  margin-top: 6.6666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mt25 {
    margin-top: 50px !important;
  }
}

.-mt26 {
  margin-top: 6.9333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mt26 {
    margin-top: 52px !important;
  }
}

.-mt27 {
  margin-top: 7.2vw !important;
}
@media screen and (min-width: 751px) {
  .-mt27 {
    margin-top: 54px !important;
  }
}

.-mt28 {
  margin-top: 7.4666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mt28 {
    margin-top: 56px !important;
  }
}

.-mt29 {
  margin-top: 7.7333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mt29 {
    margin-top: 58px !important;
  }
}

.-mt30 {
  margin-top: 8vw !important;
}
@media screen and (min-width: 751px) {
  .-mt30 {
    margin-top: 60px !important;
  }
}

.-mt31 {
  margin-top: 8.2666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mt31 {
    margin-top: 62px !important;
  }
}

.-mt32 {
  margin-top: 8.5333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mt32 {
    margin-top: 64px !important;
  }
}

.-mt33 {
  margin-top: 8.8vw !important;
}
@media screen and (min-width: 751px) {
  .-mt33 {
    margin-top: 66px !important;
  }
}

.-mt34 {
  margin-top: 9.0666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mt34 {
    margin-top: 68px !important;
  }
}

.-mt35 {
  margin-top: 9.3333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mt35 {
    margin-top: 70px !important;
  }
}

.-mt36 {
  margin-top: 9.6vw !important;
}
@media screen and (min-width: 751px) {
  .-mt36 {
    margin-top: 72px !important;
  }
}

.-mt37 {
  margin-top: 9.8666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mt37 {
    margin-top: 74px !important;
  }
}

.-mt38 {
  margin-top: 10.1333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mt38 {
    margin-top: 76px !important;
  }
}

.-mt39 {
  margin-top: 10.4vw !important;
}
@media screen and (min-width: 751px) {
  .-mt39 {
    margin-top: 78px !important;
  }
}

.-mt40 {
  margin-top: 10.6666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mt40 {
    margin-top: 80px !important;
  }
}

.-mt41 {
  margin-top: 10.9333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mt41 {
    margin-top: 82px !important;
  }
}

.-mt42 {
  margin-top: 11.2vw !important;
}
@media screen and (min-width: 751px) {
  .-mt42 {
    margin-top: 84px !important;
  }
}

.-mt43 {
  margin-top: 11.4666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mt43 {
    margin-top: 86px !important;
  }
}

.-mt44 {
  margin-top: 11.7333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mt44 {
    margin-top: 88px !important;
  }
}

.-mt45 {
  margin-top: 12vw !important;
}
@media screen and (min-width: 751px) {
  .-mt45 {
    margin-top: 90px !important;
  }
}

.-mt46 {
  margin-top: 12.2666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mt46 {
    margin-top: 92px !important;
  }
}

.-mt47 {
  margin-top: 12.5333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mt47 {
    margin-top: 94px !important;
  }
}

.-mt48 {
  margin-top: 12.8vw !important;
}
@media screen and (min-width: 751px) {
  .-mt48 {
    margin-top: 96px !important;
  }
}

.-mt49 {
  margin-top: 13.0666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mt49 {
    margin-top: 98px !important;
  }
}

.-mt50 {
  margin-top: 13.3333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mt50 {
    margin-top: 100px !important;
  }
}

.-mt51 {
  margin-top: 13.6vw !important;
}
@media screen and (min-width: 751px) {
  .-mt51 {
    margin-top: 102px !important;
  }
}

.-mt52 {
  margin-top: 13.8666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mt52 {
    margin-top: 104px !important;
  }
}

.-mt53 {
  margin-top: 14.1333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mt53 {
    margin-top: 106px !important;
  }
}

.-mt54 {
  margin-top: 14.4vw !important;
}
@media screen and (min-width: 751px) {
  .-mt54 {
    margin-top: 108px !important;
  }
}

.-mt55 {
  margin-top: 14.6666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mt55 {
    margin-top: 110px !important;
  }
}

.-mt56 {
  margin-top: 14.9333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mt56 {
    margin-top: 112px !important;
  }
}

.-mt57 {
  margin-top: 15.2vw !important;
}
@media screen and (min-width: 751px) {
  .-mt57 {
    margin-top: 114px !important;
  }
}

.-mt58 {
  margin-top: 15.4666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mt58 {
    margin-top: 116px !important;
  }
}

.-mt59 {
  margin-top: 15.7333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mt59 {
    margin-top: 118px !important;
  }
}

.-mt60 {
  margin-top: 16vw !important;
}
@media screen and (min-width: 751px) {
  .-mt60 {
    margin-top: 120px !important;
  }
}

.-mt61 {
  margin-top: 16.2666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mt61 {
    margin-top: 122px !important;
  }
}

.-mt62 {
  margin-top: 16.5333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mt62 {
    margin-top: 124px !important;
  }
}

.-mt63 {
  margin-top: 16.8vw !important;
}
@media screen and (min-width: 751px) {
  .-mt63 {
    margin-top: 126px !important;
  }
}

.-mt64 {
  margin-top: 17.0666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mt64 {
    margin-top: 128px !important;
  }
}

.-mt65 {
  margin-top: 17.3333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mt65 {
    margin-top: 130px !important;
  }
}

.-mt66 {
  margin-top: 17.6vw !important;
}
@media screen and (min-width: 751px) {
  .-mt66 {
    margin-top: 132px !important;
  }
}

.-mt67 {
  margin-top: 17.8666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mt67 {
    margin-top: 134px !important;
  }
}

.-mt68 {
  margin-top: 18.1333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mt68 {
    margin-top: 136px !important;
  }
}

.-mt69 {
  margin-top: 18.4vw !important;
}
@media screen and (min-width: 751px) {
  .-mt69 {
    margin-top: 138px !important;
  }
}

.-mt70 {
  margin-top: 18.6666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mt70 {
    margin-top: 140px !important;
  }
}

.-mt71 {
  margin-top: 18.9333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mt71 {
    margin-top: 142px !important;
  }
}

.-mt72 {
  margin-top: 19.2vw !important;
}
@media screen and (min-width: 751px) {
  .-mt72 {
    margin-top: 144px !important;
  }
}

.-mt73 {
  margin-top: 19.4666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mt73 {
    margin-top: 146px !important;
  }
}

.-mt74 {
  margin-top: 19.7333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mt74 {
    margin-top: 148px !important;
  }
}

.-mt75 {
  margin-top: 20vw !important;
}
@media screen and (min-width: 751px) {
  .-mt75 {
    margin-top: 150px !important;
  }
}

.-mt76 {
  margin-top: 20.2666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mt76 {
    margin-top: 152px !important;
  }
}

.-mt77 {
  margin-top: 20.5333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mt77 {
    margin-top: 154px !important;
  }
}

.-mt78 {
  margin-top: 20.8vw !important;
}
@media screen and (min-width: 751px) {
  .-mt78 {
    margin-top: 156px !important;
  }
}

.-mt79 {
  margin-top: 21.0666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mt79 {
    margin-top: 158px !important;
  }
}

.-mt80 {
  margin-top: 21.3333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mt80 {
    margin-top: 160px !important;
  }
}

.-mt81 {
  margin-top: 21.6vw !important;
}
@media screen and (min-width: 751px) {
  .-mt81 {
    margin-top: 162px !important;
  }
}

.-mt82 {
  margin-top: 21.8666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mt82 {
    margin-top: 164px !important;
  }
}

.-mt83 {
  margin-top: 22.1333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mt83 {
    margin-top: 166px !important;
  }
}

.-mt84 {
  margin-top: 22.4vw !important;
}
@media screen and (min-width: 751px) {
  .-mt84 {
    margin-top: 168px !important;
  }
}

.-mt85 {
  margin-top: 22.6666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mt85 {
    margin-top: 170px !important;
  }
}

.-mt86 {
  margin-top: 22.9333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mt86 {
    margin-top: 172px !important;
  }
}

.-mt87 {
  margin-top: 23.2vw !important;
}
@media screen and (min-width: 751px) {
  .-mt87 {
    margin-top: 174px !important;
  }
}

.-mt88 {
  margin-top: 23.4666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mt88 {
    margin-top: 176px !important;
  }
}

.-mt89 {
  margin-top: 23.7333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mt89 {
    margin-top: 178px !important;
  }
}

.-mt90 {
  margin-top: 24vw !important;
}
@media screen and (min-width: 751px) {
  .-mt90 {
    margin-top: 180px !important;
  }
}

.-mt91 {
  margin-top: 24.2666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mt91 {
    margin-top: 182px !important;
  }
}

.-mt92 {
  margin-top: 24.5333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mt92 {
    margin-top: 184px !important;
  }
}

.-mt93 {
  margin-top: 24.8vw !important;
}
@media screen and (min-width: 751px) {
  .-mt93 {
    margin-top: 186px !important;
  }
}

.-mt94 {
  margin-top: 25.0666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mt94 {
    margin-top: 188px !important;
  }
}

.-mt95 {
  margin-top: 25.3333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mt95 {
    margin-top: 190px !important;
  }
}

.-mt96 {
  margin-top: 25.6vw !important;
}
@media screen and (min-width: 751px) {
  .-mt96 {
    margin-top: 192px !important;
  }
}

.-mt97 {
  margin-top: 25.8666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mt97 {
    margin-top: 194px !important;
  }
}

.-mt98 {
  margin-top: 26.1333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mt98 {
    margin-top: 196px !important;
  }
}

.-mt99 {
  margin-top: 26.4vw !important;
}
@media screen and (min-width: 751px) {
  .-mt99 {
    margin-top: 198px !important;
  }
}

.-mt100 {
  margin-top: 26.6666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mt100 {
    margin-top: 200px !important;
  }
}

.-mb0 {
  margin-bottom: 0vw !important;
}
@media screen and (min-width: 751px) {
  .-mb0 {
    margin-bottom: 0px !important;
  }
}

.-mb1 {
  margin-bottom: 0.2666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mb1 {
    margin-bottom: 2px !important;
  }
}

.-mb2 {
  margin-bottom: 0.5333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mb2 {
    margin-bottom: 4px !important;
  }
}

.-mb3 {
  margin-bottom: 0.8vw !important;
}
@media screen and (min-width: 751px) {
  .-mb3 {
    margin-bottom: 6px !important;
  }
}

.-mb4 {
  margin-bottom: 1.0666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mb4 {
    margin-bottom: 8px !important;
  }
}

.-mb5 {
  margin-bottom: 1.3333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mb5 {
    margin-bottom: 10px !important;
  }
}

.-mb6 {
  margin-bottom: 1.6vw !important;
}
@media screen and (min-width: 751px) {
  .-mb6 {
    margin-bottom: 12px !important;
  }
}

.-mb7 {
  margin-bottom: 1.8666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mb7 {
    margin-bottom: 14px !important;
  }
}

.-mb8 {
  margin-bottom: 2.1333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mb8 {
    margin-bottom: 16px !important;
  }
}

.-mb9 {
  margin-bottom: 2.4vw !important;
}
@media screen and (min-width: 751px) {
  .-mb9 {
    margin-bottom: 18px !important;
  }
}

.-mb10 {
  margin-bottom: 2.6666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mb10 {
    margin-bottom: 20px !important;
  }
}

.-mb11 {
  margin-bottom: 2.9333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mb11 {
    margin-bottom: 22px !important;
  }
}

.-mb12 {
  margin-bottom: 3.2vw !important;
}
@media screen and (min-width: 751px) {
  .-mb12 {
    margin-bottom: 24px !important;
  }
}

.-mb13 {
  margin-bottom: 3.4666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mb13 {
    margin-bottom: 26px !important;
  }
}

.-mb14 {
  margin-bottom: 3.7333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mb14 {
    margin-bottom: 28px !important;
  }
}

.-mb15 {
  margin-bottom: 4vw !important;
}
@media screen and (min-width: 751px) {
  .-mb15 {
    margin-bottom: 30px !important;
  }
}

.-mb16 {
  margin-bottom: 4.2666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mb16 {
    margin-bottom: 32px !important;
  }
}

.-mb17 {
  margin-bottom: 4.5333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mb17 {
    margin-bottom: 34px !important;
  }
}

.-mb18 {
  margin-bottom: 4.8vw !important;
}
@media screen and (min-width: 751px) {
  .-mb18 {
    margin-bottom: 36px !important;
  }
}

.-mb19 {
  margin-bottom: 5.0666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mb19 {
    margin-bottom: 38px !important;
  }
}

.-mb20 {
  margin-bottom: 5.3333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mb20 {
    margin-bottom: 40px !important;
  }
}

.-mb21 {
  margin-bottom: 5.6vw !important;
}
@media screen and (min-width: 751px) {
  .-mb21 {
    margin-bottom: 42px !important;
  }
}

.-mb22 {
  margin-bottom: 5.8666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mb22 {
    margin-bottom: 44px !important;
  }
}

.-mb23 {
  margin-bottom: 6.1333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mb23 {
    margin-bottom: 46px !important;
  }
}

.-mb24 {
  margin-bottom: 6.4vw !important;
}
@media screen and (min-width: 751px) {
  .-mb24 {
    margin-bottom: 48px !important;
  }
}

.-mb25 {
  margin-bottom: 6.6666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mb25 {
    margin-bottom: 50px !important;
  }
}

.-mb26 {
  margin-bottom: 6.9333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mb26 {
    margin-bottom: 52px !important;
  }
}

.-mb27 {
  margin-bottom: 7.2vw !important;
}
@media screen and (min-width: 751px) {
  .-mb27 {
    margin-bottom: 54px !important;
  }
}

.-mb28 {
  margin-bottom: 7.4666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mb28 {
    margin-bottom: 56px !important;
  }
}

.-mb29 {
  margin-bottom: 7.7333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mb29 {
    margin-bottom: 58px !important;
  }
}

.-mb30 {
  margin-bottom: 8vw !important;
}
@media screen and (min-width: 751px) {
  .-mb30 {
    margin-bottom: 60px !important;
  }
}

.-mb31 {
  margin-bottom: 8.2666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mb31 {
    margin-bottom: 62px !important;
  }
}

.-mb32 {
  margin-bottom: 8.5333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mb32 {
    margin-bottom: 64px !important;
  }
}

.-mb33 {
  margin-bottom: 8.8vw !important;
}
@media screen and (min-width: 751px) {
  .-mb33 {
    margin-bottom: 66px !important;
  }
}

.-mb34 {
  margin-bottom: 9.0666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mb34 {
    margin-bottom: 68px !important;
  }
}

.-mb35 {
  margin-bottom: 9.3333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mb35 {
    margin-bottom: 70px !important;
  }
}

.-mb36 {
  margin-bottom: 9.6vw !important;
}
@media screen and (min-width: 751px) {
  .-mb36 {
    margin-bottom: 72px !important;
  }
}

.-mb37 {
  margin-bottom: 9.8666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mb37 {
    margin-bottom: 74px !important;
  }
}

.-mb38 {
  margin-bottom: 10.1333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mb38 {
    margin-bottom: 76px !important;
  }
}

.-mb39 {
  margin-bottom: 10.4vw !important;
}
@media screen and (min-width: 751px) {
  .-mb39 {
    margin-bottom: 78px !important;
  }
}

.-mb40 {
  margin-bottom: 10.6666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mb40 {
    margin-bottom: 80px !important;
  }
}

.-mb41 {
  margin-bottom: 10.9333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mb41 {
    margin-bottom: 82px !important;
  }
}

.-mb42 {
  margin-bottom: 11.2vw !important;
}
@media screen and (min-width: 751px) {
  .-mb42 {
    margin-bottom: 84px !important;
  }
}

.-mb43 {
  margin-bottom: 11.4666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mb43 {
    margin-bottom: 86px !important;
  }
}

.-mb44 {
  margin-bottom: 11.7333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mb44 {
    margin-bottom: 88px !important;
  }
}

.-mb45 {
  margin-bottom: 12vw !important;
}
@media screen and (min-width: 751px) {
  .-mb45 {
    margin-bottom: 90px !important;
  }
}

.-mb46 {
  margin-bottom: 12.2666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mb46 {
    margin-bottom: 92px !important;
  }
}

.-mb47 {
  margin-bottom: 12.5333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mb47 {
    margin-bottom: 94px !important;
  }
}

.-mb48 {
  margin-bottom: 12.8vw !important;
}
@media screen and (min-width: 751px) {
  .-mb48 {
    margin-bottom: 96px !important;
  }
}

.-mb49 {
  margin-bottom: 13.0666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mb49 {
    margin-bottom: 98px !important;
  }
}

.-mb50 {
  margin-bottom: 13.3333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mb50 {
    margin-bottom: 100px !important;
  }
}

.-mb51 {
  margin-bottom: 13.6vw !important;
}
@media screen and (min-width: 751px) {
  .-mb51 {
    margin-bottom: 102px !important;
  }
}

.-mb52 {
  margin-bottom: 13.8666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mb52 {
    margin-bottom: 104px !important;
  }
}

.-mb53 {
  margin-bottom: 14.1333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mb53 {
    margin-bottom: 106px !important;
  }
}

.-mb54 {
  margin-bottom: 14.4vw !important;
}
@media screen and (min-width: 751px) {
  .-mb54 {
    margin-bottom: 108px !important;
  }
}

.-mb55 {
  margin-bottom: 14.6666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mb55 {
    margin-bottom: 110px !important;
  }
}

.-mb56 {
  margin-bottom: 14.9333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mb56 {
    margin-bottom: 112px !important;
  }
}

.-mb57 {
  margin-bottom: 15.2vw !important;
}
@media screen and (min-width: 751px) {
  .-mb57 {
    margin-bottom: 114px !important;
  }
}

.-mb58 {
  margin-bottom: 15.4666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mb58 {
    margin-bottom: 116px !important;
  }
}

.-mb59 {
  margin-bottom: 15.7333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mb59 {
    margin-bottom: 118px !important;
  }
}

.-mb60 {
  margin-bottom: 16vw !important;
}
@media screen and (min-width: 751px) {
  .-mb60 {
    margin-bottom: 120px !important;
  }
}

.-mb61 {
  margin-bottom: 16.2666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mb61 {
    margin-bottom: 122px !important;
  }
}

.-mb62 {
  margin-bottom: 16.5333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mb62 {
    margin-bottom: 124px !important;
  }
}

.-mb63 {
  margin-bottom: 16.8vw !important;
}
@media screen and (min-width: 751px) {
  .-mb63 {
    margin-bottom: 126px !important;
  }
}

.-mb64 {
  margin-bottom: 17.0666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mb64 {
    margin-bottom: 128px !important;
  }
}

.-mb65 {
  margin-bottom: 17.3333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mb65 {
    margin-bottom: 130px !important;
  }
}

.-mb66 {
  margin-bottom: 17.6vw !important;
}
@media screen and (min-width: 751px) {
  .-mb66 {
    margin-bottom: 132px !important;
  }
}

.-mb67 {
  margin-bottom: 17.8666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mb67 {
    margin-bottom: 134px !important;
  }
}

.-mb68 {
  margin-bottom: 18.1333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mb68 {
    margin-bottom: 136px !important;
  }
}

.-mb69 {
  margin-bottom: 18.4vw !important;
}
@media screen and (min-width: 751px) {
  .-mb69 {
    margin-bottom: 138px !important;
  }
}

.-mb70 {
  margin-bottom: 18.6666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mb70 {
    margin-bottom: 140px !important;
  }
}

.-mb71 {
  margin-bottom: 18.9333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mb71 {
    margin-bottom: 142px !important;
  }
}

.-mb72 {
  margin-bottom: 19.2vw !important;
}
@media screen and (min-width: 751px) {
  .-mb72 {
    margin-bottom: 144px !important;
  }
}

.-mb73 {
  margin-bottom: 19.4666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mb73 {
    margin-bottom: 146px !important;
  }
}

.-mb74 {
  margin-bottom: 19.7333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mb74 {
    margin-bottom: 148px !important;
  }
}

.-mb75 {
  margin-bottom: 20vw !important;
}
@media screen and (min-width: 751px) {
  .-mb75 {
    margin-bottom: 150px !important;
  }
}

.-mb76 {
  margin-bottom: 20.2666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mb76 {
    margin-bottom: 152px !important;
  }
}

.-mb77 {
  margin-bottom: 20.5333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mb77 {
    margin-bottom: 154px !important;
  }
}

.-mb78 {
  margin-bottom: 20.8vw !important;
}
@media screen and (min-width: 751px) {
  .-mb78 {
    margin-bottom: 156px !important;
  }
}

.-mb79 {
  margin-bottom: 21.0666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mb79 {
    margin-bottom: 158px !important;
  }
}

.-mb80 {
  margin-bottom: 21.3333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mb80 {
    margin-bottom: 160px !important;
  }
}

.-mb81 {
  margin-bottom: 21.6vw !important;
}
@media screen and (min-width: 751px) {
  .-mb81 {
    margin-bottom: 162px !important;
  }
}

.-mb82 {
  margin-bottom: 21.8666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mb82 {
    margin-bottom: 164px !important;
  }
}

.-mb83 {
  margin-bottom: 22.1333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mb83 {
    margin-bottom: 166px !important;
  }
}

.-mb84 {
  margin-bottom: 22.4vw !important;
}
@media screen and (min-width: 751px) {
  .-mb84 {
    margin-bottom: 168px !important;
  }
}

.-mb85 {
  margin-bottom: 22.6666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mb85 {
    margin-bottom: 170px !important;
  }
}

.-mb86 {
  margin-bottom: 22.9333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mb86 {
    margin-bottom: 172px !important;
  }
}

.-mb87 {
  margin-bottom: 23.2vw !important;
}
@media screen and (min-width: 751px) {
  .-mb87 {
    margin-bottom: 174px !important;
  }
}

.-mb88 {
  margin-bottom: 23.4666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mb88 {
    margin-bottom: 176px !important;
  }
}

.-mb89 {
  margin-bottom: 23.7333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mb89 {
    margin-bottom: 178px !important;
  }
}

.-mb90 {
  margin-bottom: 24vw !important;
}
@media screen and (min-width: 751px) {
  .-mb90 {
    margin-bottom: 180px !important;
  }
}

.-mb91 {
  margin-bottom: 24.2666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mb91 {
    margin-bottom: 182px !important;
  }
}

.-mb92 {
  margin-bottom: 24.5333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mb92 {
    margin-bottom: 184px !important;
  }
}

.-mb93 {
  margin-bottom: 24.8vw !important;
}
@media screen and (min-width: 751px) {
  .-mb93 {
    margin-bottom: 186px !important;
  }
}

.-mb94 {
  margin-bottom: 25.0666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mb94 {
    margin-bottom: 188px !important;
  }
}

.-mb95 {
  margin-bottom: 25.3333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mb95 {
    margin-bottom: 190px !important;
  }
}

.-mb96 {
  margin-bottom: 25.6vw !important;
}
@media screen and (min-width: 751px) {
  .-mb96 {
    margin-bottom: 192px !important;
  }
}

.-mb97 {
  margin-bottom: 25.8666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mb97 {
    margin-bottom: 194px !important;
  }
}

.-mb98 {
  margin-bottom: 26.1333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-mb98 {
    margin-bottom: 196px !important;
  }
}

.-mb99 {
  margin-bottom: 26.4vw !important;
}
@media screen and (min-width: 751px) {
  .-mb99 {
    margin-bottom: 198px !important;
  }
}

.-mb100 {
  margin-bottom: 26.6666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-mb100 {
    margin-bottom: 200px !important;
  }
}

.-pt0 {
  padding-top: 0vw !important;
}
@media screen and (min-width: 751px) {
  .-pt0 {
    padding-top: 0px !important;
  }
}

.-pt1 {
  padding-top: 0.2666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pt1 {
    padding-top: 2px !important;
  }
}

.-pt2 {
  padding-top: 0.5333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pt2 {
    padding-top: 4px !important;
  }
}

.-pt3 {
  padding-top: 0.8vw !important;
}
@media screen and (min-width: 751px) {
  .-pt3 {
    padding-top: 6px !important;
  }
}

.-pt4 {
  padding-top: 1.0666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pt4 {
    padding-top: 8px !important;
  }
}

.-pt5 {
  padding-top: 1.3333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pt5 {
    padding-top: 10px !important;
  }
}

.-pt6 {
  padding-top: 1.6vw !important;
}
@media screen and (min-width: 751px) {
  .-pt6 {
    padding-top: 12px !important;
  }
}

.-pt7 {
  padding-top: 1.8666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pt7 {
    padding-top: 14px !important;
  }
}

.-pt8 {
  padding-top: 2.1333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pt8 {
    padding-top: 16px !important;
  }
}

.-pt9 {
  padding-top: 2.4vw !important;
}
@media screen and (min-width: 751px) {
  .-pt9 {
    padding-top: 18px !important;
  }
}

.-pt10 {
  padding-top: 2.6666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pt10 {
    padding-top: 20px !important;
  }
}

.-pt11 {
  padding-top: 2.9333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pt11 {
    padding-top: 22px !important;
  }
}

.-pt12 {
  padding-top: 3.2vw !important;
}
@media screen and (min-width: 751px) {
  .-pt12 {
    padding-top: 24px !important;
  }
}

.-pt13 {
  padding-top: 3.4666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pt13 {
    padding-top: 26px !important;
  }
}

.-pt14 {
  padding-top: 3.7333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pt14 {
    padding-top: 28px !important;
  }
}

.-pt15 {
  padding-top: 4vw !important;
}
@media screen and (min-width: 751px) {
  .-pt15 {
    padding-top: 30px !important;
  }
}

.-pt16 {
  padding-top: 4.2666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pt16 {
    padding-top: 32px !important;
  }
}

.-pt17 {
  padding-top: 4.5333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pt17 {
    padding-top: 34px !important;
  }
}

.-pt18 {
  padding-top: 4.8vw !important;
}
@media screen and (min-width: 751px) {
  .-pt18 {
    padding-top: 36px !important;
  }
}

.-pt19 {
  padding-top: 5.0666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pt19 {
    padding-top: 38px !important;
  }
}

.-pt20 {
  padding-top: 5.3333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pt20 {
    padding-top: 40px !important;
  }
}

.-pt21 {
  padding-top: 5.6vw !important;
}
@media screen and (min-width: 751px) {
  .-pt21 {
    padding-top: 42px !important;
  }
}

.-pt22 {
  padding-top: 5.8666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pt22 {
    padding-top: 44px !important;
  }
}

.-pt23 {
  padding-top: 6.1333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pt23 {
    padding-top: 46px !important;
  }
}

.-pt24 {
  padding-top: 6.4vw !important;
}
@media screen and (min-width: 751px) {
  .-pt24 {
    padding-top: 48px !important;
  }
}

.-pt25 {
  padding-top: 6.6666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pt25 {
    padding-top: 50px !important;
  }
}

.-pt26 {
  padding-top: 6.9333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pt26 {
    padding-top: 52px !important;
  }
}

.-pt27 {
  padding-top: 7.2vw !important;
}
@media screen and (min-width: 751px) {
  .-pt27 {
    padding-top: 54px !important;
  }
}

.-pt28 {
  padding-top: 7.4666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pt28 {
    padding-top: 56px !important;
  }
}

.-pt29 {
  padding-top: 7.7333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pt29 {
    padding-top: 58px !important;
  }
}

.-pt30 {
  padding-top: 8vw !important;
}
@media screen and (min-width: 751px) {
  .-pt30 {
    padding-top: 60px !important;
  }
}

.-pt31 {
  padding-top: 8.2666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pt31 {
    padding-top: 62px !important;
  }
}

.-pt32 {
  padding-top: 8.5333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pt32 {
    padding-top: 64px !important;
  }
}

.-pt33 {
  padding-top: 8.8vw !important;
}
@media screen and (min-width: 751px) {
  .-pt33 {
    padding-top: 66px !important;
  }
}

.-pt34 {
  padding-top: 9.0666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pt34 {
    padding-top: 68px !important;
  }
}

.-pt35 {
  padding-top: 9.3333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pt35 {
    padding-top: 70px !important;
  }
}

.-pt36 {
  padding-top: 9.6vw !important;
}
@media screen and (min-width: 751px) {
  .-pt36 {
    padding-top: 72px !important;
  }
}

.-pt37 {
  padding-top: 9.8666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pt37 {
    padding-top: 74px !important;
  }
}

.-pt38 {
  padding-top: 10.1333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pt38 {
    padding-top: 76px !important;
  }
}

.-pt39 {
  padding-top: 10.4vw !important;
}
@media screen and (min-width: 751px) {
  .-pt39 {
    padding-top: 78px !important;
  }
}

.-pt40 {
  padding-top: 10.6666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pt40 {
    padding-top: 80px !important;
  }
}

.-pt41 {
  padding-top: 10.9333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pt41 {
    padding-top: 82px !important;
  }
}

.-pt42 {
  padding-top: 11.2vw !important;
}
@media screen and (min-width: 751px) {
  .-pt42 {
    padding-top: 84px !important;
  }
}

.-pt43 {
  padding-top: 11.4666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pt43 {
    padding-top: 86px !important;
  }
}

.-pt44 {
  padding-top: 11.7333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pt44 {
    padding-top: 88px !important;
  }
}

.-pt45 {
  padding-top: 12vw !important;
}
@media screen and (min-width: 751px) {
  .-pt45 {
    padding-top: 90px !important;
  }
}

.-pt46 {
  padding-top: 12.2666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pt46 {
    padding-top: 92px !important;
  }
}

.-pt47 {
  padding-top: 12.5333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pt47 {
    padding-top: 94px !important;
  }
}

.-pt48 {
  padding-top: 12.8vw !important;
}
@media screen and (min-width: 751px) {
  .-pt48 {
    padding-top: 96px !important;
  }
}

.-pt49 {
  padding-top: 13.0666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pt49 {
    padding-top: 98px !important;
  }
}

.-pt50 {
  padding-top: 13.3333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pt50 {
    padding-top: 100px !important;
  }
}

.-pt51 {
  padding-top: 13.6vw !important;
}
@media screen and (min-width: 751px) {
  .-pt51 {
    padding-top: 102px !important;
  }
}

.-pt52 {
  padding-top: 13.8666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pt52 {
    padding-top: 104px !important;
  }
}

.-pt53 {
  padding-top: 14.1333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pt53 {
    padding-top: 106px !important;
  }
}

.-pt54 {
  padding-top: 14.4vw !important;
}
@media screen and (min-width: 751px) {
  .-pt54 {
    padding-top: 108px !important;
  }
}

.-pt55 {
  padding-top: 14.6666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pt55 {
    padding-top: 110px !important;
  }
}

.-pt56 {
  padding-top: 14.9333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pt56 {
    padding-top: 112px !important;
  }
}

.-pt57 {
  padding-top: 15.2vw !important;
}
@media screen and (min-width: 751px) {
  .-pt57 {
    padding-top: 114px !important;
  }
}

.-pt58 {
  padding-top: 15.4666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pt58 {
    padding-top: 116px !important;
  }
}

.-pt59 {
  padding-top: 15.7333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pt59 {
    padding-top: 118px !important;
  }
}

.-pt60 {
  padding-top: 16vw !important;
}
@media screen and (min-width: 751px) {
  .-pt60 {
    padding-top: 120px !important;
  }
}

.-pt61 {
  padding-top: 16.2666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pt61 {
    padding-top: 122px !important;
  }
}

.-pt62 {
  padding-top: 16.5333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pt62 {
    padding-top: 124px !important;
  }
}

.-pt63 {
  padding-top: 16.8vw !important;
}
@media screen and (min-width: 751px) {
  .-pt63 {
    padding-top: 126px !important;
  }
}

.-pt64 {
  padding-top: 17.0666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pt64 {
    padding-top: 128px !important;
  }
}

.-pt65 {
  padding-top: 17.3333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pt65 {
    padding-top: 130px !important;
  }
}

.-pt66 {
  padding-top: 17.6vw !important;
}
@media screen and (min-width: 751px) {
  .-pt66 {
    padding-top: 132px !important;
  }
}

.-pt67 {
  padding-top: 17.8666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pt67 {
    padding-top: 134px !important;
  }
}

.-pt68 {
  padding-top: 18.1333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pt68 {
    padding-top: 136px !important;
  }
}

.-pt69 {
  padding-top: 18.4vw !important;
}
@media screen and (min-width: 751px) {
  .-pt69 {
    padding-top: 138px !important;
  }
}

.-pt70 {
  padding-top: 18.6666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pt70 {
    padding-top: 140px !important;
  }
}

.-pt71 {
  padding-top: 18.9333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pt71 {
    padding-top: 142px !important;
  }
}

.-pt72 {
  padding-top: 19.2vw !important;
}
@media screen and (min-width: 751px) {
  .-pt72 {
    padding-top: 144px !important;
  }
}

.-pt73 {
  padding-top: 19.4666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pt73 {
    padding-top: 146px !important;
  }
}

.-pt74 {
  padding-top: 19.7333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pt74 {
    padding-top: 148px !important;
  }
}

.-pt75 {
  padding-top: 20vw !important;
}
@media screen and (min-width: 751px) {
  .-pt75 {
    padding-top: 150px !important;
  }
}

.-pt76 {
  padding-top: 20.2666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pt76 {
    padding-top: 152px !important;
  }
}

.-pt77 {
  padding-top: 20.5333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pt77 {
    padding-top: 154px !important;
  }
}

.-pt78 {
  padding-top: 20.8vw !important;
}
@media screen and (min-width: 751px) {
  .-pt78 {
    padding-top: 156px !important;
  }
}

.-pt79 {
  padding-top: 21.0666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pt79 {
    padding-top: 158px !important;
  }
}

.-pt80 {
  padding-top: 21.3333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pt80 {
    padding-top: 160px !important;
  }
}

.-pt81 {
  padding-top: 21.6vw !important;
}
@media screen and (min-width: 751px) {
  .-pt81 {
    padding-top: 162px !important;
  }
}

.-pt82 {
  padding-top: 21.8666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pt82 {
    padding-top: 164px !important;
  }
}

.-pt83 {
  padding-top: 22.1333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pt83 {
    padding-top: 166px !important;
  }
}

.-pt84 {
  padding-top: 22.4vw !important;
}
@media screen and (min-width: 751px) {
  .-pt84 {
    padding-top: 168px !important;
  }
}

.-pt85 {
  padding-top: 22.6666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pt85 {
    padding-top: 170px !important;
  }
}

.-pt86 {
  padding-top: 22.9333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pt86 {
    padding-top: 172px !important;
  }
}

.-pt87 {
  padding-top: 23.2vw !important;
}
@media screen and (min-width: 751px) {
  .-pt87 {
    padding-top: 174px !important;
  }
}

.-pt88 {
  padding-top: 23.4666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pt88 {
    padding-top: 176px !important;
  }
}

.-pt89 {
  padding-top: 23.7333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pt89 {
    padding-top: 178px !important;
  }
}

.-pt90 {
  padding-top: 24vw !important;
}
@media screen and (min-width: 751px) {
  .-pt90 {
    padding-top: 180px !important;
  }
}

.-pt91 {
  padding-top: 24.2666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pt91 {
    padding-top: 182px !important;
  }
}

.-pt92 {
  padding-top: 24.5333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pt92 {
    padding-top: 184px !important;
  }
}

.-pt93 {
  padding-top: 24.8vw !important;
}
@media screen and (min-width: 751px) {
  .-pt93 {
    padding-top: 186px !important;
  }
}

.-pt94 {
  padding-top: 25.0666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pt94 {
    padding-top: 188px !important;
  }
}

.-pt95 {
  padding-top: 25.3333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pt95 {
    padding-top: 190px !important;
  }
}

.-pt96 {
  padding-top: 25.6vw !important;
}
@media screen and (min-width: 751px) {
  .-pt96 {
    padding-top: 192px !important;
  }
}

.-pt97 {
  padding-top: 25.8666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pt97 {
    padding-top: 194px !important;
  }
}

.-pt98 {
  padding-top: 26.1333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pt98 {
    padding-top: 196px !important;
  }
}

.-pt99 {
  padding-top: 26.4vw !important;
}
@media screen and (min-width: 751px) {
  .-pt99 {
    padding-top: 198px !important;
  }
}

.-pt100 {
  padding-top: 26.6666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pt100 {
    padding-top: 200px !important;
  }
}

.-pb0 {
  padding-bottom: 0vw !important;
}
@media screen and (min-width: 751px) {
  .-pb0 {
    padding-bottom: 0px !important;
  }
}

.-pb1 {
  padding-bottom: 0.2666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pb1 {
    padding-bottom: 2px !important;
  }
}

.-pb2 {
  padding-bottom: 0.5333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pb2 {
    padding-bottom: 4px !important;
  }
}

.-pb3 {
  padding-bottom: 0.8vw !important;
}
@media screen and (min-width: 751px) {
  .-pb3 {
    padding-bottom: 6px !important;
  }
}

.-pb4 {
  padding-bottom: 1.0666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pb4 {
    padding-bottom: 8px !important;
  }
}

.-pb5 {
  padding-bottom: 1.3333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pb5 {
    padding-bottom: 10px !important;
  }
}

.-pb6 {
  padding-bottom: 1.6vw !important;
}
@media screen and (min-width: 751px) {
  .-pb6 {
    padding-bottom: 12px !important;
  }
}

.-pb7 {
  padding-bottom: 1.8666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pb7 {
    padding-bottom: 14px !important;
  }
}

.-pb8 {
  padding-bottom: 2.1333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pb8 {
    padding-bottom: 16px !important;
  }
}

.-pb9 {
  padding-bottom: 2.4vw !important;
}
@media screen and (min-width: 751px) {
  .-pb9 {
    padding-bottom: 18px !important;
  }
}

.-pb10 {
  padding-bottom: 2.6666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pb10 {
    padding-bottom: 20px !important;
  }
}

.-pb11 {
  padding-bottom: 2.9333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pb11 {
    padding-bottom: 22px !important;
  }
}

.-pb12 {
  padding-bottom: 3.2vw !important;
}
@media screen and (min-width: 751px) {
  .-pb12 {
    padding-bottom: 24px !important;
  }
}

.-pb13 {
  padding-bottom: 3.4666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pb13 {
    padding-bottom: 26px !important;
  }
}

.-pb14 {
  padding-bottom: 3.7333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pb14 {
    padding-bottom: 28px !important;
  }
}

.-pb15 {
  padding-bottom: 4vw !important;
}
@media screen and (min-width: 751px) {
  .-pb15 {
    padding-bottom: 30px !important;
  }
}

.-pb16 {
  padding-bottom: 4.2666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pb16 {
    padding-bottom: 32px !important;
  }
}

.-pb17 {
  padding-bottom: 4.5333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pb17 {
    padding-bottom: 34px !important;
  }
}

.-pb18 {
  padding-bottom: 4.8vw !important;
}
@media screen and (min-width: 751px) {
  .-pb18 {
    padding-bottom: 36px !important;
  }
}

.-pb19 {
  padding-bottom: 5.0666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pb19 {
    padding-bottom: 38px !important;
  }
}

.-pb20 {
  padding-bottom: 5.3333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pb20 {
    padding-bottom: 40px !important;
  }
}

.-pb21 {
  padding-bottom: 5.6vw !important;
}
@media screen and (min-width: 751px) {
  .-pb21 {
    padding-bottom: 42px !important;
  }
}

.-pb22 {
  padding-bottom: 5.8666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pb22 {
    padding-bottom: 44px !important;
  }
}

.-pb23 {
  padding-bottom: 6.1333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pb23 {
    padding-bottom: 46px !important;
  }
}

.-pb24 {
  padding-bottom: 6.4vw !important;
}
@media screen and (min-width: 751px) {
  .-pb24 {
    padding-bottom: 48px !important;
  }
}

.-pb25 {
  padding-bottom: 6.6666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pb25 {
    padding-bottom: 50px !important;
  }
}

.-pb26 {
  padding-bottom: 6.9333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pb26 {
    padding-bottom: 52px !important;
  }
}

.-pb27 {
  padding-bottom: 7.2vw !important;
}
@media screen and (min-width: 751px) {
  .-pb27 {
    padding-bottom: 54px !important;
  }
}

.-pb28 {
  padding-bottom: 7.4666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pb28 {
    padding-bottom: 56px !important;
  }
}

.-pb29 {
  padding-bottom: 7.7333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pb29 {
    padding-bottom: 58px !important;
  }
}

.-pb30 {
  padding-bottom: 8vw !important;
}
@media screen and (min-width: 751px) {
  .-pb30 {
    padding-bottom: 60px !important;
  }
}

.-pb31 {
  padding-bottom: 8.2666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pb31 {
    padding-bottom: 62px !important;
  }
}

.-pb32 {
  padding-bottom: 8.5333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pb32 {
    padding-bottom: 64px !important;
  }
}

.-pb33 {
  padding-bottom: 8.8vw !important;
}
@media screen and (min-width: 751px) {
  .-pb33 {
    padding-bottom: 66px !important;
  }
}

.-pb34 {
  padding-bottom: 9.0666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pb34 {
    padding-bottom: 68px !important;
  }
}

.-pb35 {
  padding-bottom: 9.3333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pb35 {
    padding-bottom: 70px !important;
  }
}

.-pb36 {
  padding-bottom: 9.6vw !important;
}
@media screen and (min-width: 751px) {
  .-pb36 {
    padding-bottom: 72px !important;
  }
}

.-pb37 {
  padding-bottom: 9.8666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pb37 {
    padding-bottom: 74px !important;
  }
}

.-pb38 {
  padding-bottom: 10.1333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pb38 {
    padding-bottom: 76px !important;
  }
}

.-pb39 {
  padding-bottom: 10.4vw !important;
}
@media screen and (min-width: 751px) {
  .-pb39 {
    padding-bottom: 78px !important;
  }
}

.-pb40 {
  padding-bottom: 10.6666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pb40 {
    padding-bottom: 80px !important;
  }
}

.-pb41 {
  padding-bottom: 10.9333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pb41 {
    padding-bottom: 82px !important;
  }
}

.-pb42 {
  padding-bottom: 11.2vw !important;
}
@media screen and (min-width: 751px) {
  .-pb42 {
    padding-bottom: 84px !important;
  }
}

.-pb43 {
  padding-bottom: 11.4666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pb43 {
    padding-bottom: 86px !important;
  }
}

.-pb44 {
  padding-bottom: 11.7333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pb44 {
    padding-bottom: 88px !important;
  }
}

.-pb45 {
  padding-bottom: 12vw !important;
}
@media screen and (min-width: 751px) {
  .-pb45 {
    padding-bottom: 90px !important;
  }
}

.-pb46 {
  padding-bottom: 12.2666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pb46 {
    padding-bottom: 92px !important;
  }
}

.-pb47 {
  padding-bottom: 12.5333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pb47 {
    padding-bottom: 94px !important;
  }
}

.-pb48 {
  padding-bottom: 12.8vw !important;
}
@media screen and (min-width: 751px) {
  .-pb48 {
    padding-bottom: 96px !important;
  }
}

.-pb49 {
  padding-bottom: 13.0666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pb49 {
    padding-bottom: 98px !important;
  }
}

.-pb50 {
  padding-bottom: 13.3333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pb50 {
    padding-bottom: 100px !important;
  }
}

.-pb51 {
  padding-bottom: 13.6vw !important;
}
@media screen and (min-width: 751px) {
  .-pb51 {
    padding-bottom: 102px !important;
  }
}

.-pb52 {
  padding-bottom: 13.8666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pb52 {
    padding-bottom: 104px !important;
  }
}

.-pb53 {
  padding-bottom: 14.1333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pb53 {
    padding-bottom: 106px !important;
  }
}

.-pb54 {
  padding-bottom: 14.4vw !important;
}
@media screen and (min-width: 751px) {
  .-pb54 {
    padding-bottom: 108px !important;
  }
}

.-pb55 {
  padding-bottom: 14.6666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pb55 {
    padding-bottom: 110px !important;
  }
}

.-pb56 {
  padding-bottom: 14.9333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pb56 {
    padding-bottom: 112px !important;
  }
}

.-pb57 {
  padding-bottom: 15.2vw !important;
}
@media screen and (min-width: 751px) {
  .-pb57 {
    padding-bottom: 114px !important;
  }
}

.-pb58 {
  padding-bottom: 15.4666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pb58 {
    padding-bottom: 116px !important;
  }
}

.-pb59 {
  padding-bottom: 15.7333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pb59 {
    padding-bottom: 118px !important;
  }
}

.-pb60 {
  padding-bottom: 16vw !important;
}
@media screen and (min-width: 751px) {
  .-pb60 {
    padding-bottom: 120px !important;
  }
}

.-pb61 {
  padding-bottom: 16.2666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pb61 {
    padding-bottom: 122px !important;
  }
}

.-pb62 {
  padding-bottom: 16.5333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pb62 {
    padding-bottom: 124px !important;
  }
}

.-pb63 {
  padding-bottom: 16.8vw !important;
}
@media screen and (min-width: 751px) {
  .-pb63 {
    padding-bottom: 126px !important;
  }
}

.-pb64 {
  padding-bottom: 17.0666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pb64 {
    padding-bottom: 128px !important;
  }
}

.-pb65 {
  padding-bottom: 17.3333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pb65 {
    padding-bottom: 130px !important;
  }
}

.-pb66 {
  padding-bottom: 17.6vw !important;
}
@media screen and (min-width: 751px) {
  .-pb66 {
    padding-bottom: 132px !important;
  }
}

.-pb67 {
  padding-bottom: 17.8666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pb67 {
    padding-bottom: 134px !important;
  }
}

.-pb68 {
  padding-bottom: 18.1333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pb68 {
    padding-bottom: 136px !important;
  }
}

.-pb69 {
  padding-bottom: 18.4vw !important;
}
@media screen and (min-width: 751px) {
  .-pb69 {
    padding-bottom: 138px !important;
  }
}

.-pb70 {
  padding-bottom: 18.6666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pb70 {
    padding-bottom: 140px !important;
  }
}

.-pb71 {
  padding-bottom: 18.9333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pb71 {
    padding-bottom: 142px !important;
  }
}

.-pb72 {
  padding-bottom: 19.2vw !important;
}
@media screen and (min-width: 751px) {
  .-pb72 {
    padding-bottom: 144px !important;
  }
}

.-pb73 {
  padding-bottom: 19.4666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pb73 {
    padding-bottom: 146px !important;
  }
}

.-pb74 {
  padding-bottom: 19.7333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pb74 {
    padding-bottom: 148px !important;
  }
}

.-pb75 {
  padding-bottom: 20vw !important;
}
@media screen and (min-width: 751px) {
  .-pb75 {
    padding-bottom: 150px !important;
  }
}

.-pb76 {
  padding-bottom: 20.2666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pb76 {
    padding-bottom: 152px !important;
  }
}

.-pb77 {
  padding-bottom: 20.5333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pb77 {
    padding-bottom: 154px !important;
  }
}

.-pb78 {
  padding-bottom: 20.8vw !important;
}
@media screen and (min-width: 751px) {
  .-pb78 {
    padding-bottom: 156px !important;
  }
}

.-pb79 {
  padding-bottom: 21.0666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pb79 {
    padding-bottom: 158px !important;
  }
}

.-pb80 {
  padding-bottom: 21.3333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pb80 {
    padding-bottom: 160px !important;
  }
}

.-pb81 {
  padding-bottom: 21.6vw !important;
}
@media screen and (min-width: 751px) {
  .-pb81 {
    padding-bottom: 162px !important;
  }
}

.-pb82 {
  padding-bottom: 21.8666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pb82 {
    padding-bottom: 164px !important;
  }
}

.-pb83 {
  padding-bottom: 22.1333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pb83 {
    padding-bottom: 166px !important;
  }
}

.-pb84 {
  padding-bottom: 22.4vw !important;
}
@media screen and (min-width: 751px) {
  .-pb84 {
    padding-bottom: 168px !important;
  }
}

.-pb85 {
  padding-bottom: 22.6666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pb85 {
    padding-bottom: 170px !important;
  }
}

.-pb86 {
  padding-bottom: 22.9333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pb86 {
    padding-bottom: 172px !important;
  }
}

.-pb87 {
  padding-bottom: 23.2vw !important;
}
@media screen and (min-width: 751px) {
  .-pb87 {
    padding-bottom: 174px !important;
  }
}

.-pb88 {
  padding-bottom: 23.4666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pb88 {
    padding-bottom: 176px !important;
  }
}

.-pb89 {
  padding-bottom: 23.7333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pb89 {
    padding-bottom: 178px !important;
  }
}

.-pb90 {
  padding-bottom: 24vw !important;
}
@media screen and (min-width: 751px) {
  .-pb90 {
    padding-bottom: 180px !important;
  }
}

.-pb91 {
  padding-bottom: 24.2666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pb91 {
    padding-bottom: 182px !important;
  }
}

.-pb92 {
  padding-bottom: 24.5333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pb92 {
    padding-bottom: 184px !important;
  }
}

.-pb93 {
  padding-bottom: 24.8vw !important;
}
@media screen and (min-width: 751px) {
  .-pb93 {
    padding-bottom: 186px !important;
  }
}

.-pb94 {
  padding-bottom: 25.0666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pb94 {
    padding-bottom: 188px !important;
  }
}

.-pb95 {
  padding-bottom: 25.3333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pb95 {
    padding-bottom: 190px !important;
  }
}

.-pb96 {
  padding-bottom: 25.6vw !important;
}
@media screen and (min-width: 751px) {
  .-pb96 {
    padding-bottom: 192px !important;
  }
}

.-pb97 {
  padding-bottom: 25.8666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pb97 {
    padding-bottom: 194px !important;
  }
}

.-pb98 {
  padding-bottom: 26.1333333333vw !important;
}
@media screen and (min-width: 751px) {
  .-pb98 {
    padding-bottom: 196px !important;
  }
}

.-pb99 {
  padding-bottom: 26.4vw !important;
}
@media screen and (min-width: 751px) {
  .-pb99 {
    padding-bottom: 198px !important;
  }
}

.-pb100 {
  padding-bottom: 26.6666666667vw !important;
}
@media screen and (min-width: 751px) {
  .-pb100 {
    padding-bottom: 200px !important;
  }
}

.HeaderBlock_header {
  background-color: #D75F68;
  color: #fff;
  padding: 8px;
  text-align: center;
  font-size: 4vw;
  font-weight: bold;
  border-radius: 1.0666666667vw 1.0666666667vw 0 0;
}

@media screen and (min-width: 751px) {
  .HeaderBlock_header {
    padding: 16px;
    font-size: 30px;
    border-radius: 8px 8px 0 0;
  }
}
.HeaderBlock_content {
  font-size: 4vw;
  background: #FFF;
  border-radius: 0 0 1.0666666667vw 1.0666666667vw;
  padding: 3.7333333333vw 4.2666666667vw;
  line-height: 1.8;
  border-left: 1px solid #D75F68;
  border-right: 1px solid #D75F68;
  border-bottom: 1px solid #D75F68;
}

@media screen and (min-width: 751px) {
  .HeaderBlock_content {
    font-size: 30px;
    border-radius: 0 0 8px 8px;
    padding: 28px 32px;
    border-left: 2px solid #D75F68;
    border-right: 2px solid #D75F68;
    border-bottom: 2px solid #D75F68;
  }
}
.Note.-type02 {
  padding: 5.3333333333vw 4.2666666667vw;
  background: #FFF;
  border-radius: 8px;
}

@media screen and (min-width: 751px) {
  .Note.-type02 {
    padding: 40px 32px;
  }
}
.Note.-type02 .Note_title {
  font-size: 4vw;
}

@media screen and (min-width: 751px) {
  .Note.-type02 .Note_title {
    font-size: 30px;
  }
}
.Note.-type02 .Note_item {
  line-height: 1.8;
  font-size: 4vw;
}

@media screen and (min-width: 751px) {
  .Note.-type02 .Note_item {
    font-size: 30px;
  }
}

/*# sourceMappingURL=style.css.map */
