@charset "UTF-8";
@charset "UTF-8";
/*** =====================
  common styles
    - base
      - reset
    - components
      - common
      - parts
    - utility
===================== ***/
/*** =============================
  - base
============================= ***/

body {
  font-family: 'ヒラギノ角ゴ ProN', "Hiragino Kaku Gothic ProN", 'メイリオ', Meiryo, sans-serif;
}

/** ------------------------------
  - reset
------------------------------ **/
/*-------------------------------
  reset
-------------------------------*/
html, body, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, hr,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, div,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.cf {
  zoom: 1;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

body {
  line-height: 1;
}

li {
  list-style-type: none;
}

a:focus {
  outline: none;
}

:root,
html,
body {
  background-color: #fff;
  color: #474747;
  width: 100%;
}

* {
  box-sizing: border-box;
}

li {
  list-style-type: none;
}

a {
  color: #474747;
  text-decoration: none;
}

sup {
  vertical-align: text-top;
  font-size: smaller;
  line-height: 1;
}

/* ===== delete height remarketting tag  ===== */
iframe[name="google_conversion_frame"] {
  position: absolute;
  top: 0;
  z-index: -5;
}

html {
  font-size: calc(112.5% + 0.5vw);
}

#wrapper {
  position: relative;
}

/*** =============================
  - components
============================= ***/
/** ------------------------------
  - parts
------------------------------ **/
.l-column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 980px;
      -ms-flex: 0 1 980px;
          flex: 0 1 980px;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 10px;
}

@media only screen and (max-width: 640px) {
  .l-column {
    padding: 0 7.8125%;
    width: auto;
  }
}

.l-column-wide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 1280px;
      -ms-flex: 0 1 1280px;
          flex: 0 1 1280px;
  max-width: 1280px;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .l-column-wide {
    padding: 0 7.8125%;
    width: auto;
  }
}

.l-column-narrow {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 800px;
      -ms-flex: 0 1 800px;
          flex: 0 1 800px;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

@media only screen and (max-width: 640px) {
  .l-column-narrow {
    padding: 0 7.8125%;
    width: auto;
  }
}

.l-column-noLimit {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 0;
      -ms-flex: 0 1 0px;
          flex: 0 1 0;
  max-width: none;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .l-column-noLimit {
    padding: 0 7.8125%;
    width: auto;
  }
}

.l-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
}

.l-halfColumn {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  max-width: 470px;
  margin-right: 40px;
}

.l-halfColumn:nth-child(even) {
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  .l-halfColumn {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: none;
    margin-right: 0;
  }
  .l-halfColumn + .l-halfColumn {
    margin-top: 10%;
  }
}

.l-quaterColumn {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  max-width: 230px;
  margin-right: 20px;
}

.l-quaterColumn:nth-child(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  .l-quaterColumn {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: none;
    margin: 0;
  }
  .l-quaterColumn + .l-quaterColumn {
    margin-top: 6%;
  }
}

.l-tripartitionColumn {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0px;
      -ms-flex: 1 0 0px;
          flex: 1 0 0px;
  max-width: 317.77778px;
  margin-right: 26.66667px;
}

@media only screen and (max-width: 640px) {
  .l-tripartitionColumn {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: none;
    margin: 0;
  }
  .l-tripartitionColumn + .l-tripartitionColumn {
    margin-top: 4.6875%;
  }
}

.l-tripartitionColumn:last-child {
  margin-right: 0;
}

.l-halfTile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  margin: 0;
  padding: 0;
}

.l-siteBody {
  padding-top: 80px;
}

@media only screen and (max-width: 640px) {
  .l-siteBody {
    padding-top: 60px;
  }
}

.l-fitImg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}

.headlineLabel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
}

@media only screen and (max-width: 640px) {
  .headlineLabel {
    padding-top: 14%;
    padding-bottom: 3.125%;
    padding-left: 25%;
    font-size: 5.625vw;
  }
}

.headlineLabel_head {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  text-align: center;
  font-family: "Hannari", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", "MS 明朝", serif;
  font-weight: lighter;
  letter-spacing: -1px;
  font-size: 24px;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .headlineLabel_head {
    font-size: 5.15625vw;
  }
}

