@charset "UTF-8";

#wrap {
  margin-top: 30vw;
}

html,
body {
  width: 100vw;
}

#mv {
  height: 814px;
  width: 100vw;
  margin-top: 170px;
  position: relative;
  z-index: -1;
}

#mv_bg img {
  position: absolute;
  left: 0;
  top: -215px;
  width: 100%;
  height: 670px;
  z-index: -1;
}

.dog_pos {
  position: absolute;
  top: -10px;
  z-index: -1;
  overflow: hidden;
}
.dog_pos img {
  width: 100%;
}

#ttl {
  position: relative;
  font-weight: 700;
  padding-top: 10vw;
}

#ttl h2 {
  position: relative;
  z-index: 10;
  font-size: 20px;
  text-align: center;
  text-shadow: 1px 1px 1px #fff;
  display: block;
  width: 100vw;
  margin: 0 auto;
}

#ttl h2 span:nth-child(4) {
  color: #f1711e;
  font-size: 24px;
}

#ttl .dog_img {
  position: absolute;
  left: 50%;
  margin-left: -440px;
  top: 32px;
}
#ttl h2 span {
  opacity: 0;
  display: inline-block;
}

#ttl h2 span:nth-child(1) {
  animation: lead 0.5s ease-in-out forwards;
}
#ttl h2 span:nth-child(2) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.05s;
}
#ttl h2 span:nth-child(3) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.1s;
}
#ttl h2 span:nth-child(4) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.15s;
}
#ttl h2 span:nth-child(5) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.2s;
}
#ttl h2 span:nth-child(6) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.25s;
}
#ttl h2 span:nth-child(7) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.3s;
}
#ttl h2 span:nth-child(8) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.4s;
}
#ttl h2 span:nth-child(9) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.45s;
}
#ttl h2 span:nth-child(10) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.5s;
}
#ttl h2 span:nth-child(11) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.55s;
}
#ttl h2 span:nth-child(12) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.6s;
}
#ttl h2 span:nth-child(13) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.65s;
}
#ttl h2 span:nth-child(14) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.65s;
}
#ttl h2 span:nth-child(15) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.6s;
}
#ttl h2 span:nth-child(16) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.55s;
}
#ttl h2 span:nth-child(17) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.5s;
}
#ttl h2 span:nth-child(18) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.45s;
}
#ttl h2 span:nth-child(19) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.4s;
}
#ttl h2 span:nth-child(20) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.35s;
}
#ttl h2 span:nth-child(21) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.3s;
}
#ttl h2 span:nth-child(22) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.25s;
}
#ttl h2 span:nth-child(23) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.2s;
}
#ttl h2 span:nth-child(24) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.15s;
}
#ttl h2 span:nth-child(25) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.1s;
}
#ttl h2 span:nth-child(26) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.05s;
}
#ttl h2 span:nth-child(27) {
  animation: lead 0.5s ease-in-out forwards;
}

@keyframes lead {
  0% {
    opacity: 0;
    transform: matrix(1, 0, 0.2, 1, 0, -18);
  }
  25% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 2);
  }
  50% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -1);
  }
  75% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

/*  #tab
---------------------*/
.tab li:nth-child(1) {
  width: 25vw;
  height: 76px;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  border-radius: 16px 0 0 0;
  float: left;
}

.tab li:nth-child(2) {
  width: 25vw;
  height: 76px;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  line-height: 60px;
  float: left;
}

.tab li:nth-child(3) {
  width: 25vw;
  height: 76px;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  line-height: 60px;
  float: left;
}

.tab li:nth-child(4) {
  width: 25vw;
  height: 76px;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  line-height: 60px;
  border-radius: 0 16px 0 0;
  float: left;
}

.tab li {
  background: #f0f0f0;
}
.tab li.on {
  color: #fff;
  background: #f06c15;
}

.tab li.on a {
  color: #fff;
}
.tab li a {
  display: flex;
  height: 76px;
  line-height: 1.35;
  color: #000;
  align-items: center;
  justify-content: center;
  small {
    font-weight: 400;
  }
}
.tab.on:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -14px;
  width: 28px;
  height: 22px;
}

section.block {
  width: 100vw;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  background: #fff;
  border-radius: 16px 16px 0 0;
  margin-top: 40px;
  box-shadow: 2px 2px 3px rgba(116, 50, 6, 0.1);

  > *:last-child {
    padding-bottom: 56px;
  }
}

section.block h3 {
  font-size: 20px;
  text-align: center;
  position: relative;
  z-index: 10;
  font-weight: 700;
  margin-top: 56px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.block #lead {
  position: relative;
}

