@charset "UTF-8";

#dir_path {
  padding: 10px 12px 8px;
  background: #eee;
}

.breadcrumb {
  margin: 60px 0 0;
} 

/* unique */
#wrap h2.border {
  position: relative;
  margin: 0 0 20px;
  padding-top: 20px;
  color: #00a5be;
  font-weight: bold;
  font-size: 24px;
}

#wrap h2.border::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #00a5be;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

.application {
  margin-top: 5px !important;
}

.campaign_bnr {
  padding: 15px 0 0;
}

.features #features .bg_grey {
  background: #fff !important;
}
.preview_wrap.-pc {
  display: flex;
  width: 870px;
  align-items: center;
  margin: 30px auto 0;
}

.preview_wrap.-sp {
  display: none;
}

.preview_title {
  position: relative;
}

.preview_img {
  width: 250px;
  height: auto;
  margin-right: 30px;
  padding: 15px;
}

.preview_img_wrap {
  margin: 15px 0 0;
  text-align: center;
}

.preview_img img {
  max-width: 100%;
  width: unset;
  height: auto;
}

.preview_information {
  width: calc(100% - 280px);
}

.preview_title {
  position: relative;
}

.preview_title::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -22px;
  left: 0;
  width: 100%;
  height: 4px;
  margin: 10px auto 0;
  background: rgb(0,0,0);
  background: radial-gradient(circle, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%, rgba(0,0,0,0.4) 100%);
  border-radius: 0 0 100% 100%;
}

.preview_title > * {
  display: block;
}

.preview_maker {
  margin-bottom: 5px;
  font-size: 14px;
}

.preview_name {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
}

.preview_price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.preview_price_area {
  position: relative;
  padding-left: 50px;
}


.preview_price_area::after {
  background: url(/kaden/_assets/images/common/i_guarantee_box.svg) no-repeat;
  content: "";
  z-index: 1;
  bottom: 13px;
  position: absolute;
  bottom: 10px;
  left: 0;
  margin: auto;
  width: 42px;
  height: 39px;
  font-size: 37px;
}

.preview_price > * {
  display: block;
  font-size: 16px;
  position: relative;
}

.preview_price_area_inner {
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4px;
  color: #ee0d5c;
  line-height: 1.2;
}

.preview_price_area_inner::before {
  content: '';
  z-index: -1;
  position: absolute;
  left: -70px;
  bottom: 9px;
  right: 0;
  width: 110%;
  height: 20px;
  margin: auto;
  background: url(/kaden/_assets/images/common/bg_shadow-yellow.webp) no-repeat;
  background-size: cover;
}

.preview_head_txt {
  margin-right: 24px;
  padding-bottom: 13px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-right: 12px;
}

.preview_price_txt {
  position: relative;
}

.preview_price_txt {
  font-weight: bold;
  font-size: 30px;
}

.preview_price_txt em {
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  font-size: 74px;
  letter-spacing: -0.06em;
}
.preview_price_txt.text em {
  font-size: 52px;
}
.preview_time_stamp {
  color: #333;
  font-size: 10px;
  text-align: right;
}

@media (max-width: 768px) {
  .breadcrumb {
    margin: 30px 0 0;
  } 
  .application > .app_btn span {
    font-size: 10px;
  }
  .preview_wrap.-pc {
    display: none;
  }

  .preview_wrap.-sp {
    display: block;
    margin-top: 20px;
  }

  .preview_title {
    margin-top: 12px;
    padding: 0 20px 8px;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline;
  }

  .preview_title::before {
    bottom: 0px;
    width: 80%;
    margin: 10px auto 0;
  }

  .preview_maker {
    margin-right: 5px;
    display: block;
    width: 100%;
  }

  .preview_name {
    font-size: 100%;
    margin-bottom: 0;
  }
  .preview_img_wrap {
    margin: 0;
  }
  .preview_img {
    width: 70%;
    margin: 0 auto;
    background: transparent;
    padding: 0;
  }

  .preview_price {
    position: relative;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 28px;
    padding-left: 35px;
  }
  
  .preview_price::before {
    background: url(/kaden/_assets/images/common/i_guarantee_box.svg) no-repeat;
    content: "";
    z-index: 1;
    top: 23px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 42px;
    height: 39px;
    font-size: 37px;
  }
  
  .preview_price > * {
    display: block;
    font-size: 16px;
  }

  .preview_price_area {
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 4px;
    padding-left: 0;
    color: #ee0d5c;
    line-height: 1.2;
    width: 95%;
  }

  .preview_price_area::after {
    content: none;
  }
  .preview_price_area::before {
    content: '';
    z-index: -1;
    position: absolute;
    left: -70px;
    bottom: 0px;
    right: 0;
    width: 130%;
    height: 20px;
    margin: auto;
    background: url(/kaden/_assets/images/common/bg_shadow-yellow.webp) no-repeat;
    background-size: cover;
}
  .preview_head_txt {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 87.5%;
    letter-spacing: 0.1em;
    width: 2.5em;
    margin-right: 0;
  }

  .preview_price_txt em {
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    font-size: 52px;
    letter-spacing: -0.06em;
  }

  .preview_price_txt {
    font-weight: bold;
    font-size: 20px;
  }
  .preview_price_txt.text em {
    font-size: 42px;
    margin-left: 5vw;
  }
  .preview_time_stamp {
    color: #333;
    font-size: 62.5%;
    text-align: right;
  }
}


