@charset "UTF-8";
/*============================================================
 変数管理
============================================================*/
/*============================================================
ブレイクポイント
============================================================*/
/*============================================================
スタイル
============================================================*/
/*
Calooペット Free LP SCSS
*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html,
body,
header,
footer,
section,
summary,
article,
aside,
details,
menu,
nav,
figcaption,
figure,
img,
div,
span,
iframe,
form,
label,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
del,
em,
small,
strong,
mark,
dl,
dt,
dd,
ol,
ul,
li,
table,
caption,
tbody,
thead,
tfoot,
tr,
th,
td {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
  outline: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset,
img {
  border: 0;
}

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

input,
textarea,
select {
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand,
input::-ms-clear {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

/* common */
body {
  color: #231815;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

h2 {
  padding-bottom: 0.5rem;
  padding-left: 40px;
  margin-bottom: 70px;
  line-height: 1.8;
  letter-spacing: 1px;
  font-weight: bold;
  border-left: solid #231815 5px;
  font-size: 3.6rem;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  h2 {
    padding-left: 20px;
    margin-bottom: 35px;
    font-size: 2.2rem;
    font-size: 22px;
  }
}
h2 span {
  color: #00ae8f;
}

h3 {
  font-weight: 500;
}

section {
  margin-bottom: 120px;
}

div.con_box {
  position: relative;
  width: 90vw;
  max-width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  div.con_box {
    width: 100%;
    padding: 0 4vw;
  }
}
@media screen and (max-width: 768px) {
  div.con_box {
    width: 100%;
    padding: 0 8vw;
  }
}
div.con_box p {
  width: 40%;
  line-height: 2;
  font-size: 1.8rem;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  div.con_box p {
    width: 40vw;
  }
}
@media screen and (max-width: 768px) {
  div.con_box p {
    width: 100%;
  }
}
div.con_box img {
  position: absolute;
  top: 200px;
  right: -50px;
}
@media screen and (max-width: 1200px) {
  div.con_box img {
    width: 50vw;
    top: 280px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  div.con_box img {
    position: relative;
    width: 100%;
    top: 30px;
    right: auto;
  }
}

/* btn area */
.btn_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 35px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .btn_area {
    display: block;
  }
}
.btn_area li {
  width: 438px;
  height: 98px;
  margin: 0 15px;
  text-align: center;
  line-height: 98px;
  letter-spacing: 1px;
  border-radius: 50px;
  -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
  font-size: 2.4rem;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .btn_area li {
    width: 80vw;
    height: 65px;
    margin: 15px auto 0;
    line-height: 65px;
    font-size: 1.6rem;
    font-size: 16px;
  }
}
.btn_area li a {
  display: block;
  position: relative;
  color: #fff;
}
.btn_area li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 10px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 10px solid #fff;
}
@media screen and (max-width: 768px) {
  .btn_area li a::after {
    right: 20px;
    width: 8px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 8px solid #fff;
  }
}
.btn_area li:first-child {
  background-color: #ed7a7a;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn_area li:first-child:hover {
  background-color: #f48c8c;
}
.btn_area li:last-child {
  background-color: #323333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn_area li:last-child:hover {
  background-color: #474747;
}

/* header */
header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500px;
  text-align: center;
  background-image: url("/img/lp_free/main_bg.jpg");
  background-repeat: repeat-x;
  background-position: center top;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header + ul.btn_area {
  margin: -30px auto 100px;
}
@media screen and (max-width: 768px) {
  header {
    background-image: url("/img/lp_free/main_bg_sp.jpg");
    background-size: cover;
  }
}