.headlineLabel_icon {
  font-family: "Noto Serif", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", "MS 明朝", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  color: #fff;
  background-image: url("/life/common/images/icon_point.png");
  background-repeat: no-repeat;
  background-size: 129px 49px;
  background-position: center;
  padding: 13px 34px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

@media only screen and (max-width: 640px) {
  .headlineLabel_icon {
    font-size: 3.4375vw;
    background-image: url("/life/common/images/icon_point@640.png");
    background-size: contain;
    padding: 2% 8% 3%;
    top: 10%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }
}

.moreLabel {
  font-size: 14px;
  line-height: 1;
  padding-bottom: 8px;
  border-bottom: 1px solid #444;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .moreLabel {
    font-size: 3.4375vw;
    padding-bottom: 2%;
    margin-bottom: 5%;
  }
}

.productLabel {
  font-family: "Noto Serif", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", "MS 明朝", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
  background-color: #e6002d;
  color: #fff;
  padding: 15px 0;
  width: 230px;
  margin: 0 auto;
  text-align: center;
  border-bottom: 2px solid #fff;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .productLabel {
    font-size: 5.9375vw;
    padding: 3.125% 0;
    width: 46.625%;
  }
}

.productLabel span {
  font-size: .6em;
}

.productLabel::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 2px;
  width: 100%;
  background-color: #e6002d;
}

.logo {
  width: 170px;
}

@media only screen and (max-width: 640px) {
  .logo {
    width: 140px;
  }
}

.logo img {
  width: 100%;
}

.button-toDetail-1 {
  background-image: url("/life/common/images/btn_product_01.jpg");
}

.button-toDetail-2 {
  background-image: url("/life/common/images/btn_product_02.jpg");
  margin-top: 8px;
}

@media only screen and (max-width: 640px) {
  .button-toDetail-2 {
    margin-top: 4%;
  }
}

.button-toDetail-1,
.button-toDetail-2 {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  width: 430px;
  padding: 17px 0 17px 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 640px) {
  .button-toDetail-1,
  .button-toDetail-2 {
    font-size: 3.125vw;
    width: 100%;
    padding: 4% 0 4% 6%;
  }
}

.button-toTop {
  display: block;
  width: 456px;
  margin: 0 auto;
  padding: 30px 0;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #444 !important;
  border: 1px solid #c3c3c3;
  border-radius: 10px;
  -webkit-transition: .6s;
  transition: .6s;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .button-toTop {
    width: 100%;
    padding: 7% 0;
    font-size: 3.4375vw;
  }
}

.button-toTop:hover {
  color: #fff !important;
  background-color: #e6002d;
  border: 1px solid transparent;
}

.button-toTop::after {
  content: "＞";
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 640px) {
  .button-toTop::after {
    font-size: 2.1875vw;
    right: 5%;
  }
}

.separatorLine {
  max-width: 980px;
  margin: 10px auto 10px;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #EAEAEA;
}

/** ------------------------------
  - common
------------------------------ **/
.Header {
  position: fixed;
  width: 100%;
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 100;
}

@media only screen and (max-width: 640px) {
  .Header {
    padding: 10px 0;
  }
}

.Header_inner {
  max-width: 980px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.Header_head {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: auto;
}

.Header_button {
  padding: 10px;
  width: 45px;
  height: 40px;
  position: relative;
  z-index: 999;
}

.Footer {
  margin: 40px auto;
  padding: 20px 0;
  background-color: #fff;
  color: #878378;
}

.Footer_body:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}


.Footer_body_item {
  float: left;
  display: block;
}
.Footer_body_item + .Footer_body_item{
  float: right;
}

@media only screen and (max-width: 640px) {
  .Footer_body_item {
    float: none;
    margin: 0 auto;
  }
  .Footer_body_item:first-child{
    float: none;
    margin: 0 auto;
    width: 40%;
  }
  .Footer_body_item:first-child img{
    width: 100%;
  }
  .Footer_body_item + .Footer_body_item{
    float: none;
  }
  .Footer_body_item:nth-child(2) {
    margin-top: 7%;
  }
}

.Menu {
  position: absolute;
  padding: 0;
  right: 0;
  top: 60px;
  background-color: rgba(255, 255, 255, 0.9);
  width: 30%;
  text-align: center;
  z-index: 11;
  display: none;
}

@media only screen and (max-width: 640px) {
  .Menu {
    width: 100%;
    top: 50px;
  }
}

.Menu_item {
  padding: 10px;
  border-top: 1px solid #eaeaea;
  font-size: 14px;
  line-height: 1.5;
}

