html {
  scroll-behavior: smooth;
}

div {
  display: flex;
}

section {
  display: flex;
  background: #e5c4b5;
}

.inner-box {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
}

#kv .inner-box {
  flex-direction: column;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(233, 221, 223, 1) 78%);
  height: 1098px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

#kv .inner-box .kv-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/kv-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: -1;
}

#kv .big-title {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  margin: 0 auto;
  margin-top: 66px;
}

#kv .little-title {
  font-size: 38px;
  letter-spacing: 0.95px;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
}

#kv .experience-btn {
  width: 330px;
  height: 80px;
  background: black;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 80px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: 50px;
}

#kv .experience-btn a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: white;
}

#pd .inner-box {
  background-color: #fbf1f2;
  flex-direction: column;
}

#pd .inner-box .big-title {
  font-size: 52px;
  font-weight: bold;
  line-height: 1.51;
  letter-spacing: 0.52px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
  margin-top: 140px;
}

#pd .inner-box .big-title .first-title,
#pd .inner-box .big-title .second-title {
  align-items: center;
  line-height: 1;
}

#pd .inner-box .big-title .super-big {
  font-size: 129px;
}

#pd .inner-box .big-title .line {
  width: 188px;
  height: 3px;
  background: black;
}

#pd .inner-box .big-title .more-big {
  font-size: 58px;
  font-weight: bold;
  letter-spacing: 0.58px;
}

#pd .inner-box .step {
  margin-top: 77px;
  padding: 0 88px;
  position: relative;
  z-index: 2;
}

#pd .inner-box .step.num2::before {
  content: '';
  width: 262px;
  height: 696px;
  background-image: url(../images/flower-1.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -150px;
  right: 0;
  z-index: -1;
}

#pd .inner-box .step.num3::before {
  content: '';
  width: 280px;
  height: 1030px;
  background-image: url(../images/flower-2.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -380px;
  left: 0;
  z-index: -10;
}

#pd .inner-box .step.num3 {
  flex-direction: column;
  margin-top: 180px;
  padding-bottom: 135px;
  z-index: 1;
}

#pd .inner-box .step .left-box {
  padding-right: 45px;
  flex-direction: column;
}

#pd .inner-box .step .right-box {
  width: 200px;
  min-width: 200px;
  display: block;
}

#pd .inner-box .step.num2 .left-box {
  order: 2;
  padding-right: 0;
  padding-left: 45px;
}

#pd .inner-box .step.num2 .right-box {
  order: 1;
}

#pd .inner-box .step.num3 .left-box {
  order: 2;
  margin-top: -135px;
  padding-right: 0;
}

#pd .inner-box .step.num3 .right-box {
  order: 1;
  min-width: 365px;
  align-self: flex-end;
  margin-right: -35px;
}

#pd .inner-box .step .left-box .step-img {
  width: 305px;
}

#pd .inner-box .step .left-box .big-text {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.21;
  letter-spacing: 0.38px;
  text-align: left;
  margin-top: 55px;
}

#pd .inner-box .step .left-box .little-text {
  font-size: 30px;
  line-height: 1.5;
  text-align: justify;
  margin-top: 24px;
}

#form-part .inner-box {
  padding-top: 125px;
  padding-left: 50px;
  padding-right: 50px;
  background: white;
}

#form-part .inner-box .form-text {
  font-size: 34px;
  line-height: 1.5;
}

#form-part .inner-box .num-limit {
  font-size: 28px;
  color: #707070;
  margin-top: 30px;
}

#form-part .inner-box {
  flex-direction: column;
}

#form-part .warning {
  flex-direction: column;
  margin-top: 56px;
}

#form-part .warning-title {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.6px;
}

#form-part .warning-list {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.6px;
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}

#form-part .warning-list .warning-item {
  font-size: 28px;
  line-height: 1.5;
  font-weight: normal;
}

.form-1 {
  width: 100%;
}

.form-box {
  position: relative;
  flex-direction: column;
  margin-top: 70px;
}

