@charset "UTF-8";
:where(.p-catalog *),
:where(.p-catalog *)::before,
:where(.p-catalog *)::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.p-catalog {
  line-height: 1;
  line-break: strict;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .p-catalog {
    margin-top: 20px;
  }
}
.p-catalog :where(span) {
  font-weight: inherit;
}
@media print, screen and (min-width: 768px) {
  .p-catalog .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .p-catalog .pc {
    display: none !important;
  }
}
.p-catalog__mv {
  max-width: 718px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .p-catalog__mv {
    padding: 0 10px;
  }
}
.p-catalog__mv-ttl {
  font-size: 30px;
  line-height: 1.4333333333;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-catalog__mv-ttl {
    font-size: 18px;
    line-height: 1.7;
  }
}
.p-catalog__mv-ttl--color {
  color: #CA0000;
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  .p-catalog__mv-ttl--color {
    font-size: 27px;
  }
}
.p-catalog__mv-list {
  margin-top: 8px;
  padding: 0 15px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-catalog__mv-list {
    max-width: 308px;
    margin: 31px auto 0;
    padding: 0;
    flex-direction: column;
  }
}
.p-catalog__mv-item {
  border: 3px solid #000;
  border-radius: 999px;
  padding: 9px 10px 10px;
  position: relative;
  font-size: 17px;
  line-height: 1.2352941176;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-catalog__mv-item {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-catalog__mv-item:nth-child(1) {
    flex: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .p-catalog__mv-item:nth-child(1) {
    max-width: 278px;
    margin-left: 18px;
  }
}
.p-catalog__mv-item:nth-child(1)::before {
  content: "";
  width: 23px;
  height: 15px;
  position: absolute;
  top: 57%;
  left: -19px;
  background: url(../images/catalog/mv_comment_edge.png) no-repeat center/contain;
}
@media print, screen and (min-width: 768px) {
  .p-catalog__mv-item:nth-child(2) {
    z-index: 2;
    margin: 0 -27px;
    flex: 0.95;
  }
}
@media screen and (max-width: 767px) {
  .p-catalog__mv-item:nth-child(2) {
    max-width: 224px;
    margin-top: -9px;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .p-catalog__mv-item:nth-child(3) {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-catalog__mv-item:nth-child(3) {
    max-width: 226px;
    margin-top: -9px;
    margin-left: 2px;
  }
}
.p-catalog__mv-item:nth-child(3)::after {
  content: "";
  width: 23px;
  height: 15px;
  position: absolute;
  top: 57%;
  right: -19px;
  transform: rotateY(180deg);
  background: url(../images/catalog/mv_comment_edge.png) no-repeat center/contain;
}
.p-catalog__mv-item--color {
  color: #CA0000;
}
.p-catalog__mv-txt {
  margin-top: 17px;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-catalog__mv-txt {
    margin-top: 27px;
    font-size: 16px;
    line-height: 1.875;
  }
}
.p-catalog__mv-btn {
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .p-catalog__mv-btn {
    margin-top: 38px;
  }
}
.p-catalog__mv-btn-txt {
  max-width: 467px;
  margin: 0 auto;
  color: #EB6120;
  font-size: 19px;
  line-height: 1.7368421053;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-catalog__mv-btn-txt {
    max-width: 297px;
    font-size: 16px;
    line-height: 2.0625;
  }
}
.p-catalog__mv-btn-link {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-catalog__mv-btn-link {
    z-index: 1;
    margin-top: 35px;
  }
}
.p-catalog__mv-btn-link::before {
  content: "";
  width: 74px;
  height: 74px;
  position: absolute;
  bottom: 100%;
  left: calc(50% + 114px);
  background: url(../images/catalog/mv_gaihekisan.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-catalog__mv-btn-link::before {
    z-index: -1;
    bottom: calc(100% - 5px);
    left: calc(50% + 77px);
  }
}
.p-catalog__mv-btn-link a {
  max-width: 515px;
  width: 100%;
  height: 62px;
  border-radius: 13px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 28px;
  color: #fff;
  font-size: 23.25px;
  font-weight: 700;
  background-color: #EB6120;
}
@media print, screen and (min-width: 768px) {
  .p-catalog__mv-btn-link a {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .p-catalog__mv-btn-link a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-catalog__mv-btn-link a {
    max-width: 333px;
    font-size: 18.25px;
    gap: 11px;
  }
}
.p-catalog__mv-btn-link--arrow {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-catalog__mv-btn-link--arrow {
    width: 17px;
    height: 17px;
  }
}
.p-catalog__mv-btn-link--arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #EB6120;
  border-right: 1px solid #EB6120;
  position: absolute;
  top: 50%;
  left: 38%;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-catalog__mv-btn-link--arrow::after {
    width: 7px;
    height: 7px;
  }
}
.p-catalog__form {
  max-width: 880px;
  margin: 48px auto 40px;
  border-radius: 10px;
  padding-bottom: 100px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-catalog__form {
    margin-top: 58px;
    border-radius: 0;
    padding: 1px 10px 40px;
  }
}
.p-catalog__form-ttl {
  border-radius: 10px 10px 0 0;
  padding: 22px 10px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  background-color: #9B7462;
}
@media screen and (max-width: 767px) {
  .p-catalog__form-ttl {
    margin-top: -9px;
    padding: 15px 5px 14px;
    font-size: 18px;
    gap: 8px;
  }
}
.p-catalog__form-ttl--bg {
  margin-top: 2px;
  border-radius: 5px;
  padding: 4px 8px 6px 14px;
  display: inline-block;
  color: #9B7462;
  font-size: 21px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-catalog__form-ttl--bg {
    padding: 5px 12px 7px 14px;
    font-size: 18px;
  }
}
.p-catalog__form-step {
	padding: 0 40px;
}
@media screen and (max-width: 767px) {
	.p-catalog__form-step {
		padding: 0 14px;
  }
}
.p-catalog__form-step-ttl {
	margin-top: 33px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
	.p-catalog__form-step-ttl {
		margin-top: 24px;
    font-size: 16px;
    line-height: 1.5;
    gap: 12px;
  }
}
.p-catalog__form-step-ttl--num {
	margin-top: -5px;
  border-radius: 5px;
  padding: 5px 15px;
  display: inline-block;
  flex-shrink: 0;
  color: #fff;
  font-size: 21px;
  line-height: 1;
  background-color: #EB6120;
}
@media screen and (max-width: 767px) {
	.p-catalog__form-step-ttl--num {
		margin-top: 0;
    padding: 4px 7px 3px;
    font-size: 17px;
  }
}
.p-catalog__form-step > .wpcf7-form-control-wrap .wpcf7-not-valid-tip{
	margin-top: 10px;
	font-size: 18px;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.p-catalog__form-step > .wpcf7-form-control-wrap .wpcf7-not-valid-tip{
		font-size: 16px;
	}
}
.p-catalog__form-list {
	margin-top: 27px;
  border-radius: 10px;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  background-color: rgba(235, 97, 32, 0.1);
}
@media screen and (max-width: 767px) {
  .p-catalog__form-list {
    margin-top: 25px;
    padding: 14px 14px 16px;
    gap: 15px;
  }
}
.p-catalog__form-item {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 767px) {
  .p-catalog__form-item {
    width: 100%;
  }
}
.p-catalog__form-item-inner {
  cursor: pointer;
  height: 100%;
  border-radius: 10px;
  padding: 20px 20px 23px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-catalog__form-item-inner {
    padding: 15px 5px 18px 20px;
    align-content: center;
  }
}
.p-catalog__form-item-inner input {
  z-index: -1;
  position: absolute;
  opacity: 0;
}
.p-catalog__form-item-inner input:checked + .wpcf7-list-item-label::before {
  background-color: #3B4256;
}
.p-catalog__form-item-inner input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-catalog__form-item :where(span) {
  margin: 0;
}
.p-catalog__form-item .wpcf7-form-control-wrap {
  width: 100%;
  margin-bottom: 17px;
  position: static;
}
.p-catalog__form-item .wpcf7-form-control-wrap span {
  width: 100%;
}
.p-catalog__form-item .wpcf7-list-item-label {
  width: 100%;
  padding-left: 27px;
  display: block;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-catalog__form-item .wpcf7-list-item-label {
    padding-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-catalog__form-item .wpcf7-list-item-label--slim {
    letter-spacing: -0.05em;
  }
}
.p-catalog__form-item .wpcf7-list-item-label::before, .p-catalog__form-item .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .p-catalog__form-item .wpcf7-list-item-label::before, .p-catalog__form-item .wpcf7-list-item-label::after {
    top: 10px;
  }
}
.p-catalog__form-item .wpcf7-list-item-label::before {
  width: 18px;
  height: 18px;
  border: 2px solid #3B4256;
  border-radius: 2px;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-catalog__form-item .wpcf7-list-item-label::before {
    left: -11px;
  }
}
.p-catalog__form-item .wpcf7-list-item-label::after {
  width: 12px;
  height: 7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 3px;
  transform: translateY(-70%) rotate(-45deg);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-catalog__form-item .wpcf7-list-item-label::after {
    left: -8px;
  }
}
.p-catalog__form-item .wpcf7-not-valid-tip {
	display: none;
  margin-top: 3px;
  padding-left: 27px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .p-catalog__form-item .wpcf7-not-valid-tip {
    padding-left: 16px;
    font-size: 14px;
  }
}
.p-catalog__form-item-img {
  max-width: 125px;
  width: 41%;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-catalog__form-item-img {
    max-width: 105px;
    margin-top: 4px;
    margin-right: 10px;
  }
}
.p-catalog__form-item-img--recommend {
  position: relative;
}
.p-catalog__form-item-img--recommend::before {
  content: "おすすめ";
  border-radius: 1px;
  padding: 3px;
  position: absolute;
  top: -10px;
  left: -10px;
  color: #fff;
  font-size: 10.7px;
  font-weight: 700;
  white-space: nowrap;
  background-color: #EB6120;
}
@media screen and (max-width: 767px) {
  .p-catalog__form-item-img--recommend::before {
    top: -5px;
  }
}
.p-catalog__form-item-img--recommend::after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 5px;
  left: -4px;
  background-color: #EB6120;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
@media screen and (max-width: 767px) {
  .p-catalog__form-item-img--recommend::after {
    top: 10px;
  }
}
.p-catalog__form-item-img img {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.p-catalog__form-item-txt {
  flex: 1;
  font-size: 12px;
  line-height: 1.6666666667;
  font-weight: 500;
}
.p-catalog__form-item-page {
  width: fit-content;
  margin-top: 9px;
  border: 1px solid #000;
  padding: 1px 10px;
  display: block;
  font-weight: 700;
}
.p-catalog__form-item--type1 .wpcf7-list-item-label {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .p-catalog__form-item--type1 .wpcf7-list-item-label {
    min-height: 2.5em;
    display: flex;
    align-items: center;
  }
}
.p-catalog__form-item--type2 .p-catalog__form-item-inner {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .p-catalog__form-item--type2 .p-catalog__form-item-inner {
    padding: 15px 15px 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-catalog__form-item--type2 .p-catalog__form-item-inner {
    min-height: 94px;
  }
}
.p-catalog__form-item--type2 .wpcf7-form-control-wrap {
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .p-catalog__form-item--type2 .wpcf7-form-control-wrap {
    margin-bottom: 5px;
  }
}
.p-catalog__form-item--type2 .wpcf7-list-item-label {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .p-catalog__form-item--type2 .wpcf7-list-item-label {
    padding-left: 12px;
    font-size: 14px;
  }
}
.p-catalog__form-item--type2 .wpcf7-list-item-label::before {
  left: 20px;
}
@media screen and (max-width: 767px) {
  .p-catalog__form-item--type2 .wpcf7-list-item-label::before {
    top: 50%;
    left: 7px;
  }
}
.p-catalog__form-item--type2 .wpcf7-list-item-label::after {
  left: 23px;
}
@media screen and (max-width: 767px) {
  .p-catalog__form-item--type2 .wpcf7-list-item-label::after {
    top: 50%;
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-catalog__form-item--type2 .wpcf7-not-valid-tip {
    padding-left: 12px;
  }
}
.p-catalog__form-item--type2 .p-catalog__form-item-txt {
  padding-left: 27px;
}
@media screen and (max-width: 767px) {
  .p-catalog__form-item--type2 .p-catalog__form-item-txt {
    padding-left: 12px;
  }
}
.p-catalog__form-more {
  margin-top: 26px;
  font-size: 19px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-catalog__form-more {
    text-align: center;
  }
}
.p-catalog .c-basicform {
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1.5;
}
