body {
  color: #292929;
  letter-spacing: initial;
  line-height: 1.5;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.bg-gray {
  background-color: #F5F4F4;
}

.container {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: auto;
}

.fp-sec-ttl {
  font-size: 20px;
  letter-spacing: -0.03em;
  padding-bottom: 8px;
  text-align: center;
  position: relative;
  line-height: 1.3;
}
@media screen and (min-width: 766px) {
  .fp-sec-ttl {
    font-size: 30px;
  }
}
.fp-sec-ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  height: 3px;
  background-color: #E50014;
}

.fp-link {
  display: block;
  max-width: 345px;
  width: 100%;
  padding: 23px 35px;
  border-radius: 35px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #EC2637), color-stop(50%, #E50014));
  background-image: linear-gradient(180deg, #EC2637 50%, #E50014 50%);
  -webkit-box-shadow: 0px 4px 0px #9A0310;
          box-shadow: 0px 4px 0px #9A0310;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 766px) {
  .fp-link {
    font-size: 16px;
  }
}
.fp-link .inner {
  display: block;
  color: #fff;
  position: relative;
  text-align: center;
}
.fp-link .inner::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background: url(../images/front-page/arrow-right-wh.svg) no-repeat center/contain;
}

.accent {
  color: #E50014;
}

.sp-tel {
  pointer-events: none;
}
@media screen and (max-width: 765px) {
  .sp-tel {
    pointer-events: all;
  }
}

