@charset "UTF-8";
html {
  height: 100%;
  font-size: 16px;
  scroll-padding-top: 140px;
}
@media screen and (max-width: 991px) {
  html {
    scroll-padding-top: 100px;
  }
}

body {
  height: 100%;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
  -webkit-font-smoothing: antialiased;
  background-color: #ff6a00;
}
@media screen and (max-width: 991px) {
  body.is-fixed {
    overflow: hidden;
  }
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

a,
button,
input[type=submit] {
  text-decoration: none;
  color: #000;
  transition: all 0.3s;
  cursor: pointer;
}
a:hover,
button:hover,
input[type=submit]:hover {
  opacity: 0.8;
}

strong {
  font-weight: 700;
}

input,
textarea,
select,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: #4b4b4b;
}

button:disabled {
  opacity: 0.8;
  pointer-events: none;
}

.is-pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

.is-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block !important;
  }
}

.text-center {
  text-align: center;
}

.text-main {
  color: #ff6a00;
}

.text-accent {
  color: #dc2500;
}

.text-alert {
  color: #db0000;
}

.whitespace-nowrap {
  white-space: nowrap;
}

/* Contact Form 7 */
.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 14px;
  color: #db0000;
}

.wpcf7-response-output {
  display: none !important;
}

.wpcf7-spinner {
  display: none !important;
}

/* Swiper */
.swiper {
  visibility: hidden;
}
.swiper.swiper-initialized {
  visibility: visible;
}

/* c-listItem */
.c-listItem {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0 6px;
  font-weight: 500;
}
.c-listItem:before {
  content: "";
  position: relative;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background-color: #ff006f;
}
.c-listItem__txt {
  flex: 1;
}
.c-listItem--black02:before {
  background-color: #333;
}
.c-listItem--gray:before {
  background-color: #4b4b4b;
}

/* c-tag */
.c-tag {
  width: fit-content;
  padding: 7px 10px;
  line-height: 1;
  font-size: 14px;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  border-color: #ffbb00;
  color: #ffbb00;
}
.c-tag.is-active {
  background-color: #ffbb00;
  color: #000;
}
.c-tag--news {
  padding: 4px 10px;
  background-color: #4b4b4b;
  border-color: #4b4b4b;
  color: #fff;
}

/* c-slider */
.c-slider {
  width: 100%;
  overflow: hidden;
}
.c-slider .swiper-slide img {
  aspect-ratio: 920/498;
  object-fit: cover;
}
.c-slider .swiper-pagination {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.c-slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background-color: #4b4b4b;
  opacity: 1;
}
.c-slider .swiper-pagination-bullet-active {
  background-color: #ff006f;
}

/* c-lead */
.c-lead {
  margin: 20px 0 50px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-lead {
    margin: 30px 0 40px;
    text-align: left;
  }
}
.c-lead--black {
  color: #000;
}

/* c-input */
.c-input {
  width: 100%;
  padding: 10px;
  background-color: #dcdcdc;
  font-size: 12px;
  line-height: 1.8;
  color: #000;
}

/* c-checkbox */
.c-checkbox .wpcf7-list-item {
  margin: 0;
}
.c-checkbox .wpcf7-list-item label {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 0 10px;
  transition: background-color 0.3s, border-color 0.3s;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
}
.c-checkbox .wpcf7-list-item label:has(input:checked) {
  border-color: #ff6a00;
}
.c-checkbox .wpcf7-list-item label:has(input:checked):before {
  background-color: #ff6a00;
  border-color: #ff6a00;
}
.c-checkbox .wpcf7-list-item label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  background-color: #d9d9d9;
  display: inline-block;
  flex-shrink: 0;
  box-sizing: border-box;
  margin-top: 1px;
  text-align: center;
  transition: all 0.2s ease;
}
.c-checkbox .wpcf7-list-item input[type=checkbox] {
  display: none;
}
.c-checkbox .wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label::before {
  position: absolute;
  top: 44%;
  left: 5px;
  width: 11px;
  height: 7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
}

/* c-radio */
@media screen and (max-width: 767px) {
  .c-radio {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
  }
}
.c-radio .wpcf7-list-item {
  margin: 0 30px 0 0;
}
@media screen and (max-width: 767px) {
  .c-radio .wpcf7-list-item {
    margin: 0;
  }
}
.c-radio .wpcf7-list-item label {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 5px;
  width: 100%;
  height: 100%;
  transition: background-color 0.3s, border-color 0.3s;
  font-size: 12px;
  line-height: 1.2;
  cursor: pointer;
}
.c-radio .wpcf7-list-item label:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 9999px;
  background-color: #d9d9d9;
  display: inline-block;
  flex-shrink: 0;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.2s ease;
}
.c-radio .wpcf7-list-item input[type=radio],
.c-radio .wpcf7-list-item input[type=checkbox] {
  display: none;
}
.c-radio .wpcf7-list-item input[type=radio]:checked ~ .wpcf7-list-item-label::before,
.c-radio .wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label::before {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  background-color: #ff6a00;
}

/* c-select */
.c-selectWrapper {
  position: relative;
}
.c-selectWrapper:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #d9d9d9 transparent transparent transparent;
  border-width: 8px 8px 0px 8px;
}

.c-select {
  padding: 10px 14px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  letter-spacing: 1px;
  cursor: pointer;
}
.c-select.noVal {
  color: #bcbcbc;
}

/* c-file */
.c-file {
  display: block;
  max-width: 315px;
  width: 100%;
  height: 30px;
  padding: 4px 10px;
  background-color: #dcdcdc;
  border-radius: 4px;
  border: 1px solid #000;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.c-file__name {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c-file input {
  display: none;
}

/* c-balloon */
.c-balloon {
  display: block;
  width: max-content;
  padding: 15px 25px;
  font-size: 24px;
  font-weight: 900;
  transform: skewX(-16deg);
  background-color: #ffbb00;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-balloon {
    padding: 10px 23px;
    font-size: 16px;
  }
}
.c-balloon--ttl {
  margin: 0 auto;
}
.c-balloon:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ffbb00 transparent transparent transparent;
  border-width: 18.65px 13.5px 0px 10.5px;
}
@media screen and (max-width: 767px) {
  .c-balloon:after {
    bottom: -11px;
  }
}

/* c-ttl */
.c-ttl {
  position: relative;
  text-align: center;
  line-height: 1.2;
}
.c-ttl__en {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 120px;
  font-weight: 700;
  color: #ff6a00;
  text-shadow: 0 0 50px rgba(255, 255, 255, 0.4);
  transform: skew(-12deg, 0);
}
@media screen and (max-width: 767px) {
  .c-ttl__en {
    font-size: 80px;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
  }
}
.c-ttl__ja {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-ttl__ja {
    top: 27px;
    font-size: 32px;
  }
}
.c-ttl__ja small {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .c-ttl__ja small {
    font-size: 16px;
  }
}
.c-ttl__sub {
  position: relative;
  display: block;
  width: fit-content;
  margin: 17px auto 0;
  font-size: 40px;
  font-weight: 900;
  color: #ff6a00;
  transform: skewX(-16deg);
}
@media screen and (max-width: 767px) {
  .c-ttl__sub {
    margin-top: 6px;
    font-size: 26px;
  }
}
.c-ttl__sub:before, .c-ttl__sub:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) skewX(-6deg);
  width: 100%;
  height: 3px;
  background-color: #ff6a00;
}
.c-ttl__sub:before {
  bottom: -6px;
}
@media screen and (max-width: 767px) {
  .c-ttl__sub:before {
    bottom: -4px;
  }
}
.c-ttl__sub:after {
  bottom: -11px;
}
@media screen and (max-width: 767px) {
  .c-ttl__sub:after {
    bottom: -9px;
  }
}
.c-ttl__sub small {
  display: block;
  font-size: 24px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .c-ttl__sub small {
    font-size: 16px;
  }
}
.c-ttl--white .c-ttl__en {
  color: #fff;
  text-shadow: 0 0 50px rgba(51, 51, 51, 0.2);
}
@media screen and (max-width: 767px) {
  .c-ttl--white .c-ttl__en {
    text-shadow: 0 0 20px rgba(51, 51, 51, 0.2);
  }
}
.c-ttl--white .c-ttl__ja {
  color: #000;
}
.c-ttl--black .c-ttl__en {
  color: #000;
  text-shadow: 0 0 50px rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 767px) {
  .c-ttl--black .c-ttl__en {
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
  }
}
.c-ttl--black .c-ttl__ja {
  color: #fff;
}

/* c-solidTtl */
.c-solidTtl {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 400px;
  padding: 0 30px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .c-solidTtl {
    width: 220px;
  }
}
.c-solidTtl:before, .c-solidTtl:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 37px;
  background-image: linear-gradient(to right, #000, #333);
  transform: skewX(-21deg) rotate(-6deg);
}
@media screen and (max-width: 767px) {
  .c-solidTtl:before, .c-solidTtl:after {
    height: 24px;
  }
}
.c-solidTtl:before {
  top: 0;
  left: 15px;
}
@media screen and (max-width: 767px) {
  .c-solidTtl:before {
    left: 10px;
  }
}
.c-solidTtl:after {
  top: 37px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-solidTtl:after {
    top: 24px;
  }
}
.c-solidTtl span {
  position: relative;
  z-index: 1;
  top: -5px;
  transform: skewX(-15deg) rotate(-6deg);
  display: block;
  font-size: 50px;
  font-weight: 900;
  color: #ff6a00;
}
@media screen and (max-width: 767px) {
  .c-solidTtl span {
    top: 0;
    font-size: 28px;
  }
}
.c-solidTtl--sm {
  top: auto;
  width: 330px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .c-solidTtl--sm {
    width: 300px;
    padding: 0 10px;
  }
}
.c-solidTtl--sm span {
  top: 0;
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  .c-solidTtl--sm span {
    font-size: 28px;
  }
}