.main_box a {
  display: inline-block;
  margin-bottom: 5px;
}
.main_box a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.main_box a img {
  width: 168px;
  -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
}
.main_box div {
  width: 750px;
  height: 250px;
  padding: 45px 0;
  color: #fff;
  letter-spacing: 2px;
  background-color: rgba(16, 166, 136, 0.9);
}
@media screen and (max-width: 768px) {
  .main_box div {
    width: 85vw;
    height: auto;
    padding: 30px 0;
  }
}
.main_box p {
  display: inline-block;
  position: relative;
  padding: 0 2rem;
  font-size: 2.4rem;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .main_box p {
    padding: 0 1rem;
    font-size: 1.2rem;
    font-size: 12px;
  }
}
.main_box p::before, .main_box p::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 2px;
  height: 100%;
  top: 0;
  background: #fff;
}
.main_box p::before {
  left: 0;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.main_box p::after {
  left: 100%;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.main_box h1 {
  margin: 25px 0 30px;
  line-height: 1;
  font-size: 4rem;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .main_box h1 {
    margin: 10px 0;
    line-height: 1.6;
    font-size: 2.6rem;
    font-size: 26px;
  }
}
.main_box h1 br {
  display: none;
}
@media screen and (max-width: 1200px) {
  .main_box h1 br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .main_box h1 br {
    display: block;
  }
}
.main_box span {
  line-height: 1;
  font-size: 2rem;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .main_box span {
    font-size: 1.3rem;
    font-size: 13px;
  }
}
.main_box span br {
  display: none;
}
@media screen and (max-width: 1200px) {
  .main_box span br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .main_box span br {
    display: block;
  }
}

/* intro */
#intro {
  position: relative;
  margin-bottom: 300px;
}
@media screen and (max-width: 768px) {
  #intro {
    margin-bottom: 65px;
  }
}
#intro::after {
  content: "";
  position: absolute;
  right: 0;
  top: 100px;
  width: 78vw;
  height: 540px;
  background: #ecf5f6;
  z-index: -999;
}
@media screen and (max-width: 768px) {
  #intro::after {
    top: -70px;
    height: 100%;
  }
}

div.intro_box {
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  div.intro_box {
    margin-bottom: 0;
  }
}
div.intro_box p:first-of-type {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  div.intro_box p {
    font-size: 1.6rem;
    font-size: 16px;
  }
}

/* merit */
div.merit_box {
  text-align: center;
}
div.merit_box h2 {
  display: inline-block;
  padding: 0 0 25px 0;
  text-align: center;
  border-bottom: solid #231815 5px;
  border-left: none;
}
@media screen and (max-width: 1200px) {
  div.merit_box h2 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  div.merit_box h2 {
    padding: 0 0 1rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 480px) {
  div.merit_box h2 {
    width: 90%;
  }
}
@media (max-width: 400px) {
  div.merit_box h2 {
    width: auto;
  }
}
div.merit_box h2 span {
  color: #ed7a7a;
  font-size: 5.2rem;
  font-size: 52px;
}
@media screen and (max-width: 768px) {
  div.merit_box h2 span {
    font-size: 3rem;
    font-size: 30px;
  }
}
div.merit_box h2 br {
  display: none;
}
@media (max-width: 400px) {
  div.merit_box h2 br {
    display: block;
  }
}

div.merit_inner {
  position: relative;
}
div.merit_inner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100px;
  width: 70vw;
  min-width: 1000px;
  height: 85%;
  background: #faf1e9;
  z-index: -999;
}
@media screen and (max-width: 1200px) {
  div.merit_inner:after {
    min-width: 90vw;
  }
}
@media screen and (max-width: 768px) {
  div.merit_inner:after {
    min-width: 90vw;
    height: 92%;
  }
}
div.merit_inner ul {
  text-align: left;
  /* background:linear-gradient(90deg,#faf1e9 0%,#faf1e9 70%,#fff 70%,#fff 100%); */
}
div.merit_inner li {
  width: 1180px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  div.merit_inner li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  div.merit_inner li {
    margin-bottom: 25px;
    overflow: hidden;
  }
}
div.merit_inner li:last-child {
  margin-bottom: 0;
}
div.merit_inner li div.merit_con {
  width: 60vw;
  max-width: 840px;
  min-height: 460px;
  padding: 120px 80px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  div.merit_inner li div.merit_con {
    width: 90vw;
    float: right;
    padding: 75px 40px 70px;
  }
}
div.merit_inner li img {
  position: absolute;
  top: 65px;
  right: 0;
}
@media screen and (max-width: 1200px) {
  div.merit_inner li img {
    width: 45vw;
    top: 100px;
  }
}
@media screen and (max-width: 768px) {
  div.merit_inner li img {
    width: 80vw;
    position: relative;
    top: auto;
    float: right;
    margin-top: -45px;
  }
}
div.merit_inner li:first-child div.merit_con {
  padding: 75px 80px;
}
@media screen and (max-width: 768px) {
  div.merit_inner li:first-child div.merit_con {
    padding: 75px 40px 70px;
  }
}
div.merit_inner li:nth-child(2) {
  overflow: hidden;
}
div.merit_inner li:nth-child(2) div.merit_con {
  float: right;
  padding: 120px 80px 120px 12vw;
}
@media screen and (max-width: 768px) {
  div.merit_inner li:nth-child(2) div.merit_con {
    padding: 75px 40px 70px;
  }
}
div.merit_inner li:nth-child(2) img {
  right: auto;
  left: 0;
}
div.merit_inner h3 {
  margin-bottom: 40px;
  letter-spacing: 1px;
  font-size: 2.4rem;
  font-size: 24px;
}
div.merit_inner h3 span {
  display: block;
  margin-bottom: 0.5rem;
  font-family: "Oswald", "Noto Sans CJK JP", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #ed7a7a;
  font-size: 1.6rem;
  font-size: 16px;
}
div.merit_inner p {
  width: 100%;
  max-width: 480px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  div.merit_inner p {
    width: 100%;
  }
}
div.merit_inner p span {
  display: block;
  margin-top: 20px;
  font-size: 1.4rem;
  font-size: 14px;
}

