@charset "UTF-8";
.l-frame {
  margin: 0 20px;
}
@media screen and (min-width: 768px) {
  .l-frame {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 148px;
  }
}

body {
  min-width: unset;
}

.s-mbms {
  color: #111;
  font-size: 1.6rem;
  line-height: 1.5;
}
.s-mbms strong {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .s-mbms {
    line-height: 2;
  }
}

.s-application {
  margin: 0 14px;
  font-weight: bold;
  text-align: center;
}

.s-application__button {
  margin-bottom: 5px;
  font-size: 1.4rem;
}
.s-application__button a {
  display: block;
  padding: 20px 3px;
  color: #fff;
  background: #a1c684;
}
@media screen and (min-width: 768px) {
  .s-application__button {
    margin-bottom: 25px;
    font-size: 2rem;
  }
  .s-application__button a {
    display: inline-block;
    padding: 25px 40px;
  }
}

.s-application__note {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .s-application__note {
    font-size: 1.6rem;
  }
}

.s-contents {
  margin-bottom: 80px;
}

.s-contents__heading {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .s-contents__heading {
    margin-bottom: 100px;
    font-size: 3.4rem;
  }
}

.s-main-visual {
  position: relative;
}
@media screen and (min-width: 768px) {
  .s-main-visual {
    margin-bottom: 50px;
  }
}

.s-main-visual__logo {
  position: absolute;
  top: 20px;
  left: calc(50% - 60px);
  width: 120px;
}
@media screen and (min-width: 768px) {
  .s-main-visual__logo {
    top: auto;
    bottom: 0;
    left: 10%;
    width: min(22.9167%, 275px);
  }
}

.s-main-visual__image {
  margin-bottom: 20px;
}
.s-main-visual__image img {
  width: 100%;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .s-main-visual__image {
    margin-bottom: 10px;
  }
}

.s-main-visual__text {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .s-main-visual__text {
    margin: 0 10% 0 30%;
    padding-bottom: 10px;
    font-size: 3rem;
    text-align: right;
    line-height: 1.6667;
  }
}

.s-main-visual__text-1 {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .s-main-visual__text-1 {
    margin-bottom: 10px;
  }
}

.s-main-visual__text-2 {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .s-main-visual__text-2 {
    font-size: 4rem;
  }
}

.s-intro {
  position: relative;
  overflow: hidden;
  margin-top: -20px;
  padding: 80px 0 18%;
}
@media screen and (min-width: 768px) {
  .s-intro {
    padding-top: 310px;
  }
}

.s-intro__heading {
  margin-left: 7%;
  color: #739f50;
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  .s-intro__heading {
    margin: 0 0 60px;
    font-size: 3.4rem;
    text-align: center;
  }
  .s-intro__heading br {
    display: none;
  }
}

.s-intro__image-1 {
  position: absolute;
  width: 45%;
  left: -10%;
  margin-top: 10px;
  z-index: -1;
}
.s-intro__image-1 img {
  width: 100%;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .s-intro__image-1 {
    top: 0;
    left: -40px;
    width: 29.1667%;
  }
}

.s-intro__image-2 {
  position: absolute;
  width: 70%;
  top: 0;
  right: -23%;
  z-index: -1;
}
.s-intro__image-2 img {
  width: 100%;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .s-intro__image-2 {
    top: 20%;
    right: -12.5%;
    width: 43.6111%;
  }
}

.s-intro__copy {
  font-weight: bold;
  margin: 39% 0 15% 27%;
}
@media screen and (min-width: 768px) {
  .s-intro__copy {
    margin: 0 0 70px;
    font-size: 3rem;
    text-align: center;
    line-height: 1.6667;
  }
}

.s-lnav {
  margin: 0 10px 60px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .s-lnav {
    max-width: 970px;
    margin: 0 auto 120px;
    padding: 0 40px;
    font-size: 2rem;
  }
}

.s-lnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.s-lnav__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48.7323%;
  flex: 0 0 48.7323%;
  margin: 0 0 10px;
}
.s-lnav__item a {
  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;
  position: relative;
  padding: 10px 3px;
  height: 100%;
  min-height: 56px;
  color: inherit;
  border-bottom: 1px solid #707070;
}
.s-lnav__item a::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 8px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform-origin: 75% 25%;
  transform-origin: 75% 25%;
}
@media screen and (min-width: 768px) {
  .s-lnav__item {
    margin-bottom: 20px;
  }
  .s-lnav__item a {
    padding: 20px 3px;
  }
  .s-lnav__item a::after {
    right: 16px;
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    border-top: 2.5px solid;
    border-right: 2.5px solid;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform-origin: 75% 25%;
    transform-origin: 75% 25%;
  }
}

.s-life-check {
  padding: 0 28px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .s-life-check {
    margin-bottom: 13%;
    padding-bottom: 130px;
  }
}

.s-life-check__list {
  margin-bottom: 20px;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .s-life-check__list {
    margin: 0 auto 50px;
    max-width: 640px;
    font-size: 2.4rem;
  }
}

.s-life-check__item {
  padding: 14px 14px 14px 60px;
  background-color: #c9d3db;
  background-image: url(../images/mbms/icon_check_01.png);
  background-repeat: no-repeat;
  background-position: 21px 50%;
  background-size: 21px auto;
}
.s-life-check__item:nth-child(even) {
  background-color: #fff;
}
.s-life-check__item:first-child {
  border-radius: 10px 10px 0 0;
}
.s-life-check__item:last-child {
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 768px) {
  .s-life-check__item {
    padding: 23px 23px 23px 115px;
    background-position: 40px 50%;
    background-size: 40px auto;
  }
}

.s-life-check__text {
  font-size: 1.2rem;
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .s-life-check__text {
    font-size: 2rem;
    line-height: 2.8;
  }
}

.s-life-check__background {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.s-ishiguro {
  padding: 0 28px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .s-ishiguro {
    padding-left: max(40px, 50% - 540px);
    padding-right: max(40px, 50% - 540px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 110px auto 0;
  }
}

.s-ishiguro__image {
  position: relative;
  margin: 0 7px 15px;
  padding: 0 0 52px;
}
.s-ishiguro__image img {
  position: relative;
  width: 100%;
  vertical-align: top;
  z-index: 1;
}
.s-ishiguro__image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40%;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: #a1c684;
}
@media screen and (min-width: 768px) {
  .s-ishiguro__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42.5925%;
    flex: 0 0 42.5925%;
  }
}

@media screen and (min-width: 768px) {
  .s-ishiguro__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 53.7037%;
    flex: 0 0 53.7037%;
  }
}

.s-ishiguro__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  margin-bottom: 15px;
  padding: 0 0 8px;
  border-bottom: 1px solid;
}
@media screen and (min-width: 768px) {
  .s-ishiguro__heading {
    margin-bottom: 35px;
  }
}

.s-ishiguro__position {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .s-ishiguro__position {
    font-size: 1.6rem;
  }
}

.s-ishiguro__name {
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .s-ishiguro__name {
    font-size: 3rem;
  }
}

.s-ishiguro__text {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .s-ishiguro__text {
    font-size: 2rem;
  }
}

.s-habit {
  overflow: hidden;
  margin: -20px 0 0;
  padding: 20px 0 0;
}
@media screen and (min-width: 768px) {
  .s-habit {
    padding-left: max(40px, 50% - 540px);
    padding-right: max(40px, 50% - 540px);
    margin: 0 auto;
    padding-top: 70px;
  }
}

.s-habit-item,
.s-habit-item--left {
  width: 100%;
  margin: 0 0 8px 23px;
}
.s-habit-item::after,
.s-habit-item--left::after {
  content: "";
  display: block;
  clear: both;
}
.s-habit-item:nth-child(even),
.s-habit-item--left:nth-child(even) {
  margin-left: 53px;
}
@media screen and (min-width: 768px) {
  .s-habit-item,
  .s-habit-item--left {
    position: relative;
    margin: 0 0 11%;
  }
  .s-habit-item:nth-child(even),
  .s-habit-item--left:nth-child(even) {
    margin-left: 70px;
  }
}

.s-habit-item--left {
  margin-left: -23px;
}
.s-habit-item--left:nth-child(even) {
  margin-left: -53px;
}
@media screen and (min-width: 768px) {
  .s-habit-item--left {
    margin-left: 0;
  }
}

.s-habit-item__heading {
  position: relative;
  margin-bottom: 8px;
  padding: 3px 34px;
  background: #e3e3e3;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .s-habit-item__heading {
    padding: 0 60px;
  }
}