/* c-btn */
.c-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 400px;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  background-color: #fff;
  border-radius: 6px;
  font-weight: 700;
  line-height: 1;
  border: 2px solid #000;
  box-shadow: 0 7px 0 #000;
  cursor: pointer;
  background-image: url("../images/i_arrow_btn.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  background-size: 40px 24px;
}
.c-btn:hover {
  opacity: 1;
  transform: translateY(7px);
  box-shadow: none;
}
.c-btn--more {
  max-width: 210px;
  height: 40px;
  font-size: 14px;
  background-image: url("../images/i_arrow_more.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) calc(50% + 1px);
  background-size: 11px 7px;
  box-shadow: none;
}
.c-btn--more:hover {
  opacity: 0.8;
  transform: none;
}

/* c-point */
.c-point {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px 0;
  width: 216px;
  height: 216px;
  background-image: linear-gradient(to left bottom, #000, #333);
  border: 1px solid #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-point {
    gap: 6px 0;
    width: 112px;
    height: 112px;
  }
}
.c-point--noGap {
  gap: 0;
}
@media screen and (max-width: 767px) {
  .c-point--noGap {
    gap: 9px 0;
  }
}
.c-point:before, .c-point:after {
  content: "";
  position: absolute;
  width: 58px;
  height: 58px;
  border-top: 6px solid #fff;
  border-left: 6px solid #fff;
}
@media screen and (max-width: 767px) {
  .c-point:before, .c-point:after {
    width: 30px;
    height: 30px;
    border-top-width: 3px;
    border-left-width: 3px;
  }
}
.c-point:before {
  top: -3px;
  left: -3px;
}
@media screen and (max-width: 767px) {
  .c-point:before {
    top: -2px;
    left: -2px;
  }
}
.c-point:after {
  right: -3px;
  bottom: -3px;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .c-point:after {
    right: -2px;
    bottom: -2px;
  }
}
.c-point__txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-point__txt {
    height: 30px;
    font-size: 14px;
    line-height: 1.1;
  }
}
.c-point__txt--hAuto {
  height: auto;
}
.c-point__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 86px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
  color: #ffbb00;
}
@media screen and (max-width: 767px) {
  .c-point__main {
    font-size: 18px;
    height: auto;
  }
}
.c-point__main--hAuto {
  height: auto;
}
.c-point__main--lg {
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .c-point__main--lg {
    font-size: 24px;
  }
}

/* c-tel */
.c-tel {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0 18px;
  width: 390px;
  padding: 8px 18px;
  border-top: 2px solid #dc2500;
  border-bottom: 2px solid #dc2500;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-tel {
    gap: 0 24px;
    max-width: 355px;
    width: 100%;
    height: 63px;
    background-color: #dc2500;
    border: none;
    border-radius: 6px;
    box-shadow: 0 5px 0 #971900;
  }
}
@media screen and (max-width: 767px) {
  .c-tel:hover {
    opacity: 1;
    transform: translateY(5px);
    box-shadow: none;
  }
}
.c-tel__img {
  width: 37px;
}
@media screen and (max-width: 767px) {
  .c-tel__img {
    width: 27px;
    height: auto;
  }
}
.c-tel__txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px 0;
  text-align: center;
}
.c-tel__txt__ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-tel__txt__ttl {
    font-size: 26px;
    font-weight: 900;
  }
}
.c-tel__txt__num {
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-tel__txt__num {
    display: none;
  }
}
.c-tel__txt__holiday {
  font-size: 14px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .c-tel--header {
    gap: 0 14px;
    width: 281px;
    padding: 5px 12px;
  }
}
@media screen and (min-width: 768px) {
  .c-tel--header .c-tel__img {
    width: 24px;
  }
}
@media screen and (min-width: 768px) {
  .c-tel--header .c-tel__txt__ttl {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .c-tel--header .c-tel__txt__num {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) {
  .c-tel--header .c-tel__txt__holiday {
    font-size: 12px;
  }
}

/* c-estimate */
.c-estimate {
  position: relative;
  top: -2px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0 22px;
  width: 335px;
  height: 106px;
  background-color: #2da900;
  border-radius: 6px;
  color: #fff;
  box-shadow: 0 6px 0 #007d0f;
}
@media screen and (max-width: 767px) {
  .c-estimate {
    top: auto;
    max-width: 355px;
    width: 100%;
    height: 63px;
    box-shadow: 0 5px 0 #007d0f;
  }
}
.c-estimate:hover {
  opacity: 1;
  transform: translateY(6px);
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .c-estimate:hover {
    transform: translateY(5px);
  }
}
.c-estimate__img {
  width: 43px;
}
@media screen and (max-width: 767px) {
  .c-estimate__img {
    width: 33px;
  }
}
.c-estimate__txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px 0;
  padding-top: 3px;
  text-align: center;
}
.c-estimate__txt__ttl {
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
}
.c-estimate__txt__holiday {
  font-size: 14px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .c-estimate--header {
    gap: 0 11px;
    width: 260px;
    height: 53px;
  }
}
@media screen and (min-width: 768px) {
  .c-estimate--header .c-estimate__img {
    width: 29px;
  }
}
@media screen and (min-width: 768px) {
  .c-estimate--header .c-estimate__txt__ttl {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .c-estimate--header .c-estimate__txt__holiday {
    font-size: 12px;
  }
}

/* c-sectionTtl */
.c-sectionTtl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px 0;
  height: 413px;
  margin-bottom: -25px;
  background-image: url("../images/section_bg_pc.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1400px 417px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-sectionTtl {
    gap: 10px 0;
    height: 204px;
    margin-bottom: 0;
    padding-top: 25px;
    background-image: url("../images/section_bg.png");
    background-position: calc(0% - 20px) calc(100% + 60px);
    background-size: auto;
  }
}

/* l-wrapper */
.l-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: hidden;
}