/* premium */
#premium {
  position: relative;
  text-align: center;
}
#premium div.btn-detail {
  width: 224px;
  height: 40px;
  margin: 40px auto 0;
  line-height: 40px;
  border: solid #231815 1px;
}
#premium div.btn-detail a {
  display: block;
  position: relative;
  font-weight: 500;
  color: #231815;
  font-size: 1.4rem;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#premium div.btn-detail a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 6px solid #231815;
}
#premium div.btn-detail a:hover {
  color: #fff;
  background-color: #231815;
}
#premium div.btn-detail a:hover::after {
  border-left: 6px solid #fff;
}
#premium:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -60px;
  left: 0;
  width: 95vw;
  max-width: 1680px;
  height: 420px;
  margin: auto;
  background: #f6f4e8;
  z-index: -999;
  /* transform: translate(-50%);
  -webkit-transform: translate(-50%); */
}
@media screen and (max-width: 768px) {
  #premium:after {
    width: 90vw;
    height: 100%;
  }
}

div.premium_box {
  text-align: left;
}
@media screen and (max-width: 768px) {
  div.premium_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
div.premium_box p span {
  display: block;
  margin-top: 20px;
  font-size: 1.4rem;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  div.premium_box p span {
    font-size: 1.2rem;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  div.premium_box p {
    width: 90%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    font-size: 1.6rem;
    font-size: 16px;
  }
}
div.premium_box img {
  top: -30px;
  right: -30px;
}
@media screen and (max-width: 1200px) {
  div.premium_box img {
    top: auto;
    right: 10px;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  div.premium_box img {
    /* width: 90%; */
    top: -30px;
    right: 0;
    margin: 0 auto;
    height: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

/* pet */
#pet {
  position: relative;
  /*background:linear-gradient(90deg,#ecf5f6 0%,#ecf5f6 60%,#fff 60%,#fff 100%); */
}
#pet:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100px;
  width: 60vw;
  height: 560px;
  background: #ecf5f6;
  z-index: -999;
}
@media screen and (max-width: 768px) {
  #pet:after {
    width: 80vw;
  }
}
#pet p span {
  font-weight: bold;
  color: #00ae8f;
}

.pet_num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .pet_num {
    width: 100%;
  }
}
.pet_num dl {
  padding-top: 60px;
  margin: 0 50px 0 0;
  font-weight: 700;
  text-align: center;
  font-size: 1.2rem;
  font-size: 12px;
  background-image: url("/img/lp_free/ico_hospital.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 70px auto;
}
@media screen and (max-width: 768px) {
  .pet_num dl {
    margin: 0 20px;
  }
}
.pet_num dl dd span {
  margin-right: 5px;
  color: #00ae8f;
  font-size: 2rem;
  font-size: 20px;
}
.pet_num dl:last-of-type {
  background-image: url("/img/lp_free/ico_review.svg");
  background-size: 62px auto;
}

@supports (-ms-ime-align: auto) {
  .pet_num dl:last-of-type {
    background-size: 60px auto;
  }
}
/* step */
@media screen and (max-width: 768px) {
  #step {
    margin-bottom: 0;
  }
}

