/* ======================================
COMMON
====================================== */

:root {
  --site-width: 520px;
  --green: #003333;
  --nav-green: #e3e37e;
  --gold: #929248;
  --orange: #c48a4d;
  --business-bg: #faf8f4;
  --line-gray: #b4b4b4;
  --sub-green: #0b6c4c;
  --wanderich-brown: #b55133;
  --wanderich-olive: #5c693a;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #f2f2f2;
  color: #000;
  font-family: "Shippori Mincho", "Yu Mincho", "YuMincho", serif;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

/* ======================================
LAYOUT
====================================== */

.wanderich-page {
  width: 100%;
  max-width: var(--site-width);
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}

/* ======================================
FV
====================================== */

.wanderich-fv {
  position: relative;
  width: 100%;
  line-height: 1.8;
}

.wanderich-fv__bg {
  display: block;
  width: 100%;
  height: auto;
}

/* 見出し */
.wanderich-fv__catch {
  position: absolute;
  left: 50%;
  top: 1.0%;
  transform: translateX(-50%);
  width: 90%;
  z-index: 2;
}

.wanderich-fv__catch h1 {
  margin: 0;
  color: #000;
  font-size: 34px;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: left;
}

.wanderich-fv__catch h1 span {
  color: var(--wanderich-brown);
}

/* 説明文 */
.wanderich-fv__lead {
  position: absolute;
  left: 50%;
  top: 14%;
  transform: translateX(-50%);
  width: 85%;
  z-index: 2;
  color: #000;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: left;
}

.wanderich-fv__lead p {
  margin: 0 0 12px;
}

.wanderich-fv__lead p:last-child {
  margin-bottom: 0;
}

.wanderich-fv__lead strong {
  color: var(--wanderich-brown);
  font-size: 1.5em;
  font-weight: 700;
}

/* 下部メッセージ */
.wanderich-fv__message {
  position: absolute;
  left: 50%;
  top: 28%;
  transform: translateX(-50%);
  width: 84%;
  z-index: 2;
  color: var(--wanderich-olive);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: left;
}

/* CTAオーバーレイ */
.wanderich-fv__cta {
  position: absolute;
  left: 11.37%;
  top: 92.3%;
  width: 77.31%;
  height: 6.0%;
  z-index: 5;
  display: block;
  border-radius: 999px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0);
}


/* ======================================
PREVIEW
====================================== */

.wanderich-preview {
  padding: 48px 0 54px;
  background: #fff;
  text-align: center;
}

.wanderich-preview .section-heading {
  margin-bottom: 12px;
}

.wanderich-preview__lead {
  margin: 0 0 24px;
  color: #000;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.wanderich-preview__visual {
  position: relative;
  width: 100%;
}

.wanderich-preview__bg {
  display: block;
  width: 100%;
  height: auto;
}

.wanderich-preview__title,
.wanderich-preview__text {
  position: absolute;
  margin: 0;
  z-index: 2;
  color: #000;
  text-align: left;
}