.fp-plan {
  padding: 0 0 30px;
  margin-top: -20px;
}
@media screen and (min-width: 766px) {
  .fp-plan {
    padding: 0 0 86px;
    margin-top: -60px;
  }
}
.fp-plan .container .point {
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  overflow: hidden;
  max-width: 870px;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 766px) {
  .fp-plan .container .point {
    border-radius: 20px;
  }
}
.fp-plan .container .point .ttl {
  text-align: center;
  color: #fff;
  background-color: #E50014;
  font-size: 16px;
  letter-spacing: 0.03em;
  padding: 0 0 2px;
}
@media screen and (min-width: 766px) {
  .fp-plan .container .point .ttl {
    font-size: 38px;
  }
}
.fp-plan .container .point .ttl .num {
  font-size: 24px;
}
@media screen and (min-width: 766px) {
  .fp-plan .container .point .ttl .num {
    font-size: 57px;
  }
}
.fp-plan .container .point .point-list {
  padding: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 766px) {
  .fp-plan .container .point .point-list {
    padding: 30px 10px;
  }
}
.fp-plan .container .point .point-list .point-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 766px) {
  .fp-plan .container .point .point-list .point-item {
    padding: 20px 0 0;
  }
}
.fp-plan .container .point .point-list .point-item:nth-of-type(2) {
  border-left: 1px solid #E5E5E6;
  border-right: 1px solid #E5E5E6;
}
.fp-plan .container .point .point-list .point-item .img {
  width: 50px;
  margin: auto;
}
@media screen and (min-width: 766px) {
  .fp-plan .container .point .point-list .point-item .img {
    width: 100px;
  }
}
.fp-plan .container .point .point-list .point-item .txt {
  font-size: 13px;
  text-align: center;
  min-height: 37px;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 766px) {
  .fp-plan .container .point .point-list .point-item .txt {
    font-size: 25px;
    min-height: 75px;
  }
}
.fp-plan .container > .price {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  color: #E50014;
}
@media screen and (min-width: 766px) {
  .fp-plan .container > .price {
    margin-top: 40px;
  }
}
.fp-plan .container > .price .label {
  min-width: 70px;
  margin-top: 15px;
}
.fp-plan .container > .price .label .txt-1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0 17px;
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #fff;
  border-radius: 2px;
  background-color: #E50014;
}
@media screen and (min-width: 766px) {
  .fp-plan .container > .price .label .txt-1 {
    padding: 0 36px 3px 36px;
    font-size: 31px;
  }
}
.fp-plan .container > .price .label .txt-2 {
  font-size: 11px;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 766px) {
  .fp-plan .container > .price .label .txt-2 {
    font-size: 30px;
    margin-top: 13px;
  }
}
.fp-plan .container > .price .txt {
  font-size: 53px;
}
@media screen and (min-width: 766px) {
  .fp-plan .container > .price .txt {
    font-size: 138px;
  }
}
.fp-plan .container > .price .txt .yen {
  font-size: 28px;
}
@media screen and (min-width: 766px) {
  .fp-plan .container > .price .txt .yen {
    font-size: 73px;
  }
}
.fp-plan .container .plan-cttc {
  margin-top: 20px;
}
@media screen and (min-width: 766px) {
  .fp-plan .container .plan-cttc {
    margin-top: 60px;
  }
}
.fp-plan .container .plan-cttc > .txt {
  font-size: 16px;
  margin-top: 16px;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 766px) {
  .fp-plan .container .plan-cttc > .txt {
    font-size: 20px;
    margin-top: 40px;
  }
}
.fp-plan .container .plan-cttc .tab-list {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
@media screen and (min-width: 766px) {
  .fp-plan .container .plan-cttc .tab-list {
    max-width: 540px;
    width: 100%;
    margin: 24px auto 0;
    gap: 10px;
  }
}
.fp-plan .container .plan-cttc .tab-list .tab-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 8px 0;
  border-radius: 5px;
  background-color: #EFEFEF;
  color: #747474;
  letter-spacing: 0.03em;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fp-plan .container .plan-cttc .tab-list .tab-item:hover {
  opacity: 0.7;
}
@media screen and (min-width: 766px) {
  .fp-plan .container .plan-cttc .tab-list .tab-item {
    cursor: pointer;
    padding: 10px 0;
    font-size: 18px;
  }
}
.fp-plan .container .plan-cttc .tab-list .tab-item.selected {
  color: #fff;
  background-color: #E50014;
}
.fp-plan .container .plan-cttc .tab-list .tab-item.selected:hover {
  opacity: 1;
}
.fp-plan .container .plan-cttc .plan-ctt {
  display: none;
}
.fp-plan .container .plan-cttc .plan-ctt.selected {
  display: block;
}
.fp-plan .container .plan-cttc .plan-ctt .ctt-wrapper {
  letter-spacing: 0.03em;
  margin-top: 16px;
  border: 2px solid #E50014;
}
@media screen and (min-width: 766px) {
  .fp-plan .container .plan-cttc .plan-ctt .ctt-wrapper {
    margin-top: 30px;
  }
}
.fp-plan .container .plan-cttc .plan-ctt .ctt-wrapper .type {
  padding: 10px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background-color: #E50014;
}
.fp-plan .container .plan-cttc .plan-ctt .ctt-wrapper .type .number {
  font-size: 14px;
}
.fp-plan .container .plan-cttc .plan-ctt .ctt-wrapper .type .weight {
  font-size: 12px;
  display: block;
}
.fp-plan .container .plan-cttc .plan-ctt .ctt-wrapper .cost-list .cost-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 765px) {
  .fp-plan .container .plan-cttc .plan-ctt .ctt-wrapper .cost-list .cost-item {
    font-size: 12px;
  }
}
@media screen and (max-width: 765px) {
  .fp-plan .container .plan-cttc .plan-ctt .ctt-wrapper .cost-list .cost-item:first-of-type .label {
    padding: 5px;
  }
}
.fp-plan .container .plan-cttc .plan-ctt .ctt-wrapper .cost-list .cost-item:nth-of-type(even) {
  background-color: #F5F4F4;
}
.fp-plan .container .plan-cttc .plan-ctt .ctt-wrapper .cost-list .cost-item .label,
.fp-plan .container .plan-cttc .plan-ctt .ctt-wrapper .cost-list .cost-item .price {
  padding: 22px;
}
@media screen and (max-width: 765px) {
  .fp-plan .container .plan-cttc .plan-ctt .ctt-wrapper .cost-list .cost-item .label,
  .fp-plan .container .plan-cttc .plan-ctt .ctt-wrapper .cost-list .cost-item .price {
    padding: 7px;
  }
}
.fp-plan .container .plan-cttc .plan-ctt .ctt-wrapper .cost-list .cost-item .label {
  width: 45%;
  font-weight: 600;
}
@media screen and (min-width: 766px) {
  .fp-plan .container .plan-cttc .plan-ctt .ctt-wrapper .cost-list .cost-item .label {
    width: 43%;
  }
}
.fp-plan .container .plan-cttc .plan-ctt .ctt-wrapper .cost-list .cost-item .price {
  width: 55%;
  font-weight: 500;
  display: grid;
  place-content: center;
}
@media screen and (min-width: 766px) {
  .fp-plan .container .plan-cttc .plan-ctt .ctt-wrapper .cost-list .cost-item .price {
    width: 57%;
  }
}
.fp-plan .container .plan-cttc .plan-ctt .ctt-wrapper .cost-list .legal-cost {
  position: relative;
}
.fp-plan .container .plan-cttc .plan-ctt .ctt-wrapper .cost-list .legal-cost .head {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 75px;
  height: 100%;
  background-color: #E9E7E7;
  font-size: 20px;
  display: grid;
  place-content: center;
  font-weight: 600;
}
@media screen and (max-width: 765px) {
  .fp-plan .container .plan-cttc .plan-ctt .ctt-wrapper .cost-list .legal-cost .head {
    font-size: 12px;
    min-width: 35px;
  }
}
.fp-plan .container .plan-cttc .plan-ctt .ctt-wrapper .total-cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fp-plan .container .plan-cttc .plan-ctt .ctt-wrapper .total-cost .label,
.fp-plan .container .plan-cttc .plan-ctt .ctt-wrapper .total-cost .price {
  padding: 8px;
  display: grid;
  place-content: center;
  text-align: center;
}
.fp-plan .container .plan-cttc .plan-ctt .ctt-wrapper .total-cost .label {
  width: 45%;
  background-color: #E50014;
  color: #fff;
}
@media screen and (min-width: 766px) {
  .fp-plan .container .plan-cttc .plan-ctt .ctt-wrapper .total-cost .label {
    font-size: 25px;
    width: 43%;
  }
}
.fp-plan .container .plan-cttc .plan-ctt .ctt-wrapper .total-cost .price {
  font-size: 25px;
  color: #E50014;
  width: 55%;
}
@media screen and (min-width: 766px) {
  .fp-plan .container .plan-cttc .plan-ctt .ctt-wrapper .total-cost .price {
    font-size: 45px;
    width: 57%;
  }
}
.fp-plan .container .safety-pack {
  margin-top: 24px;
  padding: 0 15px 15px;
  position: relative;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 766px) {
  .fp-plan .container .safety-pack {
    margin-top: 60px;
    padding: 0 24px 24px;
  }
}
.fp-plan .container .safety-pack::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}
.fp-plan .container .safety-pack .ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 5px 35px;
  background-color: #E50014;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
}
@media screen and (min-width: 766px) {
  .fp-plan .container .safety-pack .ttl {
    padding: 5px 50px;
    font-size: 21px;
  }
}
.fp-plan .container .safety-pack .txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px auto 0;
  font-weight: 400;
  position: relative;
}
@media screen and (min-width: 766px) {
  .fp-plan .container .safety-pack .txt {
    margin: 20px auto 0;
    font-size: 18px;
  }
}

