@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: #ffffff;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(0, 144, 218, 1) 85%
  );
}

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

#topmain .mainInner h2 {
  max-width: 800px;
  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 h2 .ss {
  font-size: 1.875rem !important;
}

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

#Co section .titleBox h3 img {
  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: #dd5074;
}

#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;
}

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

$presentBox

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

#Co section .presentBox {
  display: flex;
  justify-content: space-between;
  margin-top: 3.125rem;
}

#Co section .presentBox .presentBoxInner {
  width: 48.5%;
}

#Co section .presentBox .presentBoxInner .detailBox h4 {
  background: #00b097;
  color: #ffffff;
  font-size: 1.1875rem;
  text-align: center;
  padding: 0.3125rem;
}

#Co section .presentBox .presentBoxInner .detailBox .detailBoxInner {
  background: #fffcf2;
  padding: 1.25rem;
  border-bottom: 3px solid #00b097;
}

#Co section .presentBox .presentBoxInner.gardenBox {
  border: 0.5px solid #231815;
  padding: 1.25rem;
}

#Co section .presentBox .presentBoxInner.gardenBox h3 {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  letter-spacing: 0.1rem;
}

#Co section .presentBox .presentBoxInner.gardenBox p {
  letter-spacing: 0.1rem;
}