section.entry {
  .inner {
    width: 80vw;
    display: flex;
    align-items: center;
    gap: 0.5em;
    flex-direction: column;
    padding: 6.4vw 2.4vw;
    margin: 6.4vw auto 0;
    border-radius: 12px;
    background: #fff7e6;
    text-align: center;
    p {
      font-weight: 600;
    }
    strong {
      color: #f06c15;
    }

    .right {
      margin-top: 6.4vw;
      img {
        width: 70%;
      }
    }
  }

  .btn {
    background: #f06c15;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    width: max-content;
    margin-top: 1em;
    font-weight: 600;
    img {
      width: 17px;
    }
  }
}
@keyframes bar {
  0% {
    width: 0;
  }
  100% {
    width: 90vw;
  }
}

section.block #lead .lead_left {
  margin: 4vw auto 0;
  width: 80vw;
}
section.block #lead .lead_left img {
  width: 100%;
}

section.block #lead .lead_right {
  width: 80vw;
  margin: 4vw auto 16vw;
  dl {
    dt {
      font-weight: 600;
      margin-top: 1em;
      margin-left: -0.5em;
    }
    dd {
      ul {
        font-size: 100%;
        list-style: disc;
        margin-left: 1em;
      }
    }
  }
}

h3.pat {
  background: url(../img/plan/plan_ttl_pat.png);
  width: 100%;
  height: 88px;
  color: #f06c15;
  line-height: 88px !important;
}

h3.pat:before {
  background: url(../img/plan/plan_icon_010.png) no-repeat;
  width: 38px;
  height: 30px;
  content: "";
  display: inline-block;
  padding-right: 20px;
}

h3.pat:after {
  background: url(../img/plan/plan_icon_010.png) no-repeat;
  background-position: right;
  width: 38px;
  height: 30px;
  content: "";
  display: inline-block;
  padding-left: 16px;
}

/* pat
-------------------*/

section.point p {
  width: 80vw;
  margin: 12vw auto;
  background: #fff7e6;
  border-radius: 12px;
  padding: 24px;
}

section.point {
  dl {
    dd {
      p {
        padding: 0;
        background: transparent;
        font-weight: 600;
        width: auto;
        margin-top: 1em;
        margin-bottom: 0.25em;
        margin-left: -0.25em;
      }
    }
  }
}

/*section.point dl dt:nth-child(1):before{
	content: "1.";
	display: inline;
}
section.point dl dt:nth-child(3):before{
	content: "2.";
	display: inline;
}
section.point dl dt:nth-child(5):before{
	content: "3.";
	display: inline;
}*/

section.point dl dt {
  font-size: 20px;
  font-weight: 700;
  margin: 8vw 10vw 2vw;
  line-height: 1.6;
  position: relative;
  padding-left: 32px;
}

section.point dl dt:before {
  background: url(../img/plan/plan_icon_010.png) no-repeat;
  width: 25px;
  height: 20px;
  content: "";
  display: inline-block;
  padding-right: 14px;
  vertical-align: middle;
  background-size: contain;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
}

section.point dl dt small {
  font-size: 12px;
  display: block;
}

section.price dl dt small {
  font-size: 12px;
}

section.point dl dd {
  width: 80vw;
  margin: 0 10vw;
}
section.point .point_left ol {
  counter-reset: item;
  list-style: auto;
}

section.point .point_left ol ol {
  padding-left: 1em;
}

section.point .point_left li {
  display: block;
}

section.point .point_left li:before {
  content: counters(item, "-") " ";
  counter-increment: item;
}
section.point .point_right {
  width: 80vw;
  margin: 15vw auto;
  display: none;
}

section.point .point_right img {
  width: 100%;
}

/* price
-------------------*/

section.price .inner {
  margin: 0 auto 0;
  + p {
    margin-top: 0;
    margin-bottom: 0;
  }
}

section.price dl:first-child {
  margin-top: 10vw;
}
section.price dl {
  margin: 5vw 10vw;
  width: 80vw;
}
section.price dl:nth-child(3) {
  margin-right: 0;
}

section.price dl dt {
  background: #f97b28;
  color: #fff;
  height: 48px;
  width: 80vw;
  line-height: 48px;
  border-radius: 12px 12px 0 0;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

section.price dl dd {
  width: 80vw;
  /* height: 92px; */
  background: #fff7e6;
  border-radius: 0 0 12px 12px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  /* line-height: 92px; */
  padding: 32px 0;
}

section.price dl dd small {
  font-size: 16px;
  font-weight: 400;
  /* line-height: 92px; */
}

section.price p {
  width: 80vw;
  font-size: 12px;
  margin: -17vw auto 16vw;
}

/*  comment
--------------------*/

section.comment {
  background: #fff7e6;
  position: relative;
  width: 100vw;
  padding-top: 4vw;
  padding-bottom: 4vw;
}

section .comment_left {
  width: 100vw;
  text-align: center;
  margin: 8vw 0 0;
}

section .comment_right p {
  width: 80vw;
  margin: 4vw auto 12vw;
}

section.price dl dd small.too {
  font-size: 12px;
  line-height: 0;
}

section.price dl.special.l2 dd {
  line-height: 1.2;
}

section.point dl dd small {
  color: #d51313;
}

.lead_right ul small {
  color: #d51313;
}
