:root {
  --color-primary: #e2a8a8;
  --color-secondary: #8ac6d0;
  --color-gradient-start: #ecbabe;
  --color-gradient-stop: #8ac6d0;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.9em;
  font-weight: 400;
  color: #828282;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  font-family: 'Prata', sans-serif;
  color: #000000;
}

.h4, h4,
.h5, h5,
.h6, h6 {
  font-family: 'Playfair Display', serif;
}

.h1, h1 {
  font-size: 52px;
  line-height: 1.4em;
}

.h2, h2 {
  font-size: 42px;
  line-height: 1.3em;
}

.h3, h3 {
  font-size: 30px;
  line-height: 1.6em;
}

.h4, h4 {
  font-size: 25px;
  line-height: 1.7em;
}

.h5, h5 {
  font-size: 25px;
  line-height: 1.8em;
}

.h6, h6 {
  font-size: 18px;
  line-height: 1.6em;
}

#content {
  background-image: url(../../img/bg/creative-content-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.secondarybar-wrap:first-child {
  background: -webkit-gradient(linear, left top, right top, from(#ecbabe), to(#8ac6d0));
  background: linear-gradient(90deg, #ecbabe 0%, #8ac6d0 100%);
}

.secondarybar .header-module {
  padding-top: 10px;
  padding-bottom: 10px;
}

.secondarybar .iconbox h3 {
  font-family: inherit;
}

.navbar-brand {
  padding-top: 25px;
  padding-bottom: 25px;
}



.contact-form input,
.contact-form select,
.contact-form textarea,
.contact-form .ui-selectmenu-button {
  border-color: #f1f1f1;
  color: #fff;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus,
.contact-form .ui-selectmenu-button:focus {
  border-color: #fff;
  color: #fff;
}

.contact-form input[type=submit] {
  border: none;
  background: rgba(255, 255, 255, 0.9);
  color: #a3a3a3;
}

.ld-media-row {
  margin-left: -10px;
  margin-right: -10px;
}

.ld-media-row > div {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.main-footer {
  color: #a1a3ab;
}

.main-footer a:not(.btn) {
  color: #777981;
}

.main-footer a:not(.btn):hover {
  color: #fff;
}

.main-footer .social-icon a {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.main-footer .social-icon a:hover {
  background-color: var(--color-primary);
}


/*-----------------------
Main nav は分割
 ---------------------*/


@media (min-width: 1200px) {
  .main-header .is-stuck {
    background: #fff !important;
  }
  .mainbar-wrap.is-stuck .social-icon a,
  .mainbar-wrap.is-stuck .header-module .ld-module-trigger,
  .mainbar-wrap.is-stuck .main-nav > li > a,
  .mainbar-wrap.is-stuck .main-nav-2nd > li > a,
  .mainbar-wrap.is-stuck .ld-module-search-visible-form .ld-search-form input {
    color: #727475 !important;
  }
  .mainbar-wrap.is-stuck .social-icon a:hover,
  .mainbar-wrap.is-stuck .main-nav > li > a:hover {
    color: #e2a8a8 !important;
  }
  .megamenu-heading {
    color: #3b91f7;
  }
  [data-megamenu-bg-scheme=light] .lqd-custom-menu a {
    color: #3e3f42;
  }
  .megamenu .lqd-custom-menu a:hover {
    color: #3b91f7;
  }
}

@media screen and (max-width: 640px) {/* 640px以下*/
.h5{
  font-size: 42px;/* 24px*/
  }
}

@media screen and (min-width: 680px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 680px){   
  .pc { display:none; }
  .sp { display:block; }
}

/*-----------------------
Avater
 ---------------------*/

  .ld-tm-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .ld-tm-container div {
      position: absolute;
      border: none !important;
    }
.ld-tm-avatar {
    position: absolute;
    border: none !important;
    }
.ld-tm-avatar figure {
      border: none !important;
      box-shadow: none !important;
    }
.ld-tm-circ .ld-tm-avatar img {
      width: 120px !important;
      height: auto;
      border: none !important;
    }

/*-----------------------
Top Main-visual
 ---------------------*/
.text-marron {
  color: #855136 !important;
}