@charset "utf-8";

.breadlist,
.sec-form {
  background-color: #FDF9F9;
}

.sbs {
  display: flex;
  align-items: center;
  gap: 10px;
}



.sec-form .inner {

  margin: 0 auto;
  padding: 88px 0 160px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.sec-form .inner .sec-head {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  padding-bottom: 0;
}

.sec-form .inner .sec-head .title {
  position: relative;
}

.sec-form .inner .sec-head .tit-ja {
  font-family: var(--sans);
  font-weight: 500;
  font-size: clamp(1.5rem, 1.379rem + 0.52vw, 2rem);
  text-align: center;
  color: #000;
  padding-bottom: 25px;
  position: relative;
}

.sec-form .inner .sec-head .desc p {
  font-family: var(--sans);
  font-weight: 500;
  font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
  line-height: calc(24/16);
  text-align: center;
  color: #000;
}

.form-wrapper {
  background-color: #FFF;
  padding: 37px 0 80px;
}

.formWrap {
  width: 100%;
}

.form-column {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.addtext {
  padding-top: 33px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #c90601;
  width: fit-content;
  margin: 0 auto;
}

.addtext br {
  display: none;
}

.addtext::before,
.addtext::after {
  content: "";
  display: inline-block;
  width: 123px;
  height: 2px;
  background-color: #C90601;
}


input[type="text"],
input[type="email"],
select,
textarea {
  padding: 13px 19px;
  width: 100%;
  color: #000;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-appearance: none;
  appearance: none;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
  line-height: calc(28 / 16);
}

select.w490 {
  width: 490px;
}

.privacyBox {
  height: 180px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 5%;
  border: 1px solid #898989;
  background-color: #ffffff;
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  color: #000;
}

form .policy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

form .policy input {
  width: 24px;
  height: 24px;
  appearance: auto;
}

form .policy label {
  margin: 0;
  font-weight: 400;
  font-size: clamp(0.938rem, 0.922rem + 0.06vw, 1rem);
  color: #000;
  text-align: left;
}

form .policy .check {
  display: flex;
  align-items: center;
  gap: 8px;
}

form .policy label br {
  display: none;
}

.privacyBox a {
  color: #000 !important;
  font-weight: 400;
}

.labelText02 {
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  letter-spacing: 0.1em;
  color: #401a33;
  margin: 0;
}

/*
input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border-radius: 0 !important;
  border: 1px solid #9f9f9f;
  width: 20px;
  height: 20px;
  display: inline-grid;
  place-content: center;
  cursor: pointer;
  margin-right: 10px;
}

*/
::placeholder {
  color: #868686;
}


/*
.radioArea {
  display: flex;
  flex-direction: column;
  gap: 19px;
}

input[type="radio"]::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 0 !important;
  background-color: #000;
  transform: scale(0);
  transition: transform 0.2s ease;
}

input[type="radio"]:checked::before {
  transform: scale(1);
}
*/
.requiredText {
  font-family: var(--sans);
  font-weight: 500;
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
  color: #f00;
}

.requiredText.nini {
  background-color: #adadad;
}

.formTh {
  display: flex;
  gap: .5em;
  align-items: center;
}

.formTd {
  width: 100%;
}

.formTh label {
  margin-bottom: 0;
}

.formTh.ais {
  align-items: flex-start;
  margin-top: 20px;
}


.formRow {
  display: grid;
  grid-template-columns: 179px 1fr;
  width: 100%;
  gap: 3%;
  padding: 28px 0;
  border-bottom: 1px solid #d3d3d3;
}

/*
.formRow {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
*/
.form-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.size-line {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.size-label,
.size-text,
.size-unit {
  white-space: nowrap;
  font-size: 16px;
}

.size-input {
  width: 179px !important;
  height: 44px;
  padding: 8px 12px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #d3d3d3;
  box-sizing: border-box;
}



.temp-label {
  flex: 0 0 auto;
  min-width: 42px;
  font-weight: 700;
  white-space: nowrap;
}





.temp-unit {
  flex: 0 0 auto;
  font-weight: 700;
  white-space: nowrap;
}

.material-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.radio-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}

.radio-item input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 26px;
  height: 26px;
  margin: 0;
  border: 2px solid #bbb;
  border-radius: 50%;
  background: #fff;
  position: relative;
  flex: 0 0 auto;
}

.radio-item input[type="radio"]:checked {
  border-color: #d60000;
}

.radio-item input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: #d60000;
}

.formInput {

  height: 44px;
  padding: 10px 14px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  box-sizing: border-box;
}

.formInput.w179 {
  width: 179px !important;
}

.form-input-unit {
  display: flex;
  align-items: center;
  gap: 10px;
}

.form-input-unit.temp-label--hold {
  gap: 28px;
}

.form-unit {
  font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
  margin: 0;
  flex: 0 0 auto;
  white-space: nowrap;
}

/* 重量・密度 */