.minimum_guarantee {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 870px;
  margin: 40px auto;
  padding: 22px 22px 26px;
  background: #444;
  border-radius: 5px;
}

.guarantee_txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}

.guarantee_description {
  margin-bottom: 20px;
  font-weight: bold;
}

.guarantee_description em {
  color: #ffe600;
}

.guarantee_price {
  z-index: 1;
  position: relative;
  width: 100%;
  margin-bottom: 17px;
  text-align: center;
}

.guarantee_price::before {
  content: '';
  z-index: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 30px;
  margin: auto;
  background: url(/kaden/_assets/images/common/bg_shadow_white.webp) no-repeat center top;
  background-size: contain;
}

.guarantee_price_area {
  position: relative;
  display: inline-block;
  padding-left: 50px;
}


.guarantee_price_area::before {
  background: url(/kaden/_assets/images/common/i_guarantee_price.webp) no-repeat;
  content: "";
  z-index: 0;
  top: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 42px;
  height: 39px;
  font-size: 37px;
}

.guarantee_price_inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  color: #ffe600;
}

.guarantee_head_txt {
  display: block;
  margin-right: 25px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.1em;
}

.guarantee_price_txt {
  font-weight: bold;
  font-size: 22px;
}

.guarantee_price_txt em {
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  font-size: 50px;
}
.guarantee_application {
  width: 100%;
}
.guarantee_application p {
  margin-bottom: 25px;
  text-align: center;
}

.guarantee_application p span {
  position: relative;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #fff;
}

.guarantee_application p span::before,
.guarantee_application p span::after {
  z-index: 1;
  position: absolute;
  display: inline-block;
  font-weight: 400;
  width: 19px;
  height: 19px;
  bottom: 5px;
}

.guarantee_application p span::before {
  content: "";
  background: url(/kaden/_assets/images/common/dotline_white.svg) no-repeat;
  left: -30px;
}

.guarantee_application p span::after {
  content: "";
  right: -30px;
  background: url(/kaden/_assets/images/common/dotline_white.svg) no-repeat;
  background-size: contain;
  transform: scale(-1, 1);
}
.guarantee_application p {
  margin-bottom: 15px;
}
.guarantee_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-weight: bold;
  font-size: 16px;
  width: 370px;
  height: 40px;
  border-radius: 20px;
  background: #fff;
  border: 2px solid #000;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding-top: 3px;
}

.guarantee_btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 5px;
  margin-top: -4px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: skewX(30deg);
}

.guarantee_btn:hover {
  background: #000;
  border: 2px solid #fff;
  color: #fff;
}

.guarantee_btn:hover::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

@media ( max-width: 768px ) {
  .minimum_guarantee {
    width: 100%;
    border-radius: 0;
    margin: 40px auto 0;
  }
  .guarantee_application {
    margin-top: 10px !important;
  }
  .guarantee_description {
    text-align: center;
    order: 2;
  }
  .guarantee_price {
    order: 1;
  }
  .guarantee_btn {
    width: auto;
  }
}

.actual {
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .actual {
    padding-bottom: 0;
  }

}
#second #all_service .bg_white {
  background: #f2f2f2 ;
}

@media (max-width: 768px) { 
  #genre + .bg_grey {
    padding-bottom: 40px;
  }
  .comparison {
    padding-bottom: 0;
  }
}

/* 金額打ち消し */
.price_cancellation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.price_cancellation .cancellation {
  padding: 0 10px;
  display: inline-block;
  position: relative;
}

.price_cancellation .cancellation:after{
  content:"";
  position: absolute;
  border-top: 2px solid #EE0D5C;
  top: 0;
  left:0;
  right:0;
  bottom:0;
  width:calc(100% - 20px);
  height: 2px;
  margin: auto;
}

.price_cancellation .price {
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #000;
}

.price_cancellation .price strong {
  display: inline-block;
  margin-left: 3px;
}
.price_cancellation .price em {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: -0.06em;
  color: #000;
}

.price_cancellation .tag {
  position: relative;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  background: #ee0d5c;
  padding: 2px 5px 2px 10px;
  line-height: 16px;
  top: -3px;
  margin-left: 4px;
}

.price_cancellation .tag::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #EE0D5C transparent transparent transparent;
  bottom: -5px;
  left: 50%;
}


.priceup_tag {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  top: 2.5px;
  font-size: 10px;
  line-height: 16px;
  padding: 3px 16px 2px;
  width:103px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #ec5353;
  margin: 0 0 10px 4px;
}