.Menu_item:last-child {
  border-bottom: 1px solid #eaeaea;
}

.Menu_item a {
  display: block;
}

.menu-trigger {
  position: relative;
  width: 25px;
  height: 20px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #4b4b4b;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 50%;
  margin-top: -1px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.menu-trigger.is-active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

/*------------------------------
  shop
-------------------------------*/
#shop {
  background-color: #e4e4e4;
  width: 100%;
  margin: 0 auto;
}

.shop_inner {
  max-width: 976px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 50px;
}

.shop_heading {
  text-align: center;
  font-size: 36px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-family: "Hannari", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", "MS 明朝", serif;
  font-weight: lighter;
  letter-spacing: -1px;
}

@media only screen and (max-width: 800px) {
  .shop_heading {
    font-size: calc(112.5% + 0.5vw);
  }
}

.shop_area_wrap {
  padding: 30px 50px;
}

.shop_area_unit {
  float: left;
  width: 30%;
}

.shop_area_unit .shop_area + .shop_area {
  margin-top: 57px;
}

.shop_area {
  font-size: 13px;
}

.shop_area_title {
  font-weight: 400;
  padding-bottom: 10px;
}

.shop_area_contents_item {
  font-weight: 200;
  line-height: 1.5;
  padding-bottom: 13px;
  border-bottom: 1px solid #747474;
}

.shop_area_contents_item::before {
  content: '・';
}

.shop_area_contents_item + .shop_area_contents_item {
  margin-top: 14px;
}

.shop_area_contents_item span {
  margin-left: 16px;
}

.shop_area_unit + .shop_area_unit {
  margin-left: 5%;
}

@media only screen and (max-width: 640px) {
  .shop_inner {
    padding: 6.875% 3.4375%;
    box-sizing: border-box;
  }
  .shop_heading {
    font-size: 6.25vw;
    line-height: 1.2;
    padding: 5.3125% 0;
    margin-bottom: 5.3125%;
  }
  .shop_heading_caution {
    text-align: center;
    font-size: 3.4vw;
    font-weight: 200;
    margin-bottom: 6.25%;
  }
  .shop_area_wrap {
    padding: 0;
  }
  .shop_area_unit {
    float: none;
    width: 100%;
  }
  .shop_area_unit .shop_area + .shop_area {
    margin-top: 0;
  }
  .shop_area {
    font-size: 3.75vw;
  }
  .shop_area_title {
    padding: 6.25% 0 6.25% 6.25%;
    background-color: #898989;
    position: relative;
    border-bottom: 1px solid #fff;
  }
  .shop_area_title .shop_area_title_arrow {
    width: 3.28125vw;
    height: 2.03125vw;
    position: absolute;
    right: 4.6875%;
    top: 31%;
  }
  .shop_area_title .shop_area_title_arrow > img {
    width: 100%;
  }
  .shop_area_contents {
    padding: 4.375% 3.125% 0;
    background-color: #fff;
  }
  .shop_area_contents.ac-body {
    display: none;
  }
  .shop_area_contents_item {
    padding-bottom: 4.6875%;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
  }
  .shop_area_contents_item:last-child {
    border-bottom: none;
  }
  .shop_area_contents_item::before {
    content: none;
  }
  .shop_area_contents_item + .shop_area_contents_item {
    margin-top: 14px;
  }
  .shop_area_contents_item span {
    margin-left: 0;
    position: static;
    right: 0;
  }
  .shop_area_unit + .shop_area_unit {
    margin-left: 0;
  }
}

.Section {
  margin-bottom: 40px;
}

.Section_item {
  margin-bottom: 40px;
}

.Section_item:last-child {
  margin-bottom: 0;
}

.copy {
  font-size: 12px;
  text-align: right;
}

@media only screen and (max-width: 640px) {
  .copy {
    font-size: 2.5vw;
    text-align: center;
  }
}

.SNS {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 240px;
  margin: 0 auto;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding-bottom: 40px;
}

.SNS_item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40px;
}

/* -------------------------------
  - mainCopy
------------------------------- */
.MainCopy {
  text-align: center;
}

.MainCopy_sub {
  width: 100%;
  font-size: 18px;
  line-height: 2.5;
}

@media only screen and (max-width: 640px) {
  .MainCopy_sub {
    font-size: 2.8125vw;
  }
}