/* l-inner */
.l-inner {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.l-inner--sm {
  max-width: 800px;
}
.l-inner--lg {
  max-width: 1320px;
}

/* l-header */
.l-header {
  position: fixed;
  z-index: 50;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 80px;
  background-color: #000;
}
@media screen and (max-width: 991px) {
  .l-header {
    height: 60px;
  }
}
.l-header__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: none;
  padding: 0 40px;
}
@media screen and (max-width: 1229px) {
  .l-header__inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .l-header__inner {
    padding: 0 0 0 10px;
  }
}
.l-header__store {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 8px;
}
.l-header__store__logo {
  width: 40px;
}
.l-header__store__name {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.l-header__store__nameSub {
  font-size: 14px;
}
.l-header__store__nameMain {
  font-size: 22px;
}
.l-header__info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 9px;
}
@media screen and (max-width: 991px) {
  .l-header__info {
    display: none;
  }
}
.l-header__brand {
  width: 224px;
}
@media screen and (max-width: 1199px) {
  .l-header__brand {
    display: none;
  }
}
.l-header__credit {
  width: 118px;
}
.l-header__cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 14px;
}
.l-header__cta__estimate {
  position: relative;
  top: -2px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0 11px;
  width: 260px;
  height: 53px;
  background-color: #2da900;
  border-radius: 6px;
  color: #fff;
  box-shadow: 0 5px 0 #007d0f;
}
.l-header__cta__estimate:hover {
  opacity: 1;
  transform: translateY(5px);
  box-shadow: none;
}
.l-header__cta__estimateTxt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px 0;
  padding-top: 3px;
  text-align: center;
}
.l-header__cta__estimateTxt .ttl {
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}
.l-header__cta__estimateTxt .holiday {
  font-size: 12px;
  line-height: 1.3;
}
.l-header__menu {
  display: none;
}
@media screen and (max-width: 991px) {
  .l-header__menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 40;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(-100%);
    background-color: #fff;
    transition: all 0.3s;
    width: 100%;
    height: 100%;
    padding-top: 80px;
    overflow-y: auto;
  }
}
.l-header__menu.is-active {
  transform: translateY(0);
}
.l-header__menu__brand {
  margin-bottom: 10px;
}
.l-header__menu__credit {
  max-width: 315px;
  margin-bottom: 37px;
}
.l-header__menu .p-nav--common {
  flex-direction: column;
}
.l-header__menu .p-nav__item__link, .l-header__menu .p-nav__item__ttl {
  color: #000 !important;
}
.l-header__menu .p-nav__item__childItem a {
  color: #000 !important;
}
.l-header__toggle {
  display: none;
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .l-header__toggle {
    display: block;
  }
}
.l-header__toggle__line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 37px;
  height: 2px;
  background-color: #000;
  transition: all 0.3s;
}
.l-header__toggle__line:first-of-type {
  transform: translate(-50%, -11px);
}
.l-header__toggle__line:nth-of-type(2) {
  transform: translate(-50%, -1px);
}
.l-header__toggle__line:last-of-type {
  transform: translate(-50%, 9px);
}
.l-header__toggle.is-active:before {
  content: "閉じる";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.l-header__toggle.is-active .l-header__toggle__line:first-of-type {
  transform: translate(-50%, 0) rotate(30deg);
}
.l-header__toggle.is-active .l-header__toggle__line:nth-of-type(2) {
  opacity: 0;
}
.l-header__toggle.is-active .l-header__toggle__line:last-of-type {
  transform: translate(-50%, 0) rotate(-30deg);
}

/* l-footer */
.l-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 65px 0;
  margin-top: auto;
  padding: 27px 0 47px;
  background-color: #333;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer {
    gap: 40px 0;
    padding-bottom: 114px;
  }
}
.l-footer__pagetop {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  width: 84px;
  height: 29px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.l-footer__pagetop:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.l-footer__inner {
  display: flex;
  flex-direction: row;
  gap: 0 90px;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    flex-direction: column;
    gap: 45px 0;
    padding: 0 20px;
  }
}
.l-footer__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px 0;
  min-width: 367px;
  padding-right: 30px;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .l-footer__top {
    min-width: none;
    border-right: none;
    padding-right: 0;
    padding-bottom: 58px;
    border-bottom: 1px solid #fff;
  }
}
.l-footer__store {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
}
.l-footer__store__logo {
  width: 68px;
}
.l-footer__store__name {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px 0;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.l-footer__store__nameSub {
  font-size: 24px;
}
.l-footer__store__nameMain {
  font-size: 18px;
}
.l-footer__address {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.l-footer__map {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 15px;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
}
.l-footer__copyright {
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
}
.l-footer__fixed {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-footer__fixed {
    position: fixed;
    left: 0;
    bottom: 6px;
    z-index: 30;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.l-footer__fixed__pagetop {
  position: absolute;
  right: 10px;
  top: -60px;
}
.l-footer__fixed__btn {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0 7px;
  padding: 15px 12px 12px;
  color: #fff;
}
.l-footer__fixed__btn--tel {
  background-color: #dc2500;
  box-shadow: 0 6px 0 #971900;
}
.l-footer__fixed__btn--tel .l-footer__fixed__btnLabel {
  -webkit-text-stroke-color: #dc2500;
  text-stroke-color: #dc2500;
}
.l-footer__fixed__btn--estimate {
  background-color: #2da900;
  box-shadow: 0 6px 0 #007d0f;
}
.l-footer__fixed__btn--estimate .l-footer__fixed__btnLabel {
  -webkit-text-stroke-color: #2da900;
  text-stroke-color: #2da900;
}
.l-footer__fixed__btn:hover {
  opacity: 1;
  transform: translateY(6px);
  box-shadow: none;
}
.l-footer__fixed__btnLabel {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  paint-order: stroke;
  -webkit-text-stroke-width: 2px;
  text-stroke-width: 2px;
}
.l-footer__fixed__btnTxt {
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.08em;
}

/* l-main */
.l-main {
  padding-top: 120px;
}
@media screen and (max-width: 991px) {
  .l-main {
    padding-top: 60px;
  }
}

/* l-breadcrumb */
.l-breadcrumb {
  padding: 10px 0 50px;
}
.l-breadcrumb__list {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.l-breadcrumb__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 10px;
}
.l-breadcrumb__item:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #fff;
}
.l-breadcrumb__item a,
.l-breadcrumb__item span {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.l-breadcrumb__item:first-child a {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}
.l-breadcrumb__item:last-child {
  flex: 1;
  min-width: 0;
}
.l-breadcrumb__item:last-child:after {
  display: none;
}
.l-breadcrumb__item:last-child a,
.l-breadcrumb__item:last-child span {
  opacity: 0.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  min-width: 0;
}

/* l-box */
.l-box {
  padding: 40px;
  background-color: #fff;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .l-box {
    padding: 20px;
  }
}

/* l-infoBox */
.l-infoBox {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  width: 100%;
  padding: 40px 20px;
  background-color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.l-infoBox:before, .l-infoBox:after {
  content: "";
  position: absolute;
  width: 33px;
  height: 33px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
}
.l-infoBox:before {
  top: 0;
  left: 0;
}
.l-infoBox:after {
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}
.l-infoBox--gray {
  background-color: rgba(220, 220, 220, 0.6);
  color: #000;
}
.l-infoBox--gray:before, .l-infoBox--gray:after {
  border-top: 4px solid #000;
  border-left: 4px solid #000;
}

/* p-pageHeader */
.p-pageHeader {
  width: 100%;
  height: 270px;
  background-image: url("../images/page-header_bg_pc.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-pageHeader {
    background-image: url("../images/page-header_bg.png");
  }
}
@media screen and (max-width: 639px) {
  .p-pageHeader {
    height: 170px;
  }
}
.p-pageHeader__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 0 10px;
}
@media screen and (max-width: 767px) {
  .p-pageHeader__inner {
    gap: 0 5px;
  }
}
.p-pageHeader__ttl {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
  color: #fff;
}
.p-pageHeader__ttl__en {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-pageHeader__ttl__en {
    font-size: 20px;
  }
}
.p-pageHeader__ttl__ja {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-pageHeader__ttl__ja {
    font-size: 24px;
  }
}
.p-pageHeader__img {
  width: 260px;
}
@media screen and (max-width: 767px) {
  .p-pageHeader__img {
    width: 130px;
  }
}

/* p-nav */
.p-nav--header {
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 50;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0 40px;
  width: 100%;
  height: 40px;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .p-nav--header {
    display: none;
  }
}
.p-nav--header .p-nav__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0 40px;
  height: 100%;
}
.p-nav--header .p-nav__item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.p-nav--header .p-nav__item--contact {
  display: none;
}
.p-nav--header .p-nav__item__link, .p-nav--header .p-nav__item__ttl {
  font-weight: 700;
  line-height: 1;
}
.p-nav--header .p-nav__item__ttl {
  padding-right: 21px;
  background-image: url("../images/i_arrow_menu.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 11px 8px;
  cursor: pointer;
}
.p-nav--header .p-nav__item__child {
  position: absolute;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
  width: 196px;
  padding: 4px 14px;
  background-color: #fff;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  z-index: 10;
}
.p-nav--header .p-nav__item__childItem {
  border-bottom: 1px solid #ffbb00;
  line-height: 1;
}
.p-nav--header .p-nav__item__childItem:last-child {
  border-bottom: none;
}
.p-nav--header .p-nav__item__childItem a {
  display: block;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 500;
}
.p-nav--header .p-nav__item--hasChild::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 8px;
  background: transparent;
}
.p-nav--header .p-nav__item--hasChild:hover .p-nav__item__child {
  max-height: 500px;
  opacity: 1;
}
.p-nav--common {
  flex: 1;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px 80px;
}
.p-nav--common .p-nav__list {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.p-nav--common .p-nav__item__link, .p-nav--common .p-nav__item__ttl {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 20px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-nav--common .p-nav__item__link, .p-nav--common .p-nav__item__ttl {
    font-size: 20px;
  }
}
.p-nav--common .p-nav__item__link:before, .p-nav--common .p-nav__item__ttl:before {
  content: "";
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #ff6a00;
}
.p-nav--common .p-nav__item__child {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  margin-top: 10px;
  margin-left: 53px;
}
.p-nav--common .p-nav__item__childItem a {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 10px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-nav--common .p-nav__item__childItem a {
    font-size: 16px;
  }
}
.p-nav--common .p-nav__item__childItem a:before {
  content: "";
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #ffbb00;
}

/* p-cta */
.p-cta {
  position: relative;
  width: 100%;
  padding: 16.7142857143vw 0 60px;
  background-image: url("../images/cta_bg_pc.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cta {
    background-image: url("../images/cta_bg.png");
    padding: 25.8666666667vw 0 53px;
  }
}
@media screen and (max-width: 991px) {
  .p-cta--menu {
    margin-top: -10.6666666667vw;
    background-image: url("../images/menu_cta_bg.svg");
    padding: 25.8666666667vw 0 53px;
  }
}
.p-cta__ttl {
  margin-bottom: 17px;
  -webkit-text-stroke: 8px #000;
  text-stroke: 8px #000;
  paint-order: stroke;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-cta__ttl {
    margin-bottom: 11px;
    -webkit-text-stroke-width: 4px;
    text-stroke-width: 4px;
    font-size: 20px;
  }
}
.p-cta__ttl span {
  font-size: 50px;
  color: #ff6a00;
}
@media screen and (max-width: 767px) {
  .p-cta__ttl span {
    font-size: 26px;
  }
}
.p-cta__txt {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-cta__txt {
    margin-bottom: 22px;
  }
}
.p-cta__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0 35px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-cta__list {
    flex-direction: column;
    gap: 16px 0;
  }
}
.p-cta__note {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-cta__note {
    flex-direction: row;
    max-width: 355px;
    margin: 0 auto;
  }
}
.p-cta__note__ttl {
  padding: 10px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  background-color: #959595;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cta__note__ttl {
    line-height: 1.2;
    writing-mode: vertical-rl;
    font-size: 16px;
  }
}
.p-cta__note__txt {
  padding: 8px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cta__note__txt {
    padding: 17px 20px;
    font-size: 14px;
    text-align: left;
  }
}
.p-cta__note__txt span {
  font-size: 20px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-cta__note__txt span {
    font-size: 16px;
  }
}

/* p-privacyPolicy */
.p-privacyPolicy__box {
  padding-bottom: 80px;
  background-color: #fff;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .p-privacyPolicy__box {
    padding-bottom: 60px;
  }
}
.p-privacyPolicy h2 {
  padding: 20px 20px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
.p-privacyPolicy h3 {
  margin-top: 40px;
  margin-bottom: 10px;
  padding-top: 40px;
  border-top: 1px solid #dcdcdc;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
.p-privacyPolicy p {
  font-size: 14px;
  line-height: 1.8;
}
.p-privacyPolicy ul {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  margin-top: 20px;
}
.p-privacyPolicy ul li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.8;
}
.p-privacyPolicy ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #ffbb00;
}

/* p-faq */
.p-faq--section {
  padding: 70px 0 7px;
}
@media screen and (max-width: 767px) {
  .p-faq--section {
    padding-top: 48px;
  }
}
.p-faq--triangle {
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-faq--triangle {
    padding-bottom: 10px;
  }
}
.p-faq--triangle:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0px 0px 133px 100vw;
}
@media screen and (max-width: 767px) {
  .p-faq--triangle:after {
    border-width: 0px 0px 50px 100vw;
  }
}
.p-faq .c-ttl {
  margin-bottom: 30px;
}
.p-faq__list {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
@media screen and (max-width: 767px) {
  .p-faq__list {
    gap: 30px 0;
  }
}
.p-faq__item {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  padding-bottom: 40px;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 767px) {
  .p-faq__item {
    padding-bottom: 30px;
  }
}
.p-faq__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.p-faq__item__label {
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
}
.p-faq__item__q {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 10px;
}
.p-faq__item__q .p-faq__item__label {
  color: #ff6a00;
}
.p-faq__item__qTxt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
.p-faq__item__a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 10px;
}
.p-faq__item__a .p-faq__item__label {
  color: #ffbb00;
}
.p-faq .c-btn {
  position: relative;
  z-index: 2;
  margin: 50px auto 0;
}