.fp-reserve {
  padding: 30px 0;
}
@media screen and (min-width: 766px) {
  .fp-reserve {
    padding: 60px 0;
  }
}
.fp-reserve .container .content {
  padding: 15px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
@media screen and (min-width: 766px) {
  .fp-reserve .container .content {
    padding: 24px;
    margin-top: 40px;
  }
}
.fp-reserve .container .content .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding-bottom: 6px;
  border-bottom: 1px solid #DCDDDE;
  max-width: 600px;
  width: 100%;
  margin: auto;
}
.fp-reserve .container .content .head .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 18px;
}
.fp-reserve .container .content .head .ttl::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
}
.fp-reserve .container .content .head .discount {
  letter-spacing: -0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  color: #E50014;
}
@media screen and (min-width: 766px) {
  .fp-reserve .container .content .head .discount {
    font-size: 14px;
  }
}
.fp-reserve .container .content .head .discount .num,
.fp-reserve .container .content .head .discount .line {
  font-size: 14px;
}
@media screen and (min-width: 766px) {
  .fp-reserve .container .content .head .discount .num,
  .fp-reserve .container .content .head .discount .line {
    font-size: 16px;
  }
}
.fp-reserve .container .content .head .discount .line-left {
  margin-right: 2px;
}
.fp-reserve .container .content .head .discount .line-right {
  margin-left: 2px;
}
.fp-reserve .container .content .btnc {
  margin: 12px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  max-width: 600px;
  width: 100%;
}
@media screen and (min-width: 766px) {
  .fp-reserve .container .content .btnc {
    margin: 18px auto 0;
    gap: 20px;
  }
}
.fp-reserve .container .content .btnc .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 766px) {
  .fp-reserve .container .content .btnc .btn {
    font-size: 16px;
  }
}
.fp-reserve .container .content.reserve-tel .head .ttl::before {
  background: url(../images/front-page/icon-tel-wh.svg) no-repeat center/contain;
}
.fp-reserve .container .content.reserve-tel .tel-btn {
  display: block;
  width: 100%;
  padding: 8px 5px;
  border-radius: 5px;
  background-color: #E50014;
  -webkit-box-shadow: 0px 4px 0px #9A0310;
          box-shadow: 0px 4px 0px #9A0310;
  color: #fff;
  text-align: center;
}
.fp-reserve .container .content.reserve-tel .tel-btn .txt-2 {
  margin-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.fp-reserve .container .content.reserve-tel .tel-btn .txt-2::before {
  content: "";
  display: inline-block;
  min-width: 18px;
  height: 18px;
  background: url(../images/front-page/icon-tel-red.svg) no-repeat center/contain;
}
.fp-reserve .container .content.reserve-tel .hour {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 766px) {
  .fp-reserve .container .content.reserve-tel .hour {
    font-size: 14px;
  }
}
.fp-reserve .container .content.reserve-web .head .ttl::before {
  background: url(../images/front-page/icon-cellphone-red.svg) no-repeat center/contain;
}
.fp-reserve .container .content.reserve-web .head:last-of-type {
  margin-top: 20px;
}
@media screen and (min-width: 766px) {
  .fp-reserve .container .content.reserve-web .head:last-of-type {
    margin-top: 30px;
  }
}
.fp-reserve .container .content.reserve-web .head:last-of-type .ttl::before {
  background: url(../images/front-page/icon-cellphone-bl.svg) no-repeat center/contain;
}
.fp-reserve .container .content.reserve-web .btnc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fp-reserve .container .content.reserve-web .btnc > .web-btn {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #EC2637), color-stop(50%, #E50014));
  background-image: linear-gradient(180deg, #EC2637 50%, #E50014 50%);
  -webkit-box-shadow: 0px 4px 0px #9A0310;
          box-shadow: 0px 4px 0px #9A0310;
}
.fp-reserve .container .content.reserve-web > .web-btn {
  margin: 12px auto 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #225CBB), color-stop(50%, #1E50A2));
  background-image: linear-gradient(180deg, #225CBB 50%, #1E50A2 50%);
  -webkit-box-shadow: 0px 4px 0px #143365;
          box-shadow: 0px 4px 0px #143365;
}
@media screen and (min-width: 766px) {
  .fp-reserve .container .content.reserve-web > .web-btn {
    margin: 18px auto 0;
  }
}
.fp-reserve .container .content.reserve-web .web-btn {
  display: block;
  width: 100%;
  padding: 20px 5px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  max-width: 600px;
}
@media screen and (min-width: 766px) {
  .fp-reserve .container .content.reserve-web .web-btn {
    font-size: 18px;
  }
}
.fp-reserve .container .content.reserve-web .web-btn .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.fp-reserve .container .content.reserve-web .web-btn .inner::before {
  content: "";
  display: inline-block;
  min-width: 19px;
  height: 17px;
}
.fp-reserve .container .content.reserve-web .web-btn.reserve .inner::before {
  background: url(../images/front-page/icon-reserve.svg) no-repeat center/contain;
}
.fp-reserve .container .content.reserve-web .web-btn.estimate .inner::before {
  background: url(../images/front-page/icon-estimate.svg) no-repeat center/contain;
}

.fp-campaign {
  padding: 30px 0;
}
@media screen and (min-width: 766px) {
  .fp-campaign {
    padding: 60px 0;
  }
}
.fp-campaign .container .content {
  width: calc(100% - 30px);
  margin: 20px auto 0;
}
@media screen and (min-width: 766px) {
  .fp-campaign .container .content {
    margin: 40px auto 0;
    max-width: 315px;
  }
}
.fp-campaign .container .content .note {
  font-size: 14px;
  font-weight: 400;
}
.fp-campaign .container .fp-link {
  margin: 16px auto 0;
}
@media screen and (min-width: 766px) {
  .fp-campaign .container .fp-link {
    margin: 40px auto 0;
  }
}

.fp-reason {
  padding: 30px 0;
}
@media screen and (min-width: 766px) {
  .fp-reason {
    padding: 60px 0;
  }
}
.fp-reason .container > .head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 5px 23px 5px 19px;
  border-radius: 50px;
  background-color: #E50014;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 766px) {
  .fp-reason .container > .head {
    font-size: 20px;
  }
}
.fp-reason .container > .head::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 16px;
  height: 10px;
  background-color: #E50014;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
.fp-reason .container .fp-sec-ttl {
  letter-spacing: initial;
  margin-top: 18px;
}
.fp-reason .container .list {
  margin-top: 20px;
  display: grid;
  gap: 27px;
}
@media screen and (min-width: 766px) {
  .fp-reason .container .list {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 27px 15px;
  }
}
@media screen and (min-width: 1025px) {
  .fp-reason .container .list {
    gap: 40px clamp(0.9375rem, -14.1678rem + 23.5789vw, 7.9375rem);
  }
}
.fp-reason .container .list .item {
  padding: 12px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
}
@media screen and (min-width: 766px) {
  .fp-reason .container .list .item {
    max-width: 315px;
    width: 100%;
  }
}
.fp-reason .container .list .item .head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0 24px 1px;
  border-radius: 15px;
  background-color: #E50014;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.fp-reason .container .list .item .ttl {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #E50014;
}
@media screen and (min-width: 766px) {
  .fp-reason .container .list .item .ttl {
    min-height: 60px;
    display: grid;
    place-content: center;
  }
}
.fp-reason .container .list .item .img {
  width: 98px;
  margin: 10px auto 0;
}
.fp-reason .container .list .item .txt {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
}
.fp-reason .container .fp-link {
  margin: 20px auto 0;
}
@media screen and (min-width: 766px) {
  .fp-reason .container .fp-link {
    margin: 60px auto 0;
  }
}

.fp-service {
  padding: 30px 0 0;
}
@media screen and (min-width: 766px) {
  .fp-service {
    padding: 60px 0 0;
  }
}
.fp-service .container .fp-sec-ttl {
  letter-spacing: 0.08em;
}
.fp-service .container .list {
  margin-top: 20px;
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 766px) {
  .fp-service .container .list {
    margin-top: 40px;
    gap: 30px;
  }
}
.fp-service .container .list .item {
  height: 305px;
  padding: 60px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
@media screen and (min-width: 766px) {
  .fp-service .container .list .item {
    height: 390px;
    padding: 80px 0 0;
  }
}
.fp-service .container .list .item:nth-of-type(1) {
  background: url(../images/common/canDo_bg1.png) no-repeat center/cover;
}
.fp-service .container .list .item:nth-of-type(1) .content .link {
  background-color: #E50014;
}
.fp-service .container .list .item:nth-of-type(2) {
  background: url(../images/common/canDo_bg2.png) no-repeat center/cover;
}
.fp-service .container .list .item:nth-of-type(2) .content .link {
  background-color: #1E50A2;
}
.fp-service .container .list .item:nth-of-type(3) {
  background: url(../images/common/canDo_bg3.png) no-repeat center/cover;
}
.fp-service .container .list .item:nth-of-type(3) .content .link {
  background-color: #FFB100;
}
.fp-service .container .list .item .head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 7px 18px;
  border: 1px solid #fff;
  font-size: 20px;
}
@media screen and (min-width: 766px) {
  .fp-service .container .list .item .head {
    padding: 5px 18px;
    font-size: 25px;
  }
}
.fp-service .container .list .item .content {
  margin-top: auto;
}
.fp-service .container .list .item .content .txt {
  font-weight: 400;
  width: calc(100% - 30px);
  margin: auto;
}
@media screen and (min-width: 766px) {
  .fp-service .container .list .item .content .txt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    padding: 0 15px;
  }
}
.fp-service .container .list .item .content .link {
  margin-top: 16px;
  display: block;
  width: 100%;
  padding: 16px 35px;
}
@media screen and (min-width: 766px) {
  .fp-service .container .list .item .content .link {
    margin-top: 40px;
    padding: 18px 123px;
    font-size: 16px;
  }
}
.fp-service .container .list .item .content .link .inner {
  display: block;
  position: relative;
  text-align: center;
}
.fp-service .container .list .item .content .link .inner::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background: url(../images/front-page/arrow-right-wh.svg) no-repeat center/contain;
}

