@charset "utf-8";

.container-pet {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #0e050a;
  overflow: hidden;
}
.container-pet img {
  height: auto;
  max-width: 100%;
}
@media only screen and (min-width: 769px) {
  .container-pet,
  .glb-pageWrapper {
    min-width: 1260px;
  }
}

.image-common {
  max-width: none;
  width: auto;
  display: block;
  margin: 0 auto;
}

.container-pet .wrapper {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .container-pet .wrapper {
    max-width: 1025px;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .container-pet .wrapper {
    max-width: 375px;
  }
}
@media only screen and (max-width: 768px) {
  .container-pet .wrapper {
    min-width: 320px;
  }
}

.button-common-primary {
  margin-right: auto;
  margin-left: auto;
  border: 3px solid #000;
  border-radius: 130px;
  background-color: #ffea00;
  position: absolute;
  transition: all .2s ease;
  opacity: 1 !important;
  display: block;
}

.button-common-primary img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 1 !important;
}

.button-common-primary:hover {
  box-shadow: 0 0 0 #222;
}

@media only screen and (min-width: 769px) {
  .button-common-primary {
    width: 806px;
    right: 0;
    left: 0;
    bottom: -88px;
    justify-content: center;
    box-shadow: 0 7px 0 #000;
    overflow: hidden;
  }
  .button-common-primary:hover {
    bottom: -95px;
  }
}
@media (max-width: 768px) {
  .button-common-primary {
    border-width: 2px;
    border-radius: 80px;
    bottom: -40px;
    box-shadow: 0 4px 0 #000;
    right: 17px;
    left: 17px;
    padding: 1px 0 9px;
  }
  .button-common-primary img {
    margin-top: -7px;
  }
  .button-common-primary:hover {
    bottom: -44px;
  }
}