/* p-company */
.p-company {
  padding: 80px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding-top: 24px;
  }
}
.p-company .c-ttl {
  margin-bottom: 49px;
}
@media screen and (max-width: 767px) {
  .p-company .c-ttl {
    margin-bottom: 17px;
  }
}

/* p-table */
.p-table {
  border-collapse: collapse;
  width: 100%;
}
.p-table tr:nth-child(odd) {
  background-color: #fff;
}
.p-table tr:nth-child(even) {
  background-color: #dcdcdc;
}
.p-table tr th,
.p-table tr td {
  padding: 18px 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-table tr th,
  .p-table tr td {
    padding: 10px 15px;
  }
}
.p-table tr th {
  width: 120px;
  font-size: 18px;
  font-weight: 500;
}
.p-table tr th {
  padding-right: 0;
}

/* p-index */
@media screen and (max-width: 767px) {
  .p-index {
    margin-top: -30px;
  }
}
.p-index__ttl {
  margin-bottom: 4px;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffbb00;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index__ttl {
    font-size: 20px;
  }
}
.p-index__item {
  position: relative;
  padding-left: 20px;
  border-bottom: 1px solid #000;
}
.p-index__item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #ffbb00;
}
.p-index__item a {
  position: relative;
  display: block;
  padding: 16px 16px 16px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-index__item a {
    padding: 12px 12px 12px 0;
    font-size: 14px;
  }
}
.p-index__item a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 11px;
  height: 8px;
  background-image: url("../images/i_arrow_menu.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* p-media */
.p-media {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-media {
    padding-top: 30px;
  }
}
.p-media .l-box {
  padding-bottom: 192px;
}
@media screen and (max-width: 767px) {
  .p-media .l-box {
    padding-bottom: 110px;
  }
}
.p-media__ttl {
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-media__ttl {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.p-media__img {
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-media__img {
    margin-bottom: 10px;
  }
}

/* p-sales */
.p-sales {
  position: relative;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.2em;
}
.p-sales:before {
  content: "";
  position: absolute;
  top: -234px;
  left: 0;
  width: 100%;
  height: 235px;
  background-image: url("../images/sales_bg_pc.svg");
  background-position: center bottom;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  .p-sales:before {
    top: -100px;
    height: 103px;
    background-image: url("../images/sales_bg.svg");
  }
}
.p-sales__box {
  position: relative;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .p-sales__box {
    padding-bottom: 10px;
  }
}
.p-sales__inner {
  position: relative;
  z-index: 1;
  top: -40px;
}
@media screen and (max-width: 767px) {
  .p-sales__inner {
    top: -11px;
  }
}
.p-sales__label {
  position: absolute;
  top: -107px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  paint-order: stroke;
  -webkit-text-stroke: 7px #000;
  text-stroke: 7px #000;
}
@media screen and (max-width: 767px) {
  .p-sales__label {
    top: -37px;
    font-size: 16px;
    -webkit-text-stroke-width: 4px;
    -webkit-text-stroke-width: 4px;
  }
}
.p-sales__ttl {
  font-size: 48px;
  font-weight: 900;
  color: #fff;
  paint-order: stroke;
  -webkit-text-stroke: 8px #000;
  text-stroke: 8px #000;
}
@media screen and (max-width: 767px) {
  .p-sales__ttl {
    font-size: 24px;
    -webkit-text-stroke-width: 4px;
    text-stroke-wi-webkit-text-stroke-width: 4px;
  }
}
.p-sales__ttl br.is-sp {
  display: none;
}
@media screen and (max-width: 991px) {
  .p-sales__ttl br.is-sp {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .p-sales__ttl--narrow {
    letter-spacing: 0;
  }
}
.p-sales__txt {
  font-size: 36px;
  font-weight: 900;
  paint-order: stroke;
  -webkit-text-stroke: 4px #000;
  text-stroke: 4px #000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-sales__txt {
    font-size: 20px;
  }
}
.p-sales__txt__store {
  color: #ff6a00;
}
.p-sales--recommend {
  margin-top: 300px;
}
@media screen and (max-width: 767px) {
  .p-sales--recommend {
    margin-top: 127px;
  }
}
@media screen and (max-width: 767px) {
  .p-sales--recommend:before {
    top: -84px;
    height: 86px;
  }
}
.p-sales--recommend .p-sales__inner {
  display: flex;
  flex-direction: row;
  top: auto;
}
@media screen and (max-width: 767px) {
  .p-sales--recommend .p-sales__inner {
    max-width: 358px;
    margin: 0 auto;
  }
}
.p-sales--recommend .p-sales__box {
  padding: 26px 0;
}
.p-sales--recommend .p-sales__box:before {
  content: "";
  position: absolute;
  top: -72px;
  left: 45%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #000 transparent;
  border-width: 0px 35px 72px 35px;
}
@media screen and (max-width: 767px) {
  .p-sales--recommend .p-sales__box:before {
    top: -36px;
    left: 50%;
    border-width: 0px 17.5px 36px 17.5px;
  }
}
.p-sales--recommend .p-sales__ttl {
  z-index: 1;
  display: flex;
  flex-direction: column;
  text-align: left;
  font-size: 36px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-sales--recommend .p-sales__ttl {
    font-size: 20px;
  }
}
.p-sales--recommend .p-sales__ttl span {
  font-size: 50px;
  line-height: 1.2;
  color: #ff6a00;
}
@media screen and (max-width: 767px) {
  .p-sales--recommend .p-sales__ttl span {
    font-size: 26px;
  }
}
.p-sales--recommend .p-sales__ttl span small {
  font-size: 36px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-sales--recommend .p-sales__ttl span small {
    font-size: 20px;
  }
}
.p-sales--recommend .p-sales__img {
  position: absolute;
  right: 0;
  bottom: -26px;
  width: 252px;
}
@media screen and (max-width: 767px) {
  .p-sales--recommend .p-sales__img {
    right: -23px;
    width: 181px;
  }
}
.p-sales--noMargin {
  margin-top: 0;
}

/* p-news */
.p-news__ttl {
  margin-bottom: 42px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-news__ttl {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.p-news__list {
  display: flex;
  flex-direction: column;
}
.p-news__more {
  display: none;
}
.p-news__item {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  padding: 20px 0;
  border-top: 1px solid #dcdcdc;
}
.p-news__item__media {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 10px;
}
.p-news__item__img img {
  width: 90px;
  height: 90px;
  aspect-ratio: 1;
  object-fit: cover;
}
.p-news__item__ttl {
  flex: 1;
  font-size: 18px;
  line-height: 1.4;
}
.p-news__item__txt {
  font-size: 14px;
  line-height: 1.8;
}
.p-news .c-btn {
  margin: 50px auto 0;
}
.p-news--section {
  position: relative;
  padding: 0 0 197px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-news--section {
    padding: 40px 0 80px;
  }
}
.p-news--section:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #ff6a00 transparent;
  border-width: 0px 0px 133px 100vw;
}
@media screen and (max-width: 767px) {
  .p-news--section:after {
    border-width: 0px 0px 50px 100vw;
  }
}
.p-news--section .p-news__inner {
  position: relative;
  z-index: 1;
}
.p-news--section .c-btn {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-news--section .c-btn {
    margin-top: 28px;
  }
}

.p-newsHead {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 10px;
}
.p-newsHead__time {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #ff6a00;
  white-space: nowrap;
}
.p-newsHead__cat {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}

/* p-newsSingle */
.p-newsSingle__box {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.p-newsSingle__ttl {
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
}
.p-newsSingle .c-btn {
  margin: 50px auto 0;
}

/* p-supply */
.p-supply {
  padding-bottom: 109px;
}
@media screen and (max-width: 767px) {
  .p-supply {
    padding-bottom: 60px;
  }
}
.p-supply__box {
  display: flex;
  flex-direction: column;
  gap: 46px 0;
  padding-top: 20px;
}
@media screen and (max-width: 479px) {
  .p-supply__box {
    gap: 20px 0;
  }
}
.p-supply__ttl {
  position: relative;
  padding-left: 138px;
  font-size: 32px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-supply__ttl {
    padding-left: 98px;
    font-size: 18px;
  }
}
.p-supply__ttl:before {
  content: "";
  position: absolute;
  top: -47px;
  left: -31px;
  width: 178px;
  height: 203px;
  background-image: url("../images/supply_img.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-supply__ttl:before {
    top: -42px;
    left: -15px;
    width: 123px;
    height: 140px;
  }
}
.p-supply--beginners {
  padding: 77px 0 0;
}
@media screen and (max-width: 767px) {
  .p-supply--beginners {
    padding-top: 57px;
  }
}
.p-supply--beginners .p-supply__box {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .p-supply--beginners .p-supply__box {
    padding-bottom: 90px;
  }
}
.p-supply--beginners .p-supply__ttl:before {
  top: -59px;
  left: -24px;
  width: 165px;
  height: 203px;
  background-image: url("../images/supply_img02.svg");
}
@media screen and (max-width: 767px) {
  .p-supply--beginners .p-supply__ttl:before {
    left: -4px;
    width: 123px;
    height: 151px;
  }
}

/* p-worksCat */
.p-worksCat {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
.p-worksCat--archive {
  margin-top: -70px;
}
@media screen and (max-width: 767px) {
  .p-worksCat--archive {
    margin-top: -61px;
  }
}
.p-worksCat__ttl {
  transform: skew(-16deg, 0);
  width: fit-content;
  margin: 0 auto;
  background-color: #fff;
  padding: 10px 44px;
  font-size: 39px;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-worksCat__ttl {
    padding: 7px 26px;
    font-size: 26px;
  }
}
.p-worksCat__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.p-worksCat__item .c-tag {
  display: block;
}

/* p-works */
.p-works {
  position: relative;
  padding: 40px 0 80px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .p-works {
    padding-bottom: 50px;
  }
}
.p-works__inner {
  position: relative;
  z-index: 1;
}
.p-works__list {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  margin-top: 40px;
}
.p-works__more {
  display: none;
}
.p-works__more__inner {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.p-works__item {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.p-works__item__img img {
  aspect-ratio: 701/380;
  object-fit: cover;
}
.p-works__item__ttl {
  font-size: 16px;
  line-height: 1.5;
}
.p-works__item__info {
  display: flex;
  flex-direction: column;
  gap: 6px 0;
}
.p-works__item__infoItem {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0 10px;
}
.p-works__item__infoItem .ttl {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 80px;
  background-color: #ffbb00;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.p-works__item__infoItem .txt {
  flex: 1;
  font-size: 14px;
  line-height: 1.8;
}
.p-works__item__txt {
  font-size: 14px;
  line-height: 1.8;
}
.p-works .c-btn {
  margin: 50px auto 0;
}
.p-works--section {
  position: relative;
  padding: 0 0 60px;
  background-image: url("../images/works_bg_pc.jpg");
  background-repeat: no-repeat;
  background-position: center 234px;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-works--section {
    background-image: url("../images/works_bg.jpg");
    background-position: center 80px;
    padding-bottom: 0;
  }
}
.p-works--section:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0px 0px 133px 100vw;
}
@media screen and (max-width: 767px) {
  .p-works--section:after {
    border-width: 0px 0px 50px 100vw;
  }
}
.p-works--section .p-works__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-works--section .p-works__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
  }
}
.p-works--section .l-box {
  padding: 20px;
}

/* p-worksSingle */
.p-worksSingle {
  padding: 103px 0 80px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .p-worksSingle {
    padding: 40px 0 49px;
  }
}
.p-worksSingle__box {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.p-worksSingle__ttl {
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
}
.p-worksSingle__body {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.p-worksSingle__item {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.p-worksSingle__item__ttl {
  padding: 6px 10px;
  background-color: #ffbb00;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.p-worksSingle .c-btn {
  margin: 50px auto 0;
}
.p-worksSingle .p-worksCat {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-worksSingle .p-worksCat {
    padding-top: 50px;
  }
}

/* p-area */
.p-area {
  position: relative;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-area {
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-area .l-infoBox {
    font-size: 14px;
  }
}
.p-area .l-infoBox span {
  font-size: 18px;
  font-weight: 700;
  color: #ffbb00;
}
@media screen and (max-width: 767px) {
  .p-area .l-infoBox span {
    font-size: 16px;
  }
}
.p-area__map {
  position: relative;
  margin-top: 89px;
  padding: 90px 0 60px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-area__map {
    margin-top: 61px;
    padding: 48px 0 30px;
  }
}
.p-area__map__inner {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media screen and (max-width: 767px) {
  .p-area__map__inner {
    gap: 15px 0;
  }
}
.p-area__map .c-solidTtl {
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.p-area__map__body {
  position: relative;
  aspect-ratio: 1000/400;
}
@media screen and (max-width: 767px) {
  .p-area__map__body {
    aspect-ratio: 375/237;
  }
}
.p-area__map__body iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-area__map__txt {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-area__map__txt {
    text-align: left;
  }
}

/* p-point */
.p-point {
  position: relative;
  z-index: 1;
  padding: 80px 0 90px;
  background-image: url("../images/section_bg_pc.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 1400px 417px;
}
@media screen and (max-width: 767px) {
  .p-point {
    margin-bottom: -30px;
    padding: 40px 0 50px;
    background-image: url("../images/section_bg.png");
    background-position: calc(0% - 20px) calc(100% + 24px);
    background-size: auto;
  }
}
.p-point--bg02 {
  padding: 80px 0;
  background-image: url("../images/section_bg02_pc.png");
  background-position: right top;
  background-size: 1080px 372px;
}
@media screen and (max-width: 767px) {
  .p-point--bg02 {
    padding: 20px 0 45px;
    background-image: url("../images/section_bg.png");
    background-position: 76px center;
    background-size: auto;
  }
}
.p-point .c-ttl {
  margin-bottom: 94px;
}
@media screen and (max-width: 767px) {
  .p-point .c-ttl {
    margin-bottom: 83px;
  }
}
.p-point__list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 42px;
}
@media screen and (max-width: 767px) {
  .p-point__list {
    flex-wrap: nowrap;
    gap: 11px;
  }
}

/* p-service */
.p-service {
  position: relative;
  z-index: 1;
  padding: 80px 0 70px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-service {
    padding: 42px 0 60px;
  }
}
.p-service .c-ttl {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .p-service .c-ttl {
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 767px) {
  .p-service .c-ttl__ja {
    font-size: 26px;
  }
}
.p-service__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-service__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-service__item {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.p-service__item__ttl {
  padding: 8px 10px;
  background-color: #ffbb00;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.p-service__item__media {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-service__item__media {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .p-service__item__media .img {
    width: 110px;
  }
}
.p-service__item__media .txt {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-service__item__media .txt {
    flex: 1;
  }
}
.p-service .c-btn {
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .p-service .c-btn {
    margin-top: 40px;
  }
}

/* p-imported */
.p-imported {
  position: relative;
  padding: 200px 0 28.5714285714vw;
  background-image: url("../images/imported_bg_pc.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-imported {
    background-image: url("../images/imported_bg.png");
    padding: 100px 0 53.3333333333vw;
  }
}
.p-imported:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 133px 100vw 0px 0px;
  bottom: auto;
  top: -1px;
}
@media screen and (max-width: 767px) {
  .p-imported:before {
    border-width: 50px 100vw 0px 0px;
  }
}
.p-imported--beforeNone {
  padding-top: 80px;
}
.p-imported--beforeNone:before {
  display: none;
}
.p-imported--beforeMain:before {
  border-top-color: #ff6a00;
}
.p-imported:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100vw;
  height: 23vw;
  background-image: url("../images/black-bubble_bg_pc.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-imported:after {
    background-image: url("../images/black-bubble_bg.png");
    width: 100vw;
    height: 41.6vw;
  }
}
.p-imported__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-imported__inner {
    gap: 26px 0;
  }
}
.p-imported__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-imported__ttl {
    gap: 5px 0;
  }
}
.p-imported__ttl__top {
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-imported__ttl__top {
    font-size: 20px;
  }
}
.p-imported__ttl__top strong {
  font-size: 36px;
  font-weight: 900;
  color: #ff006f;
}
@media screen and (max-width: 767px) {
  .p-imported__ttl__top strong {
    font-size: 24px;
  }
}
.p-imported__ttl__top strong span {
  position: relative;
}
.p-imported__ttl__top strong span:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 9px;
  height: 9px;
  border-radius: 9999px;
  background-color: #ff006f;
}
@media screen and (max-width: 767px) {
  .p-imported__ttl__top strong span:before {
    width: 6px;
    height: 6px;
  }
}
.p-imported__ttl__service {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .p-imported__ttl__service {
    font-size: 20px;
  }
}
.p-imported__ttl__service--lg {
  font-size: 36px;
}
.p-imported__ttl__install {
  padding-bottom: 26px;
  font-size: 54px;
  color: #ff006f;
  line-height: 1;
  transform: skewX(-16deg);
}
@media screen and (max-width: 767px) {
  .p-imported__ttl__install {
    padding-bottom: 18px;
    font-size: 36px;
  }
}
.p-imported__ttl__install:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 15px;
  background-image: url("../images/imported_line_pc.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-imported__ttl__install:before {
    height: 11px;
    background-image: url("../images/imported_line.svg");
  }
}
.p-imported__img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-imported__img {
    max-width: 400px;
  }
}
@media screen and (max-width: 639px) {
  .p-imported__img {
    max-width: 266px;
  }
}
.p-imported__img img {
  width: 100%;
}
.p-imported .l-infoBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px 0;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-imported .l-infoBox {
    gap: 10px 0;
    font-size: 16px;
  }
}
.p-imported .l-infoBox strong {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-imported .l-infoBox strong {
    font-size: 18px;
  }
}

.p-importedBg {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.p-importedBg:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 133px 100vw 0px 0px;
  bottom: -133px;
}
@media screen and (max-width: 767px) {
  .p-importedBg:after {
    border-width: 50px 100vw 0px 0px;
  }
}

/* p-consult */
.p-consult {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  margin-bottom: -11.2857142857vw;
}
@media screen and (max-width: 767px) {
  .p-consult {
    padding-top: 0;
    margin-bottom: -13.3333333333vw;
  }
}
.p-consult__box {
  position: relative;
  max-width: 865px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .p-consult__box {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
.p-consult__ttl {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
@media screen and (max-width: 991px) {
  .p-consult__ttl {
    position: relative;
    top: auto;
    left: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-consult__ttl {
    width: 265px;
    height: 90px;
    margin-bottom: -20px;
  }
}
.p-consult__ttl__label {
  position: absolute;
  top: 27px;
  left: 0;
  width: max-content;
  padding: 7px 24px;
  background-color: #fff;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  transform: skewX(-20deg);
}
@media screen and (max-width: 991px) {
  .p-consult__ttl__label {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: -30px;
  }
}
@media screen and (max-width: 767px) {
  .p-consult__ttl__label {
    margin-bottom: -26px;
    padding: 5px 20px;
    font-size: 28px;
  }
}
.p-consult__ttl .c-solidTtl {
  position: absolute;
  top: 63px;
  left: 22px;
}
@media screen and (max-width: 991px) {
  .p-consult__ttl .c-solidTtl {
    position: relative;
    top: 17px;
    left: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-consult__ttl .c-solidTtl {
    left: 12px;
  }
}
.p-consult .l-infoBox {
  max-width: 466px;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-consult .l-infoBox {
    max-width: 335px;
    padding-top: 26px;
    padding-bottom: 26px;
    font-size: 16px;
  }
}
.p-consult .l-infoBox span {
  font-size: 24px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-consult .l-infoBox span {
    font-size: 20px;
  }
}
.p-consult .c-lead {
  margin-bottom: 0;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-consult .c-lead {
    margin: 10px 0;
    font-size: 16px;
  }
}

/* p-serviceMenu */
.p-serviceMenu {
  padding: 76px 0;
}
@media screen and (max-width: 767px) {
  .p-serviceMenu {
    padding: 32px 0 40px;
  }
}
.p-serviceMenu__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px 40px;
}
@media screen and (max-width: 991px) {
  .p-serviceMenu__list {
    grid-template-columns: repeat(1, 1fr);
    margin: 0 -10px;
  }
}
.p-serviceMenu__item {
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-serviceMenu__item {
    max-width: 480px;
    margin: 0 auto;
  }
}
.p-serviceMenu__item:nth-child(even) {
  position: relative;
  top: 70px;
}
@media screen and (max-width: 991px) {
  .p-serviceMenu__item:nth-child(even) {
    top: auto;
  }
}
.p-serviceMenu__item .l-infoBox {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 370px;
  height: 147px;
  justify-content: center;
  gap: 0;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .p-serviceMenu__item .l-infoBox {
    top: 27px;
    max-width: 335px;
    width: 100%;
    height: 113px;
  }
}
.p-serviceMenu__item__ttl {
  font-size: 24px;
  font-weight: 900;
}
.p-serviceMenu__item__img {
  margin-bottom: -84px;
}
@media screen and (max-width: 767px) {
  .p-serviceMenu__item__img {
    margin-bottom: -78px;
  }
}
.p-serviceMenu__item__txtBox {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  width: 100%;
  padding: 34px 40px;
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .p-serviceMenu__item__txtBox {
    padding: 20px;
  }
}
.p-serviceMenu__item__txtBox .ttl {
  font-size: 18px;
  font-weight: 500;
  color: #ffbb00;
  line-height: 1.4;
}
.p-serviceMenu__item__txtBox .txt {
  color: #fff;
}
.p-serviceMenu__item__note {
  margin: 10px 0 -10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 15px;
}
@media screen and (max-width: 767px) {
  .p-serviceMenu__item__note {
    gap: 0 6px;
  }
}
.p-serviceMenu__item__note .img {
  width: 68px;
}
@media screen and (max-width: 767px) {
  .p-serviceMenu__item__note .img {
    width: 50px;
  }
}
.p-serviceMenu__item__note .txt {
  font-size: 14px;
  line-height: 1.5;
}
.p-serviceMenu__item__btn {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-serviceMenu__item__btn {
    margin-left: 10px;
    margin-right: 10px;
  }
}

/* p-serviceSub */
.p-serviceMenuSub {
  position: relative;
}
.p-serviceMenuSub:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 84px;
  background-color: #fff;
}
.p-serviceMenuSub:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 0px 100vw 133px 0;
  bottom: auto;
  top: 82px;
  border-bottom-width: 186px;
}
@media screen and (max-width: 767px) {
  .p-serviceMenuSub:after {
    border-width: 0px 100vw 50px 0;
  }
}
.p-serviceMenuSub__inner {
  position: relative;
  z-index: 1;
}

/* p-serviceMenu02 */
.p-serviceMenu02 {
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .p-serviceMenu02 {
    padding: 40px 0;
  }
}
.p-serviceMenu02:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ff6a00 transparent transparent transparent;
  border-width: 133px 100vw 0px 0px;
  bottom: -132px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-serviceMenu02:after {
    border-width: 50px 100vw 0px 0px;
  }
}
@media screen and (max-width: 767px) {
  .p-serviceMenu02:after {
    bottom: -49px;
  }
}
.p-serviceMenu02--negative {
  padding-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .p-serviceMenu02--negative {
    padding-bottom: 40px;
  }
}
.p-serviceMenu02__ttlImg {
  width: 527px;
  margin: 0 auto -50px;
}
@media screen and (max-width: 767px) {
  .p-serviceMenu02__ttlImg {
    max-width: 352px;
    width: 100%;
    margin-bottom: -20px;
  }
}
.p-serviceMenu02 .c-ttl {
  margin-bottom: 30px;
}
.p-serviceMenu02__img {
  margin-bottom: -52px;
}
@media screen and (max-width: 767px) {
  .p-serviceMenu02__img {
    margin-bottom: -30px;
  }
}
.p-serviceMenu02__btn {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-serviceMenu02__btn {
    margin-left: 10px;
    margin-right: 10px;
  }
}

/* p-voice */
.p-voice {
  position: relative;
  padding: 0 0 24.0714285714vw;
}
@media screen and (max-width: 767px) {
  .p-voice {
    padding: 0 0 45.3333333333vw;
  }
}
.p-voice--positive {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-voice--positive {
    padding-top: 40px;
  }
}
.p-voice:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100vw;
  height: 23vw;
  background-image: url("../images/black-bubble_bg_pc.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-voice:after {
    background-image: url("../images/black-bubble_bg.png");
    width: 100vw;
    height: 41.6vw;
  }
}
.p-voice .c-ttl {
  margin-bottom: 32px;
}
.p-voice__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .p-voice__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-voice__item {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  background-color: #fff;
  padding: 20px;
  border-radius: 6px;
}
.p-voice__item__head {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 20px;
}
.p-voice__item .img {
  width: 60px;
}
.p-voice__item .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px 0;
}
.p-voice__item .info__name {
  font-size: 14px;
  line-height: 1.8;
}
.p-voice__item .info__rate {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 2px;
}
.p-voice__item__body {
  display: flex;
  flex-direction: column;
  gap: 13px 0;
}
.p-voice__item__body .ttl {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
.p-voice__item__body .txt {
  font-size: 14px;
  line-height: 1.8;
}

/* p-merit */
.p-merit__ttl__store {
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-merit__ttl__store {
    font-size: 18px;
  }
}
.p-merit__ttl__main {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-merit__ttl__main {
    font-size: 26px;
  }
}
.p-merit__ttl__main strong {
  display: block;
  font-size: 40px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-merit__ttl__main strong {
    font-size: 32px;
  }
}
.p-merit__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
}
@media screen and (max-width: 767px) {
  .p-merit__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
    margin: 0 -10px;
  }
}
.p-merit__item {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-merit__item {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 639px) {
  .p-merit__item {
    max-width: none;
  }
}
.p-merit__item__txtBox {
  flex: 1;
  gap: 20px 0;
  width: calc(100% - 20px);
  margin: -100px auto 0;
}
.p-merit__item__txtBox .ttl {
  font-size: 18px;
  font-weight: 500;
  color: #ffbb00;
}
.p-merit__item__txtBox .txt {
  text-align: left;
}
.p-merit__item__note {
  height: 50px;
  margin: 9px 10px 0;
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-merit__item__note {
    height: auto;
  }
}

/* p-lineup */
.p-lineup {
  padding: 80px 0 66px;
  background-color: #fff;
  background-image: url("../images/lineup_bg_pc.png");
  background-position: center 132px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-lineup {
    padding: 40px 0 50px;
    background-image: url("../images/lineup_bg.png");
    background-position: center 90px;
  }
}
.p-lineup--bgNone {
  background-image: none;
}
@media screen and (max-width: 767px) {
  .p-lineup--bgNone {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-lineup--bgNone .c-ttl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-lineup--bgNone .c-ttl__ja {
    font-size: 26px;
  }
}
.p-lineup .c-lead {
  text-align: left;
}
.p-lineup__txt {
  margin: -30px 0 50px;
}
@media screen and (max-width: 767px) {
  .p-lineup__txt {
    margin-bottom: 20px;
  }
}
.p-lineup__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-lineup__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0;
  }
}
.p-lineup__item {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.p-lineup__item__ttl {
  position: relative;
  padding: 15px 20px;
  background-image: linear-gradient(to right, #333, #000);
  border-left: 9px solid #ff6a00;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
.p-lineup__item__ttl .c-balloon {
  position: absolute;
  top: -22px;
  right: 141px;
  font-size: 16px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-lineup__item__ttl .c-balloon {
    right: 16px;
  }
}
.p-lineup__item__box {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  padding: 20px;
  background-color: #fff;
}
.p-lineup__item__details {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.p-lineup__item__details .item__ttl {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 145px;
  height: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
.p-lineup__item__details .item__list {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  padding: 20px;
}
.p-lineup__item__details .item--merit .item__ttl {
  background-color: #ff006f;
}
.p-lineup__item__details .item--merit .item__list {
  background-color: #ffdfed;
}
.p-lineup__item__details .item--demerit .item__ttl {
  background-color: #333;
}
.p-lineup__item__details .item--demerit .item__list {
  background-color: #dcdcdc;
}
.p-lineup__btn {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 37px 0;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-lineup__btn {
    margin-top: 40px;
    gap: 32px 0;
  }
}

/* p-flow */
.p-flow {
  position: relative;
  padding-bottom: 180px;
  background-color: #000;
  background-image: url("../images/works_bg_pc.jpg");
  background-repeat: no-repeat;
  background-position: center 234px;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding-bottom: 80px;
    background-image: url("../images/works_bg.jpg");
    background-position: center 80px;
  }
}
.p-flow:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #ff6a00 transparent;
  border-width: 0px 0px 133px 100vw;
}
@media screen and (max-width: 767px) {
  .p-flow:after {
    border-width: 0px 0px 50px 100vw;
  }
}
.p-flow__menu {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  margin-bottom: 20px;
  padding: 20px 40px;
  background-color: #fff;
  border: 1px solid #ffbb00;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .p-flow__menu {
    padding: 20px;
  }
}
.p-flow__menu__item {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffbb00;
}
.p-flow__menu__item:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ffbb00 transparent transparent transparent;
  border-width: 14px 14px 0px 14px;
}
.p-flow__menu__item:last-child:after {
  display: none;
}
.p-flow__menu__item .link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 10px;
  font-weight: 700;
  line-height: 1;
}
.p-flow__menu__item .link__step {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
}
.p-flow__menu__item .link__img {
  width: 30px;
}
.p-flow__menu__item .link__txt {
  margin-left: 15px;
}
.p-flow__list {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}
.p-flow__item {
  position: relative;
}
.p-flow__item:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -34px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ff6a00 transparent transparent transparent;
  border-width: 14px 14px 0px 14px;
}
.p-flow__item:first-child::after, .p-flow__item:last-child::after {
  display: none;
}
.p-flow__item__ttl {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 10px;
  padding: 10px;
  background-color: #ff6a00;
  border-radius: 6px 6px 0 0;
  color: #fff;
}
.p-flow__item__ttl .step {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
}
.p-flow__item__ttl .img {
  width: 30px;
}
.p-flow__item__ttl .txt {
  font-size: 18px;
}
.p-flow__item__box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 20px 30px;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
}
@media screen and (max-width: 767px) {
  .p-flow__item__box {
    flex-direction: column;
    padding: 10px 10px 20px;
  }
}
.p-flow__item__box .img {
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-flow__item__box .img {
    max-width: 500px;
    margin: 0 auto;
  }
}
.p-flow__item__box .txt {
  flex: 1;
  font-size: 14px;
  line-height: 1.8;
}
.p-flow .p-cta {
  margin-top: -64px;
  padding: 0;
  background: none;
}
.p-flow .p-cta:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -34px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ff6a00 transparent transparent transparent;
  border-width: 14px 14px 0px 14px;
}
.p-flow .p-cta__ttl {
  font-size: 20px;
}
.p-flow .p-cta__ttl span {
  font-size: 26px;
}
.p-flow .p-cta__list {
  margin-bottom: 0;
}
.p-flow .p-cta__note {
  display: none;
}