.MainCopy_head {
  font-size: 40px;
  line-height: 2;
  font-family: "Hannari", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", "MS 明朝", serif;
  font-weight: lighter;
  letter-spacing: -1px;
}

@media only screen and (max-width: 640px) {
  .MainCopy_head {
    font-size: 6.5625vw;
    line-height: 1.6;
  }
}

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

.MainCopy-second_sub {
  color: #e6002d;
  font-size: 16px;
  line-height: 2;
}

@media only screen and (max-width: 640px) {
  .MainCopy-second_sub {
    font-size: 3.125vw;
  }
}

.MainCopy-second_head {
  font-size: 36px;
  line-height: 1;
  font-family: "Hannari", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", "MS 明朝", serif;
  font-weight: lighter;
  letter-spacing: -1px;
}

@media only screen and (max-width: 640px) {
  .MainCopy-second_head {
    font-size: 6.25vw;
    line-height: 1.5;
  }
}

/* -------------------------------
  - entryPanel
------------------------------- */
.EntryPanel_head {
  position: relative;
}

.EntryPanel_thumb {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.EntryPanel_title {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  color: #fff;
  font-family: "Hannari", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", "MS 明朝", serif;
  font-weight: lighter;
  letter-spacing: -1px;
  font-size: 22px;
  line-height: 1.5;
  padding: 20px 0 20px 30px;
}

@media only screen and (max-width: 640px) {
  .EntryPanel_title {
    font-size: 4.6875vw;
    padding: 3.125% 0 3.125% 4.6875%;
  }
}

.EntryPanel_body {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.7;
}

@media only screen and (max-width: 640px) {
  .EntryPanel_body {
    font-size: 3.125vw;
  }
}

/* -------------------------------
  - bannerPanel
------------------------------- */
.BannerPanelWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
}

.BannerPanel {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  max-width: 230px;
  margin-right: 20px;
}

.BannerPanel:nth-child(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  .BannerPanel {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: none;
    margin: 0;
  }
  .BannerPanel + .BannerPanel {
    margin-top: 5%;
  }
}

/* -------------------------------
  - pagetop
------------------------------- */
.pageTop {
  position: fixed;
  height: auto;
  width: 62px;
  right: 30px;
  bottom: 60px;
  z-index: 3;
}

@media only screen and (max-width: 640px) {
  .pageTop {
    width: 15.5%;
    bottom: 8vw;
    right: 4.6vw;
  }
}

.pageTop img {
  height: auto;
  width: 100%;
}

/** ------------------------------
  - utils
------------------------------ **/
.u-spOnly {
  display: none;
}

@media only screen and (max-width: 640px) {
  .u-spOnly {
    display: block;
  }
}

.u-alpha,
.u-alpha img {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.u-alpha:hover,
.u-alpha:hover > img {
  opacity: .7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 640px) {
  .u-pt-lv1 {
    padding-top: 10px !important;
  }
  .u-pt-lv2 {
    padding-top: 25px !important;
  }
  .u-pt-lv3 {
    padding-top: 30px !important;
  }
  .u-pt-lv4 {
    padding-top: 40px !important;
  }
  .u-pb-lv1 {
    padding-bottom: 10px !important;
  }
  .u-pb-lv2 {
    padding-bottom: 20px !important;
  }
  .u-pb-lv3 {
    padding-bottom: 30px !important;
  }
  .u-pb-lv4 {
    padding-bottom: 40px !important;
  }
  .u-mt-lv1 {
    margin-top: 10px !important;
  }
  .u-mt-lv2 {
    margin-top: 20px !important;
  }
  .u-mt-lv3 {
    margin-top: 30px !important;
  }
  .u-mt-lv4 {
    margin-top: 40px !important;
  }
  .u-mb-lv1 {
    margin-bottom: 10px !important;
  }
  .u-mb-lv2 {
    margin-bottom: 20px !important;
  }
  .u-mb-lv3 {
    margin-bottom: 30px !important;
  }
  .u-mb-lv4 {
    margin-bottom: 40px !important;
  }
}

.u-visible-md {
  display: block;
}

@media only screen and (max-width: 640px) {
  .u-visible-md {
    display: none;
  }
}

.u-visible-sm {
  display: none;
}

@media only screen and (max-width: 640px) {
  .u-visible-sm {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .u-widthNoLimit-sm {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
    width: 100%;
  }
}
