@charset "UTF-8";

#wrap {
  margin-top: 170px;
}

#mv {
  height: 814px;
  width: 100%;
  min-width: 900px;
  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;
  left: 50%;
  margin-left: -683px;
  top: -10px;
  z-index: -1;
}

#ttl {
  position: relative;
  font-weight: 700;
}

#ttl h2 {
  position: relative;
  z-index: 10;
  font-size: 20px !important;
  padding-top: 80px;
  text-align: center;
  text-shadow: 1px 1px 1px #fff;
  display: block;
  margin-left: 88px;
}

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

#ttl .dog_img {
  position: absolute;
  left: 56.5%;
  margin-left: -464px;
  top: 33px;
}
#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.45s;
}
#ttl h2 span:nth-child(12) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.4s;
}
#ttl h2 span:nth-child(13) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.35s;
}
#ttl h2 span:nth-child(14) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.3s;
}
#ttl h2 span:nth-child(15) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.25s;
}
#ttl h2 span:nth-child(16) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.2s;
}
#ttl h2 span:nth-child(17) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.15s;
}
#ttl h2 span:nth-child(18) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.1s;
}
#ttl h2 span:nth-child(19) {
  animation: lead 0.5s ease-in-out forwards;
  animation-delay: 0.05s;
}
#ttl h2 span:nth-child(20) {
  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 {
  display: flex;

  li {
    flex: 1;
  }
}

.tab li:nth-child(1) {
  /* width: 236.5px; */
  height: 76px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 76px;
  border-radius: 16px 0 0 0;
  /* float: left; */
}
.tab li:nth-child(2) {
  /* width: 236.5px; */
  height: 76px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 76px;
  /* float: left; */
}
.tab li:nth-child(3) {
  /* width: 236.5px; */
  height: 76px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 76px;
  /* float: left; */
}
.tab li:nth-child(4) {
  width: 236.5px;
  height: 76px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 76px;

  /* float: left; */
}

.tab li:last-child {
  border-radius: 0 16px 0 0;
}
.tab li {
  background: #f0f0f0;
}
.tab li.on {
  color: #fff;
  background: #f06c15;
}

.tab li.on a {
  color: #fff;
}
.tab li a {
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 236.5px; */
  height: 76px;
  line-height: 1.5;
  color: #4d3e37;
}

.tab li a small {
  font-size: 13px;
  display: block;
  font-weight: 500;
}
.tab.on:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -14px;
  width: 28px;
  height: 22px;
}

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

section.block h3 {
  font-size: 32px;
  text-align: center;
  position: relative;
  z-index: 10;
  font-weight: 700;
  margin-top: 56px;
  line-height: 1.5;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

section.block h3.pat {
  width: 100%;
  line-height: 88px;
}

section.block h3 span {
  position: relative;
  z-index: 11;
}
section.block #lead {
  position: relative;
  margin-bottom: 88px;
}

section.block #lead h3:before {
  position: absolute;
  content: "";
  height: 24px;
  background: #fcf1b2;
  width: 0px;
  left: 0;
  bottom: 0px;
  /* margin-left: -350px; */
  z-index: 1;
  animation: bar 0.3s ease-in-out forwards;
  animation-delay: 0.5s;
  vertical-align: middle;
}

@keyframes bar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

section.block #lead .lead_left {
  margin-left: 72px;
  float: left;
  margin-top: 48px;
  width: 300px;
}

section.block #lead .lead_left img {
  width: 100%;
}

section.block #lead .lead_right {
  width: 420px;
  float: left;
  margin-left: 48px;
  margin-top: 48px;

  dl {
    dt {
      font-weight: 600;
      margin-top: 1em;
      margin-left: -0.5em;
    }
    dd {
      ul {
        font-size: 100%;
        list-style: disc;
        margin-left: 1em;
      }
    }
  }
}

section.block #lead .lead_right ul {
  font-size: 12px;
}
section.block #lead .lead_right ul small {
  color: #d51313;
}
h3.pat {
  background: url(../img/plan/plan_ttl_pat.png);
  width: 100%;
  height: 88px;
  color: #f06c15;
  line-height: 88px;
}

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 {
  margin-bottom: 88px;
}