/* p-setup */
.p-setup {
  padding: 80px 0 66px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-setup {
    padding: 40px 0 50px;
  }
}
.p-setup .c-ttl {
  margin-bottom: 54px;
}
@media screen and (max-width: 767px) {
  .p-setup .c-ttl {
    margin-bottom: 42px;
  }
}
.p-setup__list {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media screen and (max-width: 767px) {
  .p-setup__list {
    gap: 10px 0;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.p-setup__item__ttl {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 10px;
  padding: 11px 20px;
  background-color: #ff006f;
  line-height: 1.4;
  color: #fff;
}
.p-setup__item__ttl .num {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 500;
}
.p-setup__item__ttl .ttl {
  font-size: 18px;
  font-weight: 500;
}
.p-setup__item__list {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  padding: 20px;
  background-color: #ffdfed;
}

/* p-setup02 */
.p-setup02 {
  padding: 80px 0 50px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-setup02 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-setup02 .c-ttl__ja {
    font-size: 26px;
    top: 33px;
  }
}
.p-setup02__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-setup02__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 0;
  }
}
.p-setup02__item {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.p-setup02__item__ttl {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 20px;
  padding-right: 20px;
  background-color: #ff006f;
  color: #fff;
  height: 80px;
}
.p-setup02__item__ttl .img {
  width: 110px;
}
.p-setup02__item__ttl .ttl {
  flex: 1;
  font-size: 18px;
  font-weight: 500;
}
.p-setup02__item__box {
  padding: 20px;
}
.p-setup02__item__box .c-listItem {
  margin-bottom: 10px;
  padding: 20px;
  background-color: #ffdfed;
}
.p-setup02__item__box .c-listItem:before {
  top: 10px;
  background-color: #ff519c;
}
.p-setup02__item__box .c-listItem__txt {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
.p-setup02__item__box .c-listItem__txt strong {
  font-size: 16px;
  font-weight: 500;
}
.p-setup02__item__box .txt {
  margin-top: 20px;
}
.p-setup02__item__box .note {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.8;
}

/* p-warning */
.p-warning {
  position: relative;
  margin-top: 100px;
  background-image: url("../images/warning_bg_pc.png"), linear-gradient(to bottom, #000 60%, #ff6a00 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: center 134px, center top;
  background-size: contain, auto;
}
@media screen and (max-width: 767px) {
  .p-warning {
    margin-top: 30px;
    background-image: url("../images/warning_bg.png"), linear-gradient(to bottom, #000 80%, #ff6a00 100%);
    background-position: center 97px, center top;
  }
}
.p-warning:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #ff6a00 transparent transparent;
  border-width: 0px 100vw 133px 0;
  bottom: auto;
  top: -1px;
}
@media screen and (max-width: 767px) {
  .p-warning:before {
    border-width: 0px 100vw 50px 0;
  }
}
.p-warning__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
@media screen and (max-width: 767px) {
  .p-warning__inner {
    gap: 20px 0;
  }
}
.p-warning__ttl {
  text-align: center;
  -webkit-text-stroke: 8px #000;
  text-stroke: 8px #000;
  paint-order: stroke;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-warning__ttl {
    -webkit-text-stroke-width: 4px;
    text-stroke-width: 4px;
    font-size: 20px;
  }
}
.p-warning__ttl span {
  font-size: 50px;
  color: #ff6a00;
}
@media screen and (max-width: 767px) {
  .p-warning__ttl span {
    font-size: 26px;
  }
}
.p-warning__note {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px 0;
}
@media screen and (max-width: 767px) {
  .p-warning__note {
    gap: 0;
  }
}
.p-warning__note:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #000, transparent);
}
.p-warning__note__img {
  position: relative;
  width: 50px;
}
.p-warning__note__txt {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #ffbb00;
  text-align: center;
}
.p-warning__box {
  padding: 40px;
  border: 1px solid #fff;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-warning__box {
    padding: 20px;
  }
}
.p-warning__box span {
  color: #ffbb00;
}

/* p-recommend */
.p-recommend {
  padding-bottom: 70px;
}
.p-recommend__ttl {
  position: relative;
  top: -20px;
}
@media screen and (max-width: 767px) {
  .p-recommend__ttl {
    top: auto;
  }
}
.p-recommend__ttl__label {
  display: block;
  width: max-content;
  padding: 7px 24px;
  background-color: #fff;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  transform: skewX(-20deg);
  color: #000;
}
@media screen and (max-width: 991px) {
  .p-recommend__ttl__label {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: -30px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend__ttl__label {
    margin-bottom: -26px;
    padding: 5px 20px;
    font-size: 28px;
  }
}
.p-recommend__ttl .c-solidTtl {
  position: relative;
  top: -6px;
  left: 15px;
}
@media screen and (max-width: 767px) {
  .p-recommend__ttl .c-solidTtl {
    top: 23px;
  }
}
.p-recommend__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 32px;
}
@media screen and (max-width: 767px) {
  .p-recommend__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 0;
  }
}
.p-recommend__item {
  display: flex;
  flex-direction: column;
}
.p-recommend__item__ttl {
  padding: 20px;
  border-radius: 6px 6px 0 0;
  background-color: #000;
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.p-recommend__item__list {
  flex: 1;
  padding: 20px 30px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
  border: 3px solid #000;
  border-top: none;
  font-size: 18px;
}

/* p-form */
.p-form__box {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  padding: 40px 30px;
  border-radius: 6px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-form__box {
    gap: 10px 0;
    padding: 40px 10px;
  }
}
.p-form__group {
  display: flex;
  flex-direction: column;
  gap: 4px 0;
}
.p-form__head {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 5px;
  font-weight: 700;
  color: #000;
}
.p-form__head span {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 16px;
  background-color: #ffdfed;
  font-size: 10px;
  font-weight: 700;
  color: #ff006f;
}
.p-form__head span.option {
  background-color: #4b4b4b;
  color: #dcdcdc;
}
.p-form__body--file {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.p-form__body--file div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 4px;
}
.p-form__body--file p {
  font-size: 14px;
  white-space: nowrap;
}
.p-form__txt {
  margin: 40px 0;
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-form__txt {
    margin: 20px 0;
  }
}
.p-form__txt a {
  color: #fff;
  text-decoration: underline;
}
.p-form__btn {
  position: relative;
  top: -2px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 355px;
  height: 68px;
  margin: 0 auto;
  background-color: #2da900;
  border-radius: 6px;
  color: #fff;
  box-shadow: 0 6px 0 #007d0f;
  transition: all 0.3s;
  background-image: url("../images/i_arrow_submit-btn.svg");
  background-position: calc(100% - 90px) center;
  background-repeat: no-repeat;
  background-size: 40px 24px;
}
.p-form__btn input {
  position: relative;
  top: -2px;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  font-size: 26px;
  font-weight: 900;
  color: #fff;
}
.p-form__btn input:hover {
  opacity: 1;
}
.p-form__btn:hover {
  opacity: 1;
  transform: translateY(6px);
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .p-form__btn:hover {
    transform: translateY(5px);
  }
}

/* p-contact */
.p-contact {
  padding-bottom: 50px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding-bottom: 40px;
  }
}
.p-contact__inner {
  position: relative;
  top: -30px;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    top: -16px;
  }
}
.p-contact .c-tel {
  margin: 0 auto 50px;
}
.p-contact__warning {
  margin-top: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px 0;
}
.p-contact__warning__txt {
  color: #ffbb00;
  line-height: 1.4;
  text-align: center;
}
.p-contact--complete .c-btn {
  margin: 50px auto 0;
}