.wanderich-preview__title {
  font-size: 23px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.wanderich-preview__text {
  width: 32%;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* 1枚目 */
.wanderich-preview__title--01 {
  left: 31%;
  top: 7%;
}

.wanderich-preview__text--01 {
  left: 31%;
  top: 17%;
}

/* 2枚目 */
.wanderich-preview__title--02 {
  left: 31%;
  top: 37%;
}

.wanderich-preview__text--02 {
  left: 31%;
  top: 47%;
}

/* 3枚目 */
.wanderich-preview__title--03 {
  left: 31%;
  top: 68%;
}

.wanderich-preview__text--03 {
  left: 31%;
  top: 78%;
}


/* ======================================
CURRENT STANDARD
====================================== */

.wanderich-current {
  padding: 48px 0 54px;
  background: #fff;
  text-align: center;
}

.wanderich-current .section-heading {
  margin-bottom: 16px;
}

.wanderich-current__lead {
  margin: 0 0 24px;
  color: #000;
  font-size: 14px;
  line-height: 1.9;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.wanderich-current__visual {
  position: relative;
  width: 100%;
}

.wanderich-current__bg {
  display: block;
  width: 100%;
  height: auto;
}

.wanderich-current__title,
.wanderich-current__list,
.wanderich-current__message {
  position: absolute;
  z-index: 2;
  margin: 0;
  color: #000;
  text-align: left;
}

.wanderich-current__title {
  font-size: 21px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.wanderich-current__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wanderich-current__list li {
  margin-bottom: 4px;
  font-size: 14px;      /* ←追加 */
  line-height: 1.6;     /* ←追加（お好みで） */
  font-weight: 600;     /* ←追加 */
  letter-spacing: 0.04em; /* ←追加 */
}

.wanderich-current__list li:last-child {
  margin-bottom: 0;
}

.wanderich-current__message {
  font-size: 14px;
  line-height: 1.65;
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* 1枚目 */
.wanderich-current__title--01 {
  left: 37%;
  top: 5%;
}

.wanderich-current__list--01 {
  left: 37%;
  top: 15%;
  width: 60%;
}

/* 2枚目 */
.wanderich-current__title--02 {
  left: 37%;
  top: 41.5%;
}

.wanderich-current__list--02 {
  left: 37%;
  top: 50%;
  width: 60%;
}

/* 下部メッセージ */
.wanderich-current__message {
  left: 18%;
  top: 83.5%;
  width: 60%;
}



/* ======================================
PRE REGISTRATION
====================================== */

.wanderich-form {
  padding: 50px 24px 56px;
  background: #fff;
  text-align: center;
}

.wanderich-form .section-heading {
  margin-bottom: 16px;
}

.wanderich-form__lead {
  margin: 0 0 36px;
  color: #000;
  font-size: 14px;
  line-height: 1.9;
}

/* ===========================
FORM
=========================== */

.wanderich-contact {
  text-align: left;
}

.wanderich-field {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  align-items: start;
  margin-bottom: 24px;
}

.wanderich-field__icon img {
  width: 42px;
  display: block;
}

.wanderich-field__body {
  width: 100%;
}

.wanderich-field__label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.wanderich-field__example {
  color: #b6b6b6;
  font-size: 15px;
  font-weight: 600;
}

.wanderich-field__note {
  margin: 0 0 10px;
  color: #666;
  font-size: 13px;
  line-height: 1.7;
}

/* ===========================
必須・任意
=========================== */

.wanderich-label {
  display: inline-block;
  padding: 2px 9px;
  border-radius: 999px;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
}

.wanderich-label--required {
  border: 1px solid #d98c1b;
  color: #d98c1b;
}

.wanderich-label--optional {
  border: 1px solid #7d8d39;
  color: #7d8d39;
}

/* ===========================
入力欄
=========================== */

.wanderich-contact input,
.wanderich-contact textarea {
  width: 100%;
  border: 2px solid #93a59a;
  border-radius: 14px;
  background: #fff;
  font-family: inherit;
  font-size: 16px;
  padding: 12px 16px;
  outline: none;
}

.wanderich-contact input {
  height: 48px;
}

.wanderich-contact textarea {
  min-height: 120px;
  resize: vertical;
}

.wanderich-contact input:focus,
.wanderich-contact textarea:focus {
  border-color: var(--sub-green);
}

/* ===========================
送信ボタン
=========================== */

.wanderich-submit {
  display: block;
  width: 100%;
  margin-top: 12px;
  padding: 14px;
  border: none;
  border-radius: 999px;
  background: #b55133;
  color: #fff;
  font-family: inherit;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
}

.wanderich-submit span {
  margin-left: 18px;
}

/* ===========================
注意書き
=========================== */

.wanderich-form__notice {
  margin: 22px 0 0;
  padding-left: 1.2em;
  color: #666;
  font-size: 13px;
  line-height: 1.9;
}

.wanderich-form__notice li {
  margin-bottom: 6px;
}

.wanderich-form__notice li:last-child {
  margin-bottom: 0;
}


/* ======================================
RESPONSIVE
====================================== */

@media (max-width: 430px) {
  .wanderich-fv__catch {
    top: 0.8%;
    width: 88%;
  }

  .wanderich-fv__catch h1 {
    font-size: 25px;
  }

  .wanderich-fv__lead {
    font-size: 11px;
  }

  .wanderich-fv__message {
    font-size: 12px;
  }



  .wanderich-preview {
    padding: 44px 0 50px;
  }

  .wanderich-preview__lead {
    font-size: 13px;
    line-height: 1.8;
  }

  .wanderich-preview__title {
    font-size: 16px;
  }

  .wanderich-preview__text {
    width: 37%;
    font-size: 11px;
    line-height: 1.6;
  }

  


  .wanderich-current {
    padding: 44px 0 50px;
  }

  .wanderich-current__lead {
    font-size: 12px;
  }

  .wanderich-current__title {
    font-size: 16px;
  }


  .wanderich-current__list li {
  font-size: 10px;      /* ←追加 */
  }

  .wanderich-current__list--01 {
    top: 13%;
  }

  .wanderich-current__message {
    font-size: 11px;
  }



   .wanderich-form{
    padding:44px 18px 50px;
  }

  .wanderich-form__lead{
    font-size:12px;
  }

  .wanderich-field{
    grid-template-columns:36px 1fr;
    gap:12px;
    margin-bottom:18px;
  }

  .wanderich-field__icon img{
    width:36px;
  }

  .wanderich-field__label{
    font-size:15px;
  }

  .wanderich-field__example{
    font-size:12px;
  }

  .wanderich-contact input{
    height:42px;
    font-size:14px;
  }

  .wanderich-contact textarea{
    min-height:90px;
    font-size:14px;
  }

  .wanderich-submit{
    font-size:16px;
    padding:15px;
  }

  .wanderich-form__notice{
    font-size:10px;
    line-height:1.8;
  }

}