@charset "UTF-8";
.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}
body {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  body {
    font-size: 3.90625vw;
  }
}

.container {
  overflow: hidden;
}

.content {
  margin: 0 auto;
  padding: 0;
}
.content a:hover {
  opacity: 0.7;
}

.cont-wp {
  color: #3c3c3c;
  width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 768px) {
  .cont-wp {
    width: 92%;
  }

  img {
    width: 100%;
  }
}
.kv {
  width: 1200px;
  height: 290px;
  margin: 0 auto 10px;
  background: url("../img/repair_kv_pc.png") no-repeat;
  background-size: contain;
  position: relative;
}
.kv h1 {
  font-size: 5.4rem;
  font-weight: bold;
  line-height: 1.35;
  color: #fff;
  position: absolute;
  top: 16px;
  left: 120px;
}
.kv h1 .little {
  font-size: 3.8rem;
}
.kv h1 .yellow {
  font-size: 6.8rem;
  font-weight: 900;
  color: #ff0;
}
.kv h1 .sub-ttl {
  width: 560px;
  padding: 10px 0 6px;
  font-size: 3rem;
  text-align: center;
  color: #aa4696;
  background-color: #fff;
  position: absolute;
  bottom: -80px;
  left: 0px;
}

.date {
  text-align: right;
}

