@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond&family=Noto+Sans+JP&family=Noto+Serif+JP:wght@200;300;400&family=Tenor+Sans&family=Zen+Old+Mincho&display=swap");
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  /*box-sizing: inherit;*/
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
  line-height: 1;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* ピクセルをvwに変換するfunction */
/*　引数viewportにてデザイン上の横幅のサイズを指定*/
html[lang=ja] {
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 63.5%;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 800px) {
  html {
    font-size: 63.5%; /* スマホにてフォントサイズ10px指定 */
    overflow-x: hidden;
  }
}

main {
  width: 100%;
}
main .container {
  margin: 0 auto;
  padding: 155px 0 136px;
}
@media screen and (max-width: 1280px) {
  main .container {
    width: 100%;
    margin: 0;
    padding: 155px 0 90px;
    overflow: hidden;
  }
}
@media screen and (max-width: 800px) {
  main .container {
    margin: 0 auto;
    max-width: 375px;
    padding: 85px 31px 54px;
  }
}
main .container h1 {
  border-bottom: 1px solid #A7805D;
  color: #A7805D;
  font-family: "Tenor Sans", sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.175em;
  line-height: 1;
  margin: 0 auto;
  padding-bottom: 4px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1280px) {
  main .container h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  main .container h1 {
    font-size: 14px;
    text-align: left;
    margin: 0;
  }
}
main .l-form__title {
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 0.2em;
  line-height: 1.1;
  margin-top: 112px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  main .l-form__title {
    margin-top: 65px;
    text-align: left;
  }
}
main .l-form__wrapp {
  position: relative;
  max-width: 590px;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}
main .l-form__wrapp * {
  font-weight: 300;
}
@media screen and (max-width: 1280px) {
  main .l-form__wrapp {
    padding: 0 72px;
    max-width: 692px;
  }
}
@media screen and (max-width: 800px) {
  main .l-form__wrapp {
    padding: 0;
  }
}
main .l-form__input {
  width: 100%;
  border-radius: 20px;
  padding: 8px 0 0;
}
@media screen and (max-width: 1280px) {
  main .l-form__input {
    padding-top: 17px;
  }
}
@media screen and (max-width: 800px) {
  main .l-form__input {
    padding-top: 0;
  }
}
main .l-form__input-label {
  font-size: 18px;
  letter-spacing: 0.125em;
  line-height: 1;
}
@media screen and (max-width: 1280px) {
  main .l-form__input-label {
    font-size: 17px;
  }
}
@media screen and (max-width: 800px) {
  main .l-form__input-label {
    display: block;
    width: 101%;
  }
}
main .l-form__input-label-noreq {
  margin-top: 18px;
}
main .l-form__input-label .c-icon__must {
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 800px) {
  main .l-form__input-label .c-icon__must {
    font-size: 12px;
  }
}
main .l-form__confirm {
  display: none;
  width: 870px;
  overflow: hidden;
  margin: 66px auto 0;
  background: rgba(255, 255, 255, 0.35);
}
@media screen and (max-width: 1280px) {
  main .l-form__confirm {
    width: 700px;
  }
}
@media screen and (max-width: 800px) {
  main .l-form__confirm {
    margin-top: 40px;
    max-width: 375px;
    width: 100%;
  }
}
main .l-form__no-visible {
  display: none;
  opacity: 0;
  height: 0;
}

header {
  width: 100%;
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  header {
    width: 100vw;
    height: 16vw;
  }
  header p {
    width: 32vw;
  }
}

footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  flex-direction: column;
  padding-bottom: 65px;
  row-gap: 45px;
}
@media screen and (max-width: 1280px) {
  footer {
    padding-bottom: 32px;
    row-gap: 20px;
  }
}
@media screen and (max-width: 800px) {
  footer {
    padding-bottom: 22px;
    row-gap: 12px;
  }
}

