@charset "UTF-8";
/******* setting.scss *******/
/******* mixin.scss *******/
/******* reset.scss *******/
/* line 4, ../sass/_reset.scss */
html {
  font-size: 62.5%;
}

/* line 8, ../sass/_reset.scss */
html,
body {
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  max-width: 100%;
  min-height: 100%;
  padding: 0;
  text-align: center;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

/* line 20, ../sass/_reset.scss */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fildset, input, textarea, p, blockquote, table, th, td, address, textarea, input, figure {
  color: #333;
  font-weight: 400;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 180%;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  box-sizing: border-box;
}

/* line 35, ../sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/* line 41, ../sass/_reset.scss */
caption, th {
  text-align: left;
}

/* line 44, ../sass/_reset.scss */
td, th {
  vertical-align: top;
}

/* line 48, ../sass/_reset.scss */
fieldset, img, abbr {
  border: none;
}

/* line 51, ../sass/_reset.scss */
li {
  list-style-type: none;
}

/* line 55, ../sass/_reset.scss */
strong {
  font-weight: bold;
}

/* line 59, ../sass/_reset.scss */
a {
  color: #333;
  text-decoration: none;
}
/* line 62, ../sass/_reset.scss */
a:hover {
  color: #62448c;
}

/* line 67, ../sass/_reset.scss */
img {
  vertical-align: bottom;
}

/* line 71, ../sass/_reset.scss */
*:focus {
  outline: none;
}

/* line 4, ../sass/common.scss */
.sp {
  display: none !important;
}

/* line 8, ../sass/common.scss */
.btn {
  width: 360px;
  box-sizing: border-box;
}
/* line 11, ../sass/common.scss */
.btn a, .btn span {
  display: block;
  text-align: left;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #62448c;
  color: #62448c;
  position: relative;
  transition: 0.3s;
}
/* line 21, ../sass/common.scss */
.btn a::after, .btn span::after {
  content: "＞";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 21px;
  right: 20px;
  box-sizing: border-box;
  font-size: 100%;
  transition: 0.3s;
  font-size: 16px;
}
/* line 36, ../sass/common.scss */
.btn:hover a {
  background-color: #62448c;
  color: #fff;
}
/* line 39, ../sass/common.scss */
.btn:hover a::after {
  color: #fff;
  right: 10px;
}

/******header******/
/* line 49, ../sass/common.scss */
.headWrap {
  border-top: 5px solid #62448c;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}
/* line 60, ../sass/common.scss */
.headWrap header {
  height: 80px;
  width: 100%;
  margin: 0;
  padding: 0 40px;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
/* line 71, ../sass/common.scss */
.headWrap header .headLogo {
  width: 20%;
  min-width: 258px;
  z-index: 3;
}
/* line 75, ../sass/common.scss */
.headWrap header .headLogo a {
  display: block;
  position: relative;
  transition: opacity 0.6s;
  text-decoration: none;
}
/* line 37, ../sass/_mixin.scss */
.headWrap header .headLogo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 960px) {
  /* line 41, ../sass/_mixin.scss */
  .headWrap header .headLogo a:hover {
    opacity: 1;
  }
}
/* line 79, ../sass/common.scss */
.headWrap header .headLogo a:before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 32px;
  width: 380px;
  background-image: url("../img/common/headLogo2.jpg");
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
/* line 86, ../sass/common.scss */
.headWrap header .headLogo img {
  transition: opacity 0.4s;
  width: 258px;
}
/* line 91, ../sass/common.scss */
.headWrap header .gNav {
  display: flex;
  align-items: center;
  max-width: 60%;
  height: 100%;
  z-index: 1;
}
/* line 97, ../sass/common.scss */
.headWrap header .gNav li {
  font-size: 115%;
  margin: 0 20px;
}
/* line 100, ../sass/common.scss */
.headWrap header .gNav li a {
  display: block;
  text-align: center;
  transition: 0.3s;
}
/* line 108, ../sass/common.scss */
.headWrap header .rightArea {
  display: flex;
  justify-content: flex-end;
  width: 20%;
  min-width: 350px;
}
/* line 113, ../sass/common.scss */
.headWrap header .rightArea p {
  display: inline-block;
  margin-right: 100px;
}
/* line 116, ../sass/common.scss */
.headWrap header .rightArea p a {
  display: inline-block;
  position: relative;
  transition: 0.3s;
  line-height: 100%;
}
/* line 121, ../sass/common.scss */
.headWrap header .rightArea p a strong {
  font-size: 161%;
  font-weight: normal;
}
/* line 124, ../sass/common.scss */
.headWrap header .rightArea p a strong::before {
  content: url("../img/common/telIcon.jpg");
  position: absolute;
  top: 2px;
  left: -24px;
}
/* line 131, ../sass/common.scss */
.headWrap header .rightArea p a span {
  font-size: 62.5%;
}
/* line 134, ../sass/common.scss */
.headWrap header .rightArea p a:hover {
  opacity: 0.6;
}
/* line 140, ../sass/common.scss */
.headWrap header .rightArea .spMenu {
  display: block;
  height: 100%;
  position: relative;
  width: 100px;
  transition: 0.3s;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 3;
  background-color: #62448c;
}
/* line 149, ../sass/common.scss */
.headWrap header .rightArea .spMenu span {
  background-color: #fff;
  height: 2px;
  display: block;
  position: absolute;
  top: 27px;
  left: 35px;
  width: 30px;
  transition: all 0.6s;
}
/* line 156, ../sass/common.scss */
.headWrap header .rightArea .spMenu span:nth-child(2) {
  top: 50%;
  margin-top: -1.5px;
}
/* line 160, ../sass/common.scss */
.headWrap header .rightArea .spMenu span:nth-child(3) {
  top: auto;
  bottom: 27px;
}
/* line 171, ../sass/common.scss */
.headWrap.is-open {
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
}
/* line 176, ../sass/common.scss */
.headWrap.is-open:before {
  opacity: 1;
  z-index: 2;
}
/* line 181, ../sass/common.scss */
.headWrap.is-open .rightArea .spMenu {
  border-radius: 0;
}
/* line 184, ../sass/common.scss */
.headWrap.is-open .rightArea .spMenu span:nth-child(1) {
  top: 50%;
  transform: rotate(135deg);
}
/* line 188, ../sass/common.scss */
.headWrap.is-open .rightArea .spMenu span:nth-child(2) {
  left: 50%;
  width: 0;
}
/* line 192, ../sass/common.scss */
.headWrap.is-open .rightArea .spMenu span:nth-child(3) {
  top: 50%;
  bottom: auto;
  transform: rotate(-135deg);
}

/* line 203, ../sass/common.scss */
.subMenuArea {
  background-color: #eee;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 99vh;
  z-index: -1;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  transition: opacity 0.4s;
}
/* line 216, ../sass/common.scss */
.subMenuArea.is-open {
  opacity: 1;
  z-index: 150;
}
/* line 220, ../sass/common.scss */
.subMenuArea figure {
  width: 30%;
  height: 100%;
}
/* line 223, ../sass/common.scss */
.subMenuArea figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 229, ../sass/common.scss */
.subMenuArea .subMenuCont {
  max-width: 1300px;
  margin: 0;
  text-align: left;
  padding: 160px 80px;
  overflow: scroll;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 239, ../sass/common.scss */
.subMenuArea .subMenuCont .siteLink,
.subMenuArea .subMenuCont .productLink {
  margin-bottom: 40px;
  width: 50%;
  box-sizing: border-box;
}
/* line 244, ../sass/common.scss */
.subMenuArea .subMenuCont .siteLink li,
.subMenuArea .subMenuCont .productLink li {
  margin: 0 0 20px;
}
/* line 246, ../sass/common.scss */
.subMenuArea .subMenuCont .siteLink li a,
.subMenuArea .subMenuCont .productLink li a {
  color: #62448c;
  display: block;
  transition: 0.3s;
  font-size: 161%;
}
/* line 251, ../sass/common.scss */
.subMenuArea .subMenuCont .siteLink li a:hover,
.subMenuArea .subMenuCont .productLink li a:hover {
  opacity: 0.6;
}
/* line 255, ../sass/common.scss */
.subMenuArea .subMenuCont .siteLink li.contact,
.subMenuArea .subMenuCont .productLink li.contact {
  width: 48%;
  box-sizing: border-box;
}
/* line 258, ../sass/common.scss */
.subMenuArea .subMenuCont .siteLink li.contact a,
.subMenuArea .subMenuCont .productLink li.contact a {
  background-color: #62448c;
  padding: 30px 40px;
  text-align: center;
  color: #fff;
  display: block;
  margin: 0;
  border-radius: 10px;
}
/* line 270, ../sass/common.scss */
.subMenuArea .subMenuCont .contactLink {
  margin-bottom: 40px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 277, ../sass/common.scss */
.subMenuArea .subMenuCont .contactLink li {
  width: 49%;
  margin: 0 0 40px;
}
/* line 280, ../sass/common.scss */
.subMenuArea .subMenuCont .contactLink li a {
  color: #62448c;
  display: block;
  line-height: 200%;
  transition: 0.3s;
}
/* line 284, ../sass/common.scss */
.subMenuArea .subMenuCont .contactLink li a strong {
  font-size: 161%;
  display: block;
}
/* line 289, ../sass/common.scss */
.subMenuArea .subMenuCont .contactLink li a:hover {
  opacity: 0.6;
}
/* line 293, ../sass/common.scss */
.subMenuArea .subMenuCont .contactLink li.contact {
  width: 48%;
  box-sizing: border-box;
}
/* line 296, ../sass/common.scss */
.subMenuArea .subMenuCont .contactLink li.contact a {
  background-color: #62448c;
  padding: 30px 40px;
  text-align: center;
  color: #fff;
  display: block;
  margin: 0;
}
/* line 308, ../sass/common.scss */
.subMenuArea .subMenuCont .headSns {
  display: flex;
  justify-content: center;
}
/* line 311, ../sass/common.scss */
.subMenuArea .subMenuCont .headSns li {
  margin: 0 20px;
  display: block;
  width: 60px;
  height: 60px;
  border: 2px solid #62448c;
  border-radius: 50%;
}
/* line 318, ../sass/common.scss */
.subMenuArea .subMenuCont .headSns li a {
  width: 100%;
  height: 100%;
  font-size: 161%;
  color: #62448c;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  border-radius: 50%;
}
/* line 328, ../sass/common.scss */
.subMenuArea .subMenuCont .headSns li a:hover {
  background-color: #62448c;
  color: #fff;
}
/* line 336, ../sass/common.scss */
.subMenuArea .menuBanner {
  display: flex;
  margin-bottom: 40px;
  justify-content: space-between;
}
/* line 340, ../sass/common.scss */
.subMenuArea .menuBanner li {
  background-color: #fff;
  width: 31%;
}
/* line 343, ../sass/common.scss */
.subMenuArea .menuBanner li a {
  transition: opacity 0.6s;
  text-decoration: none;
}
/* line 37, ../sass/_mixin.scss */
.subMenuArea .menuBanner li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 960px) {
  /* line 41, ../sass/_mixin.scss */
  .subMenuArea .menuBanner li a:hover {
    opacity: 1;
  }
}
/* line 346, ../sass/common.scss */
.subMenuArea .menuBanner li img {
  width: 100%;
}
/* line 351, ../sass/common.scss */
.subMenuArea .subMenuRow {
  display: flex;
  justify-content: space-between;
  position: relative;
}
/* line 355, ../sass/common.scss */
.subMenuArea .subMenuRow:before {
  border-left: 1px dotted #fff;
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 49.5%;
  width: 1px;
}
/* line 365, ../sass/common.scss */
.subMenuArea .subMenuRow nav {
  width: 43.4%;
}
/* line 367, ../sass/common.scss */
.subMenuArea .subMenuRow nav ul {
  display: flex;
  flex-wrap: wrap;
}
/* line 370, ../sass/common.scss */
.subMenuArea .subMenuRow nav ul li {
  font-size: 128%;
  margin: 0 10% 22px 0;
  width: 45%;
}
/* line 374, ../sass/common.scss */
.subMenuArea .subMenuRow nav ul li:nth-child(2n) {
  margin-right: 0;
}
/* line 377, ../sass/common.scss */
.subMenuArea .subMenuRow nav ul li a {
  color: #fff;
  display: flex;
  justify-content: space-between;
  position: relative;
  transition: opacity 0.6s;
  text-decoration: none;
}
/* line 37, ../sass/_mixin.scss */
.subMenuArea .subMenuRow nav ul li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 960px) {
  /* line 41, ../sass/_mixin.scss */
  .subMenuArea .subMenuRow nav ul li a:hover {
    opacity: 1;
  }
}
/* line 383, ../sass/common.scss */
.subMenuArea .subMenuRow nav ul li a:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  background-image: url("../img/common/arrow.png");
}
/* line 391, ../sass/common.scss */
.subMenuArea .subMenuRow .otherLink {
  width: 43.4%;
}
/* line 393, ../sass/common.scss */
.subMenuArea .subMenuRow .otherLink li {
  border: 5px solid #fff;
  margin-bottom: 40px;
}
/* line 396, ../sass/common.scss */
.subMenuArea .subMenuRow .otherLink li:last-child {
  margin-bottom: 0;
}
/* line 399, ../sass/common.scss */
.subMenuArea .subMenuRow .otherLink li a {
  color: #fff;
  display: flex;
  align-items: center;
  height: 90px;
  font-size: 165%;
  font-weight: 700;
  padding-left: 110px;
  position: relative;
  transition: opacity 0.6s;
  text-decoration: none;
}
/* line 37, ../sass/_mixin.scss */
.subMenuArea .subMenuRow .otherLink li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 960px) {
  /* line 41, ../sass/_mixin.scss */
  .subMenuArea .subMenuRow .otherLink li a:hover {
    opacity: 1;
  }
}
/* line 409, ../sass/common.scss */
.subMenuArea .subMenuRow .otherLink li a:before {
  background-repeat: no-repeat;
  background-size: 300%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 40px;
  width: 42px;
  background-image: url("../img/common/contactIcon2.png");
  position: absolute;
  top: 25px;
  left: 35px;
}
/* line 415, ../sass/common.scss */
.subMenuArea .subMenuRow .otherLink li a:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  background-image: url("../img/common/arrow.png");
  position: absolute;
  top: 30px;
  right: 20px;
}
/* line 422, ../sass/common.scss */
.subMenuArea .subMenuRow .otherLink li.tel a {
  font-size: 180%;
  flex-flow: column;
  pointer-events: none;
  align-items: flex-start;
  justify-content: center;
  letter-spacing: 0.1em;
}
/* line 429, ../sass/common.scss */
.subMenuArea .subMenuRow .otherLink li.tel a span {
  font-size: 60%;
  font-weight: 500;
  margin-top: 5px;
  letter-spacing: 0.1em;
}
/* line 435, ../sass/common.scss */
.subMenuArea .subMenuRow .otherLink li.tel a:before {
  background-position: 0px 0;
}
/* line 442, ../sass/common.scss */
.subMenuArea .subMenuRow .otherLink li.line a:before {
  background-position: -42px 0;
}
/* line 449, ../sass/common.scss */
.subMenuArea .subMenuRow .otherLink li.mail a:before {
  background-position: -84px 0;
}