.button-common-secondary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffeab1;
  border: solid #0e050a 3px;
  margin: 0 auto;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease;
}
.button-common-secondary:hover {
  transform: translate(3px, 3px);
  box-shadow: none;
}
.button-common-secondary::after {
  content: "";
  position: absolute;
  background: url(/img/reform/contents/pet/icn_cta_001.png) center/100% auto no-repeat;
  z-index: 2;
}
.button-common-secondary .button-text {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.button-common-secondary .button-text span {
  color: #222
}
.button-common-secondary .button-text span:not(:last-child)::after {
  content: "";
  border-left: 2px solid #212121;
  position: relative;
}
.button-common-secondary .cta {
  display: block;
  background: #fff;
  color: #222;
  font-weight: 700;
  letter-spacing: 0;
  flex: 0 0 auto;
}
@media only screen and (min-width: 769px) {
  .button-common-secondary {
    border-radius: 75px;
    width: 505px;
    min-height: 80px;
    padding: 10px 30px 10px 30px;
    font-size: 2.1rem;
    box-shadow: 0 3px #222;
    margin-bottom: 28px;
  }
  .button-common-secondary::after {
    width: 50px;
    height: 41px;
    right: -6px;
    bottom: 7px;
  }
  .button-common-secondary .button-text span:not(:last-child)::after {
    margin: 0 11px;
    height: 19px;
    top: 2px;
    display: inline-block
  }
  .button-common-secondary .cta {
    padding: 11px 17px 11px 17px;
    border-radius: 38px;
    font-size: 1.3rem;
  }
  .list-button {
    display: flex;
    justify-content: space-between;
    margin: 0 20px -5px  20px;
  }
  .list-button .button-common-secondary {
    width: 440px;
  }
}
@media (max-width: 768px) {
  .button-common-secondary {
    border-radius: 50px;
    width: 100%;
    min-height: 45px;
    padding: 4px 9px 6px 20px;
    font-size: 1.4rem;
    border-width: 2px;
    box-shadow: 0 2px #222;
    margin-bottom: 10px;
  }
  .button-common-secondary::after {
    width: 24px;
    height: 41px;
    right: -6px;
    bottom: -6px;
  }
  .button-common-secondary .button-text span:not(:last-child)::after {
    margin: 0 5px;
    height: 12px;
    display: inline-block;
    border-left-width: 1px;
  }
  .button-common-secondary .cta {
    padding: 6px 11px 6px 10px;
    border-radius: 20px;
    font-size: 1rem;
  }
  .button-common-secondary.is-modify {
    font-size: 1.2rem;
    letter-spacing: -.05em;
    padding-left: 10px;
  }
  .list-button {
    display: flex;
    margin-bottom: 28px;
  }
  .list-button .button-common-secondary {
    margin: 0 10px;
  }
}
@media (max-width: 364px) {
  .button-common-secondary {
    font-size: 1.1rem;
    padding-left: 10px;
  }
  .button-common-secondary .cta {
    font-size: .9em;
  }
}


.title-common-primary {
  position: relative;
}
.title-common-primary:before {
  content: '';
  position: absolute;
  background: url(/img/reform/contents/pet/pet_img.png) no-repeat 0 center/100% auto;
  z-index: 1;
}
.title-common-primary img {
  width: 100%;
  display: block;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .title-common-primary {
    margin-bottom: 48px;
  }
  .title-common-primary:before {
    right: -35px;
    top: -25px;
    width: 150px;
    height: 160px;
  }
  .title-common-primary img {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}
@media (max-width: 768px) {
  .title-common-primary {
    margin-bottom: 22px;
  }
  .title-common-primary:before {
    right: -27px;
    top: -22px;
    width: 62px;
    height: 70px;
  }
  .title-common-primary img {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }
}
@media (max-width: 360px) {
  .title-common-primary:before {
    width: 50px
  }
}

.title-common-secondary{
  text-align: center;
  font-weight: 500;
}
.title-common-secondary > span {
  display: inline-block;
  position: relative;
}
.title-common-secondary > span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  border-radius: 10px;
  background: #ffe067;
}
.title-common-secondary strong {
  color: #e8bc10;
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  .title-common-secondary{
    margin-bottom: 23px;
    font-size: 2.3rem;
  }
  .title-common-secondary > span{
    padding-bottom: 6px;
  }
}
@media (max-width: 768px) {
  .title-common-secondary{
    margin-bottom: 12px;
    font-size: 1.6rem;
    line-height: 1.41;
  }
  .title-common-secondary > span{
    padding-bottom: 8px;
  }
  .title-common-secondary > span:after {
    height: 3px;
  }
}

.title-common-tertiary {
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .is-section-one .title-common-tertiary {
    margin-bottom: 39px ;
  }
  .is-section-two .title-common-tertiary {
    margin-bottom: 13px ;
  }
}

.title-common-quaternary {
  text-align: center;
  font-weight: 500;
}
.title-common-quaternary strong {
  font-weight: 700;
}

@media (max-width: 768px) {
  .title-common-quaternary {
    margin-bottom: 0;
    font-size: 1.8rem;
    line-height: calc(50/36)
  }
}
@media screen and (max-width: 374px) {
  .title-common-quaternary {
    font-size: 1.5rem;
  }
}
@media (max-width: 360px) {
  .title-common-quaternary {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 769px) {
  .title-common-quaternary {
    margin-bottom: 30px;
    font-size: 3rem;
    line-height: calc(50/35)
  }
  .special .title-common-quaternary {
    font-size: 2.7rem;
    line-height: calc(45/30);
    margin-left: -15px;
    margin-top: 35px;
  }
}

.section-pet-keyvisual .keyvisual-image > img {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 769px) {
  .section-pet-keyvisual {
    height: 750px;
    background: url(/img/reform/contents/pet/keyvisual_bg.jpg) no-repeat center 0/cover;
    padding-top: 14px;
  }
  .section-pet-keyvisual .keyvisual-image {
    max-width: 1240px;
    margin: 0 auto -50px;
    position: relative;
    left: 6px;
  }
}
@media (max-width: 768px) {
  .section-pet-keyvisual {
    position: relative;
    margin-bottom: -7vw;
  }
}

.section-pet-about {
  background: url(/img/reform/contents/pet/about_bg_001.jpg) repeat 0 0 / 180px auto;
}
.section-pet-about .banner-subtitle {
  position: relative;
  z-index: 10;
  text-align: center;
}
.section-pet-about .banner-subtitle span {
  display: inline-block;
  position: relative;
  text-align: center;
  font-weight: bold;
  background: linear-gradient(#ffe067, #ffe067) repeat-x center bottom 7px/auto 25px;
}
.section-pet-about .banner-title img {
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .section-pet-about .banner-subtitle {
    padding: 0 160px;
  }
  .section-pet-about .banner-subtitle span {
    padding: 0 10px;
    font-size: 4rem;
  }
  .section-pet-about .banner-title {
    margin-bottom: 10px;
  }
  .section-pet-about .banner-title img {
    height: 107px;
  }
}
@media (max-width: 768px) {
  .section-pet-about .banner-subtitle {
    top: -7px;
  }
  .section-pet-about .banner-subtitle span {
    font-size: 1.8rem;
    background-size: auto 12px;
    background-position: center bottom 3px;
  }
  .section-pet-about .banner-title {
    margin-bottom: 3px;
  }
}
@media (max-width: 360px) {
  .section-pet-about .banner-subtitle span {
    font-size: 1.6rem;
  }
}

.section-pet-about .about-detail {
  text-align: center;
  font-weight: 500;
}
.section-pet-about .about-banner p:last-child {
  margin-bottom: 0;
}
.section-pet-about .about-banner {
  border: solid #222 3px;
  background: #fff;
  position: relative;
  z-index: 2;
  font-weight: 500;
  text-align: center;
}
.section-pet-about .about-banner::before,
.section-pet-about .about-banner::after {
  position: absolute;
  content: "";
  z-index: -1;
  border-radius: 100%;
  mix-blend-mode: color;
  pointer-events: none;
}
.section-pet-about .about-banner::before {
  background: #d1e0ff;
}
.section-pet-about .about-banner::after {
  background: #ffe067;
}

@media only screen and (min-width: 769px) {
  .section-pet-about {
    padding: 130px 0 10px
  }
  .section-pet-about .about-banner {
    padding: 53px 10px 36px;
    margin: -18px 0 100px;
    border-radius: 10px;
    font-size: 3rem;
  }
  .section-pet-about .about-banner::before {
    bottom: -58px;
    left: -29px;
    width: 168px;
    height: 168px;
  }
  .section-pet-about .about-banner::after {
    bottom: -36px;
    right: 72px;
    width: 89px;
    height: 89px;
  }
  .section-pet-about .about-detail {
    margin-bottom: 55px;
    font-size: 2.4rem;
    line-height: calc(40/24);
  }
}
@media (max-width: 768px) {
  .section-pet-about {
    padding: 47px 0 10px;
    background-size: 90px auto;
  }
  .section-pet-about .about-banner {
    padding: 26px 8px 20px;
    margin: -18px 0 40px;
    border-radius: 5px;
    font-size: 1.2rem;
    border-width: 2px;
  }
  .section-pet-about .about-banner::before {
    bottom: -26px;
    left: -11px;
    width: 84px;
    height: 84px;
  }
  .section-pet-about .about-banner::after {
    bottom: -17px;
    right: 36px;
    width: 44px;
    height: 44px;
  }
  .section-pet-about .about-detail {
    margin-bottom: 35px;
    font-size: 1.2rem;
    line-height: calc(40/24);
  }
}

.section-pet-about .banner-thumbnail {
  position: absolute;
}
.section-pet-about .banner-thumbnai img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-pet-about .banner-thumbnail::after {
  content:"";
  position: absolute;
  border-radius: 100%;
  z-index: -1;
  mix-blend-mode: color;
  cursor: pointer;
  pointer-events: none;
}

@media only screen and (min-width: 769px) {
  .section-pet-about .banner-thumbnail {
    width: 130px;
    height: 158px;
  }
  .section-pet-about .banner-thumbnail.is-cat {
    top: -104px;
    left: -7px;
  }
  .section-pet-about .banner-thumbnail.is-cat::after {
    width: 124px;
    height: 124px;
    left: 31px;
    top: 47px;
    background: #fec8e4;
  }
  .section-pet-about .banner-thumbnail.is-dog {
    top: -113px;
    right: -47px;
  }
  .section-pet-about .banner-thumbnail.is-dog::after {
    width: 141px;
    height: 141px;
    top: 33px;
    left: -35px;
    background: #a3e6dd;
  }
}
@media (max-width: 768px) {
  .section-pet-about .banner-thumbnail {
    width: 65px;
    top: -43px;
  }
  .section-pet-about .banner-thumbnail.is-cat {
    left: -20px;
  }
  .section-pet-about .banner-thumbnail.is-cat::after {
    width: 62px;
    height: 62px;
    left: -8px;
    top: 27px;
    background: #fec8e4;
  }
  .section-pet-about .banner-thumbnail.is-dog {
    right: -20px;
  }
  .section-pet-about .banner-thumbnail.is-dog::after {
    width: 70px;
    height: 70px;
    top: 19px;
    left: 1px;
    background: #a3e6dd;
  }
}

.concern-title {
  text-align: center;
  font-weight: bold;
}
.concern-title span {
  display: inline-block;
  position: relative;
}
.concern-title span::after {
  content: "";
  position: absolute;
  width: 100%;
  background: #ffe067;
  border-radius: 8px;
  bottom: 0;
  left: 0;
}
.about-concern .concern-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-concern .concern-item {
  position: relative;
}
.about-concern .wrap-item {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid #222 3px;
  background: #fff;
}
.about-concern .concern-content img {
  max-width: none;
  width: auto;
  margin: 0 auto;
  display: block;
}

@media only screen and (min-width: 769px) {
  .concern-title {
    margin-bottom: 70px;
    font-size: 4rem;
  }
  .concern-title span {
    padding: 0 5px 5px;
  }
  .concern-title span::after {
    height: 5px;
  }
  .about-concern .concern-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about-concern .concern-item {
    margin-bottom: 100px;
    border-radius: 10px;
    width: 456px;
  }
  .about-concern .wrap-item {
    min-height: 215px;
    padding: 20px 20px 30px 22px;
    border-radius: 5px;
  }
  .about-concern .concern-content img {
    height: 90px;
  }
}
@media only screen and (max-width: 768px) {
  .concern-title {
    margin-bottom: 25px;
    font-size: 2rem;
  }
  .concern-title span {
    padding: 0 5px 5px;
  }
  .concern-title span::after {
    height: 4px;
  }
  .about-concern .concern-item {
    margin-bottom: 40px;
  }
  .about-concern .wrap-item {
    width: 100%;
    min-height: 73px;
    border-radius: 5px;
    border-width: 1px;
    padding: 6px 10px 25px;

  }
  .about-concern .concern-content img {
    height: 30px;
  }
}
@media (max-width: 360px) {
  .about-concern .concern-content img {
    height: 24px;
  }
}
.about-concern .concern-step {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: solid #222 3px;
  z-index: 2;
}
.about-concern .concern-step.step-one {
  background: #ffe067;
}
.about-concern .concern-step.step-two {
  background: #d1e0ff;
}
.about-concern .concern-step.step-three {
  background: #a3e6dd;
}
.about-concern .concern-step.step-four {
  background: #fec8e4;
}
.about-concern .is-text,
.about-concern .is-number {
  display: block;
}
.about-concern .is-text {
  position: relative;
  font-weight: 700;
}
.about-concern .is-number {
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  .about-concern .concern-step {
    width: 115px;
    height: 115px;
    top: -34px;
    left: -29px;
    padding-top: 1px;
  }
  .about-concern .is-text {
    top: 15px;
    font-size: 1.6rem;
  }
  .about-concern .is-number {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .about-concern .concern-step {
    width: 52px;
    height: 52px;
    top: -7px;
    left: -9px;
    border-width: 1px;
  }
  .about-concern .is-text {
    top: 8px;
    font-size: .8rem;
  }
  .about-concern .is-number {
    font-size: 1.7rem;
  }
}

.button-common-tertiary {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: #222;
  position: absolute;
  left: 50%;
  box-shadow: 0 3px #d8d8d8;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: .15em;
  line-height: 1.2;
  transition: .5s ease;
}
.button-common-tertiary > span {
  position: relative;
}
.button-common-tertiary > span:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  background: no-repeat center center/100% auto;
}
.is-one .button-common-tertiary {
  color: #ffe067;
}
.is-two .button-common-tertiary {
  color: #d1e0ff;
}
.is-three .button-common-tertiary {
  color: #a3e6dd;
}
.is-four .button-common-tertiary {
  color: #fec8e4;
}
.is-one .button-common-tertiary > span::before {
  background-image: url(/img/reform/contents/pet/arrow_icon_001.png);
}
.is-two .button-common-tertiary > span::before {
  background-image: url(/img/reform/contents/pet/arrow_icon_002.png);
}
.is-three .button-common-tertiary > span::before {
  background-image: url(/img/reform/contents/pet/arrow_icon_003.png);
}
.is-four .button-common-tertiary > span::before {
  background-image: url(/img/reform/contents/pet/arrow_icon_004.png);
}
@media only screen and (min-width: 769px) {
  .button-common-tertiary {
    width: 340px;
    min-height: 60px;
    padding: 10px 20px;
    border-radius: 60px;
    font-size: 1.8rem;
    margin-left: -170px;
    bottom: -30px;
  }
  .button-common-tertiary:hover {
    bottom: -33px;
    box-shadow: 0 0 #d8d8d8;
  }
  .button-common-tertiary > span {
    padding-left: 36px;
  }
  .button-common-tertiary >span::before {
    width: 26px;
    height: 26px;
    margin-top: -13px;
  }

}
@media only screen and (max-width: 768px) {
  .button-common-tertiary {
    width: 188px;
    min-height: 37px;
    border-radius: 60px;
    padding: 8px 12px 6px;
    font-size: 1.2rem;
    margin-left: -94px;
    bottom: -18px;
  }
  .button-common-tertiary:hover {
    bottom: -21px;
    box-shadow: 0 0 #d8d8d8;
  }
  .button-common-tertiary >span {
    padding-left: 20px;
  }
  .button-common-tertiary >span::before {
    width: 14px;
    height: 14px;
    margin-top: -7px;
  }
}



.block-message .message-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.block-message .message-item.is-reverse {
  flex-direction: row-reverse;
}
.block-message .message-content {
  position: relative;
  background-color: #f6f6f6;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: .05em;
  flex: 1;
}
.block-message .message-content * {
  line-height: 1.5;
}
.block-message .message-content p:last-child {
  margin-bottom: 0;
}
.block-message .message-content::before {
  position: absolute;
  content: "";
  background: url(/img/reform/contents/pet/icn_message_001.png) center/100% auto no-repeat;
}
.message-item.is-reverse .message-content::before {
  background: url(/img/reform/contents/pet/icn_message_002.png) center/100% auto no-repeat;
  left: auto;
}
.block-message .message-image > img,
.for-you > img{
  display: block;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .block-message {
    padding: 0 23px;
    margin-bottom: -7px;
  }
  .is-section-two .block-message {
    margin-bottom: -24px;
  }
  .block-message .message-item:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-message .message-image {
    width: 125px;
    height: 165px;
    margin: 0 27px 0 0;
    position:relative;
    top: -9px;
  }
  .message-item.is-reverse .message-image {
    margin: 0 0 0 27px;
    top: -15px;
  }

  .block-message .message-item.is-reverse .message-content {
    top: -4px;
  }
  .block-message .message-content {
    padding: 18px 49px 16px;
    border-radius: 100px;
    box-shadow: 0 5px #d8d8d8;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .block-message .message-content::before {
    width: 33px;
    height: 26px;
    left: -8px;
    bottom: -7px;
  }
  .message-item.is-reverse .message-content::before {
    right: -17px;
    bottom: 0;
  }
  .for-you {
    width: 400px;
    height: 150px;
    margin: 0 162px 12px auto
  }
}
@media only screen and (max-width: 768px) {
  .is-section-two .block-message {
    margin-bottom: -9px;
  }
  .block-message .message-item {
    padding-right: 2px;
    margin-bottom: 15px;
  }
  .block-message .message-content {
    padding: 11px 22px 8px;
    border-radius: 40px;
    box-shadow: 0 3px #d8d8d8;
    font-size: 1.1rem;
    line-height: 1.41;
    align-self: center;
    margin-top: 6px;
  }
  .block-message .message-content * {
    line-height: inherit;
  }
  .message-item .message-image {
    margin-left: 5px;
    margin-right: 14px;
    width: 62px;
  }
  .block-message .message-item.is-reverse {
    padding-right: 5px;
    padding-left: 2px;
  }
  .message-item.is-reverse .message-image {
    margin: 0 0 0 14px;
  }
  .for-you {
    width: 155px;
    margin: 0 23px 10px auto;
  }
  .is-section-two .for-you {
    margin-bottom: 16px;
  }
  .block-common-contact .contact-flex {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
  }
  .block-common-contact .contact-image {
    width: 200px;
    margin: -6px 0 0 -48px;
  }
  .block-common-contact .contact-flex .title-common-quaternary {
    flex: 1;
    margin: 0 -10px 25px;
  }
  .block-message .message-content::before {
    width: 20px;
    height: 16px;
    left: -2px;
    bottom: -7px;
    background-image: url(/img/reform/contents/pet/icn_message_001_sp.png)
  }
  .message-item.is-reverse .message-content::before {
    right: -2px;
    bottom: -4px;
    background-image: url(/img/reform/contents/pet/icn_message_002_sp.png)
  }
}
@media only screen and (max-width: 374px) {
  .block-message .message-content {
    padding-left: 18px;
    padding-right: 14px;
  }
}
@media only screen and (max-width: 360px) {
  .block-message .message-content::before {
    bottom: -3px;
  }
  .message-item.is-reverse .message-content::before {
    bottom: 0;
  }
}
.contact-subtitle {
  font-weight: 500;
  position: relative;
  text-align: center;
}
.contact-subtitle > span {
  position: relative;
  display: inline-block
}
.contact-subtitle > span:before,
.contact-subtitle > span:after {
  content: '';
  position: absolute;
  background: url(/img/reform/contents/pet/line_icon_001.png) no-repeat 0 0/100% auto
}
.contact-subtitle > span:before {
  left: 0;
}
.contact-subtitle > span:after {
  right: 0;
  background-image: url(/img/reform/contents/pet/line_icon_002.png)
}
@media only screen and (min-width: 769px) {
  .contact-subtitle {
    margin-bottom: 32px;
    font-size: 2.2rem;
  }
  .contact-subtitle > span {
    padding: 0 44px;
  }
  .contact-subtitle > span:before,
  .contact-subtitle > span:after {
    width: 25px;
    height: 30px;
    top: 2px;
  }
  .block-common-contact {
    position: relative;
    padding-left: 410px;
    padding-right: 28px;
  }
  .block-common-contact.is-reverse {
    padding: 0 417px 0 20px;
  }
  .block-common-contact.is-center {
    padding: 104px 28px 132px 410px;
  }
  .block-common-contact.is-center.is-reverse {
    padding: 71px 416px 144px 22px;
  }
  .block-common-contact.special {
    padding: 106px  358px 20px 37px;
  }

  .block-common-contact .contact-image {
    width: 500px;
    position: absolute;
    top: 3px;
    left: -73px;
  }
  .special .contact-image {
    width: 302px;
    height: 482px;
    right: 44px;
    left: auto;
    top: 10px;
  }
  .block-common-contact.is-reverse .contact-image {
    left: auto;
    right: -103px;
  }
  .block-common-contact.is-center .contact-image {
    left: -82px;
  }
  .block-common-contact.is-center.is-reverse .contact-image {
    right: -76px;
    left: auto;
  }

}
@media (max-width: 768px) {
  .contact-subtitle > span {
    padding: 0 22px;
  }
  .contact-subtitle > span:before,
  .contact-subtitle > span:after {
    width: 13px;
    height: 20px;
    top: 7px;
  }
}

.section-pet-common {
  background: repeat 0 0/25px auto;
}
.section-pet-common .wrap-block {
  background: #fff;
}
.section-pet-common .body-banner img {
  width: 100%;
  display: block;
}
.section-pet-common .block-body {
  position: relative;
}
@media (max-width: 768px) {
  .section-pet-common {
    background-size: 12px auto;
    padding: 40px 0 74px;
  }
  .section-pet-common .wrap-block {
    border-radius: 25px;
    padding: 9px;
  }
  .section-pet-common .block-body {
    padding: 12px 16px 55px;
    border-radius: 0 0 20px 20px;
  }
  .section-pet-common.is-section-two .block-body {
    padding-top: 8px;
  }
  .section-pet-common .title-common-tertiary {
    margin-bottom: 20px;
  }
  .section-pet-common.is-section-two .title-common-tertiary {
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 769px) {
  .section-pet-common {
    padding: 85px 0 152px 0;
  }
  .section-pet-common .wrap-block {
    border-radius: 50px;
    padding: 20px;
  }
  .section-pet-common .body-banner {
    margin: 0 -52px 0 -53px;
  }
  .section-pet-common .block-body {
    padding: 15px 0 105px;
    border-radius: 0 0 30px 30px;
  }
  .is-section-one .body-banner {
    margin-bottom: 28px;
  }
  .is-section-two .body-banner {
    margin-bottom: -50px;
  }
}

.point-tag {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid #222 3px;
  background: #fec8e4;
  position: relative;
  z-index: 5;
  transform: translateY(50%);
  font-weight: 500;
}
.point-content{
  position: relative;
  border-radius: 5px;
  border: solid #222222 3px;
  background: #fff;
  font-weight: 500;
  line-height: calc(76/48);
  text-align: center;
}
.point-content * {
  line-height: inherit;
}
.point-content::before {
  content: "";
  position: absolute;
  background: url(/img/reform/contents/pet/icn_point.png) center/100% auto no-repeat;
}
@media (max-width: 768px) {
  .point-tag {
    width: 85px;
    height: 27px;
    border-radius: 25px;
    font-size: 1.5rem;
    border-width: 1px;
  }
  .block-common-point.is-full {
    margin-bottom: 20px;
  }
  .point-content{
    border-radius: 4px;
    box-shadow: 3px 3px #d8d8d8;
    padding: 21px 10px 11px;
    font-size: 1.4rem;
    line-height: 1.5;
    border-width: 2px;
  }
  .point-content::before {
    width: 56px;
    height: 35px;
    top: -15px;
    right: -2px;
    background-image: url(/img/reform/contents/pet/icn_point_sp.png)
  }
}
@media only screen and (max-width: 374px) {
  .point-content {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 769px) {
  .point-tag {
    width: 175px;
    height: 55px;
    border-radius: 50px;
    font-size: 2.8rem;
  }
  .block-common-point{
    width: 505px;
  }
  .block-common-point.is-full {
    width: 895px;
    margin: 0 auto 77px;
  }
  .point-content{
    border-radius: 8px;
    box-shadow: 6px 6px #d8d8d8;
    padding: 41px 10px 27px;
    font-size: 2rem;
  }
  .point-content::before {
    width: 107px;
    height: 67px;
    top: -16px;
    right: -14px;
  }
}

.is-section-one {
  background-image: url(/img/reform/contents/pet/pattern_bg_001.png)
}
.is-section-one .title-common-quaternary strong,
.is-section-one .block-common-point .text {
  color: #e8bc10;
}
.is-section-two {
  background-image: url(/img/reform/contents/pet/pattern_bg_002.png)
}
.is-section-three {
  background-image: url(/img/reform/contents/pet/pattern_bg_003.png)
}

@media only screen and (min-width: 769px) {
  .is-section-one .title-common-quaternary {
    margin-left: -15px;
    margin-right: -15px;
  }
  .is-section-two .is-center.is-reverse .title-common-quaternary {
    margin: 0 -9px 35px 22px;
  }
}
@media (max-width: 768px) {
  .is-section-one .message-item.is-reverse .message-content::before {
    bottom: 0;
  }
}

.is-section-one .block-body {
  background: #fffbec;
}
.is-section-two .block-body {
  background: #f3f7ff;
}

.tag-message img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .tag-message{
    width: 737px;
    height: 124px;
    margin: 69px auto  15px auto;
  }
}

.is-section-three .title-common-secondary > span:after {
  background: #a3e6dd;
}
.is-section-three .hight-light {
  color: #58bcaf;
}
.is-section-three .block-body {
  background-color: #e8f9f6;
}
.is-section-three .contact-image img {
  width: 100%;
  display: block;
}

@media only screen and (min-width: 769px) {
  .is-section-three .contact-image {
    margin-left: -7px;
  }
  .is-section-three .body-banner {
    margin-bottom: 38px;
  }
  .is-section-three .button-common-secondary {
    width: 505px;
  }
  .special .button-common-secondary .is-modify {
    padding-left: 0;
  }
  .is-section-three .button-common-secondary:not(:last-child) {
    margin-bottom: 21px;
  }
  .is-section-three .for-you {
    margin-top: -19px;
  }
  .is-section-three .title-common-tertiary {
    margin-bottom: 40px;
  }
  .is-section-three .point-content::before {
    margin-right: -9px;
  }
  .button-common-secondary .is-modify {
    padding-left: 25px
  }
  .is-modify .button-text {
    font-size: 1.8rem;
    display: inline;
    letter-spacing: -1px;
  }
}
@media (max-width: 769px) {
  .is-section-three .for-you {
    margin-top: -6px;
  }
  .is-section-three .body-banner {
    margin-bottom: 23px;
  }
  .is-section-three .contact-flex {
    margin-bottom: 9px;
  }
  .is-section-three .contact-content {
    margin-bottom: 13px;
  }
}

.is-section-four {
  background-image: url(/img/reform/contents/pet/pattern_bg_004.png)
}
.is-section-four .title-common-quaternary strong,
.is-section-four .hight-light {
  color: #e294bc;
}
.is-section-four .title-common-secondary > span:after {
  background: #fec8e4;
}
.is-section-four .block-body {
  background-color: #fff1f8;
}
.is-section-four .block-common-point {
  width: 100%;
}
.is-section-four .block-common-contact {
  padding: 0;
}
@media only screen and (min-width: 769px) {
  .is-section-four .title-common-quaternary {
    margin-bottom: 30px;
  }
  .is-section-four .title-common-tertiary {
    margin-bottom: 47px;
  }
  .is-section-four .for-you {
    margin-top: -23px;
    margin-bottom: 14px;
  }
  .is-section-four .body-banner {
    margin-bottom: 46px;
  }
  .is-section-four .point-content {
    width: auto;
    margin: 0 27px 0 23px;
  }
}
@media only screen and (max-width: 768px) {
  .is-section-four .block-message .message-content {
    padding-right: 16px;
  }
  .is-section-four .for-you {
    margin-top: -6px;
  }
  .is-section-four .title-common-tertiary {
    margin-bottom: 20px;
  }
  .is-section-four .body-banner {
    margin-bottom: 17px;
  }
  .is-section-four .title-common-quaternary {
    margin: 0 -10px 15px;
  }
  .is-section-four .button-common-secondary {
    margin-bottom: 13px;
  }
}
.is-section-two .hight-light {
  color: #7c9ee4;
}
.is-section-two .title-common-secondary > span:after {
  background: #d1e0ff;
}
.is-section-two .spacing {
  letter-spacing: -.075em;
}
.is-section-two .group {
  background: #fff;
}
.is-section-two .group .title-common-quaternary strong {
  color: #e294bc;
}
@media only screen and (min-width: 768px) {
  .is-section-two .is-number-three .contact-image {
    width: 525px;
    margin-right: 10px;
  }
  .is-section-two .button-common-secondary .button-text span:not(:last-child)::after {
    margin-left: 8px;
    margin-right: 8px;
  }
  .is-section-two .group {
    margin: 120px 20px 0;
    padding: 20px 0 80px;
  }
  .is-section-two .tag-message {
    margin-top: -67px;
  }
  .is-section-two .button-common-secondary {
    left: -7px;
  }
}
@media only screen and (max-width: 768px) {
  .is-section-two .block-body {
    padding-bottom: 52px;
  }
  .is-section-two .body-banner {
    margin-bottom: 52px;
  }
  .is-section-two .block-common-contact {
    position: relative;
    margin-bottom: 49px;
  }
  .is-number-three {
    padding-top: 58px;
  }
  .is-number-three .title-common-quaternary {
    margin-bottom: 86px;
  }
  .is-section-two .title-common-quaternary {
    padding-left: 159px;
    margin-bottom: 71px;
  }
  .is-section-two .is-reverse .title-common-quaternary {
    padding: 0 135px 0 0;
    margin-bottom: 40px;
  }
  .is-section-two .contact-image {
    position: absolute;
    top: -29px;
    left: 0;
  }
  .is-section-two .is-reverse .contact-image {
    left: auto;
    right: -53px;
    top: -9px;
  }
  .is-section-two .modify .title-common-quaternary {
    font-size: 1.6rem;
  }
  .is-section-two .is-number-three {
    margin-top: 47px;
  }
  .is-section-two .is-number-three .title-common-quaternary {
    margin-top: -28px;
    margin-bottom: 86px;
  }
  .is-section-two .group {
    margin-top: 98px;
    padding: 10px 10px 22px;
  }
  .is-section-two .group .tag-message {
    margin: -65px -8px 6px;
  }
  .is-section-two .group .button-common-secondary {
    padding-left: 20px;
    padding-right: 92px;
  }
  .is-section-two .group .button-common-secondary .cta {
    position: absolute;
    right: 10px;
    margin-top: -11px;
    top: 50%;
  }
  .is-section-two .group .button-common-secondary .button-text {
    flex-wrap: wrap;
  }
  .is-section-two .group .button-common-secondary .is-modify {
    width: 100%;
    display: block;
    padding-top: 2px;
    letter-spacing: -.075em;
  }
  .is-section-two .group .button-common-secondary .button-text span:not(:last-child)::after {
    height: 10px;
  }
  .contact-subtitle {
    text-align: center;
    font-size: 1.4rem;
    line-height: calc(41/28);
    margin: -22px 0 14px;
  }
  .list-button {
    display: block;
    margin-bottom: 12px;
  }
  .list-button .button-common-secondary {
    width: 100%;
    margin: 0 auto 14px auto;
  }
  .tag-message {
    margin-top: -9px;
    margin-bottom: 34px;
  }
  .block-common-contact.special {
    margin-bottom: 0;
  }
  .block-common-contact.special .contact-image {
    margin: 0 auto 20px;
    position: relative;
    width: 175px;
    top: auto;
  }
  .block-common-contact.special .button-common-secondary {
    margin-bottom: 20px;
  }
  .block-common-contact.special .title-common-quaternary {
    margin-bottom: 0;
  }
  .contact-image img {
    width: 100%;
  }
  .block-common-contact.special .contact-content .title-common-quaternary{
    padding: 0;
  }

}
@media only screen and (max-width: 374px) {
  .is-section-two .contact-image {
    width: 184px;
  }
  .is-section-two .title-common-quaternary {
    padding-left: 130px;
  }
  .is-section-two .is-reverse .title-common-quaternary {
    padding-right: 128px;
    margin-bottom: 75px;
  }
  .is-section-two .modify .title-common-quaternary {
    font-size: 1.5rem;
  }
}
@media (max-width: 364px) {
  .is-section-two .modify .title-common-quaternary {
    font-size: 1.3rem;
  }
}

.section-pet-foot {
  text-align: center;
  background: url(/img/reform/contents/pet/about_bg_001.jpg) repeat 0 0 / 180px auto;
}
.section-pet-foot .foot-subtitle {
  display: block;
  font-weight: 700;
}
.section-pet-foot .foot-text {
  font-weight: 700;
}
.section-pet-foot .foot-text mark {
  background: linear-gradient(#ffe067, #ffe067) repeat-x center bottom 3px/auto 25px;
}
.section-pet-foot .button-common-primary {
  position: relative;
  bottom: 0;
}
@media only screen and (min-width: 769px) {
  .section-pet-foot {
    padding: 123px 0 137px;
  }
  .section-pet-foot .foot-subtitle {
    margin-bottom: 4px;
    font-size: 3.7rem
  }
  .section-pet-foot .title-common-tertiary {
    margin-bottom: -7px;
  }
  .section-pet-foot .title-common-tertiary img {
    height: 135px;
  }
  .section-pet-foot .foot-text {
    margin-bottom: 11px;
    font-size: 3.7rem;
    line-height: 1.5;
    margin-right: -33px;
  }
  .section-pet-foot .foot-text mark {
    padding: 0 6px;
    display: inline-block;
  }
  .section-pet-foot .foot-image {
    margin-bottom: 40px;
  }
  .section-pet-foot .button-common-primary:hover {
    bottom: -7px;
  }
}
@media (max-width: 768px) {
  .section-pet-foot {
    padding: 52px 0;
  }
  .section-pet-foot .foot-subtitle {
    margin-bottom: 4px;
    font-size: 1.6rem
  }
  .section-pet-foot .title-common-tertiary {
    margin: -7px -20px 0;
  }
  .section-pet-foot .foot-text {
    margin-bottom: 17px;
    font-size: 1.6rem;
    line-height: 1.5625;
  }
  .section-pet-foot .foot-text mark {
    padding: 0 6px;
    background-size: auto 12px;
    background-position: center bottom -1px;
  }
  .section-pet-foot .foot-image {
    margin-bottom: 23px;
  }
  .section-pet-foot .button-common-primary {
    width: 283px;
    left: auto;
    right: auto;
  }
  .section-pet-foot .button-common-primary:hover {
    bottom: -3px;
  }
}