@media screen and (max-width: 1280px) {
  .footer__mec {
    width: 450px;
  }
}
@media screen and (max-width: 800px) {
  .footer__mec {
    max-width: 312px;
    width: calc(100% - 62px);
  }
}
@media screen and (max-width: 1280px) {
  .footer__logo {
    width: 100px;
  }
}
@media screen and (max-width: 800px) {
  .footer__logo {
    width: 75px;
  }
}

.c-icon__must {
  color: #A0272D;
}

.c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
  font-weight: 200;
  border: 1px solid #212124;
  line-height: 1;
  letter-spacing: 0.125em;
  background: rgba(255, 255, 255, 0.35);
  height: 44px;
  width: 200px;
}
@media screen and (max-width: 1280px) {
  .c-btn {
    height: 40px;
    width: 180px;
  }
}
@media screen and (max-width: 800px) {
  .c-btn {
    font-size: 18px;
    height: 35px;
    width: 159px;
  }
}
.c-btn::active {
  opacity: 0.5;
}
.c-btn__box {
  width: 100%;
  margin-top: 88px;
}
@media screen and (max-width: 1280px) {
  .c-btn__box {
    margin-top: 71px;
  }
}
@media screen and (max-width: 800px) {
  .c-btn__box {
    margin-top: 22px;
  }
}
.c-btn__active {
  margin: 28px auto 0;
}
.c-btn__disable {
  margin: 28px auto 0;
  pointer-events: none;
  opacity: 0.35;
}
.c-btn__check {
  margin: 88px auto 0;
}
@media screen and (max-width: 800px) {
  .c-btn__send {
    height: 40px;
    width: 152px;
  }
}
.c-btn__back {
  background: rgba(120, 128, 128, 0.35);
  border: none;
}
@media screen and (max-width: 800px) {
  .c-btn__back {
    height: 40px;
    width: 152px;
  }
}
.c-btn__comp {
  margin: 135px auto 0;
}
@media screen and (max-width: 1280px) {
  .c-btn__comp {
    margin-top: 90px;
  }
}
@media screen and (max-width: 800px) {
  .c-btn__comp {
    height: 40px;
    margin-top: 100px;
    width: 152px;
  }
}
.c-btn__no {
  visibility: hidden;
  height: 0 !important;
  margin: 0 !important;
}
.c-btn__on {
  visibility: visible;
}

.c-btnbox__check {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  width: 100%;
  overflow: hidden;
  margin-top: 124px;
}
@media screen and (max-width: 1280px) {
  .c-btnbox__check {
    margin-top: 88px;
  }
}
@media screen and (max-width: 800px) {
  .c-btnbox__check {
    margin-bottom: 40px;
    margin-top: 74px;
  }
}