.sub-line {
  display: grid;
  grid-template-columns: 48px 248px max-content;
  align-items: center;
  gap: 16px;
}

.sub-label {
  font-weight: 700;
  white-space: nowrap;
}


.sub-unit {
  font-weight: 700;
  white-space: nowrap;
}

/* かさ密度だけラベルが長い */

.density-line {
  grid-template-columns: 248px 248px max-content;
}

.density-label {
  text-align: left;
}

.sub-unit sup {
  font-size: 0.65em;
  vertical-align: super;
}

.atmosphere-checks {
  display: flex;
  align-items: center;
  gap: 32px;
}

.atmosphere-checks .check-item {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.atmosphere-checks .formCheck {
  appearance: none;
  -webkit-appearance: none;

  width: 21px;
  height: 21px;
  margin: 0;

  border: 1px solid #d3d3d3;
  border-radius: 3px;
  background: #fff;

  position: relative;
  flex: 0 0 auto;

  cursor: pointer;
  transition: 0.3s ease;
}

.atmosphere-checks .formCheck:checked {
  background: #d60000;
  border-color: #d60000;
}

.atmosphere-checks .formCheck:checked::before {

  content: "";

  position: absolute;

  top: 3px;

  left: 6px;

  width: 5px;

  height: 9px;

  border-right: 2px solid #fff;

  border-bottom: 2px solid #fff;

  transform: rotate(45deg);

}

.atmosphere-checks .labelText02 {
  margin: 0;

  font-weight: 600;
  white-space: nowrap;

  cursor: pointer;
}

.atmosphere-checks .atmosphere-other {


  margin-left: -12px;
}



.addArea {
  display: grid;
  grid-template-columns: 10% 1fr;
  align-items: center;
  gap: 16px;
}

.addTd {
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-items: center;
}

.addArea select {
  width: 265px;
}

.labelText01 {
  font-family: var(--zenkaku);
  font-weight: 500;
  font-size: clamp(0.875rem, 0.709rem + 0.35vw, 1.125rem);
  color: #401a33;
}



textarea {
  min-height: 142px !important;
  max-height: 142px;
}

.formWrap .column {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.formRow.formbtn {
  display: flex;
  padding-bottom: 0;
  border: none;
}

.submitbtn {
  max-width: 297px;
  width: 100%;
}

.formBtnTd {
  width: 100%;
  height: 66px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background: #c90601;
  padding: 0;
  position: relative;
  transition: 0.3s;
  line-height: 1;
  border: none;
  background: none;
  margin: 0 auto;
}

.formBtnTd:hover {
  opacity: 50%;
}

button {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  border-radius: 4px;
  background: #c90601;
  border: none;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}

.thanks .breadlist {
  background-color: transparent;
}

.thanks .inner {
  padding: 76px 0 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thanks .title {
  position: relative;
  padding-bottom: 37px;
  margin-bottom: 30px;
}

.thanks .tit-ja {
  font-weight: 700;
  font-size: clamp(1.5rem, 1.257rem + 1.04vw, 2.5rem);
  text-align: center;
  color: #c10500;
}



.thanks .desc {
  margin-bottom: 64px;
}

.thanks .desc p {
  font-family: var(--sans);
  font-weight: 500;
  font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
  line-height: calc(32/18);
  text-align: center;
  color: #000;
}



@media (max-width: 1280px) {
  .form-input-unit {
    flex-wrap: wrap;
  }
}


@media (max-width: 1023px) {



  .formRow {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .formInput.w179 {
    width: 122px !important;
  }

  .form-column {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .addtext br {
    display: block;
  }

  .addtext::before,
  .addtext::after {
    width: 50px;
  }

  .atmosphere-checks {
    flex-wrap: wrap;
    gap: 16px 27px;
  }

  select.w490 {
    width: 90%;
  }

  .formRow {
    padding: 14px 0;
  }

  .formInput.w179 {
    width: 80px !important;
  }

  .form-input-unit {
    flex-wrap: wrap;
  }

  .temp-label--hold {
    margin-left: 4px;
  }

  .sec-form .inner {
    padding-bottom: 120px;
  }

  input[type="text"],
  input[type="email"],
  textarea {
    padding: 16px;
  }


  .labelText01 {
    margin-bottom: 0;
  }



  .formRow {
    gap: 17px;
  }

  form .policy label br {
    display: inline-block;
  }



  .addArea {
    grid-template-columns: auto 1fr;
  }

  .addArea select {
    width: calc(218 / 400 * 100vw);
  }

  .addArea input {
    width: calc(255 / 400 * 100vw);
  }

  .thanks .inner {
    padding: 64px 0 80px;
    width: 91%;
    margin: 0 auto;
  }

  .thanks .title {
    padding-bottom: 7px;
    margin-bottom: 24px;
  }

  .thanks .sec-head .line {
    height: 3px;
  }


  .thanks .desc {
    margin-bottom: 32px;
  }

  .thanks .tit-ja br {
    display: block;
  }

}