@charset "utf-8";

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

$root

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

/* -- ここはサイトごとに変更 -- */
:root {
  --max-width: 980px;
}

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

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

$body

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

body,
html {
  height: 100%;
}

html {
  /*scroll-padding-top: 100px;*/
}

body {
  font-family: var(font-family);
}

#wrapper {
  overflow: hidden;
  position: relative;
  background: url(../images/bg_co.png) repeat 0 0;
}

.inner {
  width: 100%;
  max-width: var(--max-width);
  padding: var(--inner-padding);
  margin: 0 auto;
}

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

$header

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

header {
  background: #ffffff;
}

header h1 {
  width: 280px;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
}

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

$topmain

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

#topmain {
  background: #74c9ee;
  background: linear-gradient(
    180deg,
    rgba(116, 201, 238, 1) 0%,
    rgba(183, 225, 248, 1) 100%
  );
}

#topmain .mainInner {
  padding: 20px 0 0 0;
  position: relative;
  background: url(../images/bg_main.png) no-repeat center bottom;
}

#topmain .mainInner h2 {
  max-width: 980px;
  margin: 0 auto;
}

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

$Co

\*========================================================================*/
#Co section .titleBox {
  margin-bottom: 2.5rem;
  text-align: center;
}

#Co section .titleBox h2 {
  line-height: 1.4;
  letter-spacing: 0.2rem;
  margin: 6.25rem 0 0.625rem 0 !important;
  font-size: 2.875rem;
  color: #0081c5;
}

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

#Co section .titleBox h3 img {
  width: 70%;
  margin: 0 auto !important;
}

#Co section .titleBox p {
  font-size: 1.25rem;
  letter-spacing: 0.2rem;
  line-height: 1.6;
  font-weight: 700;
}

#Co section .shopBox {
  border-bottom: 1px dashed #999999;
  text-align: center;
  padding: 3.75rem 0;
}

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

#Co section .shopBox p {
  font-size: 2.125rem;
  line-height: 1.5;
  font-weight: 700;
}

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

#Co section .shopBox p .pink {
  color: #ef76a7;
}

#Co section .smoothBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
  margin-top: 3.75rem;
}

#Co section .smoothBox h3 {
  font-size: 2.5rem;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.2rem;
}

#Co section .smoothBox::before,
#Co section .smoothBox::after {
  content: "";
  width: 2px;
  height: 70px;
  background-color: #231815;
}

#Co section .smoothBox::before {
  margin-right: 40px;
  transform: rotate(-35deg);
}

#Co section .smoothBox::after {
  margin-left: 40px;
  transform: rotate(35deg);
}

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

$footer

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

footer {
  background: #0081c5;
}

#footerInner {
  padding: 1.25rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#footerInner p {
  line-height: 1;
  font-size: 0.75rem;
  color: #ffffff;
}