.c-form__checkbox {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.c-form__checkbox + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.c-form__checkbox + label::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: rgba(255, 255, 255, 0.35);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border: 1px solid #212124;
}
.c-form__checkbox:checked + label::before {
  background: #A0272D;
  border: 1px solid #A0272D;
}
.c-form__text {
  width: 100%;
  height: 55px;
  padding: 0 16px;
  border: 1px solid;
  font-size: 24px;
  letter-spacing: 0.125em;
  vertical-align: middle;
}
@media screen and (max-width: 800px) {
  .c-form__text {
    font-size: 20px;
    height: 50px;
  }
}
.c-form__text.c-form__text_zip-code {
  width: 290px;
}
@media screen and (max-width: 1280px) {
  .c-form__text.c-form__text_zip-code {
    width: 270px;
  }
}
@media screen and (max-width: 800px) {
  .c-form__text.c-form__text_zip-code {
    width: 69.5512820513%;
  }
}
.c-form__text::-moz-placeholder {
  font-size: 16px;
}
.c-form__text::placeholder {
  font-size: 16px;
}
.is-chrome .c-form__text::-moz-placeholder {
  transform: translateY(-4px);
}
.is-chrome .c-form__text::placeholder {
  transform: translateY(-4px);
}
@media screen and (max-width: 800px) {
  .is-chrome .c-form__text::-moz-placeholder {
    transform: translateY(-2px);
  }
  .is-chrome .c-form__text::placeholder {
    transform: translateY(-2px);
  }
}
.c-form__radio {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 48px;
  padding-left: 16px;
  border-radius: 9px;
  border: 1px solid;
  font-size: 16px;
  cursor: pointer;
}
.c-form__radio input[type=radio] {
  opacity: 0;
  position: absolute;
}
.c-form__radio::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../img/radio_off.png) no-repeat;
  background-position: 0 -1px;
  top: 14px;
  left: 10px;
}
.c-form__radio-on::before {
  background: url(../img/radio_on.png) no-repeat;
  background-position: 0 -1px;
}
.c-form__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 55px;
  padding: 0 16px;
  border: 1px solid;
  background-size: 13px 9px;
  background-repeat: no-repeat;
  background-position: right 14px center;
  cursor: pointer;
  font-size: 24px;
  letter-spacing: 0.125em;
}
.c-form__select.no-select {
  color: rgba(31, 31, 31, 0.3);
  font-size: 16px;
}
.c-form__textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  width: 480px;
  height: 197px;
  padding: 16px;
  border-radius: 9px;
  border: 1px solid;
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 1280px) {
  .c-form__textarea {
    width: 96.7010309278vw;
    height: 20.3092783505vw;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 800px) {
  .c-form__textarea {
    width: 91.4666666667vw;
    height: 52.5333333333vw;
    font-size: 1.6rem;
  }
}
.c-form__err {
  color: #B72F33;
  margin-top: 3px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700 !important;
  padding-left: 20px;
  position: relative;
  letter-spacing: 0.01em;
  line-height: 1.375;
}
@media screen and (max-width: 1280px) {
  .c-form__err {
    font-size: 14px;
    line-height: 1.5714285714;
    padding-left: 16px;
  }
}
.c-form__err::before {
  background: url(../img/cross.svg) no-repeat;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 16px;
}
@media screen and (max-width: 1280px) {
  .c-form__err::before {
    height: 14px;
    top: 5px;
    width: 14px;
  }
}
.c-form__err-personalinfo, .c-form__err-name, .c-form__err-kana, .c-form__err-birthday, .c-form__err-mail, .c-form__err-phone-number, .c-form__err-zip-code, .c-form__err-prefecture, .c-form__err-municipality, .c-form__err-address {
  display: none;
}

.c-confirm__text {
  font-size: 24px;
  line-height: 1.75;
  letter-spacing: 0.125em;
  white-space: pre-wrap;
}
@media screen and (max-width: 1280px) {
  .c-confirm__text {
    font-size: 22px;
  }
}
@media screen and (max-width: 800px) {
  .c-confirm__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .c-confirm__text_mail {
    font-size: 16px;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 800px) {
  .c-confirm__text_address {
    font-size: 16px;
  }
}

.c-scroll-y {
  overflow-y: scroll;
}
.c-scroll-y::-webkit-scrollbar {
  width: 4px;
  height: 7px;
}
.c-scroll-y::-webkit-scrollbar-track {
  background-color: transparent;
}
.c-scroll-y::-webkit-scrollbar-thumb {
  background-color: #B6B9C1;
}

.c-modal {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.58);
}
.c-modal__wrapp {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-modal__box {
  width: 656px;
  height: 290px;
  padding-top: 52px;
  border-radius: 20px;
}
.c-modal__header {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.c-modal__text {
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .c-modal__box {
    width: 67.6288659794vw;
  }
}
@media screen and (max-width: 800px) {
  .c-modal__box {
    width: 91.4666666667vw;
  }
}

.p-readtext {
  width: 100%;
  margin-top: 170px;
  font-size: 15px;
  line-height: 2.4;
  text-align: center;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1280px) {
  .p-readtext {
    width: 100%;
    margin-top: 84px;
    font-size: 14px;
    line-height: 2.1428571429;
  }
}
@media screen and (max-width: 800px) {
  .p-readtext {
    text-align: left;
    letter-spacing: 0.07em;
    line-height: 2;
    margin-top: 23px;
  }
  .p-readtext br {
    display: none;
  }
}
.p-readtext__no {
  display: none;
  margin-top: 120px;
}
@media screen and (max-width: 1280px) {
  .p-readtext__no {
    margin-top: 104px;
  }
}
@media screen and (max-width: 800px) {
  .p-readtext__no {
    margin-top: 23px;
  }
}
.p-readtext__no br {
  display: none;
}
@media screen and (max-width: 1280px) {
  .p-readtext__no br {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .p-readtext__no br {
    display: none;
  }
}

.p-form__row {
  width: 100%;
  margin-top: 38px;
}
@media screen and (max-width: 1280px) {
  .p-form__row {
    margin-top: 31px;
  }
}
.p-form__row_input {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-top: 7px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .p-form__row_input {
    flex-direction: column;
    margin-top: 10px;
  }
}
.p-form__row_input.zip-code {
  flex-direction: row;
}
.p-form__row_input .auto-fill {
  background: rgba(120, 120, 128, 0.35);
  border-radius: 4px;
  color: #212124;
  font-size: 18px;
  height: 40px;
  letter-spacing: 0.125em;
  line-height: 1;
  width: 120px;
}
@media screen and (max-width: 800px) {
  .p-form__row_input .auto-fill {
    font-size: 16px;
    width: 86px;
  }
}
.p-form__row_input .triangle {
  pointer-events: none;
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
}
.p-form__row-L {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .p-form__row-L {
    display: block;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  .p-form__row-L {
    display: block;
    padding-bottom: 5.3333333333vw;
  }
}
.p-form__col1 {
  width: 302px;
}
.p-form__col1 p {
  margin: 0 0 0 auto;
}
.p-form__col1 p:first-child {
  text-align: right;
}
@media screen and (max-width: 1280px) {
  .p-form__col1 {
    width: 100%;
    padding-bottom: 0.618556701vw;
  }
  .p-form__col1 div,
  .p-form__col1 label {
    display: flex;
    align-items: center;
    margin: 0;
    padding-left: 1.6494845361vw;
  }
  .p-form__col1 p {
    margin: 0;
  }
  .p-form__col1 p:first-child {
    text-align: left;
  }
  .p-form__col1 p:nth-child(2) {
    margin: 0 0 0 8px !important;
  }
}
@media screen and (max-width: 800px) {
  .p-form__col1 {
    width: 100%;
    padding-bottom: 1.6vw;
  }
  .p-form__col1 div,
  .p-form__col1 label {
    display: flex;
    align-items: center;
    margin: 0;
    padding-left: 4.2666666667vw;
  }
  .p-form__col1 p {
    margin: 0;
  }
  .p-form__col1 p:first-child {
    text-align: left;
  }
  .p-form__col1 p:nth-child(2) {
    margin: 0 0 0 8px !important;
  }
}
.p-form__col2 {
  width: 678px;
  padding-left: 40px;
}
@media screen and (max-width: 1280px) {
  .p-form__col2 {
    width: 100%;
    padding: 0 1.6494845361vw;
  }
}
@media screen and (max-width: 800px) {
  .p-form__col2 {
    width: 100%;
    padding: 0 4.2666666667vw;
  }
}

.p-confirm__row {
  display: grid;
  grid-template-columns: 245px 1fr;
  width: 100%;
  border-bottom: 1px solid #E7E7E2;
  padding: 24px 28px;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .p-confirm__row {
    padding: 20px 24px;
  }
}
@media screen and (max-width: 800px) {
  .p-confirm__row {
    grid-template-columns: 1fr;
    min-height: 98px;
    padding: 17px 12px;
  }
}
.p-confirm__row-L {
  display: flex;
  width: 100%;
  min-height: 52px;
}
.p-confirm__row-L p {
  line-height: 1.7;
}
@media screen and (max-width: 1280px) {
  .p-confirm__row-L {
    display: block;
    padding-bottom: 2.0618556701vw;
  }
}
@media screen and (max-width: 800px) {
  .p-confirm__row-L {
    display: block;
    padding-bottom: 5.3333333333vw;
  }
}
.p-confirm__col1 p {
  margin: 0 0 0 auto;
}
.p-confirm__col2 {
  display: flex;
  -moz-column-gap: 2em;
       column-gap: 2em;
}
.p-confirm__col2 p {
  width: 480px;
}
.p-confirm__col2.prefecture {
  flex-direction: column;
}
.p-confirm__input-label {
  font-size: 18px;
  letter-spacing: 0.125em;
  line-height: 2.3333333333;
}
@media screen and (max-width: 1280px) {
  .p-confirm__input-label {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .p-confirm__input-label {
    font-size: 14px;
    line-height: 2;
  }
}

.p-personalinfo__wrapp {
  width: 590px;
  margin: 44px auto 0;
}
@media screen and (max-width: 1280px) {
  .p-personalinfo__wrapp {
    width: 550px;
  }
}
@media screen and (max-width: 800px) {
  .p-personalinfo__wrapp {
    margin-top: 39px;
    width: 100%;
  }
}
.p-personalinfo__text-body {
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.875;
}
.p-personalinfo__text-body a {
  border-bottom: 1px solid #A0272D;
  color: #A0272D;
  text-decoration: none;
}
.p-personalinfo__text-body br {
  display: none;
}
.p-personalinfo__text-h1 {
  font-size: 18px;
  letter-spacing: 0.125em;
  line-height: 1.6666666667;
}
.p-personalinfo__text-h2 {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 1280px) {
  .p-personalinfo__text-body {
    font-size: 14px;
    letter-spacing: 0.15em;
    line-height: 2;
    margin-top: 6px;
    white-space: nowrap;
  }
  .p-personalinfo__text-h1 {
    font-size: 15px;
  }
}
@media screen and (max-width: 800px) {
  .p-personalinfo__text-body {
    line-height: 2.1428571429;
    white-space: normal;
  }
  .p-personalinfo__text-body br {
    display: block;
  }
  .p-personalinfo__text-h1 {
    font-size: 17px;
    line-height: 1.7647058824;
  }
}
.p-personalinfo__check {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 329px;
  height: 48px;
  margin: 12px auto 0;
  border-radius: 9px;
  border: 1px solid;
  font-size: 16px;
}

.p-term {
  padding: 0 72px;
}
@media screen and (max-width: 800px) {
  .p-term {
    padding: 0;
  }
}
.p-term__title {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 22px;
  font-weight: 300;
  justify-content: center;
  letter-spacing: 0.2em;
  margin-top: 54px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .p-term__title {
    font-size: 21px;
    letter-spacing: 0.15em;
    margin-top: 22px;
  }
}
@media screen and (max-width: 800px) {
  .p-term__title {
    font-size: 18px;
    justify-content: flex-start;
    letter-spacing: 0.125em;
    line-height: 1.7777777778;
    margin-top: 66px;
  }
}
.p-term__title span {
  line-height: 1.7727272727;
}
@media screen and (max-width: 1280px) {
  .p-term__title span {
    line-height: 1.8095238095;
  }
}
.p-term__box {
  background: rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid #212124;
  border-top: 1px solid #212124;
  height: 558px;
  margin: 37px auto 0;
  max-width: 870px;
  padding: 4px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .p-term__box {
    height: 555px;
    margin-top: 29px;
    max-width: 650px;
  }
}
.p-term__box::-webkit-scrollbar {
  display: none;
}
.p-term__box_inner {
  padding: 16px 6px 16px 16px;
  overflow-y: scroll;
  height: 100%;
}
@media screen and (max-width: 1280px) {
  .p-term__box_inner {
    padding: 16px 4px 16px 16px;
  }
}
.p-term__box_inner::after, .p-term__box_inner::before {
  background: #efefec;
  content: "";
  position: absolute;
  height: 20px;
  left: 20px;
  width: calc(100% - 40px);
  z-index: 1;
}
.p-term__box_inner::after {
  bottom: 0;
}
.p-term__box_inner::before {
  top: 0;
}
.p-term__box_inner::-webkit-scrollbar {
  background: transparent;
  width: 8px;
}
.p-term__box_inner::-webkit-scrollbar-thumb {
  background-color: #788080;
  border-radius: 20px;
}
.p-term__box * {
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 0.05em;
  line-height: 1.8333333333;
}
@media screen and (max-width: 1280px) {
  .p-term__box * {
    font-size: 15px;
    line-height: 1.8666666667;
  }
}
@media screen and (max-width: 800px) {
  .p-term__box * {
    font-size: 14px;
    line-height: 1.9285714286;
  }
}
.p-term__box ol {
  list-style-type: none;
  margin: 33px 0;
  display: flex;
  flex-direction: column;
  gap: 33px;
}
@media screen and (max-width: 1280px) {
  .p-term__box ol {
    margin: 28px 0;
    gap: 28px;
  }
}
@media screen and (max-width: 800px) {
  .p-term__box ol {
    margin: 27px 0;
    gap: 27px;
  }
}
.p-term__box li {
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 800px) {
  .p-term__box li {
    padding-left: 0;
  }
}
.p-term__box li::before {
  left: 0;
  position: absolute;
}
@media screen and (max-width: 800px) {
  .p-term__box li::before {
    content: none !important;
  }
}
.p-term__box li:nth-child(1)::before {
  content: "１、";
}
.p-term__box li:nth-child(2)::before {
  content: "２、";
}
.p-term__box li:nth-child(3)::before {
  content: "３、";
}
.p-term__box li:nth-child(4)::before {
  content: "４、";
}
.p-term__box li:nth-child(5)::before {
  content: "５、";
}
.p-term__box li:nth-child(6)::before {
  content: "６、";
}
.p-term__box li:nth-child(7)::before {
  content: "７、";
}
.p-term__box li:nth-child(8)::before {
  content: "８、";
}
.p-term__box li:nth-child(9)::before {
  content: "９、";
}
.p-term__box li:nth-child(10)::before {
  content: "１０、";
}
.p-term__box li > span {
  display: none;
}
@media screen and (max-width: 800px) {
  .p-term__box li > span {
    display: inline-block;
  }
}
.p-term__box_end-text {
  text-align: right;
}
.p-term__check_text {
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.375;
  margin-top: 28px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .p-term__check_text {
    font-size: 14px;
    line-height: 2.1428571429;
    margin-top: 21px;
  }
}
@media screen and (max-width: 800px) {
  .p-term__check_text {
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: left;
  }
}
.p-term__check_box {
  margin: 59px auto 0;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1280px) {
  .p-term__check_box {
    margin-top: 37px;
  }
}
@media screen and (max-width: 800px) {
  .p-term__check_box {
    margin: 30px 0 0;
  }
}
.p-term__check_label {
  display: block;
  font-size: 20px;
  letter-spacing: 0.125em;
  line-height: 1.1;
  opacity: 0.5;
  pointer-events: none;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1280px) {
  .p-term__check_label {
    font-size: 18px;
    line-height: 1.2222222222;
  }
}
@media screen and (max-width: 800px) {
  .p-term__check_label {
    font-size: 15px;
    line-height: 1.4666666667;
  }
}
.enable .p-term__check_label {
  opacity: 1;
  pointer-events: inherit;
}
.p-term__check_label .c-icon__must {
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.5714285714;
}
@media screen and (max-width: 800px) {
  .p-term__check_label .c-icon__must {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}

.p-complete {
  display: none;
}
.p-complete__title {
  font-size: 24px;
  letter-spacing: 0.125em;
  line-height: 1.1666666667;
  margin-top: 150px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .p-complete__title {
    font-size: 22px;
    line-height: 1.2727272727;
    margin-top: 117px;
  }
}
.p-complete__text {
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 2.2222222222;
  margin-top: 82px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .p-complete__text {
    margin-top: 75px;
  }
}
@media screen and (max-width: 800px) {
  .p-complete__text {
    font-size: 16px;
    line-height: 2.25;
    margin-top: 32px;
  }
}

.p-side {
  position: fixed;
  top: 50%;
  right: 22px;
  z-index: 9999;
  width: 17px;
  height: 100px;
}
@media screen and (max-width: 1280px) {
  .p-side {
    display: none;
  }
}
.p-side > div {
  font-family: "Tenor Sans", sans-serif;
  font-size: 14px;
  color: #ad825d;
  letter-spacing: 0.175em;
  transform: rotate(-90deg);
}

.u-display__inline-flex {
  display: inline-flex;
}

.u-mt6 {
  margin-top: 6px !important;
}
@media screen and (max-width: 800px) {
  .u-mt6 {
    margin-top: 4.2666666667vw !important;
  }
}

.u-mt18 {
  margin-top: 18px !important;
}
@media screen and (max-width: 800px) {
  .u-mt18 {
    margin-top: 4.8vw !important;
  }
}

.u-mt25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 800px) {
  .u-mt25 {
    margin-top: 6.6666666667vw !important;
  }
}

.u-mt28 {
  margin-top: 28px !important;
}
@media screen and (max-width: 800px) {
  .u-mt28 {
    margin-top: 7.4666666667vw !important;
  }
}

.u-mt36 {
  margin-top: 36px !important;
}
@media screen and (max-width: 800px) {
  .u-mt36 {
    margin-top: 9.6vw !important;
  }
}

.u-mt45 {
  margin-top: 45px !important;
}
@media screen and (max-width: 800px) {
  .u-mt45 {
    margin-top: 12vw !important;
  }
}

.u-mr10 {
  margin-right: 10px !important;
}
@media screen and (max-width: 800px) {
  .u-mr10 {
    margin-right: 2.6666666667vw !important;
  }
}

.u-ml14 {
  margin-left: 14px !important;
}
@media screen and (max-width: 800px) {
  .u-ml14 {
    margin-left: 3.7333333333vw !important;
  }
}

.u-marginLR0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.u-pt18 {
  padding-top: 18px !important;
}

.u-pt32 {
  padding-top: 32px !important;
}

.u-pb32 {
  padding-bottom: 32px !important;
}

.u-borderbottom_1px {
  border-bottom: 1px solid;
}

#light {
  background: #E7E7E2;
  color: #212124;
  font-weight: 300;
}
#light header {
  border-bottom: 3px solid #EE1D23;
  background-color: #fff;
}
#light .light-logo {
  display: block;
}
#light .dark-logo {
  display: none;
}
#light footer {
  background: #E7E7E2;
}
#light main {
  background: #E7E7E2;
}
#light main h1 {
  color: #A7805D;
}
#light main h1::after {
  background-color: #EE1D23;
}
#light .c-btn {
  color: #212124;
}
#light ::-moz-placeholder {
  color: rgba(31, 31, 31, 0.3);
}
#light ::placeholder {
  color: rgba(31, 31, 31, 0.3);
}
#light .c-form__text {
  border-color: #212124;
  background: rgba(255, 255, 255, 0.35);
}
#light .c-form__text-nodata {
  background-color: rgba(169, 78, 50, 0.35);
  border-color: #A0272D;
}
#light .c-form__text-nodata::-moz-placeholder {
  color: #A0272D;
}
#light .c-form__text-nodata::placeholder {
  color: #A0272D;
}
#light .c-form__radio {
  border-color: #212124;
}
#light .c-form__radio-nodata {
  background: #A0272D;
}
#light .c-form__select {
  border-color: #212124;
  background: rgba(255, 255, 255, 0.35);
  color: #212124;
}
#light .c-form__select-nodata {
  background-color: rgba(169, 78, 50, 0.35);
  border-color: #A0272D;
  color: #A0272D;
}
#light .c-form__textarea {
  border-color: #212124;
}
#light .c-form__textarea-nodata {
  background-color: #A0272D;
}
#light .c-modal__box {
  background-color: #FFFFFF;
}
#light .p-readtext {
  color: #212124;
}
#light .p-personalinfo__check {
  background: #A0272D;
  border-color: #212124;
  color: #212124;
}
#light .u-borderbottom_1px {
  border-color: #E7E7E2;
}/*# sourceMappingURL=style.css.map */