body {
  background-color: #fff;
  font-size: 20px;
  color: #2c3d50;
  letter-spacing: 3px;
}
@media screen and (max-width: 767.98px) {
  body {
    font-size: 16px;
  }
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #2c3d50;
}

.image-block img {
  display: block;
  width: 100%;
}

.pc-only {
  display: block !important;
}
@media screen and (max-width: 767.98px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media screen and (max-width: 767.98px) {
  .sp-only {
    display: block !important;
  }
}

@media screen and (max-width: 1199.98px) {
  .container-fluid {
    background: transparent !important;
  }
}
.container-fluid .container_title {
  font-size: 40px;
  color: #4a90e4;
  padding-bottom: 50px;
}
@media screen and (max-width: 767.98px) {
  .container-fluid .container_title {
    font-size: 30px !important;
    padding-bottom: 20px;
  }
}
.container-fluid .container_subtitle {
  font-size: 22px;
  font-weight: 700 !important;
  color: #2c3d50;
  padding-bottom: 30px;
}
@media screen and (max-width: 767.98px) {
  .container-fluid .container_subtitle {
    font-size: 18px !important;
    padding-bottom: 15px;
  }
}

.overlay-bottom::after {
  display: none;
}

.section-title {
  padding: 73px 0 70px;
  background-image: url(../img/title_bg_yellow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767.98px) {
  .section-title {
    background-image: url(../img/title_bg_yellow_sp.png) !important;
  }
}
.section-title_sub {
  color: #2c3d50;
  font-size: 26px;
}
@media screen and (max-width: 767.98px) {
  .section-title_sub {
    font-size: 18px !important;
  }
}
.section-title_main {
  color: #2c3d50;
  font-size: 60px;
}
@media screen and (max-width: 767.98px) {
  .section-title_main {
    font-size: 40px !important;
  }
}
.section-title::after {
  display: none;
}

@media (max-width: 768px) {
  .glightbox-mobile .glightbox-container .gslide-description {
    background: rgba(255, 255, 255, 0.95) !important;
  }
}
@media (max-width: 768px) {
  .glightbox-mobile .glightbox-container .gslide-title, .glightbox-mobile .glightbox-container .gslide-desc {
    color: #000 !important;
  }
}

.nav-bar {
  height: 84px;
}
@media screen and (max-width: 991.98px) {
  .nav-bar {
    height: 56px;
  }
}
.nav-bar .navbar {
  line-height: 1;
  position: absolute;
  width: 100%;
  height: 84px;
  padding: 0;
}
@media screen and (max-width: 991.98px) {
  .nav-bar .navbar {
    height: 56px;
  }
}
.nav-bar .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 991.98px) {
  .nav-bar .navbar .image-block {
    padding-left: 1rem;
  }
}
.nav-bar .navbar .image-block,
.nav-bar .navbar .logo {
  line-height: 1;
}
@media screen and (max-width: 1199.98px) {
  .nav-bar .navbar .image-block,
  .nav-bar .navbar .logo {
    width: 13.75vw;
  }
}
@media screen and (max-width: 767.98px) {
  .nav-bar .navbar .image-block,
  .nav-bar .navbar .logo {
    width: 100px;
  }
}
@media screen and (max-width: 991.98px) {
  .nav-bar .navbar-collapse {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media screen and (max-width: 991.98px) {
  .nav-bar .navbar-toggler {
    height: 56px;
  }
  .nav-bar .navbar-toggler:focus {
    outline: 0px auto -webkit-focus-ring-color;
  }
}
.nav-bar .navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.nav-bar .navbar .nav-link {
  color: #2c3d50;
}

.footer {
  background: #F7D694 !important;
}
.footer::before {
  display: none;
}
.footer .row {
  padding-top: 150px;
}
.footer .btn {
  border: none;
}
.footer .copy {
  color: #2c3d50;
}

.back-to-top {
  background-color: #FFB6A3;
  color: #fff;
}
.back-to-top:hover {
  color: #fff;
}

.lower-header {
  background-image: url(../img/lower_header_pink.png) !important;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767.98px) {
  .lower-header {
    background-image: url(../img/lower_header_pink_sp.png) !important;
  }
}
.lower-header .lower_title {
  min-height: 400px;
}
@media screen and (max-width: 767.98px) {
  .lower-header .lower_title {
    min-height: 52.0833333333vw;
  }
}
.lower-header .lower_title_main {
  font-size: 70px;
  color: #2c3d50;
}
@media screen and (max-width: 767.98px) {
  .lower-header .lower_title_main {
    font-size: 40px;
  }
}
.lower-header .lower_title_desc {
  font-size: 26px;
}
@media screen and (max-width: 767.98px) {
  .lower-header .lower_title_desc {
    font-size: 18px;
  }
}

.index .nav-bar {
  background-image: url(../img/header_bg.png) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767.98px) {
  .index .nav-bar {
    background-image: url(../img/header_bg_sp.png) !important;
  }
}
@media screen and (max-width: 1199.98px) {
  .index .navbar .logo {
    width: 14vw;
  }
}
.index_fv .carousel-caption {
  width: 694.67px;
  height: 273.68px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  background: transparent;
}
@media screen and (max-width: 1199.98px) {
  .index_fv .carousel-caption {
    width: 57.8333333333vw;
    height: 22.75vw;
  }
}
.index_fv .carousel-control-prev,
.index_fv .carousel-control-next {
  visibility: hidden;
}
.index_about {
  padding-left: 0;
  padding-right: 0;
}
.index_about .section-title_main {
  width: 168px;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .index_about .section-title_main {
    width: 100px;
  }
}
.index_about .container {
  padding-top: 80px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767.98px) {
  .index_about .container {
    padding-top: 60px;
    padding-bottom: 35px;
  }
}
.index_about .container_title {
  color: #5f9595;
}
.index_about .container_subtitle {
  color: #5f9595;
}
.index_sitemap {
  padding-left: 0;
  padding-right: 0;
}
.index_sitemap .container {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767.98px) {
  .index_sitemap .container {
    padding-top: 80px;
    padding-bottom: 10px;
  }
}
.index_sitemap .container .img-fluid {
  width: 202px;
}
@media screen and (max-width: 575.98px) {
  .index_sitemap .container .img-fluid {
    width: 100%;
  }
}
.index_sitemap .sitemap_subtitle {
  font-size: 30px;
}
@media screen and (max-width: 767.98px) {
  .index_sitemap .sitemap_subtitle {
    font-size: 24px;
  }
}
.index_sitemap .sitemap_subtitle_link {
  text-decoration: none;
  color: #5f9595;
}
.index_hygge {
  padding-left: 0;
  padding-right: 0;
}
.index_hygge .section-title {
  background-image: url(../img/title_bg_yellow.png);
}
@media screen and (max-width: 767.98px) {
  .index_hygge .section-title {
    background-image: url(../img/title_bg_yellow_sp.png) !important;
  }
}
.index_hygge .container {
  padding-top: 58px;
  padding-bottom: 131px;
}
.index_hygge .isotope-layout .portfolio-filters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}
.index_hygge .isotope-layout .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  font-family: var(--heading-font);
}
@media (max-width: 575px) {
  .index_hygge .isotope-layout .portfolio-filters li {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
}
.index_hygge .isotope-layout .portfolio-filters li:hover, .index_hygge .isotope-layout .portfolio-filters li.filter-active {
  color: #2c3d50;
  background-color: #FFB6A3;
}
.index_hygge .isotope-layout .portfolio-filters li:first-child {
  margin-left: 0;
}
.index_hygge .isotope-layout .portfolio-filters li:last-child {
  margin-right: 0;
}
.index_hygge .isotope-layout .portfolio-item {
  position: relative;
  overflow: hidden;
}
.index_hygge .isotope-layout .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -100%;
  z-index: 3;
  transition: all ease-in-out 0.5s;
  background: color-mix(in srgb, white 80%, transparent);
  padding: 15px;
}
.index_hygge .isotope-layout .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  font-weight: 600;
  padding-right: 50px;
  color: #000 !important;
}
.index_hygge .isotope-layout .portfolio-item .portfolio-info p {
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 70px;
  color: #000 !important;
}
.index_hygge .isotope-layout .portfolio-item .portfolio-info .preview-link, .index_hygge .isotope-layout .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 20px;
  font-size: 24px;
  top: calc(50% - 14px);
  color: color-mix(in srgb, black, transparent 30%);
  transition: 0.3s;
  line-height: 0;
}
.index_hygge .isotope-layout .portfolio-item .portfolio-info .preview-link:hover, .index_hygge .isotope-layout .portfolio-item .portfolio-info .details-link:hover {
  color: #000;
}
.index_hygge .isotope-layout .portfolio-item .portfolio-info .details-link {
  right: 14px;
  font-size: 28px;
}
.index_hygge .isotope-layout .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

