@charset "utf-8";

/*========================================================================*\

$root

\*========================================================================*/

:root {
  --line-height: 1.8;
}

.sp {
  display: block !important;
}
/*========================================================================*\

$wrapper

\*========================================================================*/

body {
  line-height: var(--line-height);
}

@media screen and (max-width: 1040px) {
  :root {
    --inner-padding: 2.5rem 1.25rem;
  }
}

#Co .page h1,
#Co .page h2,
#Co .page h3,
#Co .page h4,
#Co .page h5,
#Co .page h6 {
  line-height: 1.4;
}

/*========================================================================*\

$wrapper

\*========================================================================*/

#wrapper {
  overflow: hidden;
}

#Co .btn {
  margin: 1.25rem auto 0 auto;
  width: 100%;
}

#Co .btn a,
#topmain .catchBox .btn a {
  padding: 4px;
  font-size: 1.25rem;
}

#Co .btn a span {
  padding: 0.9375rem 0.625rem;
}

/*========================================================================*\

$header

\*========================================================================*/

header h1 {
  width: 200px;
  padding: 15px 0;
}

/*========================================================================*\

$topmain

\*========================================================================*/

#topmain .mainInner {
  background-size: cover;
}

#topmain .mainInner h2 {
  max-width: 90%;
}

/*========================================================================*\

$Co

\*========================================================================*/

#Co section .titleBox {
  margin-bottom: 0;
  text-align: center;
}

#Co section .titleBox h2 {
  margin: 1.875rem 0 0.625rem 0 !important;
  font-size: 1.625rem;
  line-height: 1.5;
}

#Co section .titleBox h3 {
  font-size: 2.5rem;
  letter-spacing: 0.2rem;
  margin: 2.5rem 0 0 0 !important;
}

#Co section .titleBox h3 img {
  width: 75%;
}

#Co section .titleBox p {
  font-size: 1.0625rem;
  line-height: 1.5;
}

#Co section .shopBox {
  padding: 2.5rem 0;
}

#Co section .shopBox h4 {
  margin-bottom: 1.25rem;
}

#Co section .shopBox h4 img {
  width: 250px;
}

#Co section .shopBox.cleverlyhome h4 img {
  width: 280px;
}

#Co section .shopBox p {
  font-size: 1.375rem;
}

#Co section .shopBox p .ss {
  font-size: 0.9375rem;
}

#Co section .smoothBox {
  margin: 1.875rem 0 1.25rem 0;
}

#Co section .smoothBox h3 {
  font-size: 1.125rem;
  line-height: 1.5;
}

#Co section .smoothBox::before,
#Co section .smoothBox::after {
  content: "";
  width: 2px;
  height: 50px;
}

#Co section .smoothBox::before {
  margin-right: 15px;
}

#Co section .smoothBox::after {
  margin-left: 15px;
}

/*========================================================================*\

$footer

\*========================================================================*/

footer {
  background-size: cover;
}

#footerInner {
  padding: 0.9375rem 0;
}

#footerInner p {
  font-size: 0.6875rem;
}