.lead-area {
  margin-bottom: 60px;
}
.lead-area > p {
  width: 720px;
  margin: 0 auto 60px;
}
.lead-area .toc {
  width: 700px;
  margin: auto;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
.lead-area .toc > ul, .lead-area .toc > div {
  padding: 16px 40px;
  background-color: #eee4f4;
  border: solid 3px #cfa2ca;
}
.lead-area .toc ul li a {
  display: block;
  padding: 7px 0;
}
.lead-area .toc ul li a span {
  display: inline-block;
  position: relative;
}
.lead-area .toc ul li a span::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #aa4696;
  width: 18px;
  height: 18px;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lead-area .toc ul li a span::after {
  position: absolute;
  content: "";
  border-top-width: 2px;
  border-right-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-color: #fff;
  width: 8px;
  height: 8px;
  right: -24px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.lead-area .toc > div {
  border-radius: 20px 20px 0 0;
}
.lead-area .toc > div > p {
  margin-bottom: 10px;
}
.lead-area .toc > div > ul li {
  color: #aa4696;
}
.lead-area .toc > div > ul li a {
  color: #aa4696;
}
.lead-area .toc > div > ul li::before {
  color: #aa4696;
}
.lead-area .toc > div > ul > li > a::before {
  display: inline-block;
  font-size: 100%;
}
.lead-area .toc > div > ul > li ul {
  margin-left: 40px;
  list-style-type: disc;
}
.lead-area .toc > ul {
  border-top-width: 0;
  border-radius: 0 0 20px 20px;
}

p {
  margin-bottom: 30px;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffe492));
  background: linear-gradient(transparent 60%, #ffe492 60%);
}

.notes {
  font-size: 1.6rem;
}

article,
section {
  margin-bottom: 100px;
}
article .sec-ttl,
section .sec-ttl {
  width: 1000px;
  height: 99px;
  margin-bottom: 40px;
  background: url("../img/repair_ttlBg_pc01.png") no-repeat;
  background-size: contain;
  position: relative;
}
article .sec-ttl span,
section .sec-ttl span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
article .sec-ttl-sub,
section .sec-ttl-sub {
  margin: 100px auto 40px;
  padding: 8px 0 4px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #aa78c8;
}
article .sec-ttl-sub2,
section .sec-ttl-sub2 {
  margin: 100px auto 40px;
  padding: 8px 0 4px;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  color: #aa4696;
  border: 2px solid #aa4696;
}
article .txt-lead,
section .txt-lead {
  font-size: 2.4rem;
  font-weight: bold;
  color: #aa4696;
}
article .dtl-ttl,
section .dtl-ttl {
  margin: 60px auto 30px;
  font-size: 2.6rem;
  font-weight: bold;
  border-bottom: 3px solid #aa4696;
  color: #aa4696;
  position: relative;
}
article .dtl-ttl-dec,
section .dtl-ttl-dec {
  margin: 60px auto 16px;
}
article .dtl-ttl-dec span,
section .dtl-ttl-dec span {
  padding: 0 0 4px 60px;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 3px solid #aa4696;
  background: url("../img/ttlBg_02.png") no-repeat;
  background-size: 50px auto;
  background-position: center left;
}
article figure,
section figure {
  margin-bottom: 30px;
}
article figure img,
section figure img {
  display: block;
  margin: auto;
}
article figure figcaption,
section figure figcaption {
  width: 600px;
  margin: 0 auto;
  text-align: right;
}
article .intro,
section .intro {
  margin-top: 100px;
  padding: 40px 80px;
  background-image: url("../img/repair_bg_intro.png");
}
article .intro .txt-lead,
section .intro .txt-lead {
  margin-bottom: 30px;
  line-height: 1.5;
  text-align: center;
  color: #3c3c3c;
}
article .intro .intro-ttl,
section .intro .intro-ttl {
  margin: 0 0 30px 30px;
  text-align: left;
  position: relative;
}
article .intro .intro-ttl::before,
section .intro .intro-ttl::before {
  content: "■";
  color: #aa4696;
  position: absolute;
  left: -30px;
}
article .intro .intro-ttl span,
section .intro .intro-ttl span {
  font-size: 1.8rem;
}
article .intro .intro-dtl,
section .intro .intro-dtl {
  margin-bottom: 30px;
}
article .intro .intro-dtl p,
section .intro .intro-dtl p {
  margin-bottom: 0px;
  font-size: 2.4rem;
  font-weight: bold;
}
article .intro .intro-dtl p:last-child,
section .intro .intro-dtl p:last-child {
  font-weight: normal;
}
article .intro b,
section .intro b {
  padding-left: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ed1a3a;
}
article .intro b span,
section .intro b span {
  font-size: 3rem !important;
}
article .intro ul,
section .intro ul {
  margin-bottom: 30px;
}
article .intro ul li,
section .intro ul li {
  padding-left: 1.3rem;
  text-indent: -1.3rem;
  position: relative;
}
article .intro ul li::before,
section .intro ul li::before {
  content: "※ ";
  font-size: 100%;
}
article .intro .pit-price,
section .intro .pit-price {
  margin-bottom: 40px;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
article .intro .pit-price p,
section .intro .pit-price p {
  margin-bottom: 0;
  text-align: center;
}
article .intro .pit-price .txt-link,
section .intro .pit-price .txt-link {
  margin: 0 auto 4px;
}
article .intro p:last-child,
section .intro p:last-child {
  margin-bottom: 0;
}
article .bg-gray,
section .bg-gray {
  margin-top: 100px;
  padding: 30px 80px;
  background-color: #f4f4f4;
}
article .bg-gray .gray-ttl,
section .bg-gray .gray-ttl {
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #aa4696;
}
article .bg-gray ol,
section .bg-gray ol {
  list-style-type: none;
  counter-reset: item;
}
article .bg-gray ol li,
section .bg-gray ol li {
  margin-bottom: 30px;
  padding-left: 1.8rem;
  text-indent: -1.8rem;
}
article .bg-gray ol li::before,
section .bg-gray ol li::before {
  counter-increment: item;
  content: counter(item) ". ";
  color: #aa4696;
}
article .bg-gray ol li:last-child,
section .bg-gray ol li:last-child {
  margin-bottom: 0;
}
article .bg-gray p:last-child,
section .bg-gray p:last-child {
  margin-bottom: 0;
}
article .rec-area,
section .rec-area {
  margin: 100px auto;
}
article .rec-area > .txt-lead,
section .rec-area > .txt-lead {
  padding: 10px 40px 6px;
  color: #fff;
  background-color: #aa4696;
  border: 4px solid #aa4696;
  border-bottom-width: 0;
  border-radius: 10px 10px 0 0;
}
article .rec-area > .txt-lead span,
section .rec-area > .txt-lead span {
  font-size: 1.8rem;
}
article .rec-area .rec,
section .rec-area .rec {
  padding: 40px;
  border: 4px solid #aa4696;
  border-top-width: 0;
  border-radius: 0 0 10px 10px;
}
article .p-link,
section .p-link {
  color: #0088cf;
  border-bottom: 1px solid #0088cf;
  position: relative;
}
article .btn-link,
section .btn-link {
  text-align: center;
  margin-bottom: 0;
}
article .btn-link a,
section .btn-link a {
  display: block;
  width: 460px;
  margin: 0 auto;
  padding: 14px 14px 14px 0;
  font-size: 1.8rem;
  color: #ed1a3a;
  font-weight: bold;
  background-color: #fff;
  border: 2px solid #ed1a3a;
  border-radius: 8px;
}
article .btn-link a span,
section .btn-link a span {
  position: relative;
}
article .btn-link a span::before,
section .btn-link a span::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #ed1a3a;
  width: 18px;
  height: 18px;
  right: -28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
article .btn-link a span::after,
section .btn-link a span::after {
  position: absolute;
  content: "";
  border-top-width: 2px;
  border-right-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-color: #fff;
  width: 8px;
  height: 8px;
  right: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
article .txt-link,
section .txt-link {
  margin-bottom: 50px;
  text-align: center;
}
article .txt-link a,
section .txt-link a {
  padding-right: 34px;
  font-size: 2.2rem;
  color: #ed1a3a;
  font-weight: bold;
  border-bottom: 2px solid #ed1a3a;
}
article .txt-link a span,
section .txt-link a span {
  position: relative;
}
article .txt-link a span::before,
section .txt-link a span::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #ed1a3a;
  width: 18px;
  height: 18px;
  right: -28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
article .txt-link a span::after,
section .txt-link a span::after {
  position: absolute;
  content: "";
  border-top-width: 2px;
  border-right-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-color: #fff;
  width: 8px;
  height: 8px;
  right: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.cast-txt-lead {
  margin: 60px 0 20px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #3c3c3c;
}

.cast-area {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.3;
}
.cast-area .cast {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 60px;
}
.cast-area .cast .cast-ttl {
  background-color: #e5f1f9;
  font-size: 1.8rem;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 10px;
}
.cast-area .cast .name {
  margin-bottom: 10px;
}
.cast-area .cast .name span {
  display: block;
}
.cast-area .cast .cast-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.cast-area .cast .cast-img .img-left {
  width: 33%;
}
.cast-area .cast .cast-img .img-left img {
  width: 100%;
}
.cast-area .cast .cast-img .img-right {
  width: 63%;
}
.cast-area .cast .cast-img .img-right img {
  width: 100%;
}
.cast-area .cast .cast-img-single {
  margin: 0 auto 10px;
  width: 38%;
}
.cast-area .cast .cast-img-single img {
  width: 100%;
}
.cast-area .cast .cast-lead {
  font-size: 1.4rem;
  margin-bottom: 14px;
}
.cast-area .cast .cast-detail {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cast-area .cast .cast-detail li {
  margin-right: 5px;
  background-color: #ececec;
  border: 1px solid #464646;
  font-size: 1.4rem;
  padding: 2px 10px;
  margin-bottom: 5px;
}
.cast-area .cast .price {
  margin-bottom: 0;
  text-align: right;
  color: #ed1a3a;
  font-weight: bold;
  font-size: 1.4rem;
}
.cast-area .cast .price span {
  font-size: 2.6rem;
}
.cast-area .cast:nth-child(3n) {
  margin-right: 0;
}
.cast-area .cast:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.first .level-link {
  margin-top: 100px;
}
.first .level-link .txt-lead::after, .first .level-link .txt-lead::before {
  width: 420px;
  height: 2px;
  content: "";
  background: #3c3c3c;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.first .level-link .txt-lead {
  color: #3c3c3c;
  text-align: center;
  position: relative;
}
.first .level-link .txt-lead::before {
  left: 0;
}
.first .level-link .txt-lead::after {
  right: 0;
}
.first .level-link .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.first .level-link .flexbox a {
  width: 48%;
  padding: 20px 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #eee4f4;
  border: 2px solid #aa4696;
  border-radius: 10px;
  position: relative;
}
.first .level-link .flexbox a p {
  margin-bottom: 0;
}
.first .level-link .flexbox a > p {
  width: 42%;
}
.first .level-link .flexbox a > p img {
  width: 100%;
}
.first .level-link .flexbox a > div {
  width: 54%;
}
.first .level-link .flexbox a > div p:first-child {
  margin-bottom: 10px;
  font-size: 24px;
}
.first .level-link .flexbox a::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #aa4696;
  width: 18px;
  height: 18px;
  right: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: auto;
  bottom: 13px;
  -webkit-transform: translateX(7%);
          transform: translateX(7%);
}
.first .level-link .flexbox a::after {
  position: absolute;
  content: "";
  border-top-width: 2px;
  border-right-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-color: #fff;
  width: 8px;
  height: 8px;
  right: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  top: auto;
  bottom: 20px;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
}
.first .bg-gray .last-nots {
  margin-top: 30px;
  padding-left: 1.8rem;
  text-indent: -1.8rem;
}
.first .intro .compare {
  width: 700px;
  margin: 0 auto 30px;
}
.first .intro .compare p {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: bold;
}
.first .intro .compare > p {
  margin-bottom: 10px;
}
.first .intro .compare .flexbox {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.first .intro .compare .flexbox > div {
  width: 48%;
}
.first .intro .compare .flexbox > div img {
  width: 100%;
}
.first .intro .compare .flexbox > div p:nth-child(1) {
  padding: 4px 0;
  text-align: center;
  color: #fff;
}
.first .intro .compare .flexbox > div:nth-child(1) p:nth-child(1) {
  background-color: #595959;
}
.first .intro .compare .flexbox > div:nth-child(2) p:nth-child(1) {
  background-color: #faaa14;
}

.faq {
  margin-bottom: 10px;
}
.faq h2 {
  padding-bottom: 10px;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: #aa4696;
  border-bottom: 5px solid #aa4696;
}
.faq > div {
  margin-bottom: 40px;
}
.faq > div p, .faq > div h3 {
  margin-bottom: 0;
  padding: 10px 0 10px 60px;
}
.faq > div h3 {
  font-size: 2.4rem;
  font-weight: bold;
  background: url("../img/repair_icon_que.png") no-repeat;
  background-size: 45px auto;
  background-position: top 6px left 0;
  border-bottom-width: 0;
}
.faq > div p {
  background: url("../img/repair_icon_ans.png") no-repeat;
  background-size: 45px auto;
  background-position: top 6px left 0;
}
.faq .intro {
  margin-bottom: 0;
}

.date-02 {
  margin-bottom: 100px;
  text-align: center;
}

@media (max-width: 768px) {
  .kv {
    width: 100%;
    height: 61.1979166667vw;
    margin: 0 0 2.6041666667vw;
    background: url("../img/repair_kv_sp.png") no-repeat;
    background-size: contain;
  }
  .kv h1 {
    font-size: 7.8125vw;
    top: 5.7291666667vw;
    left: 2.6041666667vw;
  }
  .kv h1 .shadow {
    text-shadow: 0vw 0vw 1.8229166667vw #aa78c8, 0vw 0vw 1.8229166667vw #aa78c8, 0vw 0vw 1.8229166667vw #aa78c8, 0vw 0vw 1.8229166667vw #aa78c8, 0vw 0vw 1.8229166667vw #aa78c8, 0vw 0vw 1.8229166667vw #aa78c8, 0vw 0vw 1.8229166667vw #aa78c8, 0vw 0vw 1.8229166667vw #aa78c8, 0vw 0vw 1.8229166667vw #aa78c8, 0vw 0vw 1.8229166667vw #aa78c8, 0.78125vw 0vw 1.8229166667vw #aa78c8, 0vw 0vw 1.8229166667vw #aa78c8, 0vw 0vw 1.8229166667vw #aa78c8;
  }
  .kv h1 .little {
    font-size: 6.25vw;
  }
  .kv h1 .yellow {
    font-size: 9.6354166667vw;
  }
  .kv h1 .sub-ttl {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 88.5416666667vw;
    padding: 1.5625vw 1.3020833333vw 1.0416666667vw 2.6041666667vw;
    font-size: 4.9479166667vw;
    text-align: right;
    bottom: -15.625vw;
    left: -2.6041666667vw;
  }

  .lead-area {
    margin-bottom: 7.8125vw;
  }
  .lead-area > p {
    width: 100%;
    margin: 0 auto 7.8125vw;
  }
  .lead-area .toc {
    width: 100%;
    font-size: 3.90625vw;
    line-height: 1.8;
  }
  .lead-area .toc > ul, .lead-area .toc > div {
    padding: 5.2083333333vw;
    border-width: 0;
  }
  .lead-area .toc ul li a {
    padding: 1.3020833333vw 0;
  }
  .lead-area .toc ul li a span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .lead-area .toc ul li a span::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    background: #aa4696;
    width: 3.90625vw;
    height: 3.90625vw;
    right: -5.7291666667vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .lead-area .toc ul li a span::after {
    position: absolute;
    content: "";
    border-top-width: 0.5208333333vw;
    border-right-width: 0.5208333333vw;
    border-top-style: solid;
    border-right-style: solid;
    border-color: #fff;
    width: 1.5625vw;
    height: 1.5625vw;
    right: -4.296875vw;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .lead-area .toc > div {
    margin-bottom: 1.3020833333vw;
  }
  .lead-area .toc > div > p {
    margin-bottom: 2.6041666667vw;
  }
  .lead-area .toc > div > ul > li > a {
    position: relative;
  }
  .lead-area .toc > div > ul > li > a::before {
    position: absolute;
    top: 0.6510416667vw;
    left: 0;
  }
  .lead-area .toc > div > ul > li ul {
    margin-left: 7.8125vw;
  }
  p {
    margin-bottom: 7.8125vw;
  }

  .notes {
    font-size: 3.3854166667vw;
  }

  article,
section {
    margin-bottom: 10.4166666667vw;
  }
  article .sec-ttl,
section .sec-ttl {
    width: 100%;
    height: 27.34375vw;
    margin-bottom: 7.8125vw;
    background: url("../img/repair_ttlBg_sp01.png") no-repeat;
    background-size: contain;
  }
  article .sec-ttl span,
section .sec-ttl span {
    font-size: 5.2083333333vw;
    line-height: 1.5;
    bottom: 3.125vw;
  }
  article .sec-ttl-sub,
section .sec-ttl-sub {
    margin: 10.4166666667vw auto 7.8125vw;
    padding: 2.0833333333vw 0 1.5625vw;
    font-size: 4.9479166667vw;
    line-height: 1.3;
  }
  article .sec-ttl-sub2,
section .sec-ttl-sub2 {
    margin: 10.4166666667vw auto 7.8125vw;
    padding: 1.5625vw 0 1.0416666667vw;
    font-size: 4.6875vw;
    line-height: 1.3;
  }
  article .txt-lead,
section .txt-lead {
    font-size: 4.4270833333vw;
  }
  article .dtl-ttl,
section .dtl-ttl {
    margin: 10.4166666667vw auto 3.90625vw;
    font-size: 4.9479166667vw;
  }
  article .dtl-ttl span,
section .dtl-ttl span {
    margin: 0 5.2083333333vw 0 1.3020833333vw;
    padding: 0 2.0833333333vw;
  }
  article .dtl-ttl-dec,
section .dtl-ttl-dec {
    margin: 7.8125vw auto 3.90625vw;
  }
  article .dtl-ttl-dec span,
section .dtl-ttl-dec span {
    padding: 0 0 0.78125vw 10.4166666667vw;
    font-size: 3.90625vw;
    background-size: 7.8125vw auto;
  }
  article figure,
section figure {
    margin-bottom: 3.90625vw;
  }
  article figure img,
section figure img {
    width: 80%;
  }
  article figure figcaption,
section figure figcaption {
    width: 80%;
  }
  article figure .notes,
section figure .notes {
    line-height: 1.3;
  }
  article .intro,
section .intro {
    margin-top: 13.0208333333vw;
    padding: 5.2083333333vw 5.2083333333vw 7.8125vw;
  }
  article .intro .txt-lead,
section .intro .txt-lead {
    margin-bottom: 3.90625vw;
  }
  article .intro .txt-lead span,
section .intro .txt-lead span {
    font-size: 3.90625vw;
  }
  article .intro .sp-small,
section .intro .sp-small {
    font-size: 3.90625vw;
  }
  article .intro .intro-ttl,
section .intro .intro-ttl {
    margin: 0 0 3.90625vw 3.90625vw;
  }
  article .intro .intro-ttl::before,
section .intro .intro-ttl::before {
    left: -5.2083333333vw;
  }
  article .intro .intro-ttl span,
section .intro .intro-ttl span {
    font-size: 3.6458333333vw;
  }
  article .intro .intro-dtl,
section .intro .intro-dtl {
    margin-bottom: 7.8125vw;
  }
  article .intro .intro-dtl p,
section .intro .intro-dtl p {
    font-size: 4.4270833333vw;
  }
  article .intro b,
section .intro b {
    display: block;
    padding-left: 3.90625vw;
    font-size: 3.6458333333vw;
  }
  article .intro b span,
section .intro b span {
    font-size: 5.46875vw !important;
  }
  article .intro ul,
section .intro ul {
    margin-bottom: 7.8125vw;
  }
  article .intro ul li,
section .intro ul li {
    padding-left: 1.2rem;
    text-indent: -1.2rem;
  }
  article .bg-gray,
section .bg-gray {
    margin-top: 10.4166666667vw;
    padding: 2.6041666667vw;
  }
  article .bg-gray .gray-ttl,
section .bg-gray .gray-ttl {
    margin: 0 auto 1.3020833333vw;
    font-size: 4.4270833333vw;
    font-weight: bold;
  }
  article .bg-gray ol,
section .bg-gray ol {
    list-style-type: none;
  }
  article .bg-gray ol li,
section .bg-gray ol li {
    margin-bottom: 7.8125vw;
  }
  article .rec-area,
section .rec-area {
    margin: 10.4166666667vw auto;
  }
  article .rec-area > .txt-lead,
section .rec-area > .txt-lead {
    padding: 2.34375vw 2.6041666667vw 2.0833333333vw;
    line-height: 1.3;
    border-width: 3px;
    border-bottom-width: 0;
  }
  article .rec-area > .txt-lead span,
section .rec-area > .txt-lead span {
    display: block;
    font-size: 3.90625vw;
  }
  article .rec-area .rec,
section .rec-area .rec {
    padding: 2.6041666667vw;
    border-width: 3px;
    border-top-width: 0;
  }
  article .btn-link a,
section .btn-link a {
    width: 78.125vw;
    margin: 0 auto;
    padding: 3.3854166667vw 3.3854166667vw 3.3854166667vw 0;
    font-size: 3.90625vw;
  }
  article .btn-link a span::before,
section .btn-link a span::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    background: #ed1a3a;
    width: 3.90625vw;
    height: 3.90625vw;
    right: -5.3385416667vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  article .btn-link a span::after,
section .btn-link a span::after {
    position: absolute;
    content: "";
    border-top-width: 0.5208333333vw;
    border-right-width: 0.5208333333vw;
    border-top-style: solid;
    border-right-style: solid;
    border-color: #fff;
    width: 1.5625vw;
    height: 1.5625vw;
    right: -3.90625vw;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  article .txt-link,
section .txt-link {
    margin-bottom: 7.8125vw;
  }
  article .txt-link a,
section .txt-link a {
    padding-right: 5.46875vw;
    font-size: 4.1666666667vw;
    line-height: 1.8;
  }
  article .txt-link a span::before,
section .txt-link a span::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    background: #ed1a3a;
    width: 3.90625vw;
    height: 3.90625vw;
    right: -5.3385416667vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  article .txt-link a span::after,
section .txt-link a span::after {
    position: absolute;
    content: "";
    border-top-width: 0.5208333333vw;
    border-right-width: 0.5208333333vw;
    border-top-style: solid;
    border-right-style: solid;
    border-color: #fff;
    width: 1.5625vw;
    height: 1.5625vw;
    right: -3.90625vw;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }

  .cast-txt-lead {
    margin: 7.8125vw 0 3.90625vw;
    font-size: 4.4270833333vw;
  }

  .cast-area {
    display: block;
  }
  .cast-area .cast {
    width: 100%;
    margin-right: 0;
    margin-bottom: 7.8125vw;
  }
  .cast-area .cast .cast-ttl {
    font-size: 3.90625vw;
    padding: 2.6041666667vw 0;
    margin-bottom: 2.6041666667vw;
  }
  .cast-area .cast .name {
    font-size: 3.6458333333vw;
  }
  .cast-area .cast .cast-img {
    margin-bottom: 1.3020833333vw;
  }
  .cast-area .cast .cast-img-single {
    margin: 0 auto 1.3020833333vw;
  }
  .cast-area .cast .cast-lead {
    font-size: 3.125vw;
    margin-bottom: 1.8229166667vw;
  }
  .cast-area .cast .cast-detail {
    margin-bottom: 1.3020833333vw;
  }
  .cast-area .cast .cast-detail li {
    margin-right: 1.3020833333vw;
    font-size: 3.125vw;
    padding: 0.2604166667vw 1.3020833333vw;
    margin-bottom: 0.6510416667vw;
  }
  .cast-area .cast .price {
    font-size: 3.3854166667vw;
  }
  .cast-area .cast .price span {
    font-size: 5.46875vw;
  }
  .cast-area .cast:nth-last-child(-n+3) {
    margin-bottom: 7.8125vw;
  }

  .first .level-link {
    margin-top: 10.4166666667vw;
  }
  .first .level-link .txt-lead::after, .first .level-link .txt-lead::before {
    width: 31.25vw;
  }
  .first .level-link .txt-lead::before {
    left: 0;
  }
  .first .level-link .txt-lead::after {
    right: 0;
  }
  .first .level-link .flexbox {
    display: block;
  }
  .first .level-link .flexbox a {
    width: 100%;
    padding: 3.90625vw 3.90625vw 7.8125vw;
  }
  .first .level-link .flexbox a > div p:first-child {
    margin-bottom: 2.6041666667vw;
    font-size: 4.4270833333vw;
  }
  .first .level-link .flexbox a::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    background: #aa4696;
    width: 3.90625vw;
    height: 3.90625vw;
    right: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: auto;
    bottom: 2.4739583333vw;
    -webkit-transform: translateX(40%);
            transform: translateX(40%);
  }
  .first .level-link .flexbox a::after {
    position: absolute;
    content: "";
    border-top-width: 0.5208333333vw;
    border-right-width: 0.5208333333vw;
    border-top-style: solid;
    border-right-style: solid;
    border-color: #fff;
    width: 1.5625vw;
    height: 1.5625vw;
    right: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    top: auto;
    bottom: 3.90625vw;
    -webkit-transform: translateX(20%) rotate(135deg);
            transform: translateX(20%) rotate(135deg);
  }
  .first .level-link .flexbox a:first-child {
    margin-bottom: 7.8125vw;
  }
  .first .bg-gray .last-nots {
    margin-top: 7.8125vw;
  }
  .first .intro .compare {
    width: 100%;
    margin: 0 auto 7.8125vw;
  }
  .first .intro .compare p {
    font-size: 4.1666666667vw;
  }
  .first .intro .compare > p {
    margin-bottom: 1.3020833333vw;
  }
  .first .intro .compare .flexbox {
    margin-bottom: 3.90625vw;
  }
  .first .intro .compare .flexbox > div p:nth-child(1) {
    padding: 0.2604166667vw 0;
  }

  .faq {
    margin-bottom: 1.3020833333vw;
  }
  .faq h2 {
    margin-bottom: 7.8125vw;
    padding-bottom: 1.3020833333vw;
    font-size: 4.9479166667vw;
    border-width: 3px;
  }
  .faq > div {
    margin-bottom: 7.8125vw;
  }
  .faq > div p, .faq > div h3 {
    padding: 1.3020833333vw 0 1.3020833333vw 7.8125vw;
    background-position: top 1.8229166667vw left 0;
  }
  .faq > div h3 {
    font-size: 4.1666666667vw;
    background-size: 6.5104166667vw auto;
  }
  .faq > div p {
    background-size: 6.5104166667vw auto;
  }

  .date-02 {
    margin-bottom: 10.4166666667vw;
  }
}
/*# sourceMappingURL=style.css.map */