section.point dl dt:before {
  background: url(../img/plan/plan_icon_010.png) no-repeat;
  width: 38px;
  height: 30px;
  content: "";
  display: inline-block;
  padding-right: 14px;
  vertical-align: middle;
}

section.point dl dt {
  font-size: 20px;
  font-weight: 700;
  margin: 64px 0 0 64px;
  display: flex;
  line-height: 1.5;
  align-items: center;
}

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

section.point dl dd {
  width: 500px;
  margin-top: 16px;
  margin-left: 64px;
}
section.point dl dd small {
  color: #d51313;
}

section.point > p {
  font-size: 16px;
  text-align: center;
  margin: 48px auto 0;
  font-weight: 400;
  width: 836px;
  background: #fff7e6;
  border-radius: 12px;
  padding: 24px;
}
section.point > p strong {
  color: #f06c15;
}

section.point .point_left {
  float: left;
  width: 60%;
}

section.point .point_left {
  p {
    margin-top: 2em;
    margin-bottom: 0.25em;
    margin-left: -0.25em;
    strong {
      /* color: #f06c15; */
      font-weight: 600;
      font-size: 16px;
    }
  }
}

section.point .point_left ol {
  counter-reset: item;
}

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 {
  float: right;
  margin-top: 64px;
  margin-right: 72px;
}

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

section.price .inner {
  width: 836px;
  margin: 56px auto 72px;
}

section.price dl {
  float: left;
}
section.price dl:not(:last-child) {
  margin-right: 16px;
}
section.price dl:nth-child(3) {
  margin-right: 0;
}

section.price dl dt {
  background: #f97b28;
  color: #fff;
  height: 48px;
  width: 268px;
  line-height: 48px;
  border-radius: 12px 12px 0 0;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
section.price .inner_l2 {
  padding-top: 24px !important;
}
section.price dl dt small {
  font-size: 12px;
}
section.price dl.wide dt,
section.price dl.wide dd {
  width: 836px !important;
}
section.price dl.l2 dt,
section.price dl.l2 dd {
  width: 410px !important;
}
section.price dl.l2.last {
  margin-right: 0 !important;
}

section.price dl dd {
  width: 268px;
  min-height: 92px;
  background: #fff7e6;
  border-radius: 0 0 12px 12px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  /* line-height: 92px; */
}

section.price dl.special.l1 dt {
  width: 836px;
}

section.price dl.special.l1 .inner {
  margin-top: 0;
  margin-bottom: 0;
}

section.price dl.special.l2 dd {
  padding-top: 18px;
  padding-bottom: 18px;
  line-height: 1.35;
}

section.price dl dd small {
  font-size: 16px;
  font-weight: 400;
}

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

section.price p {
  width: 836px;
  margin: -64px auto 64px;
  line-height: 1.3;
}

section.price p small {
  font-size: 12px;
  line-height: 1.5;
  display: block;
  margin-top: 8px;
}

section.price.l5 dl:nth-child(3),
section.price.l5 dl:nth-child(5) {
  margin-right: 0 !important;
}
section.price.l5 dl {
  margin-right: 16px !important;
}

section.price.l5 dl:nth-child(4),
section.price.l5 dl:nth-child(5) {
  margin-top: 16px;
}

/* entry
--------------------*/

section.entry .inner {
  width: 836px;
  padding: 32px;
  margin: 56px auto 72px;
  text-align: center;
  border-radius: 12px;
  background: #fff7e6;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  .left {
    text-align: left;
    font-size: 18px;
    strong {
      color: #f06c15;
    }
  }
  p {
    font-weight: 600;
  }
  img {
    width: 212px;
  }
  .btn {
    background: #f06c15;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    width: max-content;
    margin: 16px 0 0 !important;
    img {
      width: 17px;
    }
  }
}

section.entry .inner .btn {
  margin: 16px auto;
}

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

section.comment {
  margin-top: 24px;
  background: #fff7e6;
  height: 152px;
  position: relative;
  width: 100%;
  margin-bottom: 32px;
}

section .comment_left {
  position: absolute;
  left: 80px;
  top: -16px;
}

section .comment_right p {
  padding-top: 32px;
  margin-left: 310px;
  width: 570px;
}
