@charset "UTF-8";
/* ---------------------------------------------------------
 Reset
--------------------------------------------------------- */
/* Global selectors
	--------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300");
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, img, a,
small, strong, b, i,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  background-color: transparent;
  background-repeat: no-repeat; }

html {
  overflow-y: scroll;
  height: 100%;
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

*, ::before, ::after {
  box-sizing: inherit; }

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit; }

/* General elements
	--------------------------------------------------------- */
article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section, summary {
  display: block; }

[hidden] {
  display: none; }

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

a {
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

a:focus {
  outline: none; }

img {
  max-width: 100%;
  height: auto;
  line-height: 0;
  font-size: 0;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show; }

small {
  font-size: 80%; }

hr {
  overflow: visible; }

/* Forms
	--------------------------------------------------------- */
button,
[type="button"],
[type="reset"],
[type="submit"] [role="button"] {
  cursor: pointer; }

[disabled] {
  cursor: default; }

[type="number"] {
  width: auto; }

textarea {
  overflow: auto;
  resize: vertical; }

button,
input,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

button {
  overflow: visible; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button,
select {
  text-transform: none; }

button,
input,
select,
textarea {
  color: inherit; }

button {
  background-color: transparent;
  border-style: none; }

select::-ms-value {
  color: currentColor; }

/* ---------------------------------------------------------
 Body
--------------------------------------------------------- */
body {
  background: #e6e5e1;
  line-height: 0;
  line-height: 1.5;
  color: #656054;
  font-family: sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "YuGothic Medium", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 1.4em;
  text-align: left;
  word-break: normal;
  word-wrap: break-word;
  letter-spacing: 1px; }

/* ---------------------------------------------------------
 Element style
--------------------------------------------------------- */
/* section, article
--------------------------------------------------------- */
section, article {
  clear: both;
  *zoom: 1; }
  section:after, article:after {
    content: " ";
    display: table;
    clear: both; }

/* heading
--------------------------------------------------------- */
h1, h2, h3, h4, h5, p, dl, ul, ol, table {
  letter-spacing: 0.2px; }

/* link
--------------------------------------------------------- */
a {
  color: #626262;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

/* selection
--------------------------------------------------------- */
::selection {
  background: #c9efef; }

::-moz-selection {
  background: #c9efef; }

/* Forms
--------------------------------------------------------- */
input, textarea, select, label, button {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  vertical-align: middle; }

input, textarea, select {
  outline: none; }

input[type="text"], input[type="tel"], input[type="email"], input[type="password"] {
  padding: 3px 6px;
  border: solid 1px #d1d1d1;
  border-radius: 4px;
  background: #fff;
  -moz-box-shadow: inset 1px 4px 7px -6px #0a0204;
  -webkit-box-shadow: inset 1px 4px 7px -6px #0a0204;
  box-shadow: inset 1px 4px 7px -6px #0a0204; }

input[type="checkbox"] {
  margin: -2px 5px 0 0; }

label {
  font-size: 14px; }

input[type="radio"] {
  margin-right: 0.4em;
  vertical-align: middle; }

input[type="button"],
input[type="submit"],
button {
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

input:focus::-moz-placeholder {
  color: transparent; }

input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="email"]:focus, textarea:focus, select:focus {
  border-color: #d1d1d1;
  background: #fff; }

select {
  padding: 4px 2px;
  border: 1px solid #bcbcbc;
  background-color: #fff;
  white-space: nowrap; }

label {
  cursor: pointer; }

textarea {
  border: solid 1px #d1d1d1;
  overflow: auto; }

@media screen and (max-width: 767px) {
  .hidden-s {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .hidden-l {
    display: none !important; } }

/* ---------------------------------------------------------
  Header
--------------------------------------------------------- */
/* Header
--------------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 10px;
  background: #fff;
  border-bottom: 1px solid #b8b0a3;
  z-index: 1;
  *zoom: 1; }
  .header:after {
    content: " ";
    display: table;
    clear: both; }
  .header.pinch {
    position: relative; }

/* Header box
--------------------------------------------------------- */
.header-box {
  float: left;
  width: 58%; }

/* Page heading
--------------------------------------------------------- */
.page-heading {
  position: relative;
  float: left;
  margin-top: 13px;
  margin-left: 10px;
  color: #646054;
  font-size: 16px;
  font-weight: normal; }
  .page-heading .text-center {
    margin-left: 0; }
  .header-box .page-heading {
    margin-left: 30px; }

/* Header go-back
--------------------------------------------------------- */
.header-go-back {
  position: absolute;
  top: 0;
  left: 0; }

.header-go-back__btn {
  display: block;
  padding: 22px 15px 25px;
  text-align: center;
  vertical-align: middle; }

/* Header menu
--------------------------------------------------------- */
.header-menu {
  float: right;
  width: 41%; }

.header-menu__item {
  float: right; }
  .header-menu__item + .header-menu__item {
    margin-right: 7px; }

/* ---------------------------------------------------------
  Main contents
--------------------------------------------------------- */
.main {
  clear: both; }

.main-container {
  padding: 78px 6px 80px; }

.header.pinch + .main .main-container {
  padding-top: 9px; }

.contens-box {
  padding: 20px;
  border-radius: 5px;
  background: #fff; }
  .contens-box + .contens-box {
    margin-top: 10px; }
  .contens-box.message {
    padding: 30px; }

/* ---------------------------------------------------------
  Footer
--------------------------------------------------------- */
/* Footer
--------------------------------------------------------- */
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px;
  border-top: 1px solid #b7b1a1;
  background: #f6f2e7; }

/* total-fee
--------------------------------------------------------- */
.total-fee {
  display: table;
  width: 100%; }

.total-fee__heading-box,
.total-fee__text,
.total-fee__btn,
.total-fee__wari {
  display: table-cell; }

.total-fee__heading-box {
/*  width: 7em; */
  text-align: right; }

.total-fee__heading::after {
  content: '：'; }

.total-fee__fee {
  padding-left: 0.2em;
  font-size: 24px; }

.total-fee__coupon {
  color: #de6339;
  font-size: 12px; }

.total-fee__btn {
  text-align: right; }
  
.total-fee__wari {
  text-align: right;
  padding-right: 0.3em; }

/* ---------------------------------------------------------
  Button
--------------------------------------------------------- */
/* btn-container
--------------------------------------------------------- */
/* container */
.btn-container {
  clear: both;
  margin-top: 1.5em;
  text-align: center;
  *zoom: 1; }
  .btn-container.foot {
    margin-top: 0;
    margin-bottom: 0; }
  .btn-container + .btn-container {
    margin-top: 1.5em; }
  .btn-container:after {
    content: " ";
    display: table;
    clear: both; }

.btn-container__item + .btn-container__item {
  margin-top: 1.5em; }

/* description */
.btn-desc {
  margin-bottom: 0.3em;
  text-align: left; }

/* Button base
--------------------------------------------------------- */
.btn {
  position: relative;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  letter-spacing: 0;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .btn:hover {
    text-decoration: none; }

.btn-default, .btn-primary, .btn-success, .btn-info, .btn-ghost, .btn-dot-primary, .btn-dot-entry, .btn-dot-secondary {
  width: 100%;
  height: 50px;
  line-height: 50px; }

.btn-tiny {
  width: 55px;
  height: 28px;
  line-height: 28px; }

/* Button size
--------------------------------------------------------- */
.btn-tiny {
  font-size: 13px;
  font-size: 1.3rem; }

.btn-default, .btn-cart {
  border-radius: 4px;
  background-color: #666054;
  color: #fff; }

.btn-default:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.btn-warikan {
  border-radius: 4px;
  background-color: #FF4054;
  color: #fff; }

.btn-warikan:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); }

/* Button stlye
--------------------------------------------------------- */
/* primary */
.btn-primary {
  border-radius: 4px;
  background-color: #e78a44;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem; }

/* success */
.btn-success {
  border-radius: 4px;
  background-color: #e75b44;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem; }

/* info */
.btn-info {
  border: 1px solid #b2b2b2;
  border-radius: 4px;
  background-color: #fff; }

/* Header
--------------------------------------------------------- */
/* menu */
.btn-menu {
  width: 100%;
  height: auto;
  padding: 30px 5px 5px;
  border-radius: 4px;
  background-color: #e78a44;
  color: #fff;
  line-height: 1em;
  font-size: 13px; }
  .btn-menu::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-left: -12px;
    background-image: url(../img/base/sprite.png);
    background-position: -28px 0px;
    background-size: 55px 45px; }

/* cart */
.btn-cart {
  width: 100%;
  height: auto;
  padding: 30px 10px 5px;
  border-radius: 4px;
  line-height: 1em;
  font-size: 13px; }
  .btn-cart::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 50%;
    width: 28px;
    height: 25px;
    margin-left: -16px;
    background-image: url(../img/base/sprite.png);
    background-position: 0 0;
    background-size: 55px 45px; }

/* Button ghost stlye
--------------------------------------------------------- */
.btn-ghost {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff; }

/* Button dot stlye
--------------------------------------------------------- */
.btn-dot-primary {
  border: 2px solid #e78a44;
  border-radius: 4px;
  background: #fff url("../img/base/bg_dot_orange.png") left top repeat;
  color: #e78a44; }

.btn-dot-entry {
  border: 2px solid #e85e42;
  border-radius: 4px;
  background: #fff url("../img/base/bg_dot_red.png") left top repeat;
  color: #e85e42; }

.btn-dot-secondary {
  border: 2px solid #898989;
  border-radius: 4px;
  background: #fff url("../img/base/bg_dot_gray.png") left top repeat;
  color: #898989; }

/* ---------------------------------------------------------
  Form
--------------------------------------------------------- */
/* btn-container
--------------------------------------------------------- */
.form-group {
  text-align: left; }

.form-group + .form-group {
  margin-top: 0.8em; }

.form-group__heading {
  margin-bottom: 0.3em;
  font-weight: bold; }

.form-group__body + .form-group__body {
  margin-top: 0.5em; }

.form-group.confirm .form-group__body {
  padding-left: 1em; }

.form-desc {
  margin-bottom: 1em; }

/* form-input-group
--------------------------------------------------------- */
.form-input-group {
  display: table;
  width: 100%; }

.form-input-group__heading,
.form-input-group__body {
  display: table-cell; }

.input-name .form-input-group__heading {
  width: 3em; }

.form-input-group__body + .form-input-group__heading {
  width: 4em;
  padding-left: 1em; }

/* Table parts
--------------------------------------------------------- */
/* required */
.required-text {
  display: inline-block;
  margin-left: 0.5em;
  padding: 2px 8px;
  border-radius: 5px;
  background: #e75e43;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal; }

/* example */
.example {
  margin-top: 0.5em;
  font-size: 90%;
  color: #5F5F5F; }

/* agreement
--------------------------------------------------------- */
.agreement {
  margin-top: 1.5em;
  padding-top: 2em;
  border-top: 1px solid #d1d1d1;
  text-align: center; }

.agreement__heading {
  font-size: 16px;
  font-size: 1.6rem; }

.agreement__note {
  margin-bottom: 1em; }

/* ---------------------------------------------------------
  Icon
--------------------------------------------------------- */
.icon::before,
.icon::after {
  content: ' ';
  position: absolute;
  top: 50%; }

/* icon: button
--------------------------------------------------------- */
.icon-next-primary::after, .icon-next-secondary::after, .icon-next-entry::after, .icon-next-l::after {
  right: 15px; }

.icon-next-primary::after, .icon-next-secondary::after, .icon-next-entry::after {
  width: 7px;
  height: 14px; }

.icon-next-primary::after, .icon-next-secondary::after, .icon-next-entry::after {
  margin-top: -7px; }

.icon-next-primary::after {
  background-position: -48px -27px; }

.icon-next-secondary::after {
  background-position: -48px 0px; }

.icon-next-entry::after {
  background-position: -48px -14px; }

.icon-next-l::after {
  width: 9px;
  height: 16px;
  margin-top: -8px;
  background-position: -28px -25px; }

.icon-next-l::after {
  width: 9px;
  height: 16px;
  margin-top: -10px;
  background-position: -28px -26px; }

.icon-return::before {
  left: 15px;
  width: 20px;
  height: 34px;
  margin-top: -4px;
  background-position: -35px -51px; }

.icon-next-primary::after, .icon-next-secondary::after, .icon-next-entry::after, .icon-next-l::after, .icon-return::before {
  background-image: url(../img/base/sprite.png);
  background-size: 55px 45px; }

/* icon: header
--------------------------------------------------------- */
/* select-list
--------------------------------------------------------- */
.order-quantity-list__item + .order-quantity-list__item {
  margin-top: 0.6em; }

/* ---------------------------------------------------------
  Message
--------------------------------------------------------- */
/* message title
--------------------------------------------------------- */
.contens-box.message {
  text-align: center; }

.message__main-text {
  margin-bottom: 0.4em;
  line-height: 1.4;
  color: #ec933f;
  font-size: 120%;
  letter-spacing: 0; }

.message__main-text.error {
  text-align: left; }
  @media screen and (min-width: 768px) {
    .message__main-text.error {
      font-size: 150%;
      text-align: center; } }

.message__sub-text {
  text-align: left; }

.message__sub-text + .message__sub-text {
  margin-top: 1em; }

.message__thumb {
  margin-top: 1em;
  margin-bottom: 0.5em;
  text-align: center; }

.message__btn {
  margin-top: 0.5em; }

/* ---------------------------------------------------------
  Step menu
--------------------------------------------------------- */
/* Step menu : menu
--------------------------------------------------------- */
.step-menu {
  margin-top: 1.5em;
  margin-bottom: 2em; }

.step-menu__item {
  display: block;
  float: left;
  margin-right: 2%;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem; }

.step-menu__item.nav01, .step-menu__item.nav02 {
  width: 35%; }

.step-menu__item.nav03 {
  width: 26%;
  margin-right: 0; }

.step-menu__text.current {
  color: #e75e43; }

.step-menu__inner {
  display: inline-block;
  border-bottom: 1px solid #656054; }
  .current .step-menu__inner {
    border-bottom-color: #e75e43; }

/* ---------------------------------------------------------
  Table
--------------------------------------------------------- */
/* table-primary
--------------------------------------------------------- */
.table + .table {
  margin-top: 17px; }

.table tr + tr th, .table tr + tr td {
  padding-top: 0.5em;
  border-top: 1px solid #d1d1d1; }

.table th, .table td {
  padding-bottom: 0.5em; }

.table th {
  color: #b5b5b5; }

.table td {
  padding-left: 0.5em; }
  .table td.order-quantity {
    padding-left: 1em; }

/* order table
--------------------------------------------------------- */
.order-index {
  width: 1em; }

.order-menu-price {
  color: #e75a43; }

.order-quantity {
  text-align: right;  white-space: nowrap; }
  .order-quantity button {
    text-align: center !important; }

.order-quantity__heading,
.order-quantity__body,
.order-quantity__select {
  vertical-align: middle; }

.order-quantity__select {
  margin-left: 0.2em; }

.order-quantity__heading + .order-quantity__body::before {
  content: '：'; }

/* order price
--------------------------------------------------------- */
.order-price {
  position: relative;
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px solid #989691; }
  .order-price::before {
    position: absolute;
    content: '';
    top: -4px;
    width: 100%;
    height: 1px;
    border-top: 1px solid #989691; }

.order-price__unit {
  display: table;
  width: 100%; }

.order-price__heading,
.order-price__body {
  display: table-cell; }

.order-price__heading {
  position: relative;
  width: 10em; }
  .order-price__heading::after {
    content: '：';
    position: absolute;
    right: 0; }

.order-price__body {
  text-align: right; }

.total-price {
  font-weight: bold; }

.total-price .order-price__body,
.discount {
  color: #e75a43; }

/* Attention message */
.attention-message {
  background: #ffe5e5; }

/* Explanation
--------------------------------------------------------- */
.explanation {
  padding: 15px 20px; }

.explanation.bdr {
  border-bottom: 1px solid #e6e6e6; }

.explanation.end {
  border-bottom: 1px solid #ccc; }

.imgArea {
  margin-top: 20px; }

/* Note
--------------------------------------------------------- */
.note {
  margin-top: 2em;
  padding: 1em 1.4em;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #6e7682;
  color: #fff; }

/* ---------------------------------------------------------
  Page : Intro
--------------------------------------------------------- */
/* Intro bg
--------------------------------------------------------- */
body#intro {
  background: url("../img/intro/bg_intro01.jpg") center center/cover no-repeat fixed; }

.intro-container {
  position: relative;
  height: 100vh;
  color: #fff;
  text-align: center; }

.intro-title {
  margin-bottom: 3em;
  padding-top: 3em; }

.intro-text {
  line-height: 1.8;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.intro-btn-container {
  position: absolute;
  bottom: 120px;
  width: 100%;
  padding-right: 20%;
  padding-left: 20%;
  text-align: center; }

/* ---------------------------------------------------------
  Page : Menu
--------------------------------------------------------- */
/* Menu list
--------------------------------------------------------- */
.category-list__item + .category-list__item {
  margin-top: 10px; }

.category-list__link {
  position: relative;
  width: 100%;
  display: table;
  border-radius: 5px;
  background: #fff;
  text-decoration: none; }
  .category-list__link::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 18px;
    width: 7px;
    height: 13px;
    margin-top: -7px;
    background-image: url(../img/base/sprite.png);
    background-position: -36px -25px;
    background-size: 55px 45px; }

.category-list__thumb,
.category-list__text {
  display: table-cell;
  vertical-align: middle; }

.category-list__thumb {
  width: 65px; }

.category-list__text {
  padding: 10px 40px 10px 15px;
  text-align: left; }

/* Food menu
--------------------------------------------------------- */
.menu-list {
  *zoom: 1; }
  .menu-list:after {
    content: " ";
    display: table;
    clear: both; }

.menu-list__item {
  position: relative;
  float: left;
  width: 49.23076923%;
  margin-bottom: 1.384615384%;
  margin-right: 1.384615384%;
  padding-bottom: 5em;
  background: #fff; }
  .menu-list__item:nth-of-type(even) {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .menu-list__item {
      width: 32.307692307%; }
      .menu-list__item:nth-of-type(even) {
        margin-right: 1.384615384%; }
      .menu-list__item:nth-of-type(3n) {
        margin-right: 0; } }
  .menu-list__item.selected-menu::before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 3px solid #e75a43; }

.menu-list__thumb img {
  width: 100%;
  height: auto; }

.menu-list__name {
  margin: 15px 15px 5px;
  font-size: 16px;
  font-size: 1.6rem; }

.menu-list__desc {
  margin-right: 15px;
  margin-left: 15px;
  font-size: 90%; }

.menu-list__price {
  position: absolute;
  left: 15px;
  bottom: 15px;
  color: #e75a43; }

.menu-list__cart-in {
  position: absolute;
  right: 0;
  bottom: 0; }

.btn-cart-in {
  padding: 20px;
  background: #e75a43; }

.icon-cart {
  position: absolute;
  top: -8px;
  left: 50%;
  display: block;
  float: left;
  width: 3em;
  margin-left: -7.6em;
  text-align: center; }
  .icon-cart::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 12px;
    width: 28px;
    height: 25px;
    background-image: url(../img/base/sprite.png);
    background-position: 0px 0px;
    background-size: 55px 45px; }

.num-of-orders {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
  text-align: center; }

/* ------------------------------------------
  Object : Utility
--------------------------------------------- */
/* ------ clearfix ------ */
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

/* ------ Block size ------ */
.size-01 {
  width: 1% !important; }

.size-02 {
  width: 2% !important; }

.size-03 {
  width: 3% !important; }

.size-04 {
  width: 4% !important; }

.size-05 {
  width: 5% !important; }

.size-06 {
  width: 6% !important; }

.size-07 {
  width: 7% !important; }

.size-08 {
  width: 8% !important; }

.size-09 {
  width: 9% !important; }

.size-10 {
  width: 10% !important; }

.size-11 {
  width: 11% !important; }

.size-12 {
  width: 12% !important; }

.size-13 {
  width: 13% !important; }

.size-14 {
  width: 14% !important; }

.size-15 {
  width: 15% !important; }

.size-20 {
  width: 20% !important; }

.size-21 {
  width: 21% !important; }

.size-22 {
  width: 22% !important; }

.size-23 {
  width: 23% !important; }

.size-24 {
  width: 24% !important; }

.size-25 {
  width: 25% !important; }

.size-30 {
  width: 30% !important; }

.size-35 {
  width: 35% !important; }

.size-40 {
  width: 40% !important; }

.size-45 {
  width: 45% !important; }

.size-50 {
  width: 50% !important; }

.size-55 {
  width: 55% !important; }

.size-60 {
  width: 60% !important; }

.size-65 {
  width: 65% !important; }

.size-70 {
  width: 70% !important; }

.size-75 {
  width: 75% !important; }

.size-80 {
  width: 80% !important; }

.size-85 {
  width: 85% !important; }

.size-90 {
  width: 90% !important; }

.size-95 {
  width: 95% !important; }

.size-max {
  width: 100% !important; }

/* ------ Font size ------ */
.font-tiny {
  font-size: 80%; }

.font-small {
  font-size: 90%; }

.font-middle {
  font-size: 110%; }

.font-large {
  font-size: 120%;
  line-height: 1.8; }

.font-huge {
  font-size: 130%;
  line-height: 1.8; }

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

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.text-middle {
  vertical-align: middle; }

.box-center {
  margin-right: auto;
  margin-left: auto; }

/* ------ link ------ */
.text-link {
  color: #fff;
  text-decoration: underline; }

/* ------ Contextual colors ------ */
.text-emphasis {
  color: #e75a43; }

.text-primary {
  color: #ec933f; }

/* ------ margin ------ */
.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb50 {
  margin-bottom: 50px; }

/* ------ scrollCont ------ */
/* ------ img-box ------ */