@media screen and (max-width: 767.98px) {
  .about .lower_title_main {
    font-size: 50px;
  }
}
.about .section-title {
  background-image: url(../img/title_bg_pink.png);
}
@media screen and (max-width: 767.98px) {
  .about .section-title {
    background-image: url(../img/title_bg_pink_sp.png) !important;
  }
}
.about_me {
  padding-top: 150px;
}
@media screen and (max-width: 767.98px) {
  .about_me {
    padding-top: 80px;
  }
}
.about_me .upbox {
  gap: 20px;
}
@media screen and (max-width: 1199.98px) {
  .about_me .upbox {
    justify-content: space-between;
  }
}
.about_me .underbox {
  padding-top: 30px;
}
@media screen and (max-width: 767.98px) {
  .about_me .underbox {
    padding-top: 3.90625vw;
  }
}
.about_site {
  padding-top: 150px;
}
@media screen and (max-width: 767.98px) {
  .about_site {
    padding-top: 80px;
  }
}
.about .base {
  padding-top: 250px;
  padding-bottom: 200px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767.98px) {
  .about .base {
    padding-top: 30px;
    padding-bottom: 100px;
  }
}
.about .base .container {
  padding-top: 100px;
}
@media screen and (max-width: 767.98px) {
  .about .base .container {
    padding-top: 80px;
  }
}
.about .base_desc {
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .about .base_desc {
    -moz-text-align-last: left;
         text-align-last: left;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.about .base .btn {
  background-color: #FFB6A3;
  color: #000;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .about .base .btn {
    font-weight: normal;
  }
}

.flower .lower-header {
  background-image: url(../img/lower_header_yellow.png) !important;
}
@media screen and (max-width: 767.98px) {
  .flower .lower-header {
    background-image: url(../img/lower_header_yellow_sp.png) !important;
  }
}
.flower .container_title {
  color: #5f9595;
}
.flower_life {
  padding-top: 100px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767.98px) {
  .flower_life {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}
.flower_season, .flower_midsummer, .flower_culture, .flower_lykke {
  padding-top: 65px;
  padding-bottom: 45px;
}
@media screen and (max-width: 767.98px) {
  .flower_season, .flower_midsummer, .flower_culture, .flower_lykke {
    padding-top: 85px;
    padding-bottom: 45px;
  }
}
.flower_season, .flower_culture {
  background-color: #F7D694 !important;
}

.life_together {
  padding-top: 100px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767.98px) {
  .life_together {
    padding-top: 13.0208333333vw;
    padding-bottom: 9.1145833333vw;
  }
}
.life_fika, .life_design, .life_quiet {
  padding-top: 65px;
  padding-bottom: 45px;
}
@media screen and (max-width: 767.98px) {
  .life_fika, .life_design, .life_quiet {
    padding-top: 11.0677083333vw;
    padding-bottom: 5.859375vw;
  }
}
.life_reason {
  padding-top: 75px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767.98px) {
  .life_reason {
    padding-top: 9.765625vw;
    padding-bottom: 13.0208333333vw;
  }
}
.life_fika, .life_quiet {
  background-color: #F5D1C3 !important;
}

.novelties .lower-header {
  background-image: url(../img/lower_header_yellow.png) !important;
}
@media screen and (max-width: 767.98px) {
  .novelties .lower-header {
    background-image: url(../img/lower_header_yellow_sp.png) !important;
  }
}
.novelties .container_title {
  color: #5f9595;
}
.novelties_daily {
  padding-top: 100px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767.98px) {
  .novelties_daily {
    padding-top: 13.0208333333vw;
    padding-bottom: 9.1145833333vw;
  }
}
.novelties_slider01, .novelties_slider02 {
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: #F7D694 !important;
}
@media screen and (max-width: 767.98px) {
  .novelties_slider01, .novelties_slider02 {
    padding-top: 8.4635416667vw;
    padding-bottom: 8.4635416667vw;
  }
}
.novelties_fabric {
  padding-top: 135px;
  padding-bottom: 135px;
}
@media screen and (max-width: 767.98px) {
  .novelties_fabric {
    padding-top: 17.578125vw;
    padding-bottom: 17.578125vw;
  }
}
.novelties_store {
  padding-top: 65px;
  padding-bottom: 250px;
}
@media screen and (max-width: 767.98px) {
  .novelties_store {
    padding-top: 8.4635416667vw;
    padding-bottom: 32.5520833333vw;
  }
}
.novelties_store_link {
  color: #2c3d50 !important;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.novelties .swiper-wrapper {
  height: auto;
}
.novelties .slider-nav .js-prev, .novelties .slider-nav .js-next {
  width: 40px;
  height: 40px;
  position: relative;
  color: #fff;
  background: #4a90e4;
  border-radius: 4px;
  transition: 0.2s all ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 30px;
  border: none;
}
.novelties .slider-nav .js-prev:hover, .novelties .slider-nav .js-next:hover {
  text-decoration: none;
}
.novelties .slider-nav .js-prev:focus, .novelties .slider-nav .js-next:focus {
  outline: none;
}
.novelties .slider-nav .js-prev:first-child, .novelties .slider-nav .js-next:first-child {
  margin-right: 5px;
}/*# sourceMappingURL=custom.css.map */