/* ---------------------

---------------------- */
/* ---------------------
        共用input
---------------------- */
input[type="text"],
input[type="tel"],
input[name="email"],
input[type="number"],
select, textarea,
.style-select>select {
  color: #000;
  font-size: 30px;
  font-weight: 400;
  border: none;
  border-radius: 0;
  font-family: 'Noto Sans TC', '儷黑 Pro', '微軟正黑體', 'Arial', sans-serif;
  vertical-align: bottom;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[name="email"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus,
button:focus,
input[type='radio']:focus {
  outline: none;
}

.form-box-list {
  margin-bottom: 40px;
  flex-direction: column;
}

.form-box-list .column {
  position: relative;
  height: 100%;
  min-height: 60px;
  font-size: 30px;
  line-height: 60px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0px;
  display: flex;
  margin-bottom: 20px;
  padding: 15px 0;
}

.form-box-list .column label {
  padding-right: 32px;
  word-break: keep-all;
}

#form .input-txt {
  height: 60px;
  padding: 0 25px;
  letter-spacing: 0.1em;
  background-color: transparent;
  border: 1px solid black;
}

.input-txt.email {
  letter-spacing: -0.5px;
}

.style-select {
  /*  width: 74%;   */
  /*
    order:1;
    align-self:flex-end;
    justify-content: flex-end;
*/
}

.w1 {
  width: 84.5%;
}

.w2 {
  width: 72%;
}

.w3 {
  width: 33%;
}

.w4 {
  width: 48%;
}

.w5 {
  width: 100%;
}

.w6 {
  width: 78%;
}

/**/
input::placeholder {
  color: #969696;
  opacity: 1;
  font-weight: 300;
}

input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* ---------------------
         下拉選單
---------------------- */
.style-select {
  position: relative;
  display: block;
  height: 60px;
  border: none;
  margin: 0;
  color: #000;
  border-radius: none;
  background-color: transparent;
}

/*線
.style-select:before{
    top:0%; right:22%;
    content: " ";
    height: 36px; width:0;
    position: absolute; z-index:1;
    border-left:solid 1px #fff;
}

/*內容*/
.style-select>select {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 0px;
  padding: 0 25px;
  -webkit-appearance: none;
  outline: inherit;
  cursor: pointer;
  background-color: transparent;
  border-radius: 0px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.style-select>select>option {
  color: #000;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.style-select>select>option:hover {
  color: #000;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

/* ---------------------
        checkbox
---------------------- */
.agree-bar {
  position: relative;
}

input[type="checkbox"] {
  position: absolute;
  left: 5px;
  width: 100;
  width: 34px;
  height: 34px;
  top: 25px;
  display: none;
}

label.side-label {
  display: block;
  position: relative;
  padding-left: 43px;
  margin: 20px 0 0 4px;
  padding-bottom: 5px;
  cursor: pointer;
  font-size: 24px;
  line-height: 33px;
  font-weight: 400;
  color: #555;
  letter-spacing: 0.03em;
  text-align: justify;
}

label.side-label::before,
label.side-label::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
}

label.side-label::before {
  display: block;
  width: 30px;
  height: 30px;
  border: 2px solid #555;
  background: white
}

input:focus+label.side-label::before {
  border-color: #555;
}

label.side-label::after {
  display: none;
  left: 11px;
  top: 6px;
  content: "";
  display: none;
  width: 8px;
  height: 18px;
  border: solid #202121;
  border-width: 0 5px 5px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

input:checked+label.side-label::after {
  display: block;
}

/*連結*/
label.side-label a {
  margin: 0 4px;
  vertical-align: bottom;
  color: #555;
  font-weight: 400;
  border-bottom: solid 2px #666;
}

label.side-label a:hover {
  color: #000;
  border-bottom: solid 2px #000;
}

select {
  font-size: 30px;
  border: 1px solid black;
}

select[name=year] {
  width: 190px;
  height: 100%;
  box-sizing: border-box;
  padding-left: 38px;
}

select[name=month],
select[name=day] {
  width: 129px;
  height: 100%;
  margin-left: 10px;
  box-sizing: border-box;
  padding-left: 35px;
}

select[name=year],
select[name=month],
select[name=day] {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  cursor: pointer;
  position: relative;
  background-image: url(../images/arrow.png);
  background-size: 28px 14px;
  background-repeat: no-repeat;
  background-position: 93% 22px;
  background-color: white;
}

select[name=year]::before,
select[name=month]::before,
select[name=day]::before {
  content: '';
  width: 28px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.send {
  align-items: center;
  justify-content: center;
}

.submit-btn {
  width: 330px;
  height: 80px;
  background: black;
  color: white;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 5.2px;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Noto Sans TC', Helvetica, Arial, 'Microsoft JhengHei', sans-serif;
}

footer.mobile {
  background: #e5c4b5;
  text-align: center;
}

footer.mobile .inner-box {
  background: white;
  text-align: center;
  justify-content: center;
  padding-top: 85px;
  padding-bottom: 35px;
}

footer.mobile .logo {
  color: #000;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

form {
  position: relative;
}

form .cover {
  width: 100%;
  height: 100%;
  background-color: rgba(229, 196, 181, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 50px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}