/* p-mv */
@media screen and (max-width: 767px) {
  .p-mv__img {
    padding-top: 3px;
  }
}
.p-mv__img img {
  width: 100%;
}

/* p-price */
.p-price {
  margin-bottom: -60px;
  position: relative;
  background-image: url("../images/price_bg_pc.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-bottom: 12.1428571429vw;
}
@media screen and (max-width: 767px) {
  .p-price {
    background-image: url("../images/price_bg.png");
    margin-bottom: -8vw;
    padding-bottom: 37.3333333333vw;
  }
}
.p-price:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #ff6a00 transparent;
  border-width: 0px 0px 133px 100vw;
  border-width: 0 0 90px 100vw;
}
@media screen and (max-width: 767px) {
  .p-price:before {
    border-width: 0px 0px 50px 100vw;
  }
}
.p-price:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 19.9285714286vw;
  background-image: url("../images/main-bubble_bg_pc.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-price:after {
    bottom: -18.6666666667vw;
    width: 100vw;
    height: 65.3333333333vw;
    background-image: url("../images/main-bubble_bg.png");
  }
}
.p-price__inner {
  position: relative;
  z-index: 1;
}
.p-price__ttl {
  position: relative;
  top: -15px;
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-price__ttl {
    top: 0;
    gap: 0;
    margin-bottom: 22px;
  }
}
.p-price__ttl__en {
  background: linear-gradient(to bottom, #989898 0%, #d3d3d3 40%, #000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  paint-order: stroke;
  -webkit-text-stroke: 4px #000;
  -webkit-text-stroke: 4px #000;
  transform: skewX(-20deg);
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 100px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-price__ttl__en {
    font-size: 60px;
  }
}
.p-price__ttl__ja {
  display: flex;
  flex-direction: column;
  gap: 14px 0;
  font-weight: 900;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-price__ttl__ja {
    position: relative;
    margin-top: -10px;
  }
}
.p-price__ttl__ja .area {
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-price__ttl__ja .area {
    font-size: 24px;
  }
}
.p-price__ttl__ja .lowPrice {
  padding: 20px 0;
  color: #ff006f;
  background-image: url("../images/price_line_pc.svg"), url("../images/price_line_pc.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: contain, contain;
}
.p-price__ttl__ja .lowPrice span {
  display: block;
  font-size: 60px;
  line-height: 1.4;
  transform: skewX(-20deg);
}
@media screen and (max-width: 767px) {
  .p-price__ttl__ja .lowPrice span {
    font-size: 46px;
  }
}
.p-price__ttl__ja .item {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .p-price__ttl__ja .item {
    font-size: 20px;
  }
}
.p-price__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-price__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 11px;
    padding: 0 15px;
  }
}
.p-price__item__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 50px;
  background-color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-price__item__ttl {
    height: 40px;
    font-size: 14px;
  }
}
.p-price__item__img {
  position: relative;
}
.p-price__item__img .label {
  position: absolute;
  left: 50%;
  bottom: 13px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  width: 100%;
  font-size: 24px;
  font-weight: 900;
  paint-order: stroke;
  -webkit-text-stroke: 3px #fff;
  -webkit-text-stroke: 3px #fff;
}
@media screen and (max-width: 767px) {
  .p-price__item__img .label {
    bottom: 8px;
    gap: 0 10px;
    font-size: 16px;
  }
}
.p-price__item__img .label span:first-child {
  transform: rotate(-10deg);
}
.p-price__item__img .label span:last-child {
  transform: rotate(10deg);
}
.p-price__item__price {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  padding: 5px 10px;
  background-color: #fff;
  line-height: 1;
}
.p-price__item__price .price {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #ff006f;
}
@media screen and (max-width: 767px) {
  .p-price__item__price .price {
    font-size: 24px;
  }
}
.p-price__item__price .price span {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .p-price__item__price .price span {
    font-size: 34px;
  }
}
.p-price__item__price .tax {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-price__item__price .tax {
    position: relative;
    top: 5px;
  }
}
.p-price__item__price .tax span:first-child {
  font-size: 12px;
}
.p-price__item__price .tax span:last-child {
  font-size: 25px;
  font-weight: 900;
  color: #ff006f;
}

