@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap");
@media (max-width: 768px) {
  .disp_pc {
    display: none;
  }
}
@media (min-width: 769px) {
  .disp_pc {
    display: block;
  }
}

@media (max-width: 768px) {
  .disp_sp {
    display: block;
  }
}
@media (min-width: 769px) {
  .disp_sp {
    display: none;
  }
}

html, body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  background-image: url(../images/common/bg.png);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
  color: #3c3c3c;
  position: relative;
}
html p, body p {
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  html p, body p {
    font-size: 18px;
    line-height: 2;
  }
}
html div, body div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 769px) {
  html .container, body .container {
    padding: 50px;
  }
}
html .container .contents, body .container .contents {
  background-color: #fff;
  overflow: hidden;
}
@media (min-width: 769px) {
  html .container .contents, body .container .contents {
    border-radius: 50px;
    width: auto;
  }
}
html .button, body .button {
  display: block;
  font-weight: 500;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  line-height: 1;
  position: relative;
}
@media (min-width: 769px) {
  html .button, body .button {
    border-radius: 50px;
    font-size: 30px;
    width: 710px;
    padding: 50px 0;
    -webkit-filter: drop-shadow(0px 5px 2px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0px 5px 2px rgba(0, 0, 0, 0.2));
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
html .button.hover, body .button.hover {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
html .button.blue, body .button.blue {
  background-color: #53b7d4;
  color: #fff;
}
html .button.pink, body .button.pink {
  background-color: #e68f92;
  color: #fff;
}
@media (min-width: 769px) {
  html section.bottom .inner, body section.bottom .inner {
    text-align: center;
    padding: 150px 0 135px 0;
  }
}
@media (min-width: 769px) {
  html section.bottom .inner h2, body section.bottom .inner h2 {
    margin-bottom: 1em;
  }
}
html section.bottom .inner h2 span, body section.bottom .inner h2 span {
  position: relative;
}
@media (min-width: 769px) {
  html section.bottom .inner h2 span, body section.bottom .inner h2 span {
    display: inline !important;
    font-size: 40px !important;
  }
}
html section.bottom .inner h2 span:before, body section.bottom .inner h2 span:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #000;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  top: -13px;
  position: relative;
}
html section.bottom .inner h2 span:after, body section.bottom .inner h2 span:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #000;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  top: -13px;
  position: relative;
}
html section.bottom .inner h3, body section.bottom .inner h3 {
  color: #e66269;
}
@media (min-width: 769px) {
  html section.bottom .inner h3, body section.bottom .inner h3 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 769px) {
  html section.bottom .inner .button, body section.bottom .inner .button {
    margin-top: 30px;
  }
}
@media (min-width: 769px) {
  html section.bottom.yoyaku, body section.bottom.yoyaku {
    background-image: url(../images/common/bg_yoyaku.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-top: -55px;
  }
}
@media (min-width: 769px) {
  html section.bottom.konyu, body section.bottom.konyu {
    background-image: url(../images/common/bg_w_yellow.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-top: -55px;
  }
}
@media (min-width: 769px) {
  html section.contact .inner, body section.contact .inner {
    padding: 100px 0;
  }
}
html section.contact .inner p, body section.contact .inner p {
  text-align: center;
  font-weight: 500;
  line-height: 2;
}
@media (min-width: 769px) {
  html section.contact .inner p, body section.contact .inner p {
    font-size: 20px;
  }
}
@media (min-width: 769px) {
  html section.contact .inner .button, body section.contact .inner .button {
    margin-top: 30px;
  }
}
html footer, body footer {
  background-color: #53b7d4;
  color: #fff;
}
html footer a, body footer a {
  color: #fff;
}
html footer .inner, body footer .inner {
  position: relative;
}
@media (min-width: 769px) {
  html footer .inner, body footer .inner {
    margin: 0 auto;
    padding: 50px 0;
    width: 1100px;
  }
}
html footer .inner .logo, body footer .inner .logo {
  display: block;
}
@media (min-width: 769px) {
  html footer .inner .logo, body footer .inner .logo {
    margin-bottom: 30px;
  }
}
html footer .inner dl, body footer .inner dl {
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  html footer .inner dl dt, body footer .inner dl dt {
    float: left;
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (min-width: 769px) {
  html footer .inner dl dd, body footer .inner dl dd {
    font-size: 14px;
    line-height: 1.5;
    margin-left: 80px;
    margin-bottom: 20px;
  }
}
html footer .inner dl dd:last-child, body footer .inner dl dd:last-child {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  html footer .inner ul.footer_link, body footer .inner ul.footer_link {
    position: absolute;
    top: 60px;
    left: 650px;
  }
}
html footer .inner ul.footer_link li, body footer .inner ul.footer_link li {
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  html footer .inner ul.footer_link li, body footer .inner ul.footer_link li {
    font-size: 16px;
  }
}
html footer .inner ul.footer_link li a, body footer .inner ul.footer_link li a {
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  html footer .inner ul.footer_link li a, body footer .inner ul.footer_link li a {
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  html footer .inner .footer_btn, body footer .inner .footer_btn {
    position: absolute;
    right: 0;
    top: 60px;
  }
}
html footer .inner .footer_btn a.button, body footer .inner .footer_btn a.button {
  -webkit-filter: none;
          filter: none;
}
@media (min-width: 769px) {
  html footer .inner .footer_btn a.button, body footer .inner .footer_btn a.button {
    border-radius: 25px;
    font-size: 26px;
    width: 280px;
    padding: 20px 0;
  }
}
html footer .inner .footer_btn a:first-child, body footer .inner .footer_btn a:first-child {
  margin-bottom: 30px;
}

.rellax {
  width: 100%;
}
@media (min-width: 769px) {
  .rellax {
    background-image: url(../images/common/page_deco.png);
    height: 150%;
    position: absolute;
  }
}

#top .container {
  position: relative;
}
@media (min-width: 769px) {
  #top .container .mv_deco {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100vw;
    height: auto;
  }
}
@media (min-width: 769px) {
  #top .container .contents .mv {
    padding: 200px 0 0 0;
  }
}
#top .container .contents .mv h1 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  #top .container .contents .mv h1 {
    width: 714px;
  }
}
#top .container .contents .mv h1 img {
  display: block;
  width: 100%;
  height: auto;
}
#top .container .contents .mv .catch {
  color: #949595;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 769px) {
  #top .container .contents .mv .catch {
    font-size: 38px;
    margin: 50px auto 150px auto;
    letter-spacing: 0.15em;
  }
}
#top .container .contents .mv .dogs {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  #top .container .contents .mv .dogs {
    width: 714px;
    height: auto;
    margin-top: 35px;
  }
}
#top .container .contents section .inner {
  position: relative;
}
@media (min-width: 769px) {
  #top .container .contents section .inner {
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
  }
}
#top .container .contents section .inner h2 {
  font-weight: 500;
  text-align: center;
}
@media (min-width: 769px) {
  #top .container .contents section .inner h2 {
    font-size: 40px;
  }
}
#top .container .contents section .inner h2 span {
  display: block;
}
@media (min-width: 769px) {
  #top .container .contents section .inner h2 span {
    font-size: 20px;
    margin-top: 0.5em;
  }
}
@media (min-width: 769px) {
  #top .container .contents section.news {
    margin-bottom: 110px;
  }
}
#top .container .contents section.news .inner ul {
  border-top: 1px solid #a4a4a4;
}
@media (min-width: 769px) {
  #top .container .contents section.news .inner ul {
    font-size: 16px;
    width: 730px;
    margin: 0 auto;
  }
}
#top .container .contents section.news .inner ul li {
  border-bottom: 1px solid #a4a4a4;
}
@media (min-width: 769px) {
  #top .container .contents section.news .inner ul li {
    padding: 20px 45px;
  }
}
#top .container .contents section.news .inner ul li .date {
  display: inline-block;
  font-weight: 500;
  margin-right: 1em;
}
@media (min-width: 769px) {
  #top .container .contents section.intro .inner {
    height: 560px;
  }
}
@media (min-width: 769px) {
  #top .container .contents section.intro .inner .shower {
    position: absolute;
    top: 70px;
    right: -70px;
  }
}
#top .container .contents section.intro .inner .text_wrap h2 {
  font-weight: 500;
}
@media (min-width: 769px) {
  #top .container .contents section.intro .inner .text_wrap h2 {
    font-size: 40px;
    margin-bottom: 1em;
    text-align: left;
  }
}
@media (min-width: 769px) {
  #top .container .contents section.intro .inner .text_wrap p {
    width: 545px;
  }
}
@media (min-width: 769px) {
  #top .container .contents section.howto {
    background-image: url(../images/common/bg_w_blue.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #b8e3ef;
  }
}
@media (min-width: 769px) {
  #top .container .contents section.howto .inner {
    padding: 150px 0;
  }
}
@media (min-width: 769px) {
  #top .container .contents section.howto .inner h2 {
    margin-bottom: 35px;
  }
}
#top .container .contents section.howto .inner .howto_wrap {
  background-repeat: no-repeat;
  position: relative;
}
#top .container .contents section.howto .inner .howto_wrap .text_wrap h3 {
  font-weight: 500;
  position: relative;
}
@media (min-width: 769px) {
  #top .container .contents section.howto .inner .howto_wrap .text_wrap h3 {
    font-size: 28px;
    margin-bottom: 0.7em;
    line-height: 1.5;
  }
}
#top .container .contents section.howto .inner .howto_wrap .text_wrap h3 .icon {
  position: absolute;
}
@media (min-width: 769px) {
  #top .container .contents section.howto .inner .howto_wrap .illust {
    position: absolute;
  }
}
#top .container .contents section.howto .inner .howto_wrap .circle {
  background-color: #8adef7;
}
#top .container .contents section.howto .inner .howto_wrap .circle p {
  text-align: center;
}
@media (min-width: 769px) {
  #top .container .contents section.howto .inner .howto_wrap .circle p {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media (min-width: 769px) {
  #top .container .contents section.howto .inner .howto_wrap.howto_wrap_01 {
    background-image: url(../images/top/step_01_bg.png);
    width: 1006px;
    height: 516px;
    margin-bottom: 10px;
  }
}
#top .container .contents section.howto .inner .howto_wrap.howto_wrap_01 .text_wrap {
  position: relative;
}
@media (min-width: 769px) {
  #top .container .contents section.howto .inner .howto_wrap.howto_wrap_01 .text_wrap {
    padding: 130px 0 0 115px;
  }
}
@media (min-width: 769px) {
  #top .container .contents section.howto .inner .howto_wrap.howto_wrap_01 .text_wrap h3 .icon {
    top: -85px;
    left: -25px;
  }
}
@media (min-width: 769px) {
  #top .container .contents section.howto .inner .howto_wrap.howto_wrap_01 .text_wrap p {
    width: 430px;
  }
}
#top .container .contents section.howto .inner .howto_wrap.howto_wrap_01 .illust {
  top: 104px;
  right: 65px;
}
@media (min-width: 769px) {
  #top .container .contents section.howto .inner .howto_wrap.howto_wrap_02 {
    background-image: url(../images/top/step_02_bg.png);
    width: 994px;
    height: 461px;
    left: 113px;
    margin-bottom: 10px;
  }
}
#top .container .contents section.howto .inner .howto_wrap.howto_wrap_02 .text_wrap {
  position: relative;
}
@media (min-width: 769px) {
  #top .container .contents section.howto .inner .howto_wrap.howto_wrap_02 .text_wrap {
    padding: 72px 0 0 110px;
  }
}
@media (min-width: 769px) {
  #top .container .contents section.howto .inner .howto_wrap.howto_wrap_02 .text_wrap h3 .icon {
    top: -85px;
    left: -25px;
  }
}
@media (min-width: 769px) {
  #top .container .contents section.howto .inner .howto_wrap.howto_wrap_02 .text_wrap p {
    width: 430px;
  }
}
#top .container .contents section.howto .inner .howto_wrap.howto_wrap_02 .illust {
  top: 118px;
  right: 80px;
}
@media (min-width: 769px) {
  #top .container .contents section.howto .inner .howto_wrap.howto_wrap_03 {
    background-image: url(../images/top/step_02_bg.png);
    width: 1043px;
    height: 508px;
  }
}
#top .container .contents section.howto .inner .howto_wrap.howto_wrap_03 .text_wrap {
  position: relative;
}
@media (min-width: 769px) {
  #top .container .contents section.howto .inner .howto_wrap.howto_wrap_03 .text_wrap {
    padding: 110px 0 0 110px;
  }
}
@media (min-width: 769px) {
  #top .container .contents section.howto .inner .howto_wrap.howto_wrap_03 .text_wrap h3 .icon {
    top: -85px;
    left: -25px;
  }
}
@media (min-width: 769px) {
  #top .container .contents section.howto .inner .howto_wrap.howto_wrap_03 .text_wrap p {
    width: 430px;
  }
}
#top .container .contents section.howto .inner .howto_wrap.howto_wrap_03 .illust {
  top: 66px;
  right: 102px;
}