/******footer******/
/* line 461, ../sass/common.scss */
.shopListArea {
  padding: 80px 0;
  background: url("../img/common/footContactBg.jpg") 50% 50% no-repeat;
}
/* line 464, ../sass/common.scss */
.shopListArea .secCont {
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
}
/* line 470, ../sass/common.scss */
.shopListArea .secCont dl {
  width: 280px;
  padding-right: 40px;
  border-right: 1px dotted #62448c;
  text-align: left;
}
/* line 475, ../sass/common.scss */
.shopListArea .secCont dl dt {
  font-size: 161%;
  border-left: 5px solid #62448c;
  padding: 0 0 0 20px;
  margin-bottom: 20px;
}
/* line 481, ../sass/common.scss */
.shopListArea .secCont dl dd {
  margin-bottom: 20px;
}
/* line 483, ../sass/common.scss */
.shopListArea .secCont dl dd.btn {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
/* line 487, ../sass/common.scss */
.shopListArea .secCont dl dd.btn strong {
  font-size: 161%;
}
/* line 492, ../sass/common.scss */
.shopListArea .secCont dl:last-child {
  padding-right: 0;
  border-right: none;
  margin-right: 0;
  width: 240px;
}

/* line 502, ../sass/common.scss */
footer {
  background-color: #eee;
}
/* line 504, ../sass/common.scss */
footer .footCont {
  padding-left: 0;
  padding-right: 0;
  padding: 80px 0;
  max-width: 1300px;
  margin: 0 auto;
}
/* line 510, ../sass/common.scss */
footer .footCont .footSns {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
  border-bottom: 1px dotted #62448c;
  margin-bottom: 40px;
  width: 1300px;
}
/* line 518, ../sass/common.scss */
footer .footCont .footSns li {
  margin: 0 20px;
  display: block;
  width: 60px;
  height: 60px;
  border: 2px solid #62448c;
  border-radius: 50%;
}
/* line 525, ../sass/common.scss */
footer .footCont .footSns li a {
  width: 100%;
  height: 100%;
  font-size: 161%;
  color: #62448c;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  border-radius: 50%;
}
/* line 535, ../sass/common.scss */
footer .footCont .footSns li a:hover {
  background-color: #62448c;
  color: #fff;
}
/* line 542, ../sass/common.scss */
footer .footCont .infoArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 546, ../sass/common.scss */
footer .footCont .infoArea .infoCont {
  width: 600px;
}
/* line 548, ../sass/common.scss */
footer .footCont .infoArea .infoCont .footLogo {
  margin-bottom: 40px;
  text-align: left;
}
/* line 552, ../sass/common.scss */
footer .footCont .infoArea .infoCont .footLogo a img {
  width: 360px;
  height: auto;
}
/* line 559, ../sass/common.scss */
footer .footCont .infoArea .infoCont dl dt {
  text-align: left;
  margin-bottom: 10px;
}
/* line 563, ../sass/common.scss */
footer .footCont .infoArea .infoCont dl dd {
  text-align: left;
  margin-bottom: 10px;
}
/* line 569, ../sass/common.scss */
footer .footCont .infoArea .sitemapCont {
  display: flex;
  width: 600px;
}
/* line 572, ../sass/common.scss */
footer .footCont .infoArea .sitemapCont ul {
  text-align: left;
  margin-right: 60px;
}
/* line 575, ../sass/common.scss */
footer .footCont .infoArea .sitemapCont ul li {
  margin-bottom: 10px;
  width: 180px;
}
/* line 580, ../sass/common.scss */
footer .footCont .infoArea .sitemapCont dl {
  text-align: left;
  width: 280px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 586, ../sass/common.scss */
footer .footCont .infoArea .sitemapCont dl dt {
  font-weight: bold;
  width: 100%;
  margin-bottom: 10px;
}
/* line 591, ../sass/common.scss */
footer .footCont .infoArea .sitemapCont dl dd {
  margin-bottom: 10px;
  width: 140px;
  padding-left: 10px;
}
/* line 600, ../sass/common.scss */
footer p.copy {
  background-color: #62448c;
  color: #fff;
  font-size: 85%;
  padding: 10px 0;
  margin-bottom: 0;
}

/******main******/
/* line 611, ../sass/common.scss */
.pageTop {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  transition: all 0.4s;
  transition-delay: 0s;
}
/* line 619, ../sass/common.scss */
.pageTop.show {
  opacity: 1;
  transition-delay: 0.5s;
}
/* line 623, ../sass/common.scss */
.pageTop span {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 64px;
  width: 64px;
  background-image: url("../img/common/pageTop.png");
  margin: 0 auto;
  transition: opacity 0.6s;
  text-decoration: none;
}
/* line 37, ../sass/_mixin.scss */
.pageTop span:hover {
  opacity: 0.7;
}
@media screen and (max-width: 960px) {
  /* line 41, ../sass/_mixin.scss */
  .pageTop span:hover {
    opacity: 1;
  }
}

/* line 631, ../sass/common.scss */
main {
  display: block;
  text-align: left;
  position: relative;
}

/* line 637, ../sass/common.scss */
.alCenter {
  text-align: center;
}

/* line 641, ../sass/common.scss */
.alRight {
  text-align: right;
}

/* line 645, ../sass/common.scss */
.pt0 {
  padding-top: 0 !important;
}

/* line 649, ../sass/common.scss */
.mt0 {
  margin-top: 0 !important;
}

/* line 653, ../sass/common.scss */
.mb0 {
  margin-bottom: 0 !important;
}

/* line 657, ../sass/common.scss */
.mb10 {
  margin-bottom: 10px !important;
}

/* line 661, ../sass/common.scss */
.mb20 {
  margin-bottom: 20px !important;
}

/* line 665, ../sass/common.scss */
.mb30 {
  margin-bottom: 30px !important;
}

/* line 669, ../sass/common.scss */
.mb40 {
  margin-bottom: 40px !important;
}

/* line 673, ../sass/common.scss */
.mb50 {
  margin-bottom: 50px !important;
}

/* line 677, ../sass/common.scss */
.mb60 {
  margin-bottom: 60px !important;
}

/* line 681, ../sass/common.scss */
.mb80 {
  margin-bottom: 75px !important;
}

/* line 685, ../sass/common.scss */
.mb100 {
  margin-bottom: 95px !important;
}

/* line 689, ../sass/common.scss */
.mb120 {
  margin-bottom: 115px !important;
}

/* line 693, ../sass/common.scss */
.mb140 {
  margin-bottom: 135px !important;
}

/* line 697, ../sass/common.scss */
.mb160 {
  margin-bottom: 155px !important;
}