/* p-strengths */
.p-strengths {
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  .p-strengths {
    padding-bottom: 6px;
  }
}
.p-strengths .c-ttl {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-strengths .c-ttl {
    margin-bottom: 0;
  }
}
.p-strengths .c-ttl__ja {
  top: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-strengths .c-ttl__ja {
    top: 5px;
  }
}
.p-strengths .c-ttl__ja span {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 100px;
}
@media screen and (max-width: 767px) {
  .p-strengths .c-ttl__ja span {
    font-size: 80px;
  }
}
.p-strengths__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: -40px;
}
@media screen and (max-width: 767px) {
  .p-strengths__item {
    margin-bottom: -5px;
  }
}
.p-strengths__item:first-child .p-strengths__item__img {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .p-strengths__item:first-child .p-strengths__item__img {
    margin-left: -15px;
  }
}
.p-strengths__item:nth-child(even) {
  flex-direction: row-reverse;
}
.p-strengths__item:nth-child(even) .p-strengths__item__img {
  margin-right: -10px;
}
@media screen and (max-width: 767px) {
  .p-strengths__item:nth-child(even) .p-strengths__item__img {
    margin-right: -15px;
  }
}
.p-strengths__item__ttl {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  .p-strengths__item__ttl {
    gap: 0 14px;
  }
}
.p-strengths__item__ttl .num {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 9999px;
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: #ff6a00;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-strengths__item__ttl .num {
    width: 39px;
    height: 39px;
    font-size: 24px;
  }
}
.p-strengths__item__ttl .num:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0px 0px 42px 42px;
}
@media screen and (max-width: 767px) {
  .p-strengths__item__ttl .num:before {
    border-width: 0px 0px 20px 20px;
  }
}
.p-strengths__item__ttl .ttl {
  font-size: 24px;
  font-weight: 900;
  paint-order: stroke;
  -webkit-text-stroke: 3px #ff6a00;
  -webkit-text-stroke: 3px #ff6a00;
}
@media screen and (max-width: 767px) {
  .p-strengths__item__ttl .ttl {
    font-size: 18px;
    white-space: nowrap;
  }
}
.p-strengths__item__ttl .ttl strong {
  font-size: 50px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-strengths__item__ttl .ttl strong {
    font-size: 34px;
  }
}
.p-strengths__item__ttl .ttl strong span {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .p-strengths__item__ttl .ttl strong span {
    font-size: 24px;
  }
}
.p-strengths__item__img {
  width: 240px;
  border-radius: 9999px;
  margin-left: -10px;
}
@media screen and (max-width: 767px) {
  .p-strengths__item__img {
    width: 100px;
    margin-left: -15px;
  }
}

