@charset "UTF-8";
/* カスタマイズ用CSS */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Nothing+You+Could+Do&display=swap");
.m_inner {
  width: 90%;
  max-width: 1130px;
  margin-right: auto;
  margin-left: auto; }

.s_inner {
  width: 90%;
  max-width: 860px;
  margin-right: auto;
  margin-left: auto; }

.commonSection {
  padding: 50px 0; }

.bk_graduation {
  background: #fff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#ebf5f4));
  background: linear-gradient(to right, #fff 0%, #ebf5f4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#ebf5f4',GradientType=1 );
  /* IE6-9 */ }

.frame-wrapper__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 20px; }
  .frame-wrapper__video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

/* 全体 */
.ec-role {
  color: #2f2f2f;
  font-size: 13px; }

.ec-layoutRole {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ebf5f4+0,f8faf8+100 */
  background: #fff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#ebf5f4));
  background: linear-gradient(to right, #fff 0%, #ebf5f4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#ebf5f4',GradientType=1 );
  /* IE6-9 */ }

.ec-layoutRole .ec-layoutRole__contents {
  max-width: 100%;
  background: #fff; }

.none {
  display: none; }

/* ボタン */
.ec-blockBtn--action, .ec-inlineBtn--action,
.ec-blockBtn--action:focus, .ec-blockBtn--action.focus,
.ec-blockBtn--action:active, .ec-blockBtn--action.active,
.open > .ec-blockBtn--action.dropdown-toggle {
  background-color: #649564;
  border-color: #649564;
  border-radius: 30px;
  -webkit-transition: .3s;
  transition: .3s; }

.ec-inlineBtn--action:hover, .ec-blockBtn--action:hover,
.ec-blockBtn--action:active:hover, .ec-blockBtn--action:active:focus,
.ec-blockBtn--action:active.focus, .ec-blockBtn--action.active:hover,
.ec-blockBtn--action.active:focus, .ec-blockBtn--action.active.focus,
.open > .ec-blockBtn--action.dropdown-toggle:hover, .open > .ec-blockBtn--action.dropdown-toggle:focus,
.open > .ec-blockBtn--action.dropdown-toggle.focus {
  color: #fff;
  background-color: #436343;
  border-color: #436343; }

.ec-blockBtn--action:focus, .ec-blockBtn--action.focus,
.ec-blockBtn--action:active:focus, .ec-blockBtn--action:active.focus,
.ec-blockBtn--action.active:focus, .ec-blockBtn--action.active.focus {
  outline: none; }

.ec-blockBtn--cancel, .ec-inlineBtn--cancel {
  border-radius: 30px;
  -webkit-transition: .3s;
  transition: .3s; }

.ec-blockBtn {
  border-radius: 30px; }

/* ハンバーガーメニュー */
.ec-drawerRole .ec-headerSearch {
  display: none; }

.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.ec-drawerRole, .ec-drawerRole .ec-headerLinkArea {
  background: #649564; }

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.have_curtain .ec-overlayRole {
  background: rgba(255, 255, 255, 0.7);
  z-index: 1; }

/* ヘッダー */
.ec-headerNaviRole {
  display: block;
  width: 95%;
  max-width: none;
  padding-bottom: 0; }

.headerTop, .headerBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.headerTop {
  font-size: 12px; }
  .headerTop a {
    color: #525263;
    border-radius: 15px;
    padding: 10px;
    -webkit-transition: .3s;
    transition: .3s; }
  .headerTop a:first-of-type {
    margin-right: 20px; }
  .headerTop a:hover {
    background: #fff;
    text-decoration: none; }
  .headerTop_l {
    font-size: 12px; }

.ec-headerNaviRole .ec-headerNaviRole__left {
  display: none; }

.ec-headerNaviRole .ec-headerNaviRole__right {
  width: auto; }

.ec-headerNaviRole:after {
  display: none; }

.logo {
  width: 130px;
  padding: 15px 0;
  display: block; }
  .logo img {
    width: 100%; }

.ec-cartNavi {
  background: #fff; }

/* カートボタンクリックで、表示されるカート内の商品表示のデザイン
--------------------*/
.ec-cartNaviIsset {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
  min-width: 320px;
  max-width: 320px; }
  .ec-cartNaviIsset .ec-cartNaviIsset__cartImage {
    width: 25%; }
  .ec-cartNaviIsset .ec-cartNaviIsset__cartContent {
    width: 75%; }
  .ec-cartNaviIsset .ec-cartNaviIsset__cartContentTitle {
    font-size: 13px; }
  .ec-cartNaviIsset .ec-cartNaviIsset__cart {
    margin-bottom: 16px; }

.ec-cartNaviIsset::before {
  right: 100px; }

/* スワイパーメイン画像 */
.swiper-container {
  width: 100%;
  height: auto; }
  .swiper-container img {
    width: 100%; }

.swiper-wrapper {
  height: auto; }

.swiperImg {
  height: 100%;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  display: block; }
  .swiperImg_01 {
    background-image: url(/html/user_data/assets/img/main_01.jpg); }
  .swiperImg_02 {
    background-image: url(/html/user_data/assets/img/main_02.jpg); }
  .swiperImg_03 {
    background-image: url(/html/user_data/assets/img/main_03.jpg); }

.swiper-button-prev, .swiper-button-next {
  color: #fff; }

.swiper-button-prev {
  left: 3%; }

.swiper-button-next {
  right: 3%; }

/* プロダクト */
.ec-shelfGrid .ec-shelfGrid__item {
  width: 350px;
  -webkit-transition: .3s;
  transition: .3s; }

.ec-productRole .ec-productRole__price {
  color: #000000;
  font-size: 28px; }
.ec-productRole .ec-productRole__category {
  display: none; }

button#favorite {
  width: 150px;
  font-size: 12px;
  padding: 0px 0px;
  height: 30px;
  line-height: 30px;
  color: #969696;
  background: #f1f1f1;
  border: #ddd; }

.ec-shelfRole {
  font-size: 13px; }

/* 商品 */
.ec-shelfGrid {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.ec-shelfGrid a {
  background: #fff;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); }

.ec-shelfGrid a:after {
  content: "";
  top: 0;
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s; }

.ec-shelfGrid a:hover:after {
  opacity: 1; }

.ec-shelfGrid .ec-shelfGrid__item-image {
  margin-bottom: 0;
  height: auto; }

.ec-shelfGrid_text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 22px; }

.item_name {
  margin-bottom: 5px;
  font-weight: bold; }

.item_tax {
  font-size: 14px;
  margin-left: 5px; }

.titleHeader {
  text-align: center;
  margin-bottom: 40px; }
  .titleHeader_main {
    font-weight: bold;
    font-size: 26px; }
  .titleHeader_sub {
    font-size: 14px; }

/* 取扱店舗 */
.shopsBox {
  background-color: #fff;
  background: #fff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#ebf5f4));
  background: linear-gradient(to right, #fff 0%, #ebf5f4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#ebf5f4',GradientType=1 );
  /* IE6-9 */
  display: block;
  padding: 100px 0;
  text-align: center; }
  .shopsBox_btn {
    background-color: #649564;
    color: #fff;
    padding: 19px 50px;
    font-size: 14px;
    border-radius: 60px;
    -webkit-transition: .3s;
    transition: .3s; }
  .shopsBox_btn:hover {
    background: #588258;
    color: #e8e8e8;
    text-decoration: none; }

/* ニュース */
.ec-newsRole .ec-newsRole__newsTitle {
  color: #2f2f2f; }

.ec-newsRole .ec-newsRole__news {
  border: none; }

/* フッター */
.ec-footerRole {
  background: #fff;
  border-top: none;
  margin-top: 0; }

.ec-footerTitle {
  padding: 20px 0 80px; }

.ec-footerTitle__logo .logo {
  margin: 0 auto; }

.ec-footerNavi, .ec-footerTitle {
  color: #2f2f2f; }

.ec-footerNavi .ec-footerNavi__link a {
  text-decoration: none !important; }

/* 下層 */
.ec-pageHeader h1,
.ec-pageHeader p {
  padding: 20px 25px;
  font-size: 18px;
  border: none;
  background: #f5fafa;
  border-radius: 43px;
  color: #5cb1b1;
  margin: 30px 0 28px; }

.ec-borderedDefs {
  border-top: 1px dotted rgba(0, 0, 0, 0.2); }

.ec-borderedDefs dl {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2); }

.ec-productRole {
  padding-top: 40px; }

/* ショッピングカート */
.ec-cartRole {
  color: #2f2f2f; }

.ec-cartHeader .ec-cartHeader__label {
  background: #fff; }

/* ログイン */
.ec-login {
  background: #fff; }

/* 取扱店舗ページ */
.shops {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  padding-bottom: 30px; }
  .shops h2, .shops p {
    width: 50%; }

#RelatedProduct-product_area {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #ddd; }

.w_main_inner {
  width: 100%;
  margin: 0 auto 30px;
  background-color: #F7F8F8; }
  .w_main_inner ul {
    margin: 0;
    padding: 0; }
  .w_main_inner ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .w_main_inner ul li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    text-align: right; }

div.w_img_box {
  width: 53%;
  height: auto;
  position: relative;
  overflow: hidden; }
  div.w_img_box img {
    width: 100%;
    max-width: initial;
    height: auto;
    position: absolute; }
  div.w_img_box span {
    display: block;
    position: absolute;
    color: #fff;
    top: 0;
    font-size: 16vw;
    font-family: "Times New Roman";
    font-style: italic;
    right: 15%;
    z-index: 1;
    line-height: 350px;
    display: none; }
  div.w_img_box span.left {
    right: 0;
    left: 15%;
    text-align: left; }

div.w_img_box.neck {
  background: url("/html/user_data/assets/img/htu_neck.jpg") no-repeat center;
  background-size: cover; }

div.w_img_box.face {
  background: url("/html/user_data/assets/img/htu_face.jpg") no-repeat center;
  background-size: cover; }

div.w_img_box.hair {
  background: url("/html/user_data/assets/img/htu_hair.jpg") no-repeat center;
  background-size: cover; }

div.w_img_box.neck.black {
  background: url("/html/user_data/assets/img/htu_neck_black.png") no-repeat center;
  background-size: cover; }

div.w_img_box.face.black {
  background: url("/html/user_data/assets/img/htu_face_black.jpg") no-repeat center;
  background-size: cover; }

div.w_img_box.hair.black {
  background: url("/html/user_data/assets/img/htu_head_black.png") no-repeat center;
  background-size: cover; }

div.w_img_box:after {
  content: "";
  background-color: #920783;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  position: absolute; }

.w_desc {
  padding: 4% 2%;
  display: block;
  width: 47%;
  height: 350px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#ebf5f4));
  background: linear-gradient(to right, #fff 0%, #ebf5f4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#ebf5f4',GradientType=1 );
  /* IE6-9 */ }
  .w_desc h2 {
    font-size: 2.9vw;
    line-height: 1.8;
    font-weight: bold;
    text-align: center;
    font-family: 'Nothing You Could Do', cursive; }
  .w_desc p {
    font-size: 15px;
    text-align: center;
    line-height: 1.7; }
  .w_desc span {
    display: none;
    font-family: "Times New Roman";
    font-style: italic;
    color: #920783;
    font-size: 23px;
    margin: 0 0 40px 0; }

.fontLarge {
  font-size: 20px;
  font-weight: bold; }

.fontSmall {
  font-size: 10px; }

@media (max-width: 768px) {
  /* ヘッダー */
  .ec-headerNaviRole {
    display: block;
    padding-bottom: 20px; }

  .headerTop_l {
    margin: 0 auto 5px; }

  .headerTop_r {
    display: none; }

  .logo {
    margin: 0 auto; }

  .ec-headerNaviRole .ec-headerNaviRole__right {
    display: none; }

  .ec-headerNaviRole .ec-headerNaviRole__left {
    display: block;
    width: auto; }

  /* カートボタンクリックで、表示されるカート内の商品表示のデザイン
  --------------------*/
  .ec-cartNaviIsset {
    min-width: inherit;
    max-width: inherit; }
    .ec-cartNaviIsset .ec-cartNaviIsset__cartImage {
      width: 100px; }
    .ec-cartNaviIsset .ec-cartNaviIsset__cartContent {
      width: calc(100% - 100px); }

  .ec-itemNav__nav li {
    border-bottom: none; }

  /* プロダクト */
  .ec-shelfGrid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .ec-shelfGrid .ec-shelfGrid__item {
    width: 47%; }

  .ec-shelfGrid a {
    width: 100%;
    margin: 0 auto; }

  .ec-shelfGrid .ec-shelfGrid__item-image {
    height: auto; }

  .ec-shelfGrid_text {
    padding: 5%; }

  /* 取扱店舗 */
  .shopsBox_btn {
    padding: 6% 5%;
    font-size: 16px; }

  /* フッター */
  .ec-footerRole {
    border-top: 1px solid #d4d4d4; }

  .ec-footerNavi .ec-footerNavi__link a {
    border-bottom: 1px solid #d4d4d4; }

  /* 下層ページ */
  /* 取扱店舗ページ */
  .shops {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .shops h2, .shops p {
      width: 100%; } }
@media only screen and (max-width: 600px) {
  .w_main_inner ul li {
    display: block; }
  .w_main_inner ul li:nth-child(even) {
    text-align: left; }

  div.w_img_box {
    width: 100%;
    height: 330px; }
    div.w_img_box span,
    div.w_img_box span.left {
      line-height: 180px;
      left: 0;
      width: 100%;
      text-align: center; }

  .w_desc {
    width: 90%;
    margin: 0 auto;
    height: auto;
    position: relative;
    z-index: 1;
    margin-top: -30px;
    background-color: #fff;
    padding: 6% 2%; }
    .w_desc h2 {
      font-size: 19px;
      text-align: center;
      margin-top: 0; }
    .w_desc span {
      font-size: 14px;
      text-align: center;
      margin-bottom: 20px; }
    .w_desc p {
      font-size: 14px; }
      .w_desc p br {
        display: none; } }
.mceContentBody {
  /**
   * 3.0 Text Elements
   * ----------------------------------------------------------------------------
   */
  /**
   * 4.0 Links
   * ----------------------------------------------------------------------------
   */
  /**
   * 5.0 Alignment
   * ----------------------------------------------------------------------------
   */
  /**
   * 6.0 Tables
   * ----------------------------------------------------------------------------
   */
  /**
   * 7.0 Images
   * ----------------------------------------------------------------------------
   */
  /**
   * 8.0 Post Formats
   * ----------------------------------------------------------------------------
   */
  /* Aside */
  /* Audio */
  /* Chat */
  /* Gallery */
  /* Image: same as Standard/Defaults */
  /* Link */
  /* Quote */
  /* Status */
  /* Video */ }
  .mceContentBody h1,
  .mceContentBody h2,
  .mceContentBody h3,
  .mceContentBody h4,
  .mceContentBody h5,
  .mceContentBody h6 {
    border: none;
    clear: both;
    line-height: 1.3;
    font-weight: bold; }
  .mceContentBody h1 {
    font-size: 48px;
    margin: 0 0 33px 0; }
  .mceContentBody h2 {
    margin: 35px 0 20px;
    font-size: 20px;
    text-align: left;
    font-style: normal;
    font-weight: bold;
    border-bottom: 3px solid #ddd;
    padding: 0 0 10px; }
  .mceContentBody h3 {
    width: 100% !important;
    font-size: 18px;
    margin: 0 0 15px 0;
    padding: 10px 0 10px 0;
    color: #000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .mceContentBody h4 {
    font-size: 22px;
    margin: 0 0 25px 0;
    border-left: 5px solid #000;
    padding: 0 0 0 10px;
    color: #000; }
  .mceContentBody h5 {
    font-size: 18px;
    margin: 0 0 30px 0; }
  .mceContentBody h6 {
    font-size: 16px;
    margin: 0 0 36px 0; }
  .mceContentBody hr {
    border-top: 1px solid #ccc;
    height: 1px;
    margin: 0 auto 24px;
    width: 90%; }
  .mceContentBody p {
    margin: 0 0 24px;
    position: relative; }
  .mceContentBody div.block {
    border: 1px solid #ddd;
    padding: 10px 2.5%;
    margin-bottom: 24px; }
    .mceContentBody div.block p:last-child {
      margin: 0; }
  .mceContentBody ol,
  .mceContentBody ul {
    margin: 0 0 24px;
    padding: 0;
    list-style-position: inside; }
    .mceContentBody ol li,
    .mceContentBody ul li {
      margin: 0 0 5px;
      padding: 0 0 5px 0;
      border-bottom: 1px dotted #ccc; }
  .mceContentBody ul {
    list-style: disc inside; }
  .mceContentBody ol {
    list-style: decimal inside; }
  .mceContentBody li > ul,
  .mceContentBody li > ol {
    margin: 0; }
  .mceContentBody dl {
    margin: 0; }
  .mceContentBody dt {
    font-weight: bold; }
  .mceContentBody dd {
    margin: 0 0 20px; }
  .mceContentBody strong,
  .mceContentBody strong span {
    font-weight: bold; }
  .mceContentBody code,
  .mceContentBody kbd,
  .mceContentBody pre,
  .mceContentBody samp {
    font-family: monospace, serif;
    font-size: 14px; }
  .mceContentBody pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word; }
  .mceContentBody blockquote,
  .mceContentBody q {
    quotes: none; }
  .mceContentBody blockquote:before,
  .mceContentBody blockquote:after,
  .mceContentBody q:before,
  .mceContentBody q:after {
    content: "";
    content: none; }
  .mceContentBody blockquote {
    font-size: 16px;
    font-weight: 300;
    margin: auto;
    width: 85%;
    background: #f9f9f9;
    padding: 20px 20px;
    margin: 0 auto 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px dotted #e6e6e6;
    position: relative; }
  .mceContentBody blockquote:before {
    content: "\f10d";
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    left: -20px;
    top: 10px;
    width: 30px;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    background: #cccccc;
    color: #fff;
    border: 1px solid #aaa;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%; }
  .mceContentBody blockquote p {
    margin: 0 auto 30px;
    width: auto !important;
    font-size: 0.9em; }
  .mceContentBody blockquote p:last-child {
    margin-bottom: 0 !important; }
  .mceContentBody blockquote blockquote {
    margin-right: 0; }
  .mceContentBody blockquote cite,
  .mceContentBody blockquote small {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase; }
  .mceContentBody cite {
    border-bottom: 0; }
  .mceContentBody abbr[title] {
    border-bottom: 1px dotted; }
  .mceContentBody address {
    font-style: italic;
    margin: 0 0 24px; }
  .mceContentBody del {
    color: #333; }
  .mceContentBody ins {
    background: #fff9c0;
    border: none;
    color: #333;
    text-decoration: none; }
  .mceContentBody sub,
  .mceContentBody sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  .mceContentBody sup {
    top: -0.5em; }
  .mceContentBody sub {
    bottom: -0.25em; }
  .mceContentBody a {
    color: #ca3c08;
    text-decoration: none; }
  .mceContentBody a:visited {
    color: #ac0404; }
  .mceContentBody a:focus {
    outline: thin dotted; }
  .mceContentBody a:active,
  .mceContentBody a:hover {
    color: #ea9629;
    outline: 0; }
  .mceContentBody a:hover {
    text-decoration: underline; }
  .mceContentBody .alignleft {
    float: left;
    margin: 5px 20px 5px 0; }
  .mceContentBody .alignright {
    float: right;
    margin: 5px 0 5px 20px; }
  .mceContentBody .aligncenter {
    display: block;
    margin: 5px auto; }
  .mceContentBody img.alignnone {
    margin: 5px 0; }
  .mceContentBody table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%; }
  .mceContentBody caption,
  .mceContentBody th,
  .mceContentBody td {
    font-weight: normal;
    text-align: left; }
  .mceContentBody caption {
    font-size: 16px;
    margin: 20px 0; }
  .mceContentBody th {
    font-weight: bold;
    text-transform: uppercase; }
  .mceContentBody td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0; }
  .mceContentBody img {
    height: auto;
    max-width: 100%;
    vertical-align: middle; }
  .mceContentBody figure {
    width: 85%;
    margin-right: auto;
    margin-left: auto; }
  .mceContentBody .caption-text {
    text-align: right;
    font-size: 0.9em;
    margin-top: 10px; }
  .mceContentBody .wp-caption {
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
    text-align: left; }
  .mceContentBody .wp-caption.alignleft {
    margin: 5px 10px 5px 0; }
  .mceContentBody .wp-caption.alignright {
    margin: 5px 0 5px 10px; }
  .mceContentBody .wp-caption-dt {
    margin: 0; }
  .mceContentBody .wp-caption .wp-caption-text,
  .mceContentBody .wp-caption-dd {
    color: #220e10;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 24px;
    padding: 0; }
  .mceContentBody .mceTemp + ul,
  .mceContentBody .mceTemp + ol {
    list-style-position: inside; }
  .mceContentBody .post-format-aside {
    background-color: #f7f5e7; }
  .mceContentBody .post-format-aside blockquote {
    font-size: 100%;
    font-weight: normal; }
  .mceContentBody .post-format-aside cite {
    font-size: 100%;
    text-transform: none; }
  .mceContentBody .post-format-aside cite:before {
    content: "\2014";
    margin-right: 5px; }
  .mceContentBody .post-format-audio {
    background-color: #db572f; }
  .mceContentBody .post-format-audio a {
    color: #fbfaf3; }
  .mceContentBody .post-format-audio:before {
    background: url(../images/dotted-line.png) repeat-y 85px 0;
    background-size: 4px 4px;
    content: "\f109";
    display: block;
    float: left;
    font-family: Genericons;
    font-size: 64px;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    line-height: 1;
    width: 120px; }
  .mceContentBody .post-format-chat {
    background-color: #eadaa6; }
  .mceContentBody .post-format-chat a {
    color: #722d19; }
  .mceContentBody .post-format-gallery {
    background-color: #fbca3c; }
  .mceContentBody .post-format-gallery a {
    color: #722d19; }
  .mceContentBody .post-format-link {
    background-color: #f7f5e7; }
  .mceContentBody .post-format-quote {
    background-color: #210d10;
    color: #f7f5e7; }
  .mceContentBody .post-format-quote a {
    color: #e63f2a; }
  .mceContentBody .post-format-quote blockquote {
    font-size: 28px;
    font-style: italic;
    font-weight: 300;
    margin: 0;
    padding-left: 75px;
    position: relative; }
  .mceContentBody .post-format-quote blockquote:before {
    content: '\201C';
    font-size: 140px;
    font-weight: 400;
    line-height: .8;
    padding-right: 25px;
    position: absolute;
    left: -15px;
    top: -3px; }
  .mceContentBody .post-format-quote blockquote small,
  .mceContentBody .post-format-quote blockquote cite {
    display: block;
    font-size: 16px; }
  .mceContentBody .format-quote .entry-content cite a {
    border-bottom: 1px dotted #fff;
    color: #fff; }
  .mceContentBody .format-quote .entry-content cite a:hover {
    text-decoration: none; }
  .mceContentBody .post-format-status {
    background-color: #722d19;
    color: #f7f5e7;
    font-style: italic;
    font-weight: 300;
    padding: 0;
    padding-left: 35px; }
  .mceContentBody .post-format-status {
    font-size: 24px; }
  .mceContentBody .post-format-status:before {
    background: url(../images/dotted-line.png) repeat-y left bottom;
    background-size: 4px 4px;
    content: "";
    display: block;
    float: left;
    height: 100%;
    position: relative;
    left: -30px;
    width: 1px; }
  .mceContentBody .post-format-status > p:first-child:before {
    background-color: rgba(0, 0, 0, 0.65);
    content: "";
    height: 3px;
    width: 13px;
    margin-top: 13px;
    position: absolute;
    left: 9px; }
  .mceContentBody .post-format-status a {
    color: #eadaa6; }
  .mceContentBody .post-format-video {
    background-color: #db572f; }
  .mceContentBody .post-format-video a {
    color: #fbfaf3; }
  .mceContentBody .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    margin-bottom: 24px; }
  .mceContentBody .video-container span.mce-preview-object {
    width: 100%;
    height: 410px; }
  .mceContentBody .video-container iframe, .mceContentBody .video-container object, .mceContentBody .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*-----------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
  .mceContentBody {
    /**
     * 3.0 Text Elements
     * ----------------------------------------------------------------------------
     */
    /**
     * 4.0 Links
     * ----------------------------------------------------------------------------
     */
    /**
     * 5.0 Alignment
     * ----------------------------------------------------------------------------
     */
    /**
     * 6.0 Tables
     * ----------------------------------------------------------------------------
     */
    /**
     * 7.0 Images
     * ----------------------------------------------------------------------------
     */
    /**
     * 8.0 Post Formats
     * ----------------------------------------------------------------------------
     */
    /* Aside */
    /* Audio */
    /* Chat */
    /* Gallery */
    /* Image: same as Standard/Defaults */
    /* Link */
    /* Quote */
    /* Status */
    /* Video */ }
    .mceContentBody body {
      font-weight: 400;
      font-size: 14px; }
    .mceContentBody h1,
    .mceContentBody h2,
    .mceContentBody h3,
    .mceContentBody h4,
    .mceContentBody h5,
    .mceContentBody h6 {
      clear: both;
      line-height: 1.3;
      font-weight: bold; }
    .mceContentBody h1 {
      font-size: 48px;
      margin: 0 0 33px 0; }
    .mceContentBody h2 {
      margin: 0 0 15px 0;
      font-size: 16px; }
    .mceContentBody h3 {
      width: 100% !important;
      font-size: 16px; }
    .mceContentBody h4 {
      font-size: 16px;
      margin: 0 0 15px 0;
      padding: 0 0 0 10px; }
    .mceContentBody h5 {
      font-size: 18px;
      margin: 0 0 30px 0; }
    .mceContentBody h6 {
      font-size: 16px;
      margin: 0 0 36px 0; }
    .mceContentBody hr {
      border-top: 1px solid #ccc;
      height: 1px;
      margin: 0 auto 24px;
      width: 90%; }
    .mceContentBody p {
      margin: 0 0 24px; }
    .mceContentBody p br {
      display: none; }
    .mceContentBody ol,
    .mceContentBody ul {
      margin: 16px 0;
      padding: 0;
      list-style: none;
      list-style-position: inside; }
    .mceContentBody ul {
      list-style: none;
      list-style-position: inside; }
    .mceContentBody ol {
      list-style: decimal inside; }
    .mceContentBody li > ul,
    .mceContentBody li > ol {
      margin: 0; }
    .mceContentBody dl {
      margin: 0; }
    .mceContentBody dt {
      font-weight: bold; }
    .mceContentBody dd {
      margin: 0 0 20px; }
    .mceContentBody strong,
    .mceContentBody strong span {
      font-weight: bold; }
    .mceContentBody code,
    .mceContentBody kbd,
    .mceContentBody pre,
    .mceContentBody samp {
      font-family: monospace, serif;
      font-size: 14px; }
    .mceContentBody pre {
      background: #f5f5f5;
      color: #666;
      font-family: monospace;
      font-size: 14px;
      margin: 20px 0;
      overflow: auto;
      padding: 20px;
      white-space: pre;
      white-space: pre-wrap;
      word-wrap: break-word; }
    .mceContentBody blockquote,
    .mceContentBody q {
      quotes: none; }
    .mceContentBody blockquote:before,
    .mceContentBody blockquote:after,
    .mceContentBody q:before,
    .mceContentBody q:after {
      content: "";
      content: none; }
    .mceContentBody blockquote {
      font-size: 14px;
      width: 100%; }
    .mceContentBody blockquote:before {
      content: "\f10d";
      font-family: 'FontAwesome';
      display: block;
      position: absolute;
      left: -20px;
      top: 10px;
      width: 30px;
      font-size: 16px;
      height: 30px;
      line-height: 30px;
      background: #cccccc;
      color: #fff;
      border: 1px solid #aaa;
      text-align: center;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%; }
    .mceContentBody blockquote blockquote {
      margin-right: 0; }
    .mceContentBody blockquote cite,
    .mceContentBody blockquote small {
      font-size: 14px;
      font-weight: normal;
      text-transform: uppercase; }
    .mceContentBody cite {
      border-bottom: 0; }
    .mceContentBody abbr[title] {
      border-bottom: 1px dotted; }
    .mceContentBody address {
      font-style: italic;
      margin: 0 0 24px; }
    .mceContentBody del {
      color: #333; }
    .mceContentBody ins {
      background: #fff9c0;
      border: none;
      color: #333;
      text-decoration: none; }
    .mceContentBody sub,
    .mceContentBody sup {
      font-size: 75%;
      line-height: 0;
      position: relative;
      vertical-align: baseline; }
    .mceContentBody sup {
      top: -0.5em; }
    .mceContentBody sub {
      bottom: -0.25em; }
    .mceContentBody a {
      color: #ca3c08;
      text-decoration: none; }
    .mceContentBody a:visited {
      color: #ac0404; }
    .mceContentBody a:focus {
      outline: thin dotted; }
    .mceContentBody a:active,
    .mceContentBody a:hover {
      color: #ea9629;
      outline: 0; }
    .mceContentBody a:hover {
      text-decoration: underline; }
    .mceContentBody .alignleft {
      float: left;
      margin: 5px 20px 5px 0; }
    .mceContentBody .alignright {
      float: right;
      margin: 5px 0 5px 20px; }
    .mceContentBody .aligncenter {
      display: block;
      margin: 5px auto; }
    .mceContentBody img.alignnone {
      margin: 5px 0; }
    .mceContentBody table {
      border-bottom: 1px solid #ededed;
      border-collapse: collapse;
      border-spacing: 0;
      font-size: 14px;
      line-height: 2;
      margin: 0 0 20px;
      width: 100%; }
    .mceContentBody caption,
    .mceContentBody th,
    .mceContentBody td {
      font-weight: normal;
      text-align: left; }
    .mceContentBody caption {
      font-size: 16px;
      margin: 20px 0; }
    .mceContentBody th {
      font-weight: bold;
      text-transform: uppercase; }
    .mceContentBody td {
      border-top: 1px solid #ededed;
      padding: 6px 10px 6px 0; }
    .mceContentBody img {
      height: auto;
      max-width: 100%;
      vertical-align: middle; }
    .mceContentBody .wp-caption {
      background: transparent;
      border: none;
      margin: 0;
      padding: 0;
      text-align: left; }
    .mceContentBody .wp-caption.alignleft {
      margin: 5px 10px 5px 0; }
    .mceContentBody .wp-caption.alignright {
      margin: 5px 0 5px 10px; }
    .mceContentBody .wp-caption-dt {
      margin: 0; }
    .mceContentBody .wp-caption .wp-caption-text,
    .mceContentBody .wp-caption-dd {
      color: #220e10;
      font-size: 18px;
      font-style: italic;
      font-weight: 300;
      line-height: 1.5;
      margin-bottom: 24px;
      padding: 0; }
    .mceContentBody .mceTemp + ul,
    .mceContentBody .mceTemp + ol {
      list-style-position: inside; }
    .mceContentBody .post-format-aside {
      background-color: #f7f5e7; }
    .mceContentBody .post-format-aside blockquote {
      font-size: 100%;
      font-weight: normal; }
    .mceContentBody .post-format-aside cite {
      font-size: 100%;
      text-transform: none; }
    .mceContentBody .post-format-aside cite:before {
      content: "\2014";
      margin-right: 5px; }
    .mceContentBody .post-format-audio {
      background-color: #db572f; }
    .mceContentBody .post-format-audio a {
      color: #fbfaf3; }
    .mceContentBody .post-format-audio:before {
      background: url(../images/dotted-line.png) repeat-y 85px 0;
      background-size: 4px 4px;
      content: "\f109";
      display: block;
      float: left;
      font-family: Genericons;
      font-size: 64px;
      -webkit-font-smoothing: antialiased;
      height: 100%;
      line-height: 1;
      width: 120px; }
    .mceContentBody .post-format-chat {
      background-color: #eadaa6; }
    .mceContentBody .post-format-chat a {
      color: #722d19; }
    .mceContentBody .post-format-gallery {
      background-color: #fbca3c; }
    .mceContentBody .post-format-gallery a {
      color: #722d19; }
    .mceContentBody .post-format-link {
      background-color: #f7f5e7; }
    .mceContentBody .post-format-quote {
      background-color: #210d10;
      color: #f7f5e7; }
    .mceContentBody .post-format-quote a {
      color: #e63f2a; }
    .mceContentBody .post-format-quote blockquote {
      font-size: 28px;
      font-style: italic;
      font-weight: 300;
      margin: 0;
      padding-left: 75px;
      position: relative; }
    .mceContentBody .post-format-quote blockquote:before {
      content: '\201C';
      font-size: 140px;
      font-weight: 400;
      line-height: .8;
      padding-right: 25px;
      position: absolute;
      left: -15px;
      top: -3px; }
    .mceContentBody .post-format-quote blockquote small,
    .mceContentBody .post-format-quote blockquote cite {
      display: block;
      font-size: 16px; }
    .mceContentBody .format-quote .entry-content cite a {
      border-bottom: 1px dotted #fff;
      color: #fff; }
    .mceContentBody .format-quote .entry-content cite a:hover {
      text-decoration: none; }
    .mceContentBody .post-format-status {
      background-color: #722d19;
      color: #f7f5e7;
      font-style: italic;
      font-weight: 300;
      padding: 0;
      padding-left: 35px; }
    .mceContentBody .post-format-status {
      font-size: 24px; }
    .mceContentBody .post-format-status:before {
      background: url(../images/dotted-line.png) repeat-y left bottom;
      background-size: 4px 4px;
      content: "";
      display: block;
      float: left;
      height: 100%;
      position: relative;
      left: -30px;
      width: 1px; }
    .mceContentBody .post-format-status > p:first-child:before {
      background-color: rgba(0, 0, 0, 0.65);
      content: "";
      height: 3px;
      width: 13px;
      margin-top: 13px;
      position: absolute;
      left: 9px; }
    .mceContentBody .post-format-status a {
      color: #eadaa6; }
    .mceContentBody .post-format-video {
      background-color: #db572f; }
    .mceContentBody .post-format-video a {
      color: #fbfaf3; } }
