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

.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: #00abeb;
}

#topmain .mainInner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 50px 0 0 0;
  position: relative;
}

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

$Co

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

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

#Co section .titleBox p {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}

#Co section .titleBox p.sub {
  border: 3px solid #00abeb;
  border-radius: 20px;
  color: #00abeb;
  display: inline-block;
  padding: 0.625rem 3.125rem;
  margin-top: 1.875rem;
}

#Co section .pointBox {
  display: flex;
  justify-content: center;
}

#Co section .titleBox ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0 0 1.875rem 0;
}

#Co section .titleBox li {
  color: #00abeb;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: left;
  margin: 0 !important;
  padding-left: 60px;
  position: relative;
  line-height: 1.8;
}

#Co section .titleBox li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #00abeb;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  color: #ffffff;
  line-height: 1;
  position: absolute;
  top: 12px;
  left: 0;
}

#Co section .brandBox ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#Co section .brandBox ul li {
  width: 24%;
}

#Co section .brandBox ul li img {
  width: 80%;
}

#Co section .brandBox ul li:nth-child(n + 5) {
  margin-top: 30px;
}

#Co section .brandBox .ss {
  text-align: center;
  font-size: 1.125rem;
}

#Co section .planBox {
  margin-top: 3.125rem;
}

#Co section .planBox h3 {
  width: 80%;
  margin: 0 auto 1.875rem auto;
}

#Co section .planBox figure {
  width: 90%;
  margin: 0 auto 1.875rem auto;
  text-align: center;
}

#Co section .planBox h4 {
  background: #faef42;
  text-align: center;
  font-size: 2.5rem;
  color: #00abeb;
  margin: 0 auto 1.875rem auto;
}

#Co section .planBox p {
  text-align: center;
  font-size: 1.125rem;
}

#Co section .planBox .catch {
  font-size: 35px;
  line-height: 1.4;
  font-weight: 700;
}


#Co .btn a, #topmain .catchBox .btn a {
    align-items: center;
    background: #00abeb;
    border-radius: 100px;
    color: #000000;
    cursor: pointer;
    display: flex;
    font-size: 2.25rem;
    font-weight: var(--font-weight_bold);
    justify-content: center;
    line-height: 1;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
    z-index: 1;
    padding: 7px;
}

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

$footer

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

footer {
  background: #00abeb;
}

#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: #00abeb;
  color: #ffffff;
  font-size: 1.1875rem;
  text-align: center;
  padding: 0.3125rem;
}

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

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