/* p-worries */
.p-worries {
  position: relative;
  padding: 10px 0 230px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-worries {
    padding-bottom: 120px;
  }
}
.p-worries:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 104px;
  background-color: #ff6a00;
}
@media screen and (max-width: 767px) {
  .p-worries:before {
    height: 58px;
  }
}
.p-worries__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-worries .c-ttl__ja {
    top: 10px;
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .p-worries .c-ttl__sub {
    margin-top: -14px;
  }
}
.p-worries__img {
  width: 721px;
  margin: 0 auto -40px;
}
@media screen and (max-width: 767px) {
  .p-worries__img {
    width: 352px;
    margin-bottom: -14px;
  }
}
.p-worries .c-ttl {
  margin-bottom: 50px;
}
.p-worries__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 34px 20px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-worries__list {
    gap: 28px 0;
  }
}
.p-worries__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  max-width: 490px;
  width: 100%;
  padding: 17px 40px;
  background-image: linear-gradient(to right, #000, #333);
  border: 2px solid #000;
  border-radius: 6px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-worries__item {
    gap: 6px 0;
    padding: 14px 30px;
  }
}
.p-worries__item:after {
  content: "";
  position: absolute;
  left: 49px;
  bottom: -25px;
  width: 56px;
  height: 27px;
  background-image: url("../images/comment_deco01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-worries__item:after {
    left: 36px;
    bottom: -20px;
    width: 41px;
    height: 22px;
  }
}
.p-worries__item:nth-child(even) {
  background-image: linear-gradient(to right, #333, #4b4b4b);
  border-color: #4b4b4b;
}
.p-worries__item:nth-child(even):after {
  left: auto;
  right: 49px;
  background-image: url("../images/comment_deco02.svg");
}
@media screen and (max-width: 767px) {
  .p-worries__item:nth-child(even):after {
    right: 36px;
  }
}
.p-worries__item__txt {
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-worries__item__txt {
    font-size: 18px;
  }
}
.p-worries__item__txt span {
  font-size: 24px;
  font-weight: 700;
  color: #ffbb00;
}
@media screen and (max-width: 767px) {
  .p-worries__item__txt span {
    font-size: 20px;
  }
}
.p-worries__item__info {
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-worries__item__info {
    font-size: 14px;
  }
}

/* p-compare */
.p-compare {
  position: relative;
  padding: 80px 0 110px;
  background-image: url("../images/compare_bg_pc.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-compare {
    padding: 43px 0 38px;
    background-image: url("../images/compare_bg.png");
  }
}
.p-compare:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 0px 100vw 133px 0;
  bottom: -133px;
}
@media screen and (max-width: 767px) {
  .p-compare:before {
    border-width: 0px 100vw 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-compare:before {
    bottom: -50px;
  }
}
.p-compare:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(to bottom, transparent, #fff);
}
@media screen and (max-width: 767px) {
  .p-compare:after {
    height: 38px;
  }
}
.p-compare .p-recommend__list {
  gap: 0 120px;
}
@media screen and (max-width: 991px) {
  .p-compare .p-recommend__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 43px 0;
  }
}
.p-compare .p-recommend__item {
  position: relative;
}
.p-compare .p-recommend__item:first-child:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -75px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #ff006f;
  border-width: 44px 0px 44px 20px;
}
@media screen and (max-width: 991px) {
  .p-compare .p-recommend__item:first-child:after {
    top: auto;
    left: 50%;
    bottom: -68px;
    right: auto;
    transform: translateX(-50%) rotate(90deg);
  }
}
.p-compare .p-recommend__item:first-child .p-recommend__item__list {
  background-image: url("../images/compare_deco01.svg");
  background-size: 195px 183px;
}
@media screen and (max-width: 767px) {
  .p-compare .p-recommend__item:first-child .p-recommend__item__list {
    background-size: 187px 171px;
  }
}
.p-compare .p-recommend__item:last-child .p-recommend__item__ttl {
  background-color: #ff006f;
}
.p-compare .p-recommend__item:last-child .p-recommend__item__list {
  background-image: url("../images/compare_deco02.svg");
  background-size: 208px;
  border-color: #ff006f;
}
@media screen and (max-width: 767px) {
  .p-compare .p-recommend__item:last-child .p-recommend__item__list {
    background-size: 168px;
  }
}
.p-compare .p-recommend__item__list {
  background-repeat: no-repeat;
  background-position: center center;
}
.p-compare .p-recommend__item__list .c-listItem {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-compare .p-recommend__item__list .c-listItem {
    font-size: 18px;
  }
}
.p-compare .p-recommend__item__list .c-listItem:before {
  top: 11px;
  width: 10px;
  height: 10px;
}/*# sourceMappingURL=style.css.map */