.s-habit-item__number {
  position: absolute;
  font-weight: 300;
  font-size: 5.2rem;
  font-family: "Rubik", sans-serif;
  line-height: 1;
  bottom: 0;
  left: -10px;
  width: 0.6em;
  text-align: center;
}
.s-habit-item--left .s-habit-item__number {
  left: auto;
  right: -10px;
}
@media screen and (min-width: 768px) {
  .s-habit-item__number {
    font-size: 8.7rem;
  }
}

.s-habit-item__label {
  font-weight: bold;
  font-size: 1.8rem;
}
.s-habit-item--left .s-habit-item__label {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .s-habit-item__label {
    font-size: 3rem;
  }
}

.s-habit-item__image {
  position: relative;
  float: right;
  width: 33.1492%;
  margin: -31px 23px 0 0;
}
.s-habit-item:nth-child(even) .s-habit-item__image,
.s-habit-item--left:nth-child(even) .s-habit-item__image {
  margin-right: 53px;
}
.s-habit-item__image img {
  width: 100%;
  vertical-align: top;
  border-radius: 10px 0 0 10px;
}
.s-habit-item--left .s-habit-item__image {
  margin-right: 0;
  margin-left: 23px;
  float: left;
}
.s-habit-item--left:nth-child(even) .s-habit-item__image {
  margin-left: 53px;
  margin-right: 0;
}
.s-habit-item--left .s-habit-item__image img {
  border-radius: 0 10px 10px 0;
}
@media screen and (min-width: 768px) {
  .s-habit-item__image {
    position: absolute;
    top: 2em;
    right: 0;
    width: 33.3333%;
    margin: 0;
    border-radius: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .s-habit-item:nth-child(even) .s-habit-item__image,
  .s-habit-item--left:nth-child(even) .s-habit-item__image {
    margin-right: 0;
  }
  .s-habit-item--left .s-habit-item__image {
    margin: 0;
    right: auto;
    left: 0;
  }
  .s-habit-item--left:nth-child(even) .s-habit-item__image {
    margin: 0;
  }
  .s-habit-item--left .s-habit-item__image img {
    border-radius: 0;
  }
}

.s-habit-item__text {
  margin: 0 0 0 34px;
  font-size: 13px;
}
.s-habit-item--left .s-habit-item__text {
  margin: 0 34px 0 0;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .s-habit-item__text {
    font-size: 2rem;
  }
}

.s-beauty-health {
  position: relative;
}

.s-beauty-health__image {
  width: 78.6667%;
  margin: 0 0 0 auto;
}
.s-beauty-health__image img {
  width: 100%;
  vertical-align: top;
}

.s-beauty-health__heading {
  position: absolute;
  width: 50%;
  padding: 40px 0;
  text-align: center;
  background: #a1c684;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.s-beauty-health__heading img {
  width: 58.5106%;
}
@media screen and (min-width: 768px) {
  .s-beauty-health__heading {
    bottom: -80px;
    padding: 150px 100px 150px 0;
    text-align: right;
    -webkit-transform: unset;
    transform: unset;
  }
  .s-beauty-health__heading img {
    width: min(58.5106%, 300px);
  }
}

.s-lisa {
  margin-bottom: 80px;
  padding: 40% 0 0;
  background-image: url(/wp-templates/images/mbms/background_lisa_01.png);
  background-repeat: repeat;
  background-size: 130px auto;
}
@media screen and (min-width: 768px) {
  .s-lisa {
    margin-bottom: 140px;
    padding-top: 20%;
    background-size: 207px auto;
  }
}

.s-lisa__wrap {
  padding: 40px 8px 30px;
  background: #e9adbb;
}
@media screen and (min-width: 768px) {
  .s-lisa__wrap {
    padding: 50px 40px;
  }
}

.s-lisa__heading {
  margin-bottom: 30px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .s-lisa__heading {
    font-size: 3.4rem;
    margin-bottom: 50px;
  }
}

.s-lisa__content {
  margin-bottom: 20px;
  padding: 30px 15px 15px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .s-lisa__content {
    max-width: 1080px;
    margin: 0 auto 50px;
    padding: 40px 30px 70px;
    border-radius: 20px;
  }
}

.s-lisa__heading2 {
  margin: 0 15px 20px;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  border-bottom: 4px solid;
}
@media screen and (min-width: 768px) {
  .s-lisa__heading2 {
    font-size: 3rem;
    margin: 0 0 50px;
  }
}

.s-lisa__image img {
  width: 100%;
  vertical-align: top;
}

.s-flow {
  margin: 0 22px 30px;
}
@media screen and (min-width: 768px) {
  .s-flow {
    padding-left: max(40px, 50% - 540px);
    padding-right: max(40px, 50% - 540px);
    margin: 0 0 70px;
  }
}

@media screen and (min-width: 768px) {
  .s-items {
    margin-top: -80px;
    margin-bottom: 160px;
  }
}

.s-items__text {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .s-items__text {
    font-size: 2.6rem;
    font-weight: normal;
  }
}

.s-item {
  margin: 0 22px 40px;
}
@media screen and (min-width: 768px) {
  .s-item {
    padding-left: max(40px, 50% - 540px);
    padding-right: max(40px, 50% - 540px);
    margin: 0 0 50px;
  }
}

.s-item-box,
.s-item-box--phytopower,
.s-item-box--zincbeauty,
.s-item-box--relamind,
.s-item-box--grassfedcollagen,
.s-item-box--ecgreens,
.s-item-box--hotflow,
.s-item-box--nmn,
.s-item-box--phyto,
.s-item-box--3os,
.s-item-box--keto {
  margin-bottom: 20px;
  padding: 20px 15px 15px;
  color: #fff;
  background: #ccc;
}
@media screen and (min-width: 768px) {
  .s-item-box,
  .s-item-box--phytopower,
  .s-item-box--zincbeauty,
  .s-item-box--relamind,
  .s-item-box--grassfedcollagen,
  .s-item-box--ecgreens,
  .s-item-box--hotflow,
  .s-item-box--nmn,
  .s-item-box--phyto,
  .s-item-box--3os,
  .s-item-box--keto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 10px 10px 30px;
  }
}

.s-item-box--keto {
  background: #609e8a;
}

.s-item-box--3os {
  background: #9e9d61;
}

.s-item-box--phyto {
  background: #d28aa5;
}

.s-item-box--nmn {
  background: #d28aa5;
}

.s-item-box--hotflow {
  background: #e48b5e;
}

.s-item-box--ecgreens {
  background: #e48b5e;
}

.s-item-box--grassfedcollagen {
  background: #5fb5be;
}

.s-item-box--relamind {
  background: #9f8db6;
}

.s-item-box--phytopower {
  background: #6db9d4;
}
.s-item-box--zincbeauty {
  background: #024898;
}
@media screen and (min-width: 768px) {
  .s-item-box__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.8076%;
    flex: 0 0 54.8076%;
  }
}

.s-item-box__label {
  font-weight: 500;
  font-size: 2.4rem;
  font-family: "Rubik", sans-serif;
}
@media screen and (min-width: 768px) {
  .s-item-box__label {
    margin: 0 0 5px;
    padding: 24px 0 0 15px;
    font-size: 4rem;
    line-height: 1.5;
  }
}

.s-item-box__label-ja {
  margin-bottom: 5px;
  padding-bottom: 8px;
  font-size: 1.2rem;
  border-bottom: 1px solid;
}
@media screen and (min-width: 768px) {
  .s-item-box__label-ja {
    margin-bottom: 0;
    padding: 0 0 10px 15px;
    font-size: 2rem;
  }
}

.s-item-box__price {
  margin: 0 5px 5px 0;
  font-size: 1.2rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .s-item-box__price {
    margin: 0;
    font-size: 2.6rem;
  }
}

.s-item-box__text {
  margin: 0 0 15px;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .s-item-box__text {
    padding: 0 0 0 15px;
    font-size: 2rem;
  }
}

.s-item-box__emp1 {
  color: #fcfc35;
}

.s-item-box__emp2 {
  font-weight: bold;
  border-bottom: 1px solid #fcfc35;
}

.s-item-box__image img {
  width: 100%;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .s-item-box__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.3461%;
    flex: 0 0 41.3461%;
  }
}