.fp-news {
  padding: 30px 0;
}
@media screen and (min-width: 766px) {
  .fp-news {
    padding: 60px 0;
  }
}
.fp-news .list {
  margin-top: 20px;
}
@media screen and (min-width: 766px) {
  .fp-news .list {
    margin-top: 40px;
  }
}
.fp-news .list .item {
  padding: 20px 15px;
}
.fp-news .list .item:nth-of-type(even) {
  background-color: #F5F4F4;
}
@media screen and (min-width: 766px) {
  .fp-news .list .item .link {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}
.fp-news .list .item .link .date {
  font-size: 15px;
  font-weight: 400;
}
.fp-news .list .item .link .ttl {
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
}
@media screen and (min-width: 766px) {
  .fp-news .list .item .link .ttl {
    margin-top: initial;
  }
}
.fp-news .fp-link {
  width: calc(100% - 30px);
  margin: 20px auto 0;
}
@media screen and (min-width: 766px) {
  .fp-news .fp-link {
    margin: 40px auto 0;
  }
}

.fp-flyer {
  padding: 30px 0;
}
@media screen and (min-width: 766px) {
  .fp-flyer {
    padding: 60px 0;
  }
}
.fp-flyer .container .content {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 766px) {
  .fp-flyer .container .content {
    max-width: 756px;
    width: 100%;
    margin: 40px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 66px;
  }
}
@media screen and (min-width: 766px) {
  .fp-flyer .container .content .image {
    max-width: 345px;
    width: 100%;
  }
}
.fp-flyer .container > .txt {
  margin-top: 30px;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (min-width: 766px) {
  .fp-flyer .container > .txt {
    margin-top: 40px;
    font-size: 16px;
  }
}
.fp-flyer .container > .txt .em {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 766px) {
  .fp-flyer .container > .txt .em {
    font-size: 20px;
  }
}

.fp-store-info {
  padding: 30px 0;
}
@media screen and (min-width: 766px) {
  .fp-store-info {
    padding: 60px 0;
  }
}
.fp-store-info .container .list {
  margin-top: 20px;
}
@media screen and (min-width: 766px) {
  .fp-store-info .container .list {
    margin-top: 56px;
  }
}
.fp-store-info .container .list .item {
  padding: 15px;
  border-radius: 8px;
  border: 2px solid #E50014;
}
@media screen and (min-width: 766px) {
  .fp-store-info .container .list .item {
    padding: 24px;
  }
}
.fp-store-info .container .list .item + .item {
  margin-top: 30px;
}
@media screen and (min-width: 1025px) {
  .fp-store-info .container .list .item .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}
.fp-store-info .container .list .item .top .img {
  border-radius: 8px;
  aspect-ratio: 315/190;
  overflow: hidden;
}
@media screen and (min-width: 766px) {
  .fp-store-info .container .list .item .top .img {
    aspect-ratio: 447/220;
    max-width: 447px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .fp-store-info .container .list .item .top .img {
    margin: auto;
  }
}
.fp-store-info .container .list .item .top .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 1024px) {
  .fp-store-info .container .list .item .top .content {
    margin: 16px auto 0;
  }
}
.fp-store-info .container .list .item .top .content .name {
  font-size: 18px;
  color: #E50014;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 766px) {
  .fp-store-info .container .list .item .top .content .name {
    font-size: 25px;
  }
}
.fp-store-info .container .list .item .top .content .meta-list {
  margin-top: 16px;
}
@media screen and (min-width: 766px) {
  .fp-store-info .container .list .item .top .content .meta-list {
    font-size: 16px;
  }
}
.fp-store-info .container .list .item .top .content .meta-list .meta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (min-width: 766px) {
  .fp-store-info .container .list .item .top .content .meta-list .meta-item {
    gap: 44px;
  }
}
.fp-store-info .container .list .item .top .content .meta-list .meta-item + .meta-item {
  margin-top: 6px;
}
@media screen and (min-width: 766px) {
  .fp-store-info .container .list .item .top .content .meta-list .meta-item + .meta-item {
    margin-top: 8px;
  }
}
.fp-store-info .container .list .item .top .content .meta-list .meta-item .txt {
  font-weight: 400;
}
.fp-store-info .container .list .item .bottom .mapc {
  margin-top: 6px;
}
@media screen and (min-width: 766px) {
  .fp-store-info .container .list .item .bottom .mapc {
    margin-top: 8px;
  }
}
.fp-store-info .container .list .item .bottom .mapc .map {
  margin-top: 6px;
}
.fp-store-info .container .list .item .bottom .mapc .map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 315/256;
}
@media screen and (min-width: 766px) {
  .fp-store-info .container .list .item .bottom .mapc .map iframe {
    aspect-ratio: 1152/200;
  }
}
.fp-store-info .container .list .item .bottom .tel-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 20px auto 0;
  padding: 7px;
  border-radius: 8px;
  background-color: #E50014;
  -webkit-box-shadow: 0px 4px 0px #9A0310;
          box-shadow: 0px 4px 0px #9A0310;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 766px) {
  .fp-store-info .container .list .item .bottom .tel-btn {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
    padding: 15px;
    margin: 16px auto 0;
  }
}
.fp-store-info .container .list .item .bottom .tel-btn .txt-2 {
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
@media screen and (min-width: 766px) {
  .fp-store-info .container .list .item .bottom .tel-btn .txt-2 {
    font-size: 29px;
  }
}
.fp-store-info .container .list .item .bottom .tel-btn .txt-2::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/front-page/icon-tel-red.svg) no-repeat center/contain;
}
.fp-store-info .container .list .item .bottom .tel-btn .txt-3 {
  font-size: 12px;
  font-weight: 400;
}
.fp-store-info .container .list .item .label {
  min-width: 56px;
}
@media screen and (min-width: 766px) {
  .fp-store-info .container .list .item .label {
    font-size: 16px;
    min-width: 64px;
  }
}/*# sourceMappingURL=front-page.css.map */