@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: url(../images/bg_main.png) repeat-x left bottom;
}

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

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

$titleBox

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

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

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

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

$kuhuuBox

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

#Co section .kuhuuBox {
  margin-bottom: 7.5rem;
}

#Co section .kuhuuBox h3 {
  font-size: 1.875rem;
  letter-spacing: 0.2rem;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  padding: 0.9375rem 0;
  background: #e78493;
  border-radius: 600px;
  margin-bottom: 5rem;
}

#Co section .kuhuuBox .kuhuuBoxInner {
  position: relative;
}

#Co section .kuhuuBox .kuhuuBoxInner .dog {
  position: absolute;
  top: -5px;
  left: 0;
}

#Co section .kuhuuBox .kuhuuBoxInner .cat {
  position: absolute;
  bottom: -30px;
  right: 0;
}

#Co section .kuhuuBox .box02 ul li {
  width: 100%;
  font-size: 1.25rem;
  letter-spacing: 0.2rem;
  font-weight: 700;
  margin: 0 !important;
  padding-left: 1.5625rem;
}

#Co section .kuhuuBox .box02 .box02Inner {
  position: relative;
}

#Co section .kuhuuBox .box02 .box02Inner .dog {
  position: absolute;
  bottom: 0;
  right: 0;
}

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

$pointBox

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

#Co section .pointBox {
  margin-bottom: 3.75rem;
}

#Co section .pointBox h4 {
  font-size: 2.5rem;
  letter-spacing: 0.2rem;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  color: #e78493;
  margin-bottom: 5rem;
}

#Co section .pointBox .box03Inner {
  border: 5px solid #e78493;
  border-radius: 10px;
  padding: 1.875rem 0;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#Co section .pointBox .box03Inner .circle {
  position: absolute;
  top: -11px;
  left: 41%;
  transform: translate(0, -50%);
}

#Co section .pointBox .box03Inner p {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0 !important;
}

#Co section .pointBox .box03Inner .pink {
  font-size: 2.8125rem;
  color: #e78493;
}

#Co section .pointBox .box03Inner .pink.big {
  font-size: 3.75rem;
  margin-bottom: 0.3125rem !important;
}

#Co section .pointBox .box03Inner .pink.big .ss {
  font-size: 2.0625rem;
}

#Co section .pointBox .box03Inner .mini {
  font-size: 1.125rem !important;
  margin-bottom: 0.3125rem !important;
}

#Co section .pointBox .box03Inner .mini .b {
  font-size: 1.125rem !important;
}

#Co section .pointBox .box03Inner .pink .b {
  display: block;
  font-size: 2.25rem;
}

#Co section .pointBox .box03Inner .b {
  color: #231815;
}

#Co section .pointBox .box03Inner .ss {
  font-size: 1.25rem;
}

#Co section .pointBox .box03Inner .sup {
  font-size: 0.9375rem;
  position: absolute;
}

#Co section .pointBox .box03Inner:first-child .sup {
  bottom: 100px;
  right: 56px;
}

#Co section .pointBox .box03Inner:nth-child(2) .sup {
  bottom: 150px;
  right: 56px;
}

#Co section .pointBox .box03Inner:nth-child(3) .sup {
  bottom: 37px;
  right: 78px;
}

#Co section .pointBox .box03Inner .chara {
  font-size: 0.9375rem;
  position: absolute;
}

#Co section .pointBox .box03Inner:first-child .chara {
  top: -95px;
  left: -25px;
}

#Co section .pointBox .box03Inner:nth-child(2) .chara {
  bottom: -70px;
  left: 33%;
  transform: translate(0, -50%);
}

#Co section .pointBox .box03Inner:nth-child(3) .chara {
  top: -40px;
  right: -57px;
}

#Co section .pointBox .suplist li {
  line-height: 1.5;
  padding-left: 2.5em;
  text-indent: -2.5em;
margin-bottom: .1875rem;
}

#Co section .shopBox .box04 {
  align-items: center;
  justify-content: center;
  align-items: center;
}

#Co section .shopBox .box04 li {
  text-align: center;
}
#Co section .shopBox .catch {
  text-align: center;
  font-size: 1.375rem;
}

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

$footer

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

#Co .btnBox {
  position: relative;
}

#Co .btnBox .cat {
  position: absolute;
  bottom: -25px;
  left: 15%;
  z-index: 20;
}

#Co .btnBox .dog {
  position: absolute;
  bottom: 0;
  right: 18%;
  z-index: 20;
}

#Co .btn {
  width: 80%;
  margin: 1.875rem auto;
}

#Co .btn a {
  align-items: center;
  background: #fbe6ef;
  border: 3px solid #f8cfe1;
  border-radius: 100px;
  color: #e78493;
  cursor: pointer;
  display: flex;
  font-size: 1.875rem;
  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: 1.875rem 0;
}

#Co .btn a:after {
  border-right: solid 2px #e78493;
  border-top: solid 2px #e78493;
  content: "";
  height: 16px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
  width: 16px;
}

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

$footer

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

footer {
  background: #ec6b73;
}

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

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