.s-item-ingredients {
  border: 1px solid #e3e3e3;
}
@media screen and (min-width: 768px) {
  .s-item-ingredients {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.s-item-ingredients__heading {
  padding: 10px;
  text-align: center;
  background: #e3e3e3;
}
@media screen and (min-width: 768px) {
  .s-item-ingredients__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}

.s-item-ingredients__label {
  font-weight: bold;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .s-item-ingredients__label {
    font-size: 2rem;
  }
}

.s-item-ingredients__label-note {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .s-item-ingredients__label-note {
    font-size: 1.6rem;
  }
}

.s-item-ingredients__text {
  padding: 15px;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .s-item-ingredients__text {
    font-size: 1.6rem;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

.s-subscription {
  margin: 0 0 80px;
  padding: 0 0 40px;
  background: #e2e8dd;
}
@media screen and (min-width: 768px) {
  .s-subscription {
    padding: 0 40px 100px;
  }
}

.s-subscription__heading {
  padding: 30px 0 60px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  background-image: url(/wp-templates/images/mbms/background_subscription_01.png);
  background-repeat: repeat;
  background-size: 130px auto;
}
@media screen and (min-width: 768px) {
  .s-subscription__heading {
    margin: 0 -40px;
    padding: 70px 0 110px;
    font-size: 3.4rem;
    background-size: 207px auto;
  }
}

.s-subscription-box {
  margin: -40px 23px 20px;
  padding: 0 0 20px;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .s-subscription-box {
    max-width: 960px;
    margin: -50px auto 35px;
    padding-bottom: 50px;
  }
}

.s-subscription-box__heading {
  position: relative;
  margin: 0;
  padding: 6px 10px 8px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #111;
  border-radius: 9px 9px 0 0;
}
@media screen and (min-width: 768px) {
  .s-subscription-box__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }
}

.s-subscription-box__label {
  margin-bottom: 1px;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .s-subscription-box__label {
    margin-left: 20px;
    font-size: 4rem;
  }
}

.s-subscription-box__label-sub {
  display: inline-block;
  padding: 1px 12px;
  color: #f171a4;
  font-size: 1.2rem;
  background: #fff;
  border: 1px solid;
  border-radius: 106px;
}
@media screen and (min-width: 768px) {
  .s-subscription-box__label-sub {
    font-size: 2.6rem;
    padding: 0 35px;
  }
}

.s-subscription-box__icon {
  position: absolute;
  top: -30px;
  left: -20px;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .s-subscription-box__icon {
    top: 50%;
    left: -40px;
    width: 22.2917%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.s-subscription-box__text1 {
  color: #f171a4;
  font-weight: bold;
  font-size: 2.9rem;
  text-align: center;
  line-height: 1.3;
}
.s-subscription-box__text1 span {
  font-size: 4.9rem;
}
@media screen and (min-width: 768px) {
  .s-subscription-box__text1 {
    font-size: 5.9rem;
    line-height: 1.2;
  }
  .s-subscription-box__text1 span {
    font-size: 9.2rem;
  }
}

.s-subscription-box__text2 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .s-subscription-box__text2 {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
}

.s-subscription-benefit {
  padding: 0 13px;
}
@media screen and (min-width: 768px) {
  .s-subscription-benefit {
    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;
    padding: 0;
  }
}

.s-subscription-benefit__text {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 15px;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
}
.s-subscription-benefit__text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 6px);
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: url(/wp-templates/images/mbms/icon_arrow_01.png) no-repeat 50%;
  background-size: 100% auto;
}
.s-subscription-benefit__text span {
  color: #f171a4;
}
.s-subscription-benefit__text strong {
  font-size: 2.7rem;
}
@media screen and (min-width: 768px) {
  .s-subscription-benefit__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25.52%;
    flex: 0 0 25.52%;
    margin: 0 0 3em;
    padding: 0 80px 0 0;
    font-size: 2.6rem;
    text-align: right;
    line-height: 1.5;
    white-space: nowrap;
  }
  .s-subscription-benefit__text::after {
    top: 62%;
    right: 30px;
    left: auto;
    width: 23px;
    height: 23px;
    -webkit-transform: rotate(0) translateY(-50%);
    transform: rotate(0) translateY(-50%);
  }
  .s-subscription-benefit__text strong {
    font-size: 4.5rem;
  }
}

@media screen and (min-width: 768px) {
  .s-subscription-benefit__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }
}

.s-subscription-benefit__table {
  width: 100%;
  margin-bottom: 5px;
  font-size: 1rem;
  border: 1px solid;
  border-collapse: collapse;
  border-spacing: 0;
}
.s-subscription-benefit__table strong {
  font-weight: bold;
}
.s-subscription-benefit__table th,
.s-subscription-benefit__table td {
  padding: 10px 2px;
  border: 1px solid;
  border-width: 0 0 1px 1px;
  text-align: center;
  vertical-align: middle;
}
.s-subscription-benefit__table th {
  background: #fff0f6;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .s-subscription-benefit__table {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .s-subscription-benefit__table th,
  .s-subscription-benefit__table td {
    padding: 20px 2px;
  }
}

.s-subscription-benefit__note {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .s-subscription-benefit__note {
    font-size: 1.2rem;
  }
}

.s-subscription-application {
  margin: 0 14px;
  font-weight: bold;
  text-align: center;
}

.s-subscription-application__button {
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.s-subscription-application__button a {
  display: inline-block;
  padding: 20px 40px;
  color: #fff;
  background: #f171a4;
}
@media screen and (min-width: 768px) {
  .s-subscription-application__button {
    margin-bottom: 15px;
    font-size: 2rem;
  }
  .s-subscription-application__button a {
    display: inline-block;
    padding: 30px 100px;
  }
}

.s-subscription-application__note {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .s-subscription-application__note {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .s-service {
    padding-left: max(40px, 50% - 540px);
    padding-right: max(40px, 50% - 540px);
  }
}

.s-service-item {
  margin: 0 24px 60px;
}
@media screen and (min-width: 768px) {
  .s-service-item {
    margin: 0 0 60px;
  }
}

.s-service-item__heading {
  margin: 0 -24px 20px;
  padding: 0 0 15px;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  border-bottom: 1px solid;
}
@media screen and (min-width: 768px) {
  .s-service-item__heading {
    margin: 0 0 30px;
    font-size: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .s-service-item__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.s-service-item__image-box {
  margin: 0 10px;
}
@media screen and (min-width: 768px) {
  .s-service-item__image-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46.2963%;
    flex: 0 0 46.2963%;
  }
}

.s-service-item__image img {
  width: 100%;
  vertical-align: top;
}

.s-service-item__image-caption {
  margin: 0 0 10px;
  padding: 30px 0;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  line-height: 2;
  background: #f6f6f5;
}
@media screen and (min-width: 768px) {
  .s-service-item__image-caption {
    font-size: 2rem;
  }
}

.s-service-item__image-caption-sub {
  font-weight: normal;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .s-service-item__image-caption-sub {
    font-size: 1.4rem;
  }
}

.s-service-item__emp {
  color: #f171a4;
}

@media screen and (min-width: 768px) {
  .s-service-item__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

.s-service-item__text {
  margin: 0 0 20px;
  font-size: 1.2rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .s-service-item__text {
    margin-bottom: 40px;
    font-size: 2rem;
  }
}

.s-service-item__image2 img {
  width: 100%;
  vertical-align: top;
}

.s-footer {
  padding: 30px;
  color: #fff;
  background: #111;
}

.s-footer__copyright {
  font-weight: bold;
  font-size: 0.8rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .s-footer__copyright {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 399px) {
  .u-mq-up-sm-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mq-up-md-only {
    display: none !important;
  }
}

@media screen and (max-width: 1039px) {
  .u-mq-up-lg-only {
    display: none !important;
  }
}

@media screen and (max-width: 1419px) {
  .u-mq-up-xl-only {
    display: none !important;
  }
}

@media screen and (min-width: 400px) {
  .u-mq-down-sm-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mq-down-md-only {
    display: none !important;
  }
}

@media screen and (min-width: 1040px) {
  .u-mq-down-lg-only {
    display: none !important;
  }
}

@media screen and (min-width: 1420px) {
  .u-mq-down-xl-only {
    display: none !important;
  }
}

.u-text-large-1 {
  font-size: 120% !important;
}

.u-text-large-2 {
  font-size: 140% !important;
}

.u-text-large-3 {
  font-size: 160% !important;
}

.u-text-large-4 {
  font-size: 180% !important;
}

.u-text-large-5 {
  font-size: 200% !important;
}

.u-text-small-1 {
  font-size: 90% !important;
}

.u-text-small-2 {
  font-size: 80% !important;
}

.u-text-small-3 {
  font-size: 70% !important;
}

.u-text-small-4 {
  font-size: 60% !important;
}

.u-text-small-5 {
  font-size: 50% !important;
}

.u-text-red {
  color: #f00 !important;
}

.u-text-gray {
  color: #999 !important;
}

.u-text-color-inherit {
  color: inherit !important;
}

.u-text-normal-color {
  color: #000 !important;
}

.u-text-theme-color {
  color: #a48030 !important;
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-pc-mt-0 {
    margin-top: 0px !important;
  }
  .u-pc-mr-0 {
    margin-right: 0px !important;
  }
  .u-pc-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-pc-ml-0 {
    margin-left: 0px !important;
  }
  .u-pc-pt-0 {
    padding-top: 0px !important;
  }
  .u-pc-pr-0 {
    padding-right: 0px !important;
  }
  .u-pc-pb-0 {
    padding-bottom: 0px !important;
  }
  .u-pc-pl-0 {
    padding-left: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-0 {
    margin-top: 0px !important;
  }
  .u-sp-mr-0 {
    margin-right: 0px !important;
  }
  .u-sp-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-sp-ml-0 {
    margin-left: 0px !important;
  }
  .u-sp-pt-0 {
    padding-top: 0px !important;
  }
  .u-sp-pr-0 {
    padding-right: 0px !important;
  }
  .u-sp-pb-0 {
    padding-bottom: 0px !important;
  }
  .u-sp-pl-0 {
    padding-left: 0px !important;
  }
}
.u-mt-5 {
  margin-top: 5px !important;
}

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-pc-mt-5 {
    margin-top: 5px !important;
  }
  .u-pc-mr-5 {
    margin-right: 5px !important;
  }
  .u-pc-mb-5 {
    margin-bottom: 5px !important;
  }
  .u-pc-ml-5 {
    margin-left: 5px !important;
  }
  .u-pc-pt-5 {
    padding-top: 5px !important;
  }
  .u-pc-pr-5 {
    padding-right: 5px !important;
  }
  .u-pc-pb-5 {
    padding-bottom: 5px !important;
  }
  .u-pc-pl-5 {
    padding-left: 5px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-5 {
    margin-top: 5px !important;
  }
  .u-sp-mr-5 {
    margin-right: 5px !important;
  }
  .u-sp-mb-5 {
    margin-bottom: 5px !important;
  }
  .u-sp-ml-5 {
    margin-left: 5px !important;
  }
  .u-sp-pt-5 {
    padding-top: 5px !important;
  }
  .u-sp-pr-5 {
    padding-right: 5px !important;
  }
  .u-sp-pb-5 {
    padding-bottom: 5px !important;
  }
  .u-sp-pl-5 {
    padding-left: 5px !important;
  }
}
.u-mt-10 {
  margin-top: 10px !important;
}

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-pc-mt-10 {
    margin-top: 10px !important;
  }
  .u-pc-mr-10 {
    margin-right: 10px !important;
  }
  .u-pc-mb-10 {
    margin-bottom: 10px !important;
  }
  .u-pc-ml-10 {
    margin-left: 10px !important;
  }
  .u-pc-pt-10 {
    padding-top: 10px !important;
  }
  .u-pc-pr-10 {
    padding-right: 10px !important;
  }
  .u-pc-pb-10 {
    padding-bottom: 10px !important;
  }
  .u-pc-pl-10 {
    padding-left: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-10 {
    margin-top: 10px !important;
  }
  .u-sp-mr-10 {
    margin-right: 10px !important;
  }
  .u-sp-mb-10 {
    margin-bottom: 10px !important;
  }
  .u-sp-ml-10 {
    margin-left: 10px !important;
  }
  .u-sp-pt-10 {
    padding-top: 10px !important;
  }
  .u-sp-pr-10 {
    padding-right: 10px !important;
  }
  .u-sp-pb-10 {
    padding-bottom: 10px !important;
  }
  .u-sp-pl-10 {
    padding-left: 10px !important;
  }
}
.u-mt-15 {
  margin-top: 15px !important;
}

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-pc-mt-15 {
    margin-top: 15px !important;
  }
  .u-pc-mr-15 {
    margin-right: 15px !important;
  }
  .u-pc-mb-15 {
    margin-bottom: 15px !important;
  }
  .u-pc-ml-15 {
    margin-left: 15px !important;
  }
  .u-pc-pt-15 {
    padding-top: 15px !important;
  }
  .u-pc-pr-15 {
    padding-right: 15px !important;
  }
  .u-pc-pb-15 {
    padding-bottom: 15px !important;
  }
  .u-pc-pl-15 {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-15 {
    margin-top: 15px !important;
  }
  .u-sp-mr-15 {
    margin-right: 15px !important;
  }
  .u-sp-mb-15 {
    margin-bottom: 15px !important;
  }
  .u-sp-ml-15 {
    margin-left: 15px !important;
  }
  .u-sp-pt-15 {
    padding-top: 15px !important;
  }
  .u-sp-pr-15 {
    padding-right: 15px !important;
  }
  .u-sp-pb-15 {
    padding-bottom: 15px !important;
  }
  .u-sp-pl-15 {
    padding-left: 15px !important;
  }
}
.u-mt-20 {
  margin-top: 20px !important;
}

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-pc-mt-20 {
    margin-top: 20px !important;
  }
  .u-pc-mr-20 {
    margin-right: 20px !important;
  }
  .u-pc-mb-20 {
    margin-bottom: 20px !important;
  }
  .u-pc-ml-20 {
    margin-left: 20px !important;
  }
  .u-pc-pt-20 {
    padding-top: 20px !important;
  }
  .u-pc-pr-20 {
    padding-right: 20px !important;
  }
  .u-pc-pb-20 {
    padding-bottom: 20px !important;
  }
  .u-pc-pl-20 {
    padding-left: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-20 {
    margin-top: 20px !important;
  }
  .u-sp-mr-20 {
    margin-right: 20px !important;
  }
  .u-sp-mb-20 {
    margin-bottom: 20px !important;
  }
  .u-sp-ml-20 {
    margin-left: 20px !important;
  }
  .u-sp-pt-20 {
    padding-top: 20px !important;
  }
  .u-sp-pr-20 {
    padding-right: 20px !important;
  }
  .u-sp-pb-20 {
    padding-bottom: 20px !important;
  }
  .u-sp-pl-20 {
    padding-left: 20px !important;
  }
}
.u-mt-25 {
  margin-top: 25px !important;
}

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-pc-mt-25 {
    margin-top: 25px !important;
  }
  .u-pc-mr-25 {
    margin-right: 25px !important;
  }
  .u-pc-mb-25 {
    margin-bottom: 25px !important;
  }
  .u-pc-ml-25 {
    margin-left: 25px !important;
  }
  .u-pc-pt-25 {
    padding-top: 25px !important;
  }
  .u-pc-pr-25 {
    padding-right: 25px !important;
  }
  .u-pc-pb-25 {
    padding-bottom: 25px !important;
  }
  .u-pc-pl-25 {
    padding-left: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-25 {
    margin-top: 25px !important;
  }
  .u-sp-mr-25 {
    margin-right: 25px !important;
  }
  .u-sp-mb-25 {
    margin-bottom: 25px !important;
  }
  .u-sp-ml-25 {
    margin-left: 25px !important;
  }
  .u-sp-pt-25 {
    padding-top: 25px !important;
  }
  .u-sp-pr-25 {
    padding-right: 25px !important;
  }
  .u-sp-pb-25 {
    padding-bottom: 25px !important;
  }
  .u-sp-pl-25 {
    padding-left: 25px !important;
  }
}
.u-mt-30 {
  margin-top: 30px !important;
}

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-pc-mt-30 {
    margin-top: 30px !important;
  }
  .u-pc-mr-30 {
    margin-right: 30px !important;
  }
  .u-pc-mb-30 {
    margin-bottom: 30px !important;
  }
  .u-pc-ml-30 {
    margin-left: 30px !important;
  }
  .u-pc-pt-30 {
    padding-top: 30px !important;
  }
  .u-pc-pr-30 {
    padding-right: 30px !important;
  }
  .u-pc-pb-30 {
    padding-bottom: 30px !important;
  }
  .u-pc-pl-30 {
    padding-left: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-30 {
    margin-top: 30px !important;
  }
  .u-sp-mr-30 {
    margin-right: 30px !important;
  }
  .u-sp-mb-30 {
    margin-bottom: 30px !important;
  }
  .u-sp-ml-30 {
    margin-left: 30px !important;
  }
  .u-sp-pt-30 {
    padding-top: 30px !important;
  }
  .u-sp-pr-30 {
    padding-right: 30px !important;
  }
  .u-sp-pb-30 {
    padding-bottom: 30px !important;
  }
  .u-sp-pl-30 {
    padding-left: 30px !important;
  }
}
.u-mt-35 {
  margin-top: 35px !important;
}

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-pc-mt-35 {
    margin-top: 35px !important;
  }
  .u-pc-mr-35 {
    margin-right: 35px !important;
  }
  .u-pc-mb-35 {
    margin-bottom: 35px !important;
  }
  .u-pc-ml-35 {
    margin-left: 35px !important;
  }
  .u-pc-pt-35 {
    padding-top: 35px !important;
  }
  .u-pc-pr-35 {
    padding-right: 35px !important;
  }
  .u-pc-pb-35 {
    padding-bottom: 35px !important;
  }
  .u-pc-pl-35 {
    padding-left: 35px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-35 {
    margin-top: 35px !important;
  }
  .u-sp-mr-35 {
    margin-right: 35px !important;
  }
  .u-sp-mb-35 {
    margin-bottom: 35px !important;
  }
  .u-sp-ml-35 {
    margin-left: 35px !important;
  }
  .u-sp-pt-35 {
    padding-top: 35px !important;
  }
  .u-sp-pr-35 {
    padding-right: 35px !important;
  }
  .u-sp-pb-35 {
    padding-bottom: 35px !important;
  }
  .u-sp-pl-35 {
    padding-left: 35px !important;
  }
}
.u-mt-40 {
  margin-top: 40px !important;
}

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-pc-mt-40 {
    margin-top: 40px !important;
  }
  .u-pc-mr-40 {
    margin-right: 40px !important;
  }
  .u-pc-mb-40 {
    margin-bottom: 40px !important;
  }
  .u-pc-ml-40 {
    margin-left: 40px !important;
  }
  .u-pc-pt-40 {
    padding-top: 40px !important;
  }
  .u-pc-pr-40 {
    padding-right: 40px !important;
  }
  .u-pc-pb-40 {
    padding-bottom: 40px !important;
  }
  .u-pc-pl-40 {
    padding-left: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-40 {
    margin-top: 40px !important;
  }
  .u-sp-mr-40 {
    margin-right: 40px !important;
  }
  .u-sp-mb-40 {
    margin-bottom: 40px !important;
  }
  .u-sp-ml-40 {
    margin-left: 40px !important;
  }
  .u-sp-pt-40 {
    padding-top: 40px !important;
  }
  .u-sp-pr-40 {
    padding-right: 40px !important;
  }
  .u-sp-pb-40 {
    padding-bottom: 40px !important;
  }
  .u-sp-pl-40 {
    padding-left: 40px !important;
  }
}
.u-mt-45 {
  margin-top: 45px !important;
}

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-pc-mt-45 {
    margin-top: 45px !important;
  }
  .u-pc-mr-45 {
    margin-right: 45px !important;
  }
  .u-pc-mb-45 {
    margin-bottom: 45px !important;
  }
  .u-pc-ml-45 {
    margin-left: 45px !important;
  }
  .u-pc-pt-45 {
    padding-top: 45px !important;
  }
  .u-pc-pr-45 {
    padding-right: 45px !important;
  }
  .u-pc-pb-45 {
    padding-bottom: 45px !important;
  }
  .u-pc-pl-45 {
    padding-left: 45px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-45 {
    margin-top: 45px !important;
  }
  .u-sp-mr-45 {
    margin-right: 45px !important;
  }
  .u-sp-mb-45 {
    margin-bottom: 45px !important;
  }
  .u-sp-ml-45 {
    margin-left: 45px !important;
  }
  .u-sp-pt-45 {
    padding-top: 45px !important;
  }
  .u-sp-pr-45 {
    padding-right: 45px !important;
  }
  .u-sp-pb-45 {
    padding-bottom: 45px !important;
  }
  .u-sp-pl-45 {
    padding-left: 45px !important;
  }
}
.u-mt-50 {
  margin-top: 50px !important;
}

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-pc-mt-50 {
    margin-top: 50px !important;
  }
  .u-pc-mr-50 {
    margin-right: 50px !important;
  }
  .u-pc-mb-50 {
    margin-bottom: 50px !important;
  }
  .u-pc-ml-50 {
    margin-left: 50px !important;
  }
  .u-pc-pt-50 {
    padding-top: 50px !important;
  }
  .u-pc-pr-50 {
    padding-right: 50px !important;
  }
  .u-pc-pb-50 {
    padding-bottom: 50px !important;
  }
  .u-pc-pl-50 {
    padding-left: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-50 {
    margin-top: 50px !important;
  }
  .u-sp-mr-50 {
    margin-right: 50px !important;
  }
  .u-sp-mb-50 {
    margin-bottom: 50px !important;
  }
  .u-sp-ml-50 {
    margin-left: 50px !important;
  }
  .u-sp-pt-50 {
    padding-top: 50px !important;
  }
  .u-sp-pr-50 {
    padding-right: 50px !important;
  }
  .u-sp-pb-50 {
    padding-bottom: 50px !important;
  }
  .u-sp-pl-50 {
    padding-left: 50px !important;
  }
}
.u-mt-55 {
  margin-top: 55px !important;
}

.u-mr-55 {
  margin-right: 55px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-ml-55 {
  margin-left: 55px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pr-55 {
  padding-right: 55px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pl-55 {
  padding-left: 55px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-55 {
    margin-top: 55px !important;
  }
  .u-pc-mr-55 {
    margin-right: 55px !important;
  }
  .u-pc-mb-55 {
    margin-bottom: 55px !important;
  }
  .u-pc-ml-55 {
    margin-left: 55px !important;
  }
  .u-pc-pt-55 {
    padding-top: 55px !important;
  }
  .u-pc-pr-55 {
    padding-right: 55px !important;
  }
  .u-pc-pb-55 {
    padding-bottom: 55px !important;
  }
  .u-pc-pl-55 {
    padding-left: 55px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-55 {
    margin-top: 55px !important;
  }
  .u-sp-mr-55 {
    margin-right: 55px !important;
  }
  .u-sp-mb-55 {
    margin-bottom: 55px !important;
  }
  .u-sp-ml-55 {
    margin-left: 55px !important;
  }
  .u-sp-pt-55 {
    padding-top: 55px !important;
  }
  .u-sp-pr-55 {
    padding-right: 55px !important;
  }
  .u-sp-pb-55 {
    padding-bottom: 55px !important;
  }
  .u-sp-pl-55 {
    padding-left: 55px !important;
  }
}
.u-mt-60 {
  margin-top: 60px !important;
}

.u-mr-60 {
  margin-right: 60px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-ml-60 {
  margin-left: 60px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pr-60 {
  padding-right: 60px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pl-60 {
  padding-left: 60px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-60 {
    margin-top: 60px !important;
  }
  .u-pc-mr-60 {
    margin-right: 60px !important;
  }
  .u-pc-mb-60 {
    margin-bottom: 60px !important;
  }
  .u-pc-ml-60 {
    margin-left: 60px !important;
  }
  .u-pc-pt-60 {
    padding-top: 60px !important;
  }
  .u-pc-pr-60 {
    padding-right: 60px !important;
  }
  .u-pc-pb-60 {
    padding-bottom: 60px !important;
  }
  .u-pc-pl-60 {
    padding-left: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-60 {
    margin-top: 60px !important;
  }
  .u-sp-mr-60 {
    margin-right: 60px !important;
  }
  .u-sp-mb-60 {
    margin-bottom: 60px !important;
  }
  .u-sp-ml-60 {
    margin-left: 60px !important;
  }
  .u-sp-pt-60 {
    padding-top: 60px !important;
  }
  .u-sp-pr-60 {
    padding-right: 60px !important;
  }
  .u-sp-pb-60 {
    padding-bottom: 60px !important;
  }
  .u-sp-pl-60 {
    padding-left: 60px !important;
  }
}
.u-mt-65 {
  margin-top: 65px !important;
}

.u-mr-65 {
  margin-right: 65px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-ml-65 {
  margin-left: 65px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pr-65 {
  padding-right: 65px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pl-65 {
  padding-left: 65px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-65 {
    margin-top: 65px !important;
  }
  .u-pc-mr-65 {
    margin-right: 65px !important;
  }
  .u-pc-mb-65 {
    margin-bottom: 65px !important;
  }
  .u-pc-ml-65 {
    margin-left: 65px !important;
  }
  .u-pc-pt-65 {
    padding-top: 65px !important;
  }
  .u-pc-pr-65 {
    padding-right: 65px !important;
  }
  .u-pc-pb-65 {
    padding-bottom: 65px !important;
  }
  .u-pc-pl-65 {
    padding-left: 65px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-65 {
    margin-top: 65px !important;
  }
  .u-sp-mr-65 {
    margin-right: 65px !important;
  }
  .u-sp-mb-65 {
    margin-bottom: 65px !important;
  }
  .u-sp-ml-65 {
    margin-left: 65px !important;
  }
  .u-sp-pt-65 {
    padding-top: 65px !important;
  }
  .u-sp-pr-65 {
    padding-right: 65px !important;
  }
  .u-sp-pb-65 {
    padding-bottom: 65px !important;
  }
  .u-sp-pl-65 {
    padding-left: 65px !important;
  }
}
.u-mt-70 {
  margin-top: 70px !important;
}

.u-mr-70 {
  margin-right: 70px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-ml-70 {
  margin-left: 70px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pr-70 {
  padding-right: 70px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pl-70 {
  padding-left: 70px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-70 {
    margin-top: 70px !important;
  }
  .u-pc-mr-70 {
    margin-right: 70px !important;
  }
  .u-pc-mb-70 {
    margin-bottom: 70px !important;
  }
  .u-pc-ml-70 {
    margin-left: 70px !important;
  }
  .u-pc-pt-70 {
    padding-top: 70px !important;
  }
  .u-pc-pr-70 {
    padding-right: 70px !important;
  }
  .u-pc-pb-70 {
    padding-bottom: 70px !important;
  }
  .u-pc-pl-70 {
    padding-left: 70px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-70 {
    margin-top: 70px !important;
  }
  .u-sp-mr-70 {
    margin-right: 70px !important;
  }
  .u-sp-mb-70 {
    margin-bottom: 70px !important;
  }
  .u-sp-ml-70 {
    margin-left: 70px !important;
  }
  .u-sp-pt-70 {
    padding-top: 70px !important;
  }
  .u-sp-pr-70 {
    padding-right: 70px !important;
  }
  .u-sp-pb-70 {
    padding-bottom: 70px !important;
  }
  .u-sp-pl-70 {
    padding-left: 70px !important;
  }
}
.u-mt-75 {
  margin-top: 75px !important;
}

.u-mr-75 {
  margin-right: 75px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-ml-75 {
  margin-left: 75px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pr-75 {
  padding-right: 75px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pl-75 {
  padding-left: 75px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-75 {
    margin-top: 75px !important;
  }
  .u-pc-mr-75 {
    margin-right: 75px !important;
  }
  .u-pc-mb-75 {
    margin-bottom: 75px !important;
  }
  .u-pc-ml-75 {
    margin-left: 75px !important;
  }
  .u-pc-pt-75 {
    padding-top: 75px !important;
  }
  .u-pc-pr-75 {
    padding-right: 75px !important;
  }
  .u-pc-pb-75 {
    padding-bottom: 75px !important;
  }
  .u-pc-pl-75 {
    padding-left: 75px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-75 {
    margin-top: 75px !important;
  }
  .u-sp-mr-75 {
    margin-right: 75px !important;
  }
  .u-sp-mb-75 {
    margin-bottom: 75px !important;
  }
  .u-sp-ml-75 {
    margin-left: 75px !important;
  }
  .u-sp-pt-75 {
    padding-top: 75px !important;
  }
  .u-sp-pr-75 {
    padding-right: 75px !important;
  }
  .u-sp-pb-75 {
    padding-bottom: 75px !important;
  }
  .u-sp-pl-75 {
    padding-left: 75px !important;
  }
}
.u-mt-80 {
  margin-top: 80px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-ml-80 {
  margin-left: 80px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pr-80 {
  padding-right: 80px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pl-80 {
  padding-left: 80px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-80 {
    margin-top: 80px !important;
  }
  .u-pc-mr-80 {
    margin-right: 80px !important;
  }
  .u-pc-mb-80 {
    margin-bottom: 80px !important;
  }
  .u-pc-ml-80 {
    margin-left: 80px !important;
  }
  .u-pc-pt-80 {
    padding-top: 80px !important;
  }
  .u-pc-pr-80 {
    padding-right: 80px !important;
  }
  .u-pc-pb-80 {
    padding-bottom: 80px !important;
  }
  .u-pc-pl-80 {
    padding-left: 80px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-80 {
    margin-top: 80px !important;
  }
  .u-sp-mr-80 {
    margin-right: 80px !important;
  }
  .u-sp-mb-80 {
    margin-bottom: 80px !important;
  }
  .u-sp-ml-80 {
    margin-left: 80px !important;
  }
  .u-sp-pt-80 {
    padding-top: 80px !important;
  }
  .u-sp-pr-80 {
    padding-right: 80px !important;
  }
  .u-sp-pb-80 {
    padding-bottom: 80px !important;
  }
  .u-sp-pl-80 {
    padding-left: 80px !important;
  }
}
.u-mt-85 {
  margin-top: 85px !important;
}

.u-mr-85 {
  margin-right: 85px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-ml-85 {
  margin-left: 85px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pr-85 {
  padding-right: 85px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pl-85 {
  padding-left: 85px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-85 {
    margin-top: 85px !important;
  }
  .u-pc-mr-85 {
    margin-right: 85px !important;
  }
  .u-pc-mb-85 {
    margin-bottom: 85px !important;
  }
  .u-pc-ml-85 {
    margin-left: 85px !important;
  }
  .u-pc-pt-85 {
    padding-top: 85px !important;
  }
  .u-pc-pr-85 {
    padding-right: 85px !important;
  }
  .u-pc-pb-85 {
    padding-bottom: 85px !important;
  }
  .u-pc-pl-85 {
    padding-left: 85px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-85 {
    margin-top: 85px !important;
  }
  .u-sp-mr-85 {
    margin-right: 85px !important;
  }
  .u-sp-mb-85 {
    margin-bottom: 85px !important;
  }
  .u-sp-ml-85 {
    margin-left: 85px !important;
  }
  .u-sp-pt-85 {
    padding-top: 85px !important;
  }
  .u-sp-pr-85 {
    padding-right: 85px !important;
  }
  .u-sp-pb-85 {
    padding-bottom: 85px !important;
  }
  .u-sp-pl-85 {
    padding-left: 85px !important;
  }
}
.u-mt-90 {
  margin-top: 90px !important;
}

.u-mr-90 {
  margin-right: 90px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-ml-90 {
  margin-left: 90px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pr-90 {
  padding-right: 90px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pl-90 {
  padding-left: 90px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-90 {
    margin-top: 90px !important;
  }
  .u-pc-mr-90 {
    margin-right: 90px !important;
  }
  .u-pc-mb-90 {
    margin-bottom: 90px !important;
  }
  .u-pc-ml-90 {
    margin-left: 90px !important;
  }
  .u-pc-pt-90 {
    padding-top: 90px !important;
  }
  .u-pc-pr-90 {
    padding-right: 90px !important;
  }
  .u-pc-pb-90 {
    padding-bottom: 90px !important;
  }
  .u-pc-pl-90 {
    padding-left: 90px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-90 {
    margin-top: 90px !important;
  }
  .u-sp-mr-90 {
    margin-right: 90px !important;
  }
  .u-sp-mb-90 {
    margin-bottom: 90px !important;
  }
  .u-sp-ml-90 {
    margin-left: 90px !important;
  }
  .u-sp-pt-90 {
    padding-top: 90px !important;
  }
  .u-sp-pr-90 {
    padding-right: 90px !important;
  }
  .u-sp-pb-90 {
    padding-bottom: 90px !important;
  }
  .u-sp-pl-90 {
    padding-left: 90px !important;
  }
}
.u-mt-95 {
  margin-top: 95px !important;
}

.u-mr-95 {
  margin-right: 95px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-ml-95 {
  margin-left: 95px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-pr-95 {
  padding-right: 95px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pl-95 {
  padding-left: 95px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-95 {
    margin-top: 95px !important;
  }
  .u-pc-mr-95 {
    margin-right: 95px !important;
  }
  .u-pc-mb-95 {
    margin-bottom: 95px !important;
  }
  .u-pc-ml-95 {
    margin-left: 95px !important;
  }
  .u-pc-pt-95 {
    padding-top: 95px !important;
  }
  .u-pc-pr-95 {
    padding-right: 95px !important;
  }
  .u-pc-pb-95 {
    padding-bottom: 95px !important;
  }
  .u-pc-pl-95 {
    padding-left: 95px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-95 {
    margin-top: 95px !important;
  }
  .u-sp-mr-95 {
    margin-right: 95px !important;
  }
  .u-sp-mb-95 {
    margin-bottom: 95px !important;
  }
  .u-sp-ml-95 {
    margin-left: 95px !important;
  }
  .u-sp-pt-95 {
    padding-top: 95px !important;
  }
  .u-sp-pr-95 {
    padding-right: 95px !important;
  }
  .u-sp-pb-95 {
    padding-bottom: 95px !important;
  }
  .u-sp-pl-95 {
    padding-left: 95px !important;
  }
}
.u-mt-100 {
  margin-top: 100px !important;
}

.u-mr-100 {
  margin-right: 100px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-ml-100 {
  margin-left: 100px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pr-100 {
  padding-right: 100px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-pl-100 {
  padding-left: 100px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-100 {
    margin-top: 100px !important;
  }
  .u-pc-mr-100 {
    margin-right: 100px !important;
  }
  .u-pc-mb-100 {
    margin-bottom: 100px !important;
  }
  .u-pc-ml-100 {
    margin-left: 100px !important;
  }
  .u-pc-pt-100 {
    padding-top: 100px !important;
  }
  .u-pc-pr-100 {
    padding-right: 100px !important;
  }
  .u-pc-pb-100 {
    padding-bottom: 100px !important;
  }
  .u-pc-pl-100 {
    padding-left: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-100 {
    margin-top: 100px !important;
  }
  .u-sp-mr-100 {
    margin-right: 100px !important;
  }
  .u-sp-mb-100 {
    margin-bottom: 100px !important;
  }
  .u-sp-ml-100 {
    margin-left: 100px !important;
  }
  .u-sp-pt-100 {
    padding-top: 100px !important;
  }
  .u-sp-pr-100 {
    padding-right: 100px !important;
  }
  .u-sp-pb-100 {
    padding-bottom: 100px !important;
  }
  .u-sp-pl-100 {
    padding-left: 100px !important;
  }
}
.u-mt-110 {
  margin-top: 110px !important;
}

.u-mr-110 {
  margin-right: 110px !important;
}

.u-mb-110 {
  margin-bottom: 110px !important;
}

.u-ml-110 {
  margin-left: 110px !important;
}

.u-pt-110 {
  padding-top: 110px !important;
}

.u-pr-110 {
  padding-right: 110px !important;
}

.u-pb-110 {
  padding-bottom: 110px !important;
}

.u-pl-110 {
  padding-left: 110px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-110 {
    margin-top: 110px !important;
  }
  .u-pc-mr-110 {
    margin-right: 110px !important;
  }
  .u-pc-mb-110 {
    margin-bottom: 110px !important;
  }
  .u-pc-ml-110 {
    margin-left: 110px !important;
  }
  .u-pc-pt-110 {
    padding-top: 110px !important;
  }
  .u-pc-pr-110 {
    padding-right: 110px !important;
  }
  .u-pc-pb-110 {
    padding-bottom: 110px !important;
  }
  .u-pc-pl-110 {
    padding-left: 110px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-110 {
    margin-top: 110px !important;
  }
  .u-sp-mr-110 {
    margin-right: 110px !important;
  }
  .u-sp-mb-110 {
    margin-bottom: 110px !important;
  }
  .u-sp-ml-110 {
    margin-left: 110px !important;
  }
  .u-sp-pt-110 {
    padding-top: 110px !important;
  }
  .u-sp-pr-110 {
    padding-right: 110px !important;
  }
  .u-sp-pb-110 {
    padding-bottom: 110px !important;
  }
  .u-sp-pl-110 {
    padding-left: 110px !important;
  }
}
.u-mt-120 {
  margin-top: 120px !important;
}

.u-mr-120 {
  margin-right: 120px !important;
}

.u-mb-120 {
  margin-bottom: 120px !important;
}

.u-ml-120 {
  margin-left: 120px !important;
}

.u-pt-120 {
  padding-top: 120px !important;
}

.u-pr-120 {
  padding-right: 120px !important;
}

.u-pb-120 {
  padding-bottom: 120px !important;
}

.u-pl-120 {
  padding-left: 120px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-120 {
    margin-top: 120px !important;
  }
  .u-pc-mr-120 {
    margin-right: 120px !important;
  }
  .u-pc-mb-120 {
    margin-bottom: 120px !important;
  }
  .u-pc-ml-120 {
    margin-left: 120px !important;
  }
  .u-pc-pt-120 {
    padding-top: 120px !important;
  }
  .u-pc-pr-120 {
    padding-right: 120px !important;
  }
  .u-pc-pb-120 {
    padding-bottom: 120px !important;
  }
  .u-pc-pl-120 {
    padding-left: 120px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-120 {
    margin-top: 120px !important;
  }
  .u-sp-mr-120 {
    margin-right: 120px !important;
  }
  .u-sp-mb-120 {
    margin-bottom: 120px !important;
  }
  .u-sp-ml-120 {
    margin-left: 120px !important;
  }
  .u-sp-pt-120 {
    padding-top: 120px !important;
  }
  .u-sp-pr-120 {
    padding-right: 120px !important;
  }
  .u-sp-pb-120 {
    padding-bottom: 120px !important;
  }
  .u-sp-pl-120 {
    padding-left: 120px !important;
  }
}
.u-mt-130 {
  margin-top: 130px !important;
}

.u-mr-130 {
  margin-right: 130px !important;
}

.u-mb-130 {
  margin-bottom: 130px !important;
}

.u-ml-130 {
  margin-left: 130px !important;
}

.u-pt-130 {
  padding-top: 130px !important;
}

.u-pr-130 {
  padding-right: 130px !important;
}

.u-pb-130 {
  padding-bottom: 130px !important;
}

.u-pl-130 {
  padding-left: 130px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-130 {
    margin-top: 130px !important;
  }
  .u-pc-mr-130 {
    margin-right: 130px !important;
  }
  .u-pc-mb-130 {
    margin-bottom: 130px !important;
  }
  .u-pc-ml-130 {
    margin-left: 130px !important;
  }
  .u-pc-pt-130 {
    padding-top: 130px !important;
  }
  .u-pc-pr-130 {
    padding-right: 130px !important;
  }
  .u-pc-pb-130 {
    padding-bottom: 130px !important;
  }
  .u-pc-pl-130 {
    padding-left: 130px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-130 {
    margin-top: 130px !important;
  }
  .u-sp-mr-130 {
    margin-right: 130px !important;
  }
  .u-sp-mb-130 {
    margin-bottom: 130px !important;
  }
  .u-sp-ml-130 {
    margin-left: 130px !important;
  }
  .u-sp-pt-130 {
    padding-top: 130px !important;
  }
  .u-sp-pr-130 {
    padding-right: 130px !important;
  }
  .u-sp-pb-130 {
    padding-bottom: 130px !important;
  }
  .u-sp-pl-130 {
    padding-left: 130px !important;
  }
}
.u-mt-140 {
  margin-top: 140px !important;
}

.u-mr-140 {
  margin-right: 140px !important;
}

.u-mb-140 {
  margin-bottom: 140px !important;
}

.u-ml-140 {
  margin-left: 140px !important;
}

.u-pt-140 {
  padding-top: 140px !important;
}

.u-pr-140 {
  padding-right: 140px !important;
}

.u-pb-140 {
  padding-bottom: 140px !important;
}

.u-pl-140 {
  padding-left: 140px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-140 {
    margin-top: 140px !important;
  }
  .u-pc-mr-140 {
    margin-right: 140px !important;
  }
  .u-pc-mb-140 {
    margin-bottom: 140px !important;
  }
  .u-pc-ml-140 {
    margin-left: 140px !important;
  }
  .u-pc-pt-140 {
    padding-top: 140px !important;
  }
  .u-pc-pr-140 {
    padding-right: 140px !important;
  }
  .u-pc-pb-140 {
    padding-bottom: 140px !important;
  }
  .u-pc-pl-140 {
    padding-left: 140px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-140 {
    margin-top: 140px !important;
  }
  .u-sp-mr-140 {
    margin-right: 140px !important;
  }
  .u-sp-mb-140 {
    margin-bottom: 140px !important;
  }
  .u-sp-ml-140 {
    margin-left: 140px !important;
  }
  .u-sp-pt-140 {
    padding-top: 140px !important;
  }
  .u-sp-pr-140 {
    padding-right: 140px !important;
  }
  .u-sp-pb-140 {
    padding-bottom: 140px !important;
  }
  .u-sp-pl-140 {
    padding-left: 140px !important;
  }
}
.u-mt-150 {
  margin-top: 150px !important;
}

.u-mr-150 {
  margin-right: 150px !important;
}

.u-mb-150 {
  margin-bottom: 150px !important;
}

.u-ml-150 {
  margin-left: 150px !important;
}

.u-pt-150 {
  padding-top: 150px !important;
}

.u-pr-150 {
  padding-right: 150px !important;
}

.u-pb-150 {
  padding-bottom: 150px !important;
}

.u-pl-150 {
  padding-left: 150px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-150 {
    margin-top: 150px !important;
  }
  .u-pc-mr-150 {
    margin-right: 150px !important;
  }
  .u-pc-mb-150 {
    margin-bottom: 150px !important;
  }
  .u-pc-ml-150 {
    margin-left: 150px !important;
  }
  .u-pc-pt-150 {
    padding-top: 150px !important;
  }
  .u-pc-pr-150 {
    padding-right: 150px !important;
  }
  .u-pc-pb-150 {
    padding-bottom: 150px !important;
  }
  .u-pc-pl-150 {
    padding-left: 150px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-150 {
    margin-top: 150px !important;
  }
  .u-sp-mr-150 {
    margin-right: 150px !important;
  }
  .u-sp-mb-150 {
    margin-bottom: 150px !important;
  }
  .u-sp-ml-150 {
    margin-left: 150px !important;
  }
  .u-sp-pt-150 {
    padding-top: 150px !important;
  }
  .u-sp-pr-150 {
    padding-right: 150px !important;
  }
  .u-sp-pb-150 {
    padding-bottom: 150px !important;
  }
  .u-sp-pl-150 {
    padding-left: 150px !important;
  }
}
.u-mt-160 {
  margin-top: 160px !important;
}

.u-mr-160 {
  margin-right: 160px !important;
}

.u-mb-160 {
  margin-bottom: 160px !important;
}

.u-ml-160 {
  margin-left: 160px !important;
}

.u-pt-160 {
  padding-top: 160px !important;
}

.u-pr-160 {
  padding-right: 160px !important;
}

.u-pb-160 {
  padding-bottom: 160px !important;
}

.u-pl-160 {
  padding-left: 160px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-160 {
    margin-top: 160px !important;
  }
  .u-pc-mr-160 {
    margin-right: 160px !important;
  }
  .u-pc-mb-160 {
    margin-bottom: 160px !important;
  }
  .u-pc-ml-160 {
    margin-left: 160px !important;
  }
  .u-pc-pt-160 {
    padding-top: 160px !important;
  }
  .u-pc-pr-160 {
    padding-right: 160px !important;
  }
  .u-pc-pb-160 {
    padding-bottom: 160px !important;
  }
  .u-pc-pl-160 {
    padding-left: 160px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-160 {
    margin-top: 160px !important;
  }
  .u-sp-mr-160 {
    margin-right: 160px !important;
  }
  .u-sp-mb-160 {
    margin-bottom: 160px !important;
  }
  .u-sp-ml-160 {
    margin-left: 160px !important;
  }
  .u-sp-pt-160 {
    padding-top: 160px !important;
  }
  .u-sp-pr-160 {
    padding-right: 160px !important;
  }
  .u-sp-pb-160 {
    padding-bottom: 160px !important;
  }
  .u-sp-pl-160 {
    padding-left: 160px !important;
  }
}
.u-mt-180 {
  margin-top: 180px !important;
}

.u-mr-180 {
  margin-right: 180px !important;
}

.u-mb-180 {
  margin-bottom: 180px !important;
}

.u-ml-180 {
  margin-left: 180px !important;
}

.u-pt-180 {
  padding-top: 180px !important;
}

.u-pr-180 {
  padding-right: 180px !important;
}

.u-pb-180 {
  padding-bottom: 180px !important;
}

.u-pl-180 {
  padding-left: 180px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-180 {
    margin-top: 180px !important;
  }
  .u-pc-mr-180 {
    margin-right: 180px !important;
  }
  .u-pc-mb-180 {
    margin-bottom: 180px !important;
  }
  .u-pc-ml-180 {
    margin-left: 180px !important;
  }
  .u-pc-pt-180 {
    padding-top: 180px !important;
  }
  .u-pc-pr-180 {
    padding-right: 180px !important;
  }
  .u-pc-pb-180 {
    padding-bottom: 180px !important;
  }
  .u-pc-pl-180 {
    padding-left: 180px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-180 {
    margin-top: 180px !important;
  }
  .u-sp-mr-180 {
    margin-right: 180px !important;
  }
  .u-sp-mb-180 {
    margin-bottom: 180px !important;
  }
  .u-sp-ml-180 {
    margin-left: 180px !important;
  }
  .u-sp-pt-180 {
    padding-top: 180px !important;
  }
  .u-sp-pr-180 {
    padding-right: 180px !important;
  }
  .u-sp-pb-180 {
    padding-bottom: 180px !important;
  }
  .u-sp-pl-180 {
    padding-left: 180px !important;
  }
}
.u-mt-200 {
  margin-top: 200px !important;
}

.u-mr-200 {
  margin-right: 200px !important;
}

.u-mb-200 {
  margin-bottom: 200px !important;
}

.u-ml-200 {
  margin-left: 200px !important;
}

.u-pt-200 {
  padding-top: 200px !important;
}

.u-pr-200 {
  padding-right: 200px !important;
}

.u-pb-200 {
  padding-bottom: 200px !important;
}

.u-pl-200 {
  padding-left: 200px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-200 {
    margin-top: 200px !important;
  }
  .u-pc-mr-200 {
    margin-right: 200px !important;
  }
  .u-pc-mb-200 {
    margin-bottom: 200px !important;
  }
  .u-pc-ml-200 {
    margin-left: 200px !important;
  }
  .u-pc-pt-200 {
    padding-top: 200px !important;
  }
  .u-pc-pr-200 {
    padding-right: 200px !important;
  }
  .u-pc-pb-200 {
    padding-bottom: 200px !important;
  }
  .u-pc-pl-200 {
    padding-left: 200px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-200 {
    margin-top: 200px !important;
  }
  .u-sp-mr-200 {
    margin-right: 200px !important;
  }
  .u-sp-mb-200 {
    margin-bottom: 200px !important;
  }
  .u-sp-ml-200 {
    margin-left: 200px !important;
  }
  .u-sp-pt-200 {
    padding-top: 200px !important;
  }
  .u-sp-pr-200 {
    padding-right: 200px !important;
  }
  .u-sp-pb-200 {
    padding-bottom: 200px !important;
  }
  .u-sp-pl-200 {
    padding-left: 200px !important;
  }
}
/* ======================================== */
/* フロート */
/* ======================================== */
.u-float-left {
  float: left !important;
  margin-top: 0;
  margin-right: 20px;
  margin-bottom: 0;
}

.u-float-right {
  float: right !important;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
}

.u-clear {
  clear: both !important;
}

.u-clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 767px) {
  .u-sp-width-50 {
    max-width: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-width-100 {
    max-width: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-width-150 {
    max-width: 150px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-width-200 {
    max-width: 200px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-width-250 {
    max-width: 250px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-width-300 {
    max-width: 300px !important;
  }
}

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

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

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

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

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

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

.u-fluid-image {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.u-nowrap {
  white-space: nowrap !important;
}

.u-inline-block,
.u-inline-block--30pct,
.u-inline-block--2column {
  display: inline-block !important;
}

.u-inline-block--2column {
  width: 48%;
}

.u-inline-block--30pct {
  width: 30%;
}

.u-pointer-events-none {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .u-pc-br-none br {
    display: none;
  }
}
