@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0; }

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none; }

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none; }

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

body {
  width: 375px;
  margin-left: auto;
  margin-right: auto; }

.l-header {
  width: inherit;
  height: 98px;
  box-sizing: border-box;
  position: fixed;
  display: flex;
  justify-content: space-between;
  z-index: 5; }
  .l-header__menu {
    width: 40px;
    height: 40px;
    margin-top: 46px;
    margin-left: 10px;
    cursor: pointer; }
  .l-header__logo {
    width: 71.08px;
    height: 24px;
    margin-top: 54px; }
  .l-header__activity {
    width: 40px;
    height: 40px;
    margin-top: 46px;
    margin-right: 9px;
    cursor: pointer; }

.l-nav-menu {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  transform: translateX(1000%);
  width: 375px;
  transition: 1.5s;
  background-color: #f3f6f8;
  z-index: 5; }
  .l-nav-menu__title {
    width: 100%;
    height: 98px; }
    .l-nav-menu__title--back {
      margin-top: 46px;
      margin-left: 10px; }
    .l-nav-menu__title--text {
      display: inline-block;
      font-family: ヒラギノ角ゴシック;
      font-weight: 600;
      color: #54585a;
      font-size: 16px;
      margin-top: 50px;
      margin-left: 84px;
      width: 107px;
      height: 33px;
      line-height: 33px;
      text-align: center; }
  .l-nav-menu.is-active {
    transition: .5s;
    transform: translateX(0%);
    z-index: 5; }
  .l-nav-menu__icon {
    width: 95px;
    height: 88px;
    margin: 42px auto;
    text-align: center; }
  .l-nav-menu__energy-usage {
    width: 206px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #03af7a;
    border-radius: 24px;
    margin: 27px auto;
    text-align: center; }
    .l-nav-menu__energy-usage--text {
      font-size: 16px;
      font-family: ヒラギノ角ゴシック;
      font-weight: 600;
      color: #03af7a; }
  .l-nav-menu__item {
    background-color: #FFFFFF;
    width: 100%;
    height: 72px;
    line-height: 72px;
    overflow: hidden; }
    .l-nav-menu__item--textarea {
      width: 150px;
      margin-left: 24px;
      text-align: left;
      float: left; }
      .l-nav-menu__item--textarea__content {
        color: #54585a;
        font-family: ヒラギノ角ゴシック;
        font-weight: 600; }
    .l-nav-menu__item--icon-area {
      width: 40px;
      margin-left: 153px;
      float: left; }
      .l-nav-menu__item--icon-area__content {
        vertical-align: middle; }
  .l-nav-menu__panel-setting {
    width: 100%;
    margin-top: 30px; }
    .l-nav-menu__panel-setting--title {
      color: #54585a;
      font-size: 16px;
      font-family: ヒラギノ角ゴシック;
      font-weight: 600;
      margin-left: 20px;
      margin-bottom: 16px; }

.l-menu__footer {
  position: relative;
  width: 303px;
  margin-left: auto;
  margin-right: auto; }
  .l-menu__footer--logo {
    text-align: center; }
  .l-menu__footer--version {
    text-align: center;
    font-size: 12px;
    font-family: ヒラギノ角ゴシック;
    font-weight: 300;
    color: #54585a; }

.l-main {
  width: 375px;
  background-color: rgba(84, 88, 90, 0.05);
  position: relative;
  overflow: hidden; }

.l-footer {
  width: 375px;
  height: 104px;
  position: fixed;
  bottom: 0;
  background: linear-gradient(to top, #ffffff, #f3f6f8);
  z-index: 3;
  overflow: hidden; }
  .l-footer__container {
    width: 343px;
    height: 54px;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 16px;
    background-color: #f3f6f8; }
  .l-footer__room-menu {
    width: calc(343px / 3);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px;
    background-color: rgba(84, 88, 90, 0.05);
    float: left; }
  .l-footer__device-menu {
    width: calc(343px / 3);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px;
    background-color: rgba(84, 88, 90, 0.1);
    float: left; }
  .l-footer__video-menu {
    width: calc(343px / 3);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px;
    background-color: rgba(84, 88, 90, 0.15);
    float: left; }

.c-task-modal__fake-button--left, .c-room-detail__fake-button--left{
  width: 80px;
  height:40px;
  position: absolute;
  bottom: 70px;
  border-radius: 20px; }

  .c-task-modal__fake-button--right, .c-room-detail__fake-button--right {
    width: 66px;
    height:40px;
    position: absolute;
    bottom: 70px;
    border-radius: 20px; }

.c-bg-weather__container {
  width: 375px;
  height: 373px;
  position: relative;
  z-index: 1; }

.c-bg-weather__gradation {
  width: 375px;
  height: 134px;
  top: 126px;
  position: absolute;
  background: linear-gradient(to bottom, rgba(243, 246, 248, 0), #f3f6f8);
  z-index: 2; }

.c-bg-weather__image {
  width: 100%; }

.c-select-place__container {
  height: 48px;
  position: absolute;
  top: 95px;
  left: 134px;
  z-index: 3; }

.c-select-place__button {
  height: 48px; }

.c-choice-place__container {
  width: 375px;
  top: 0;
  position: fixed;
  transform: translate(0, 100%);
  transition: .5s;
  z-index: 6; }
  .c-choice-place__container.is-active {
    transition: .5s;
    transform: translate(0, 0);
    z-index: 6; }

.c-choice-place__background {
  width: inherit;
  height: 100vh; }

.c-choice-place__balloon {
  width: 375px;
  height: 207px;
  position: fixed;
  bottom: 0;
  background-color: #FFFFFF;
  border-radius: 32px 32px 0 0; }

.c-choice-place__home {
  width: 375px;
  height: 49px;
  position: relative;
  margin-left: 24px;
  margin-right: 16px;
  margin-top: 36px;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  align-items: center; }
  .c-choice-place__home--icon {
    width: 40px;
    height: 40px;
    position: relative;
    float: left;
    margin-left: 15px; }
    .c-choice-place__home--icon__content {
      width: inherit; }
  .c-choice-place__home--text {
    width: 200px;
    height: 40px;
    position: relative;
    float: left;
    line-height: 40px;
    margin-left: 15px; }
    .c-choice-place__home--text__content {
      font-family: ヒラギノ角ゴシック;
      font-weight: 300;
      color: #54585a;
      font-size: 16px; }
  .c-choice-place__home--check {
    width: 40px;
    height: 40px;
    position: relative;
    float: left;
    display: none; }
    .c-choice-place__home--check__content {
      width: inherit; }
    .c-choice-place__home--check.is-selected {
      display: block; }

.c-choice-place__separator {
  width: 330px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  color: #f3f6f8; }

.c-locale-temp__container {
  width: 100%;
  height: 36px;
  padding-left: 16px;
  padding-right: 17px;
  position: absolute;
  top: 223px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  z-index: 3; }
  .c-locale-temp__container.inactive {
    display: none; }

.c-locale-temp__region {
  color: #FFFFFF;
  font-family: ヒラギノ角ゴシック;
  font-weight: 600;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.32);
  font-size: 20px;
  letter-spacing: 1.6px; }

.c-locale-temp__degree {
  color: #FFFFFF;
  font-family: ヒラギノ角ゴシック;
  font-weight: bold;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.32);
  font-size: 36px; }
  .c-locale-temp__degree--small {
    font-size: 20px; }

.c-avatar__container {
  width: 343px;
  height: 54px;
  margin-left: 16px;
  margin-right: 16px;
  position: relative;
  margin-top: -94px;
  justify-content: space-around;
  align-items: center;
  background-color: rgba(84, 88, 90, 0.05);
  display: flex;
  z-index: 3; }

.c-avatar--papa {
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  border: solid #54585a 1px;
  border-radius: 20px;
  opacity: 0.5; }
  .c-avatar--papa__icon {
    width: 40px;
    height: 40px;
    padding-bottom: 2px;
    padding-right: 2px }

.c-avatar--mama {
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  border: solid #54585a 1px;
  border-radius: 20px;
  opacity: 1.0; }
  .c-avatar--mama__icon {
    width: 40px;
    height: 40px;
    padding-bottom: 2px;
    padding-right: 2px }

.c-avatar--girl {
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  border: solid #54585a 1px;
  border-radius: 20px;
  opacity: 0.5; }
  .c-avatar--girl__icon {
    width: 40px;
    height: 40px;
    padding-bottom: 2px;
    padding-right: 2px }

.c-avatar--boy {
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  border: solid #54585a 1px;
  border-radius: 20px;
  opacity: 0.5; }
  .c-avatar--boy__icon {
    width: 40px;
    height: 40px;
    padding-bottom: 2px;
    padding-right: 2px }

.c-taskset__container {
  width: 343px;
  height: 68px;
  margin-left: 16px;
  margin-right: 16px;
  position: relative;
  margin-top: 13px;
  display: flex;
  background-color: rgba(84, 88, 90, 0.05);
  z-index: 3; }

.c-taskset--panel {
  height: 68px;
  width: calc(343px / 4);
  border-right: 1px solid #FFFFFF;
  text-align: center; }
  .c-taskset--panel__icon {
    width: 45px;
    height: 45px;
    margin-top: 8px; }
  .c-taskset--panel__text {
    font-size: 10px;
    font-family: ヒラギノ角ゴシック;
    color: #54585a;
    display: block; }

.c-task-modal__container {
  width: 375px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  flex-flow: column;
  position: fixed;
  transform: translate(0, 100%);
  transition: .5s;
  z-index: 6; }
  .c-task-modal__container.is-active {
    transition: .8s;
    transform: translate(0, 0);
    z-index: 6; }

.c-task-modal__background {
  width: inherit;
  height: 100vh; }

.c-task-modal__balloon-text {
  width: 375px;
  position: fixed;
  bottom: 0; }
  .c-task-modal__balloon-text--morning {
    width: inherit;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 50px 50px 0 0; }
  .c-task-modal__balloon-text--going {
    width: inherit;
    position: fixed;
    bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 50px 50px 0 0; }

.c-task-modal__fake-button--left {
  right: 90px; }

.c-task-modal__fake-button--right {
  right: 17px; }

.c-slider {
  width: 375px;
  overflow: hidden; }

.c-sceen-header {
  height: 68px;
}

.c-menu-slider__container {
  position: relative;
  margin-top: 11px;
  overflow: hidden;
  width: calc(375px * 3);
  z-index: 3; }

.c-room-menu__container {
  width: 375px;
  overflow: hidden;
  float: left; }

.c-room-menu__panel {
  background-color: #f3f6f8;
  margin-left: 16px;
  margin-bottom: 15px;
  border-radius: 5px;
  position: relative;
  float: left;
  width: 164px;
  height: 109px; }
  .c-room-menu__panel--entrance, .c-room-menu__panel--living {
    opacity: 0.9; }

.c-room-menu__degree {
  font-size: 26px;
  color: #FFFFFF;
  position: absolute;
  z-index: 4;
  bottom: -5px;
  left: 15px; }
  .c-room-menu__degree--small {
    font-size: 14px; }

.c-room-detail__container {
  position: fixed;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  transform: translateX(1000%);
  width: 375px;
  transition: 1.5s;
  z-index: 5;
  background: #FFFFFF; }
  .c-room-detail__container.is-active {
    transition: .5s;
    transform: translateX(0); }

.c-room-detail__background {
  width: 375px;
  position: relative;
  background: #f3f6f8; }
  .c-room-detail__background--image {
    position: absolute;
    z-index: 1; }

.c-room-detail__header {
  width: 375px;
  height: 98px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1; }
  .c-room-detail__header--backword {
    width: 40px;
    height: 40px;
    margin-top: 46px;
    margin-left: 10px;
    cursor: pointer; }
  .c-room-detail__header--title {
    width: 107px;
    height: 33px;
    line-height: 33px;
    margin-top: 50px;
    text-align: center;
    color: #FFFFFF; }
  .c-room-detail__header--balloon {
    width: 40px;
    height: 40px;
    margin-top: 46px;
    margin-right: 9px;
    cursor: pointer; }
  .c-room-detail__header--content {
    font-family: ヒラギノ角ゴシック;
    font-weight: 600;
    font-size: 16px; }

.c-room-detail__space {
  width: 375px;
  height: 174px;
  position: relative;
  z-index: 2; }
  .c-room-detail__space--image {
    width: 100%; }

.c-room-detail__floor {
  position: relative;
  margin-top: -23px;
  margin-left: 10px;
  z-index: 2; }
  .c-room-detail__floor--image {
    width: 355px;
    height: 36px; }
  .c-room-detail__floor--single {
    height: 28px; }

.c-room-detail__ac {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 126px;
  left: 88px;
  z-index: 2; }
  .c-room-detail__ac--icon {
    width: inherit; }

.c-room-detail__light {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 125px;
  left: 159px;
  z-index: 2; }
  .c-room-detail__light--icon {
    width: inherit; }

.c-room-detail__shutter {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 184px;
  left: 84px;
  z-index: 2; }

.c-room-detail__atmosphere {
  width: 311px;
  height: 88px;
  margin-left: 34px;
  margin-right: 30px;
  margin-top: -14px;
  position: relative;
  z-index: 2; }

.c-room-detail__setting {
  position: relative;
  width: 375px; }

.c-room-detail__gradation {
  width: 375px;
  height: 28px;
  position: relative;
  z-index: 1;
  margin-top: -12px;
  background: linear-gradient(to bottom, rgba(243, 246, 248, 0), #f3f6f8); }

.c-room-detail__movie {
  width: 343px;
  margin: 16px 16px;
  border-radius: 9px; }

.c-room-detail__door {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 198px;
  width: 50px;
  z-index: 1; }
  .c-room-detail__door img {
    width: 100%; }

.c-room-detail__popup--AC, .c-room-detail__popup--light, .c-room-detail__popup--shutter, .c-room-detail__popup--floor-heating, .c-room-detail__popup--front-door {
  width: 375px;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  transform: translate(0, 100%);
  transition: .5s;
  z-index: 6; }
  .c-room-detail__popup--AC.is-active, .c-room-detail__popup--light.is-active, .c-room-detail__popup--shutter.is-active, .c-room-detail__popup--floor-heating.is-active, .c-room-detail__popup--front-door.is-active {
    transition: .5s;
    transform: translate(0, 0);
    z-index: 6; }

.c-room-detail__popup__background {
  width: inherit;
  height: 100vh; }

.c-room-detail__popup__content {
  width: 375px;
  position: fixed;
  bottom: 0;
  background-color: #FFFFFF;
  border-radius: 32px 32px 0 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 50px 50px 0 0; }
  .c-room-detail__popup__content.is-invisible {
    display: none; }

.c-room-detail__fake-button--left {
  bottom: 65px;
  right: 103px; }

.c-room-detail__fake-button--right {
  bottom: 65px;
  right: 13px; }

.c-device-detail__container {
  width: 375px;
  min-height: 100vh;
  background-color: #F3F6F8;
  position: fixed;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  transform: translateX(1000%);
  padding-bottom: 85px;
  z-index: 6;
  transition: 1.5s; }
  .c-device-detail__container.is-active {
    transition: .5s;
    transform: translateX(0);
    z-index: 6; }

.c-device-detail__base-color {
  width: inherit;
  background-color: rgba(84, 88, 90, 0.05); }

.c-device-detail__header {
  width: inherit;
  height: 98px;
  background-color: #f3f6f8;
  display: flex;
  justify-content: space-between;
  text-align: center; }

.c-device-detail__backword {
  width: 56px;
  height: 40px;
  margin-left: 6px;
  margin-top: 46px; }

.c-device-detail__title {
  width: 107px;
  height: 35px;
  margin-top: 50px; }
  .c-device-detail__title--place {
    font-family: ヒラギノ角ゴシック;
    font-weight: 400;
    font-size: 14px;
    color: #54585a;
    display: block; }
  .c-device-detail__title--name {
    font-family: ヒラギノ角ゴシック;
    font-weight: 600;
    font-size: 16px;
    color: #54585a;
    display: block; }

.c-device-detail__log {
  width: 73px;
  height: 30px;
  line-height: 30px;
  margin-top: 50px;
  margin-right: 3px;
  text-align: left; }
  .c-device-detail__log__content {
    font-family: ヒラギノ角ゴシック;
    font-weight: 600;
    font-size: 14px;
    color: #54585a; }

.c-device-detail__body {
  width: 375px;
  height: 160px;
  display: flex;
  align-items: center; }

.c-device-detail__power-button {
  width: 132.67px;
  height: 69px;
  margin-top: 36px;
  margin-left: 36px;
  margin-right: 16.33px; }
  .c-device-detail__power-button__icon {
    margin-top: 16px; }
    .c-device-detail__power-button__icon__name {
      font-family: ヒラギノ角ゴシック;
      font-weight: 600;
      font-size: 16px;
      height: 32px;
      line-height: 32px;
      color: rgba(84, 88, 90, 0.5);
      display: block;
      float: left; }
    .c-device-detail__power-button__icon__content {
      width: 78.67px;
      height: 32px;
      margin-left: 20px; }

.c-device-detail__manufacturer {
  display: block;
  font-family: ヒラギノ角ゴシック;
  font-size: 18px;
  color: #54585a; }

.c-device-detail__device-image {
  width: 190px;
  height: inherit; }
  .c-device-detail__device-image__content {
    width: inherit;
    height: inherit; }

.c-device-detail__power-saving {
  width: 343px;
  height: 72px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  justify-content: space-between;
  align-items: center;
  border-radius: 9px; }
  .c-device-detail__power-saving.is-off {
    visibility: hidden; }
  .c-device-detail__power-saving__text {
    font-family: ヒラギノ角ゴシック;
    font-weight: 600;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    color: rgba(84, 88, 90, 0.5);
    display: block;
    margin-left: 21px; }
  .c-device-detail__power-saving__button {
    width: 78.67px;
    height: 32px;
    margin-right: 21px; }
    .c-device-detail__power-saving__button__content {
      width: inherit;
      height: inherit; }

.c-device-detail__operation-mode__container {
  width: 343px;
  height: 171px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  background-color: #FFFFFF;
  border-radius: 9px; }
  .c-device-detail__operation-mode__container.is-off {
    visibility: hidden; }

.c-device-detail__operation-mode {
  width: 302px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .c-device-detail__operation-mode__text {
    font-family: ヒラギノ角ゴシック;
    font-weight: 600;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    color: rgba(84, 88, 90, 0.5);
    display: block; }
  .c-device-detail__operation-mode__button {
    width: 116px;
    height: 48px; }
    .c-device-detail__operation-mode__button__content {
      width: inherit;
      height: inherit; }

.c-device-detail__adjust-degree {
  width: 302px;
  height: 56px;
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .c-device-detail__adjust-degree--minus {
    width: 88px;
    height: 48px;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    background-color: rgba(84, 88, 90, 0.05); }
    .c-device-detail__adjust-degree--minus__content {
      width: 32px; }
  .c-device-detail__adjust-degree__value {
    width: 89px;
    height: 56px;
    line-height: 56px;
    font-size: 56px;
    font-family: ヒラギノ角ゴシック;
    text-align: center;
    color: #54585a; }
    .c-device-detail__adjust-degree__value .font-small {
      font-size: 20px; }
  .c-device-detail__adjust-degree--plus {
    width: 88px;
    height: 48px;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    background-color: rgba(84, 88, 90, 0.05); }
    .c-device-detail__adjust-degree--plus__content {
      width: 32px; }

.c-device-detail__send-button {
  width: 375px;
  height: 85px;
  background-color: #f3f6f8;
  text-align: center;
  border-top: 1px solid rgba(84, 88, 90, 0.1);
  position: fixed;
  top: 582px; }
  .c-device-detail__send-button__text {
    font-family: ヒラギノ角ゴシック;
    font-weight: 600;
    font-size: 16px;
    display: block;
    padding-top: 14px;
    color: #03af7a; }

.c-device-detail__air-flow__container {
  width: 343px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  border-radius: 9px; }
  .c-device-detail__air-flow__container.is-off {
    visibility: hidden; }

.c-device-detail__air-flow__text {
  font-family: ヒラギノ角ゴシック;
  font-weight: 600;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  color: rgba(84, 88, 90, 0.5);
  display: block;
  margin-left: 21px; }

.c-device-detail__air-flow__button {
  width: 78.67px;
  height: 32px;
  margin-right: 21px; }
  .c-device-detail__air-flow__button__content {
    width: inherit;
    height: inherit; }

.c-device-detail__air-flow__switch {
  width: 343px;
  height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.c-device-detail__air-flow__adjust {
  width: 343px;
  height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .c-device-detail__air-flow__adjust.is-off {
    display: none; }

.c-device-detail__air-flow__low {
  font-family: ヒラギノ角ゴシック;
  font-weight: 600;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  color: rgba(84, 88, 90, 0.5);
  display: block;
  margin-left: 21px; }

.c-device-detail__air-flow__slider {
  width: 217px;
  height: 34px; }
  .c-device-detail__air-flow__slider__content {
    width: inherit; }

.c-device-detail__air-flow__high {
  font-family: ヒラギノ角ゴシック;
  font-weight: 600;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  color: rgba(84, 88, 90, 0.5);
  display: block;
  margin-right: 21px; }

.c-device-detail-page__title-top {
  font-family: ヒラギノ角ゴシック;
  font-weight: 400;
  font-size: 14px; }

.c-device-detail-page__title-bottom {
  font-family: ヒラギノ角ゴシック;
  font-weight: 600;
  font-size: 16px; }

.c-device-menu__container {
  width: 375px;
  float: left; }

.c-device-menu__panel {
  width: 375px;
  height: 54px;
  margin-left: 16px;
  margin-right: 17px; }

.c-device-menu__item {
  width: 260px;
  height: 54px;
  display: flex;
  align-items: center;
  float: left;
  background-color: rgba(84, 88, 90, 0.05); }
  .c-device-menu__item--icon {
    width: 40px;
    height: 40px; }
    .c-device-menu__item--icon__content {
      width: inherit;
      height: inherit; }
  .c-device-menu__item__container {
    width: 200px;
    height: inherit; }
  .c-device-menu__item--name {
    color: #54585a;
    font-size: 16px;
    font-family: ヒラギノ角ゴシック;
    font-weight: 600;
    width: inherit;
    margin-left: 19px;
    margin-top: 13px; }
  .c-device-menu__item--location {
    color: #54585a;
    font-size: 10px;
    font-family: ヒラギノ角ゴシック;
    font-weight: 300;
    width: inherit;
    margin-left: 19px;
    margin-top: 5px; }

.c-device-menu__switch {
  width: 82px;
  height: 54px;
  border-radius: 0 9px 9px 0;
  float: left;
  background-color: rgba(84, 88, 90, 0.15); }
  .c-device-menu__switch__container {
    width: 22px;
    height: 19px;
    margin-top: 19px;
    margin-left: 30px;
    display: flex;
    justify-content: center; }
  .c-device-menu__switch__icon-container {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .c-device-menu__switch__content {
    font-size: 16px;
    font-family: ヒラギノ角ゴシック;
    font-weight: bold; }
    .c-device-menu__switch__content.is-on {
      color: #03af7a; }
    .c-device-menu__switch__content.is-ac-on {
      color: #69c2ee; }
    .c-device-menu__switch__content.is-off {
      color: #54585a; }
    .c-device-menu__switch__content.light-on {
      color: #e6b800; }
    .c-device-menu__switch__content.is-open {
      color: #e75400; }
  .c-device-menu__switch--icon {
    width: inherit;
    height: inherit; }
    .c-device-menu__switch--icon-lock {
      width: 26px;
      height: 33px; }

.c-device-menu__forward {
  width: 82px;
  height: 54px;
  border-radius: 0 9px 9px 0;
  background-color: rgba(84, 88, 90, 0.05);
  float: left;
  display: flex;
  justify-content: center;
  align-items: center; }
  .c-device-menu__forward__container {
    width: 40px;
    height: 40px; }

.c-device-menu__lock-status {
  width: 82px;
  height: 54px;
  border-radius: 0 9px 9px 0;
  float: left;
  background-color: rgba(84, 88, 90, 0.15);
  display: flex;
  justify-content: center;
  align-items: center; }

.c-room-detail-device-menu__container {
  width: 375px; }

.c-room-detail-device-menu__panel {
  width: 343px;
  height: 54px;
  margin-left: auto;
  margin-right: auto; }

.c-room-detail-device-menu__item {
  width: 260px;
  height: 54px;
  display: flex;
  align-items: center;
  float: left;
  padding-left: 26px;
  background-color: rgba(84, 88, 90, 0.05); }
  .c-room-detail-device-menu__item--icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .c-room-detail-device-menu__item--icon__content {
      width: inherit;
      height: inherit; }
  .c-room-detail-device-menu__item__container {
    height: inherit; }
  .c-room-detail-device-menu__item--name {
    color: #54585a;
    font-size: 16px;
    font-family: ヒラギノ角ゴシック;
    font-weight: 600;
    width: inherit;
    margin-left: 19px;
    margin-top: 18px; }
  .c-room-detail-device-menu__item--location {
    color: #54585a;
    font-size: 10px;
    font-family: ヒラギノ角ゴシック;
    font-weight: 300;
    width: inherit;
    margin-left: 19px;
    margin-top: 5px; }

.c-room-detail-device-menu__switch {
  width: 82px;
  height: 54px;
  border-radius: 0 9px 9px 0;
  float: left;
  background-color: rgba(84, 88, 90, 0.15);
  display: flex;
  justify-content: center;
  align-items: center; }
  .c-room-detail-device-menu__switch__container {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .c-room-detail-device-menu__switch__icon-container {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .c-room-detail-device-menu__switch__content {
    font-size: 16px;
    font-family: ヒラギノ角ゴシック;
    font-weight: bold; }
    .c-room-detail-device-menu__switch__content.is-on {
      color: #03af7a; }
    .c-room-detail-device-menu__switch__content.is-ac-on {
      color: #69c2ee; }
    .c-room-detail-device-menu__switch__content.is-off {
      color: #54585a; }
    .c-room-detail-device-menu__switch__content.light-on {
      color: #e6b800; }
    .c-room-detail-device-menu__switch__content.is-open {
      color: #e75400; }
  .c-room-detail-device-menu__switch--icon {
    width: inherit;
    height: inherit; }
    .c-room-detail-device-menu__switch--icon-lock {
      width: 26px;
      height: 33px; }

.c-room-detail-device-menu__forward {
  width: 82px;
  height: 54px;
  border-radius: 0 9px 9px 0;
  background-color: rgba(84, 88, 90, 0.05);
  float: left;
  display: flex;
  justify-content: center;
  align-items: center; }
  .c-room-detail-device-menu__forward__container {
    width: 40px;
    height: 40px; }

.c-room-detail-device-menu__lock-status {
  width: 82px;
  height: 54px;
  border-radius: 0 9px 9px 0;
  float: left;
  background-color: rgba(84, 88, 90, 0.15);
  display: flex;
  justify-content: center;
  align-items: center; }

.c-video__container {
  width: 375px;
  float: left;
  overflow: hidden; }

.c-video__item {
  width: 164px;
  height: 109px;
  float: left;
  margin-left: 16px; }

.c-category__container {
  width: 375px;
  height: 908px;
  top: 132px;
  z-index: 2;
  position: absolute; }

.js-flush-background {
  transition: background-color 1s; }
  .js-flush-background.highlight {
    background-color: #69c2ee;
    transition-duration: 0s; }

.slider, .lighting-operation,
.door-operation-screen,
.door-operation-screen-2,
.electric-shutter-popup,
.electric-shutter-up,
.electric-shutter-down, .operation-log,
.operation-log-2,
.operation-log-3,
.activity-log,
.additional-machine-list,
.additional-scene, .front-door-operation-screen, .electric-shutter, .floor-heating {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: inherit;
  height: 100%;
  transition: 1.5s;
  z-index: 9;
  overflow: auto;
  transform: translateX(1000%);
  margin-left: auto;
  margin-right: auto; }

.slider {
  display: flex;
  flex-flow: column;
  background: #f3f6f8;
  color: #54585a; }
  .slider-header {
    width: inherit;
    height: 98px;
    background-color: #f3f6f8;
    display: flex;
    justify-content: space-between;
    text-align: center; }
    .slider-header-back {
      width: 56px;
      height: 40px;
      margin-left: 6px;
      margin-top: 46px; }
    .slider-header-middle {
      width: 150px;
      height: 35px;
      margin-top: 50px;
      font-family: ヒラギノ角ゴシック;
      font-weight: 600; }
    .slider-header-last {
      width: 73px;
      height: 30px;
      line-height: 30px;
      margin-top: 50px;
      margin-right: 3px;
      font-family: ヒラギノ角ゴシック;
      display: flex;
      align-items: center;
      justify-content: center; }
      .slider-header-last strong {
        font-size: 14px;
        color: #54585a; }
  .slider-body {
    flex: 1;
    background: rgba(84, 88, 90, 0.05);
    padding: 10px; }
  .slider-footer {
    height: 85px;
    min-height: 85px;
    padding: 10px 10px 0;
    text-align: center; }
    .slider-footer span {
      color: #03af7a;
      font-family: ヒラギノ角ゴシック;
      font-weight: 600;
      font-size: 16px;
      display: block;
      padding-top: 5px; }

.operation-screen-manufacturer {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 15px;
  transition: .5s; }
  .operation-screen-manufacturer-switch, .floor-heating-switch {
    display: flex;
    align-items: center;
    margin: 15px 0 0;
    color: rgba(84, 88, 90, 0.5); }
    .operation-screen-manufacturer-switch .switch, .floor-heating-switch .switch {
      margin: 0 0 0 10px; }
    .operation-screen-manufacturer-switch-holder {
      margin: 20px 0 0; }

.operation-screen-open {
  transition: .5s;
  transform: translateX(0); }

.storm-shutter {
  margin: 20px 0 0;
  width: 100%;
  display: inline; }
  .storm-shutter img {
    width: 100%; }

.lighting-operation,
.door-operation-screen,
.door-operation-screen-2,
.electric-shutter-popup,
.electric-shutter-up,
.electric-shutter-down {
  display: flex;
  transform: translate(0, 100%);
  transition: .5s; }
  .lighting-operation img,
  .door-operation-screen img,
  .door-operation-screen-2 img,
  .electric-shutter-popup img,
  .electric-shutter-up img,
  .electric-shutter-down img {
    margin: auto 0 0;
    width: 100%; }
  .lighting-operation-open,
  .door-operation-screen-open,
  .door-operation-screen-2-open,
  .electric-shutter-popup-open,
  .electric-shutter-up-open,
  .electric-shutter-down-open {
    transition: .5s;
    transform: translate(0, 0); }

.door-operation-screen-btn,
.electric-shutter-up-btn,
.electric-shutter-down-btn {
  display: inline-block;
  width: 90px;
  height: 50px;
  position: absolute;
  bottom: 65px;
  right: 16px;
  border-radius: 30px; }

.operation-log,
.operation-log-2,
.operation-log-3,
.activity-log,
.additional-machine-list,
.additional-scene {
  background: #fff;
  transform: translate(0, 100%);
  transition: .5s; }
  .operation-log-open,
  .operation-log-2-open,
  .operation-log-3-open,
  .activity-log-open,
  .additional-machine-list-open,
  .additional-scene-open {
    transition: .5s;
    transform: translate(0, 0); }
  .operation-log img,
  .operation-log-2 img,
  .operation-log-3 img,
  .activity-log img,
  .additional-machine-list img,
  .additional-scene img {
    width: 100%; }

.additional-scene-back {
  position: absolute;
  height: 30px;
  width: 60px;
  left: 10px;
  top: 74px; }

.additional-scene-next {
  position: absolute;
  height: 30px;
  width: 60px;
  right: 10px;
  top: 74px; }

.additional-scene-2-open {
  transition: .5s;
  transform: translateX(0); }

.additional-scene-2-header-image {
  padding: 20px 0;
  text-align: center;
  width: 100%; }

.additional-scene-2-body {
  position: relative;
  padding-top: 30px; }
  .additional-scene-2-body img {
    width: 100%; }

.additional-scene-operation-open,
.scene-name-open {
  transition: .5s;
  transform: translateX(0); }

.scene-name-body {
  text-align: center;
  padding-top: 50px; }

.week-days {
  font-family: ヒラギノ角ゴシック;
  position: absolute;
  top: 430px;
  width: 100%;
  padding: 0 40px;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .week-days li input[type="checkbox"] {
    display: none; }
    .week-days li input[type="checkbox"]:checked ~ .on {
      display: none; }
    .week-days li input[type="checkbox"]:checked ~ .off {
      display: flex; }
  .week-days li span {
    display: inline-block;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff; }
    .week-days li span.on {
      background: #03af7a; }
    .week-days li span.off {
      background: #a0a5a7;
      display: none; }

.front-door-operation-screen-open {
  transition: .5s;
  transform: translate(0, 0); }

.electric-shutter-open {
  transition: .5s;
  transform: translate(0, 0); }

.electric-shutter-body {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0 15px; }

.electric-shutter-switch {
  background: #e75400;
  color: #fff;
  padding: 8px 20px;
  border-radius: 27px; }
  .electric-shutter-switch-on {
    background: #03af7a; }
  .electric-shutter-switch-holder {
    margin: 20px 0 0; }

.electric-shutter-buttons {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0; }

.electric-shutter-bottom-buttons {
  margin: 20px 0 0;
  position: relative; }

.open-electric-shutter-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto; }

.open-electric-shutter-up,
.open-electric-shutter-down {
  width: 100%; }

.open-electric-shutter-up {
  margin: 0 0 12px; }

.lock-condition {
  border-radius: 9px;
  background: #fff;
  padding: 20px 25px;
  margin: 15px 0 0; }
  .lock-condition-title {
    color: rgba(84, 88, 90, 0.5);
    margin: 0 0 20px; }
  .lock-condition-text {
    font-size: 14px; }
  .lock-condition-image {
    margin: 0 0 25px; }
  .lock-condition-body {
    text-align: center; }
  .lock-condition-door-holder {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
  .lock-condition-manufacturer {
    padding: 25px 15px 0 15px;
    font-size: 18px; }
  .lock-condition-lock {
    color: #e0622c;
    font-size: 16px;
    font-family: ヒラギノ角ゴシック;
    font-weight: 600; }
  .lock-condition-info {
    color: rgba(84, 88, 90, 0.5);
    text-align: center;
    display: none;
    background: rgba(84, 88, 90, 0.05);
    padding: 0 0 20px; }

.floor-heating-open {
  transition: .5s;
  transform: translateX(0); }

.floor-heating-body {
  padding: 0 0 15px 15px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.floor-heating-switch-holder {
  margin: 40px 0 0; }

.floor-heating-image {
  margin: 0 -10px 0 0; }

.temperature-level {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .temperature-level-btn-dn, .temperature-level-btn-up {
    border-radius: 24px;
    background: rgba(84, 88, 90, 0.05);
    font-size: 26px;
    padding: 0 35px;
    display: flex;
    align-items: center;
    height: 48px; }
  .temperature-level-count {
    font-size: 56px; }
  .temperature-level-holder {
    border-radius: 9px;
    background: #fff;
    padding: 15px;
    display: none; }
  .temperature-level-title {
    color: rgba(84, 88, 90, 0.5);
    margin: 0 0 20px;
    font-weight: bold; }

.energy-management-header-middle {
  font-size: 16px;
  font-family: ヒラギノ角ゴシック;
  font-weight: 600;
  height: 33px;
  line-height: 33px;
  width: 144px; }

.energy-management-open {
  transition: .5s;
  transform: translateX(0); }

.energy-management-button {
  background: rgba(84, 88, 90, 0.05);
  text-align: center;
  padding: 0 0 20px; }

.energy-management-body {
  padding-top: 40px; }

.energy-management-graph-body {
  background: #fff;
  padding: 20px 0; }
  .energy-management-graph-body img {
    width: 100%; }

.energy-management-graph-open {
  transition: .5s;
  transform: translateX(0); }

.energy-management-graph-header {
  flex-flow: row wrap;
  height: 139px;
  min-height: auto; }
  .energy-management-graph-header-image {
    margin: 0 -10px;
    padding: 20px 0; }
    .energy-management-graph-header-image img {
      width: 100%; }
  .energy-management-graph-header-middle {
    font-size: 16px; }
    .energy-management-graph-header-middle small {
      font-size: 14px; }

.additional-machine-open {
  transition: .5s;
  transform: translateX(0); }

.additional-machine-header-middle {
  font-size: 16px; }

.additional-machine-body {
  padding: 20px 0; }
  .additional-machine-body img {
    width: 100%; }

.scene-open {
  transition: .5s;
  transform: translateX(0); }

.scene-body {
  padding-top: 30px; }
  .scene-body img {
    width: 100%; }

.open-additional-scene-operation,
.open-scene-name,
.re-open-scene {
  color: #e75400; }

.u-mt-2 {
  margin-top: 2px; }

.u-mt-5 {
  margin-top: 5px; }

.u-mt-6 {
  margin-top: 6px; }

.u-mt-8 {
  margin-top: 8px; }

.u-mt-10 {
  margin-top: 10px; }

.u-mt-16 {
  margin-top: 16px; }

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

.u-mb-12 {
  margin-bottom: 12px; }

.u-mb-16 {
  margin-bottom: 16px; }

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

.u-mb-72 {
  margin-bottom: 72px; }

.u-mb-127 {
  margin-bottom: 127px; }

.u-mt-4-negative {
  margin-top: -4px; }

.u-position-is-relative {
  position: relative; }

.u-position-is-absolute {
  position: absolute; }

.u-position-is-fixed {
  position: fixed; }

.u-lh-35 {
  line-height: 35px; }