div.step_box {
  text-align: center;
}
div.step_box h2 {
  display: inline-block;
  padding: 0 0 25px 0;
  text-align: center;
  border-bottom: solid #231815 5px;
  border-left: none;
}
@media screen and (max-width: 768px) {
  div.step_box h2 {
    padding: 0 0 1rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 480px) {
  div.step_box h2 {
    width: 90%;
  }
}
@media (max-width: 400px) {
  div.step_box h2 {
    width: auto;
  }
}
div.step_box h2 span {
  color: #00ae8f;
  font-size: 5.2rem;
  font-size: 52px;
}
@media screen and (max-width: 768px) {
  div.step_box h2 span {
    font-size: 3rem;
    font-size: 30px;
  }
}
div.step_box h2 br {
  display: none;
}
@media (max-width: 400px) {
  div.step_box h2 br {
    display: block;
  }
}
div.step_box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1180px;
  margin: 100px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  div.step_box ul {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  div.step_box ul {
    display: block;
    margin-bottom: 40px;
  }
}
div.step_box ul li {
  width: 30%;
  margin: 0 2%;
  border: solid #231815 1px;
}
@media screen and (max-width: 768px) {
  div.step_box ul li {
    width: 88%;
    margin: 0 auto 140px;
  }
}
div.step_box ul li h4 {
  font-weight: 500;
  color: #00ae8f;
  font-size: 2.4rem;
  font-size: 24px;
}
div.step_box ul li p {
  padding-top: 100px;
  margin-top: 60px;
  line-height: 2;
  background-image: url("/img/lp_free/ico_person.svg");
  background-size: 75px auto;
  background-repeat: no-repeat;
  background-position: center top;
  font-size: 1.8rem;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  div.step_box ul li p {
    margin-top: 40px;
  }
}
div.step_box ul li:first-of-type p {
  background-image: url("/img/lp_free/ico_write.svg");
  background-size: 55px auto;
}
div.step_box ul li:last-of-type p {
  background-image: url("/img/lp_free/ico_mail.svg");
  background-size: 64px auto;
  background-position: center 7px;
}
@media screen and (max-width: 768px) {
  div.step_box ul li:last-of-type {
    margin-bottom: 0;
  }
}
div.step_box ul li div.step_num {
  position: relative;
  display: inline-block;
  width: 160px;
  height: 160px;
  margin-top: -160px;
  margin-bottom: -60px;
  color: #fff;
  font-family: "Oswald", "Noto Sans CJK JP", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  background-color: #00ae8f;
  border-radius: 160px;
  font-size: 4rem;
  font-size: 40px;
}
div.step_box ul li div.step_num h3 {
  position: absolute;
  display: inline-block;
  top: 52%;
  left: 0;
  width: 160px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
div.step_box ul li div.step_num h3 span {
  display: block;
  font-size: 1.8rem;
  font-size: 18px;
}
div.step_box ul li div.step_con {
  position: relative;
  padding: 120px 40px 65px;
}
@media screen and (max-width: 768px) {
  div.step_box ul li div.step_con {
    padding-top: 100px;
  }
}
div.step_box ul li div.step_con::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -38px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 10px;
  height: 8px;
  border: 8px solid transparent;
  border-left: 10px solid #231815;
}
@media screen and (max-width: 768px) {
  div.step_box ul li div.step_con::after {
    top: auto;
    right: 50%;
    bottom: -50px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid black;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
div.step_box ul li:last-child div.step_con::after {
  display: none;
}

/* footer */
footer {
  margin: 60px auto;
  letter-spacing: 2px;
  text-align: center;
  font-size: 1.1rem;
  font-size: 11px;
}